Skip to content

Commit

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

---
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 Aug 26, 2024
1 parent a738763 commit adc05a7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 16 deletions.
62 changes: 47 additions & 15 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "base64"
version = "0.21.5"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"

[[package]]
name = "bitflags"
Expand Down Expand Up @@ -153,7 +153,7 @@ dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"http",
"http 0.2.12",
"indexmap 2.2.3",
"slab",
"tokio",
Expand Down Expand Up @@ -190,14 +190,37 @@ dependencies = [
"itoa",
]

[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]

[[package]]
name = "http-body"
version = "0.4.5"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http 1.1.0",
]

[[package]]
name = "http-body-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
"http",
"futures-util",
"http 1.1.0",
"http-body",
"pin-project-lite",
]

Expand Down Expand Up @@ -272,9 +295,9 @@ name = "linkerd2-proxy-api"
version = "0.14.0"
dependencies = [
"h2",
"http",
"http 0.2.12",
"ipnet",
"prost",
"prost 0.12.4",
"prost-types",
"quickcheck",
"thiserror",
Expand Down Expand Up @@ -392,6 +415,15 @@ dependencies = [
"prost-derive",
]

[[package]]
name = "prost"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13db3d3fde688c61e2446b4d843bc27a7e8af269a69440c0308021dc92333cc"
dependencies = [
"bytes",
]

[[package]]
name = "prost-build"
version = "0.12.3"
Expand All @@ -406,7 +438,7 @@ dependencies = [
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost 0.12.4",
"prost-types",
"regex",
"syn 2.0.46",
Expand All @@ -433,7 +465,7 @@ version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe"
dependencies = [
"prost",
"prost 0.12.4",
]

[[package]]
Expand Down Expand Up @@ -628,19 +660,19 @@ dependencies = [

[[package]]
name = "tonic"
version = "0.10.2"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad"
dependencies = [
"async-trait",
"base64",
"bytes",
"http",
"http 1.1.0",
"http-body",
"http-body-util",
"percent-encoding",
"pin-project",
"prost",
"tokio",
"prost 0.13.1",
"tokio-stream",
"tower-layer",
"tower-service",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ quickcheck = { version = "1", default-features = false, optional = true }
thiserror = { version = "1", optional = true }

[dependencies.tonic]
version = "0.10"
version = "0.12"
default-features = false
features = ["prost"]

Expand Down

0 comments on commit adc05a7

Please sign in to comment.