Skip to content

Commit

Permalink
Bump tonic from 0.9.2 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.9.2 to 0.11.0.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.11.0)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 38d9d2a commit da9d8aa
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
33 changes: 30 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/ducks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ shared = { path = "../shared" }
sketches-ddsketch = "0.2"
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"] }
tonic = { version = "0.11", default-features = false, features = ["transport", "prost"] }
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
tracing = { version = "0.1", features = ["std", "attributes"] }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
2 changes: 1 addition & 1 deletion integration/sheepdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0"
shared = { path = "../shared" }
tempfile = "3.8"
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"]}
tonic = { version = "0.11", default-features = false, features = ["transport", "prost"]}
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
tracing = { version = "0.1", features = ["std", "attributes"] }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde_yaml = "0.9"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
tokio-util = { version = "0.7", features = ["io"] }
tonic = { version = "0.9" }
tonic = { version = "0.11" }
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
Expand Down

0 comments on commit da9d8aa

Please sign in to comment.