From 34258de05f8514f61552dd1450de47905c9110a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 06:43:38 +0000 Subject: [PATCH] build(deps): update foreign-types requirement in /bindings/rust/extended Updates the requirements on [foreign-types](https://github.com/sfackler/foreign-types) to permit the latest version. - [Release notes](https://github.com/sfackler/foreign-types/releases) - [Commits](https://github.com/sfackler/foreign-types/compare/foreign-types-shared-v0.3.1...v0.5.0) --- updated-dependencies: - dependency-name: foreign-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/rust/extended/s2n-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/extended/s2n-tls/Cargo.toml b/bindings/rust/extended/s2n-tls/Cargo.toml index 6b274b9370e..d145d103cc7 100644 --- a/bindings/rust/extended/s2n-tls/Cargo.toml +++ b/bindings/rust/extended/s2n-tls/Cargo.toml @@ -30,6 +30,6 @@ hex = "0.4" futures-test = "0.3" openssl = "0.10" openssl-sys = "0.9" -foreign-types = "0.3" +foreign-types = "0.5" temp-env = "0.3" checkers = "0.6"