diff --git a/russh-keys/Cargo.toml b/russh-keys/Cargo.toml index fd5bcc80..b3190242 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.37.1" +version = "0.38.0" [dependencies] aes = "0.8" diff --git a/russh/Cargo.toml b/russh/Cargo.toml index 8f792f79..d16b544f 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.38.0-beta.1" +version = "0.38.0" rust-version = "1.60" [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.37.1", path = "../russh-keys" } +russh-keys = { version = "0.38", path = "../russh-keys" } sha1 = "0.10" sha2 = "0.10" hex-literal = "0.4"