Skip to content

Commit 029dffd

Browse files
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](sfackler/foreign-types@foreign-types-shared-v0.3.1...v0.5.0) --- updated-dependencies: - dependency-name: foreign-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c936e91 commit 029dffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/rust/extended/s2n-tls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ hex = "0.4"
3030
futures-test = "0.3"
3131
openssl = "0.10"
3232
openssl-sys = "0.9"
33-
foreign-types = "0.3"
33+
foreign-types = "0.5"
3434
temp-env = "0.3"
3535
checkers = "0.6"

0 commit comments

Comments
 (0)