Skip to content

Commit ca03019

Browse files
build(deps): update home requirement in /bindings/rust/extended
Updates the requirements on [home](https://github.com/rust-lang/cargo) to permit the latest version. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](rust-lang/cargo@home-0.5.5...home-0.5.11) --- updated-dependencies: - dependency-name: home dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3da1ca5 commit ca03019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ libc = "0.2.121"
5252
cc = { version = "1.0.100", features = ["parallel"] }
5353

5454
[dev-dependencies]
55-
home = "=0.5.5" # newer versions require rust 1.70, see https://github.com/aws/s2n-tls/issues/4395
55+
home = "=0.5.11" # newer versions require rust 1.70, see https://github.com/aws/s2n-tls/issues/4395
5656
regex = "=1.9.6" # newer versions require rust 1.65, see https://github.com/aws/s2n-tls/issues/4242
5757
zeroize = "=1.7.0" # newer versions require rust 1.72, see https://github.com/aws/s2n-tls/issues/4518

0 commit comments

Comments
 (0)