diff --git a/Cargo.toml b/Cargo.toml index 33aa68b6..16233fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tempfile = "3.20.0" varint-rs = "2.2.0" xxhash-rust = { version = "0.8.15", features = ["xxh3"] } aes-gcm = { version = "0.10", optional = true, features = ["aes"] } -rand_chacha = { version = "0.3", optional = true } +rand_chacha = { version = "0.10", optional = true } [target.'cfg(target_os = "linux")'.dependencies] io-uring = { version = "0.7", optional = true }