From e8cbc1997e5b916f0e67cfaab31772cc6ef0ae80 Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Sun, 26 May 2024 19:50:41 +0200 Subject: [PATCH] Fix references --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b804ee90..882b65e1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7020,12 +7020,12 @@ dependencies = [ [[package]] name = "tonic" version = "0.11.0" -source = "git+https://github.com/hyperium/tonic.git?rev=9b306af386528f11dbd022bc372d367adc4e96b5#9b306af386528f11dbd022bc372d367adc4e96b5" +source = "git+https://github.com/hyperium/tonic.git?rev=a90adf27ef389a9c9d891c3f5696e6245589c479#a90adf27ef389a9c9d891c3f5696e6245589c479" dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.21.7", + "base64 0.22.1", "bytes", "h2", "http", @@ -7037,7 +7037,6 @@ dependencies = [ "percent-encoding", "pin-project", "prost", - "rustls", "rustls-native-certs", "rustls-pemfile", "socket2", diff --git a/Cargo.toml b/Cargo.toml index 5ec2a3ad6..1ca7f6fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -224,5 +224,5 @@ opentelemetry = { git = "https://github.com/open-telemetry/opentelemetry-rust.gi opentelemetry-http = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "40fb924215c84d6e3818351b2c0e3d2ba01a7db9" } opentelemetry-otlp = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "40fb924215c84d6e3818351b2c0e3d2ba01a7db9" } opentelemetry_sdk = { git = "https://github.com/open-telemetry/opentelemetry-rust.git", rev = "40fb924215c84d6e3818351b2c0e3d2ba01a7db9" } -tonic = { git = "https://github.com/hyperium/tonic.git", rev = "9b306af386528f11dbd022bc372d367adc4e96b5" } +tonic = { git = "https://github.com/hyperium/tonic.git", rev = "a90adf27ef389a9c9d891c3f5696e6245589c479" } tracing-opentelemetry = { git = "https://github.com/aumetra/tracing-opentelemetry.git", rev = "e6e16057f6e3b2a11f6f8e7c86a1c17e4f7a07f1" }