diff --git a/Cargo.lock b/Cargo.lock index a13c30d67..ee0cb4fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6657,9 +6657,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" +checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index e7d4acf2d..726210b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ ntex-http = { version = "=1.1.0"} ntex-codec = { version = "=1.1.0"} ntex-io = { version = "=3.9.2"} ntex-net = { version = "=3.9.1"} -tonic = { version = "0.14.2", features = ["tls-aws-lc"] } +tonic = { version = "0.14.6", features = ["tls-aws-lc"] } reqwest = { version = "0.12.23", default-features = false, features = ["http2", "rustls-tls"] } reqwest-retry = "0.8.0" reqwest-middleware = "0.4.2"