diff --git a/Cargo.toml b/Cargo.toml index d1507f0..dede63d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ alloc = [] race = ["fastrand"] [dependencies] -fastrand = { version = "2.0.0", optional = true, default-features = false } +fastrand = { version = "2.2.0", optional = true, default-features = false } futures-core = { version = "0.3.5", default-features = false } futures-io = { version = "0.3.5", optional = true } memchr = { version = "2.3.3", optional = true }