Skip to content

Commit e12a1fe

Browse files
authored
chore(ci): Pin parking_lot_core, lock_api (#5338)
1 parent 3777f93 commit e12a1fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +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
28+
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)