Skip to content

Commit 5f731e6

Browse files
build(deps): update parking_lot_core requirement
Updates the requirements on [parking_lot_core](https://github.com/Amanieu/parking_lot) to permit the latest version. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@core-0.9.10...parking_lot_core-v0.9.11) --- updated-dependencies: - dependency-name: parking_lot_core dependency-version: 0.9.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e12a1fe commit 5f731e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ s2n-tls = { path = "../s2n-tls", features = ["unstable-testing"] }
2424
rand = { version = "0.9" }
2525
tokio = { version = "1", features = [ "io-std", "io-util", "macros", "net", "rt-multi-thread", "test-util", "time"] }
2626
tokio-macros = "=2.3.0" # newer versions require rust 1.70, see https://github.com/aws/s2n-tls/issues/4395
27-
parking_lot_core = "=0.9.10" # newer versions require rust 1.64, see https://github.com/aws/s2n-tls/issues/5339
27+
parking_lot_core = "=0.9.11" # newer versions require rust 1.64, see https://github.com/aws/s2n-tls/issues/5339
2828
lock_api = "=0.4.12" # newer versions require rust 1.64, see https://github.com/aws/s2n-tls/issues/5339

0 commit comments

Comments
 (0)