Skip to content

Commit 190374b

Browse files
committed
v0.37.1
1 parent 99e04c3 commit 190374b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

russh-keys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = ["ssh"]
2525
license = "Apache-2.0"
2626
name = "russh-keys"
2727
repository = "https://github.com/warp-tech/russh"
28-
version = "0.37.0"
28+
version = "0.37.1"
2929

3030
[dependencies]
3131
aes = "0.8"

russh/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "russh"
1010
readme = "../README.md"
1111
repository = "https://github.com/warp-tech/russh"
12-
version = "0.37.0"
12+
version = "0.37.1"
1313
rust-version = "1.60"
1414

1515
[features]
@@ -37,7 +37,7 @@ once_cell = "1.13"
3737
openssl = { version = "0.10", optional = true }
3838
rand = "0.8"
3939
russh-cryptovec = { version = "0.7.0", path = "../cryptovec" }
40-
russh-keys = { version = "0.37.0", path = "../russh-keys" }
40+
russh-keys = { version = "0.37.1", path = "../russh-keys" }
4141
sha1 = "0.10"
4242
sha2 = "0.10"
4343
hex-literal = "0.3"

0 commit comments

Comments
 (0)