diff --git a/cryptovec/Cargo.toml b/cryptovec/Cargo.toml index 843423e5..4648d511 100644 --- a/cryptovec/Cargo.toml +++ b/cryptovec/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "russh-cryptovec" repository = "https://github.com/warp-tech/russh" -version = "0.50.0" +version = "0.50.2" rust-version = "1.75" [dependencies] diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 114607a0..031795a1 100644 --- a/russh/Cargo.toml +++ b/russh/Cargo.toml @@ -63,7 +63,7 @@ poly1305 = "0.8" rand_core = { version = "0.6.4", features = ["getrandom", "std"] } rand.workspace = true rsa.workspace = true -russh-cryptovec = { version = "0.50.0", path = "../cryptovec", features = [ +russh-cryptovec = { version = "0.50.2", path = "../cryptovec", features = [ "ssh-encoding", ] } russh-util = { version = "0.50.0", path = "../russh-util" }