From d4acf36e61cfcf429fa55734a4cb6831592f501f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:33:26 +0000 Subject: [PATCH] chore(deps): update foreign-types requirement from 0.3.1 to 0.5.0 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-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- boringssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boringssl/Cargo.toml b/boringssl/Cargo.toml index 6c379e1..1b0b65c 100644 --- a/boringssl/Cargo.toml +++ b/boringssl/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -foreign-types = "0.3.1" +foreign-types = "0.5.0" kmr-common = "*" kmr-wire = "*" libc = "^0.2.112"