Skip to content

Commit

Permalink
Update tonic to 0.11 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamofek authored Jun 1, 2024
1 parent 1e1251a commit 6eb53ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tls-roots = ["tls", "tonic/tls-roots"]
pub-response-field = ["visible"]

[dependencies]
tonic = "0.10.0"
tonic = "0.11.0"
prost = "0.12.0"
tokio = "1.32.0"
tokio-stream = "0.1.14"
Expand All @@ -35,7 +35,7 @@ hyper-openssl = { version = "0.9", optional = true }
tokio = { version = "1.32.0", features = ["full"] }

[build-dependencies]
tonic-build = { version = "0.10.0", default-features = false, features = ["prost"] }
tonic-build = { version = "0.11.0", default-features = false, features = ["prost"] }

[package.metadata.docs.rs]
features = ["tls", "tls-roots"]
Expand Down

0 comments on commit 6eb53ab

Please sign in to comment.