Skip to content

Commit

Permalink
chore(deps): Bump the tonic group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the tonic group with 2 updates: [tonic](https://github.com/hyperium/tonic) and [prost-reflect](https://github.com/andrewhickman/prost-reflect).


Updates `tonic` from 0.10.2 to 0.11.0
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.2...v0.11.0)

Updates `prost-reflect` from 0.12.0 to 0.13.0
- [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/prost-reflect@0.12.0...0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent d2c547a commit 6d724b1
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 29 deletions.
145 changes: 119 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ parking_lot = "0.12"
paste = "1"
prometheus = { version = "0.13", features = ["process"] }
prost = { version = "0.12", features = ["no-recursion-limit"] }
prost-reflect = "0.12"
prost-reflect = "0.13"
prost-types = "0.12"
protobuf-native = "0.2.1"
pulsar = { version = "6.1", default-features = false, features = [
Expand Down Expand Up @@ -139,7 +139,7 @@ tokio-postgres = "0.7"
tokio-retry = "0.3"
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "io"] }
tonic = "0.10.2"
tonic = "0.11.0"
tracing = "0.1"
url = "2"
urlencoding = "2"
Expand Down
2 changes: 1 addition & 1 deletion src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "fe39bb8e
tokio-util = { version = "0.7", features = ["codec", "io"] }
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19", features = ["serde"] }
tonic = { version = "0.10", features = ["gzip", "tls-webpki-roots"] }
tonic = { version = "0.11", features = ["gzip", "tls-webpki-roots"] }
tower = { version = "0.4", features = ["balance", "buffer", "filter", "limit", "load-shed", "timeout", "util"] }
tracing = { version = "0.1", features = ["log"] }
tracing-core = { version = "0.1" }
Expand Down

0 comments on commit 6d724b1

Please sign in to comment.