Skip to content

Commit

Permalink
v0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 7, 2024
1 parent c14bad3 commit 457706e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions russh-keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["ssh"]
license = "Apache-2.0"
name = "russh-keys"
repository = "https://github.com/warp-tech/russh"
version = "0.48.0"
version = "0.48.1"
rust-version = "1.65"

[dependencies]
Expand Down Expand Up @@ -42,10 +42,10 @@ pkcs8 = { version = "0.10", features = ["pkcs5", "encryption"] }
rand.workspace = true
rand_core = { version = "0.6.4", features = ["std"] }
rsa.workspace = true
russh-cryptovec = { version = "0.47.0-beta.4", path = "../cryptovec", features = [
russh-cryptovec = { version = "0.48.0", path = "../cryptovec", features = [
"ssh-encoding",
] }
russh-util = { version = "0.46.0", path = "../russh-util" }
russh-util = { version = "0.48.0", path = "../russh-util" }
sec1 = { version = "0.7", features = ["pkcs8"] }
serde = { version = "1.0", features = ["derive"] }
sha1.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions russh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "russh"
readme = "../README.md"
repository = "https://github.com/warp-tech/russh"
version = "0.48.0"
version = "0.48.1"
rust-version = "1.65"

[features]
Expand Down Expand Up @@ -45,16 +45,16 @@ poly1305 = "0.8"
rand.workspace = true
rand_core = { version = "0.6.4", features = ["getrandom"] }
rsa.workspace = true
russh-cryptovec = { version = "0.47.0-beta.4", path = "../cryptovec" }
russh-keys = { version = "0.47.0-beta.4", path = "../russh-keys" }
russh-cryptovec = { version = "0.48.0", path = "../cryptovec" }
russh-keys = { version = "0.48.1", path = "../russh-keys" }
sha1.workspace = true
sha2.workspace = true
signature.workspace = true
ssh-encoding.workspace = true
ssh-key.workspace = true
subtle = "2.4"
thiserror.workspace = true
russh-util = { version = "0.46.0", path = "../russh-util" }
russh-util = { version = "0.48.0", path = "../russh-util" }
des = "0.8.1"
tokio = { workspace = true, features = ["io-util", "sync", "time"] }

Expand Down

0 comments on commit 457706e

Please sign in to comment.