diff --git a/Cargo.lock b/Cargo.lock index e93934b..080fefc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2311,9 +2311,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" +checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 610b350..2502137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "rus serde_json = "1" serde = { version = "1", features = ["derive"] } sha2 = "0.10" -tonic = "0.10" +tonic = "0.11" tracing = "0.1" tracing-futures = { version = "0.2.5", default-features = false, features = ["tokio", "futures-03", "std"] } uuid = { version = "1.7", features = ["v4"] } # A library to generate and parse UUIDs.