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 Apr 17, 2024
1 parent 3e9c2ff commit 9f77a65
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.198", features = ["derive"] }
serde_json = "1.0.116"
serde_yaml = "0.9.34+deprecated"
tokio = { version = "1.37.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 9f77a65

Please sign in to comment.