From f32af9a95c416954786827f17de5571354c99501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:25:09 +0000 Subject: [PATCH] build(deps): update s2n-codec requirement in /bindings/rust/standard Updates the requirements on [s2n-codec](https://github.com/aws/s2n-quic) to permit the latest version. - [Release notes](https://github.com/aws/s2n-quic/releases) - [Commits](https://github.com/aws/s2n-quic/commits) --- updated-dependencies: - dependency-name: s2n-codec dependency-version: 0.85.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/rust/standard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/standard/Cargo.toml b/bindings/rust/standard/Cargo.toml index e4d733ac604..e8be58c473c 100644 --- a/bindings/rust/standard/Cargo.toml +++ b/bindings/rust/standard/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.dependencies] -s2n-codec = "0.83" +s2n-codec = "0.85" # brass-aphid-wire has a dependency on s2n-tls. This patch is necessary to unify # the crates.io dependency that brass-aphid-wire declares with the path-based