diff --git a/abci/Cargo.toml b/abci/Cargo.toml index 26eadee..e43d298 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -86,5 +86,5 @@ tokio = { version = "1.37.0", features = [ hex = { version = "0.4.3" } lazy_static = { version = "1.4.0" } # For tests of gRPC server -tonic = { version = "0.11.0" } +tonic = { version = "0.12.0" } pollster = { version = "0.3.0" } diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 16fbf37..fe39f21 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -49,7 +49,7 @@ prost = { version = "0.12.4", default-features = false, features = [ "prost-derive", ] } prost-types = { version = "0.12.4", default-features = false } -tonic = { version = "0.11.0", optional = true } +tonic = { version = "0.12.0", optional = true } bytes = { version = "1.6.0", default-features = false, features = ["serde"] } serde = { version = "1.0.197", default-features = false, features = ["derive"] } subtle-encoding = { version = "0.5.1", default-features = false, features = [