Skip to content

Commit

Permalink
Update Rust crate tonic to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 28, 2024
1 parent 7d6a24f commit 54ad508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_yaml = "0.9.34+deprecated"
tokio = { version = "1.36.0", features = ["full"] }
tonic = { version = "0.10.2", features = ["tls"] }
tonic = { version = "0.11.0", features = ["tls"] }
tonic-health = "0.10.2"
tonic-reflection = "0.10.2"
tracing = "0.1.40"
Expand Down

0 comments on commit 54ad508

Please sign in to comment.