Skip to content

Commit

Permalink
build(deps): update tonic requirement from 0.10.2 to 0.11.0 (#523)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ron Kuris <[email protected]>
  • Loading branch information
dependabot[bot] and rkuris authored Feb 9, 2024
1 parent 42fdc83 commit 616b000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-testtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ firewood = { version = "0.0.4", path = "../firewood" }
prost = "0.12.3"
thiserror = "1.0.56"
tokio = { version = "1.36.0", features = ["sync", "rt-multi-thread"] }
tonic = { version = "0.10.2", features = ["tls"] }
tonic = { version = "0.11.0", features = ["tls"] }
tracing = { version = "0.1.40" }
clap = { version = "4.4.18", features = ["derive"] }
tempdir = "0.3.7"
Expand Down

0 comments on commit 616b000

Please sign in to comment.