Skip to content

Commit 81f7f6e

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 f6647b6 commit 81f7f6e

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
@@ -32,6 +32,6 @@ futures-test = "0.3"
3232
# TODO unpin this once fixed - https://github.com/sfackler/rust-openssl/issues/2317
3333
openssl = "<0.10.67"
3434
openssl-sys = "0.9"
35-
foreign-types = "0.3"
35+
foreign-types = "0.5"
3636
temp-env = "0.3"
3737
checkers = "0.6"

0 commit comments

Comments
 (0)