diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 936ab313..d99357c3 100644 --- a/russh/Cargo.toml +++ b/russh/Cargo.toml @@ -24,7 +24,7 @@ async-trait = "0.1" bitflags = "2.0" byteorder = "1.3" chacha20 = "0.9" -curve25519-dalek = "4.0" +curve25519-dalek = "4.1.2" poly1305 = "0.8" ctr = "0.9" digest = "0.10"