Skip to content

Commit

Permalink
chore(deps): update tonic monorepo to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent b1705da commit a7f785f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dummy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ rand = "0.8"
tracing-subscriber = "0.3"
proptest = "1.0"
tokio = { version = "1.12.0", features = ["rt-multi-thread", "sync"]}
tonic = "0.6"
tonic = "0.11"
anyhow = "1.0"

[build-dependencies]
tonic-build = { version = "0.6", default-features = false, features = ["transport", "prost"] }
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }

0 comments on commit a7f785f

Please sign in to comment.