Skip to content

Commit

Permalink
fix(deps): update grpc packages to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent d797a21 commit 731d2b5
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 @@ -73,12 +73,12 @@ tokio = { version = "1", optional = true, features = [
"macros",
"rt-multi-thread",
] }
tonic = { version = "0.10", features = [
tonic = { version = "0.11", features = [
"tls",
"tls-roots",
"tls-roots-common",
], optional = true }
tonic-types = { version = "0.10", optional = true }
tonic-types = { version = "0.11", optional = true }

[dev-dependencies]
chrono = "0.4.33"
Expand Down

0 comments on commit 731d2b5

Please sign in to comment.