diff --git a/typhoon/Cargo.toml b/typhoon/Cargo.toml index ad2055c..205a70f 100644 --- a/typhoon/Cargo.toml +++ b/typhoon/Cargo.toml @@ -36,7 +36,7 @@ clap = { version = "^4.5", features = ["derive"], optional = true } blake3 = "^1.8.3" cfg-if = "^1.0.4" crossbeam = "^0.8.4" -ctr = { version = "^0.9.2", optional = true } +ctr = { version = "^0.10.0", optional = true } chacha20 = { version = "^0.10.0", features = ["xchacha"], optional = true } chacha20poly1305 = { version = "^0.10.1", features = ["std"], optional = true } classic-mceliece-rust = { version = "^3.1.0", features = ["mceliece348864"] }