Skip to content

Commit da9d8aa

Browse files
Bump tonic from 0.9.2 to 0.11.0
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] <[email protected]>
1 parent 38d9d2a commit da9d8aa

4 files changed

Lines changed: 33 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 30 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/ducks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ shared = { path = "../shared" }
1818
sketches-ddsketch = "0.2"
1919
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
2020
tokio-stream = { version = "0.1", features = ["net"] }
21-
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"] }
21+
tonic = { version = "0.11", default-features = false, features = ["transport", "prost"] }
2222
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
2323
tracing = { version = "0.1", features = ["std", "attributes"] }
2424
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }

integration/sheepdog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_json = "1.0"
1414
shared = { path = "../shared" }
1515
tempfile = "3.8"
1616
tokio = { version = "1.32", features = ["rt", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
17-
tonic = { version = "0.9", default-features = false, features = ["transport", "prost"]}
17+
tonic = { version = "0.11", default-features = false, features = ["transport", "prost"]}
1818
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
1919
tracing = { version = "0.1", features = ["std", "attributes"] }
2020
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde_yaml = "0.9"
4040
thiserror = { workspace = true }
4141
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "fs", "io-util", "process", "signal", "time", "net"] }
4242
tokio-util = { version = "0.7", features = ["io"] }
43-
tonic = { version = "0.9" }
43+
tonic = { version = "0.11" }
4444
tower = { version = "0.4", default-features = false, features = ["timeout", "limit", "load-shed"] }
4545
tracing = { workspace = true }
4646
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }

0 commit comments

Comments
 (0)