diff --git a/Cargo.lock b/Cargo.lock index 348b5a3..568801b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1870,7 +1870,7 @@ dependencies = [ "tonic-build", "tonic-reflection", "tonic-tracing-opentelemetry", - "tower 0.4.13", + "tower 0.5.1", "tracing", "tracing-opentelemetry 0.23.0", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index dfa846a..196eb3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tonic = "0.11.0" tonic-reflection = "0.11.0" prost = "0.12.3" prost-types = "0.12.3" -tower = "0.4.13" +tower = "0.5.0" hyper-util = { version = "0.1.3", features = ["tokio"] } http-body-util = "0.1.0" anyhow = "1.0.82"