File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ keywords = ["ssh"]
2525license = " Apache-2.0"
2626name = " russh-keys"
2727repository = " https://github.com/warp-tech/russh"
28- version = " 0.37.0 "
28+ version = " 0.37.1 "
2929
3030[dependencies ]
3131aes = " 0.8"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0"
99name = " russh"
1010readme = " ../README.md"
1111repository = " https://github.com/warp-tech/russh"
12- version = " 0.37.0 "
12+ version = " 0.37.1 "
1313rust-version = " 1.60"
1414
1515[features ]
@@ -37,7 +37,7 @@ once_cell = "1.13"
3737openssl = { version = " 0.10" , optional = true }
3838rand = " 0.8"
3939russh-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" }
4141sha1 = " 0.10"
4242sha2 = " 0.10"
4343hex-literal = " 0.3"
You can’t perform that action at this time.
0 commit comments