We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3777f93 commit e12a1feCopy full SHA for e12a1fe
bindings/rust/extended/s2n-tls-tokio/Cargo.toml
@@ -24,3 +24,5 @@ s2n-tls = { path = "../s2n-tls", features = ["unstable-testing"] }
24
rand = { version = "0.9" }
25
tokio = { version = "1", features = [ "io-std", "io-util", "macros", "net", "rt-multi-thread", "test-util", "time"] }
26
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