diff --git a/russh-keys/Cargo.toml b/russh-keys/Cargo.toml index 8248306a..42d69229 100644 --- a/russh-keys/Cargo.toml +++ b/russh-keys/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["ssh"] license = "Apache-2.0" name = "russh-keys" repository = "https://github.com/warp-tech/russh" -version = "0.49.1" +version = "0.49.2" rust-version = "1.65" [dependencies] diff --git a/russh/Cargo.toml b/russh/Cargo.toml index c0539af4..e8311e52 100644 --- a/russh/Cargo.toml +++ b/russh/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "russh" readme = "../README.md" repository = "https://github.com/warp-tech/russh" -version = "0.49.1" +version = "0.49.2" rust-version = "1.65" [features] @@ -46,7 +46,7 @@ rand.workspace = true rand_core = { version = "0.6.4", features = ["getrandom"] } rsa.workspace = true russh-cryptovec = { version = "0.48.0", path = "../cryptovec" } -russh-keys = { version = "0.49.1", path = "../russh-keys" } +russh-keys = { version = "0.49.2", path = "../russh-keys" } sha1.workspace = true sha2.workspace = true signature.workspace = true