Skip to content

Commit

Permalink
build(deps): bump tonic from 0.11.0 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.11.0 to 0.12.3.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.12.3)

---
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 Oct 23, 2024
1 parent f800acd commit 92af7b7
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 51 deletions.
137 changes: 88 additions & 49 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ boringtun = { git = "https://github.com/cloudflare/boringtun.git", rev = "e1d636
x25519-dalek = "2.0.1"

# grpc
tonic = { version = "0.11", features = ["tls", "tls-webpki-roots"]}
tonic = { version = "0.12", features = ["tls", "tls-webpki-roots"]}
prost = "0.12.6"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "net", "process", "signal"] }
tokio-stream = { version = "0.1", features = ["net", "time"] }
Expand Down Expand Up @@ -65,7 +65,7 @@ clap = { version = "4", features = ["derive","env"] }
clap_complete = "4"
uuid = "1"
ipnet = "2.10.1"
tonic = { version = "0.11", features = ["tls", "tls-webpki-roots"]}
tonic = { version = "0.12", features = ["tls", "tls-webpki-roots"]}

[features]
network-test = []
Expand Down

0 comments on commit 92af7b7

Please sign in to comment.