Bump tonic-web from 0.12.3 to 0.13.0

Bumps [tonic-web](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.0.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/tonic/compare/v0.12.3...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 03:42:43 +00:00 committed by GitHub
parent 7d1e85e575
commit aee057b7ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 26 deletions

51
Cargo.lock generated
View File

@ -978,11 +978,11 @@ dependencies = [
"tokio-reactor-trait",
"tokio-stream",
"toml",
"tonic",
"tonic 0.12.3",
"tonic-reflection",
"tonic-web",
"tower 0.5.2",
"tower-http 0.6.2",
"tower-http",
"tracing",
"tracing-subscriber",
"urlencoding",
@ -1004,7 +1004,7 @@ dependencies = [
"rand 0.9.0",
"serde",
"tokio",
"tonic",
"tonic 0.12.3",
"tonic-build",
]
@ -5210,6 +5210,25 @@ dependencies = [
"tracing",
]
[[package]]
name = "tonic"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85839f0b32fd242bb3209262371d07feda6d780d16ee9d2bc88581b89da1549b"
dependencies = [
"base64 0.22.1",
"bytes",
"http 1.3.1",
"http-body 1.0.1",
"http-body-util",
"percent-encoding",
"pin-project",
"tokio-stream",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tonic-build"
version = "0.12.3"
@ -5234,24 +5253,22 @@ dependencies = [
"prost-types",
"tokio",
"tokio-stream",
"tonic",
"tonic 0.12.3",
]
[[package]]
name = "tonic-web"
version = "0.12.3"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5299dd20801ad736dccb4a5ea0da7376e59cd98f213bf1c3d478cf53f4834b58"
checksum = "ad8e4a5564e49598cbdefefb5b982c243b11009bdaf36ad59487c2253cb73379"
dependencies = [
"base64 0.22.1",
"bytes",
"http 1.3.1",
"http-body 1.0.1",
"http-body-util",
"pin-project",
"tokio-stream",
"tonic",
"tower-http 0.5.2",
"tonic 0.13.0",
"tower-layer",
"tower-service",
"tracing",
@ -5293,22 +5310,6 @@ dependencies = [
"tracing",
]
[[package]]
name = "tower-http"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
"bitflags 2.9.0",
"bytes",
"http 1.3.1",
"http-body 1.0.1",
"http-body-util",
"pin-project-lite",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-http"
version = "0.6.2"

View File

@ -79,7 +79,7 @@
# gRPC and Protobuf
tonic = "0.12"
tonic-web = "0.12"
tonic-web = "0.13"
tonic-reflection = "0.12"
tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1"