diff --git a/bindings/rust/extended/s2n-tls-tokio/Cargo.toml b/bindings/rust/extended/s2n-tls-tokio/Cargo.toml index 11a5ca87f60..201cf668f6f 100644 --- a/bindings/rust/extended/s2n-tls-tokio/Cargo.toml +++ b/bindings/rust/extended/s2n-tls-tokio/Cargo.toml @@ -23,4 +23,4 @@ tokio = { version = "1", features = ["net", "time"] } s2n-tls = { path = "../s2n-tls", features = ["unstable-testing"] } rand = { version = "0.8" } tokio = { version = "1", features = [ "io-std", "io-util", "macros", "net", "rt-multi-thread", "test-util", "time"] } -tokio-macros = "=2.3.0" +tokio-macros = "=2.5.0"