diff --git a/russh-keys/Cargo.toml b/russh-keys/Cargo.toml index db2d7e5d..6fc71fcf 100644 --- a/russh-keys/Cargo.toml +++ b/russh-keys/Cargo.toml @@ -25,7 +25,7 @@ keywords = ["ssh"] license = "Apache-2.0" name = "russh-keys" repository = "https://github.com/warp-tech/russh" -version = "0.42.0" +version = "0.43.0" rust-version = "1.65" [dependencies] diff --git a/russh/Cargo.toml b/russh/Cargo.toml index f8351d6a..936ab313 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.43.0-beta.1" +version = "0.43.0" rust-version = "1.65" [features] @@ -37,7 +37,7 @@ once_cell = "1.13" openssl = { version = "0.10", optional = true } rand = "0.8" russh-cryptovec = { version = "0.7.0", path = "../cryptovec" } -russh-keys = { version = "0.42.0", path = "../russh-keys" } +russh-keys = { version = "0.43.0", path = "../russh-keys" } sha1 = "0.10" sha2 = "0.10" hex-literal = "0.4"