From 966eb48313d76980dad5225326e8c08abfb1f339 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 3 Oct 2024 15:34:22 +0000
Subject: [PATCH] build(deps): Bump tonic from 0.12.2 to 0.12.3 in /rust in the
cargo group (#6908)
Bumps the cargo group in /rust with 1 update:
[tonic](https://github.com/hyperium/tonic).
Updates `tonic` from 0.12.2 to 0.12.3
Release notes
Sourced from tonic's
releases.
v0.12.3
0.12.3
(2024-08-29)
Features
- server: Added support for grpc max_connection_age
(#1865)
- build: Add
#[deprecated] to deprecated
client methods (#1879)
- build: plumb skip_debug through prost Builder and
add test (#1900)
Bug Fixes
- build: Revert "fix tonic-build cargo build
script outputs (#1821)"
which accidentally increases MSRV (#1898)
- server: ignore more error kinds in incoming socket
stream (#1885)
- transport: do not shutdown server on broken
connections (#1948)
Changelog
Sourced from tonic's
changelog.
0.12.3
(2024-08-29)
Features
- server: Added support for grpc max_connection_age
(#1865)
- build: Add
#[deprecated] to deprecated
client methods (#1879)
- build: plumb skip_debug through prost Builder and
add test (#1900)
Bug Fixes
- build: Revert "fix tonic-build cargo build
script outputs (#1821)"
which accidentally increases MSRV (#1898)
- server: ignore more error kinds in incoming socket
stream (#1885)
- transport: do not shutdown server on broken
connections (#1948)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/firezone/firezone/network/alerts).
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: _
---
rust/Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index c9dae4a6f..3e06479b9 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -7967,9 +7967,9 @@ dependencies = [
[[package]]
name = "tonic"
-version = "0.12.2"
+version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad"
+checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
dependencies = [
"async-stream",
"async-trait",