File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
66license = " Apache-2.0"
77name = " russh-cryptovec"
88repository = " https://github.com/warp-tech/russh"
9- version = " 0.60.3 "
9+ version = " 0.61.0 "
1010rust-version = " 1.85"
1111
1212[dependencies ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
66license = " Apache-2.0"
77name = " pageant"
88repository = " https://github.com/warp-tech/russh"
9- version = " 0.2.0 "
9+ version = " 0.2.1 "
1010rust-version = " 1.85"
1111
1212[dependencies ]
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.60.3 "
12+ version = " 0.61.0 "
1313rust-version = " 1.85"
1414
1515[features ]
@@ -81,7 +81,7 @@ rand_core = { version = "0.10.0" }
8181rand.workspace = true
8282ring = { version = " 0.17.14" , optional = true }
8383rsa = { version = " =0.10.0-rc.18" , optional = true }
84- russh-cryptovec = { version = " 0.60.3 " , path = " ../cryptovec" , features = [
84+ russh-cryptovec = { version = " 0.61.0 " , path = " ../cryptovec" , features = [
8585 " ssh-encoding" ,
8686] }
8787russh-util = { version = " 0.52.0" , path = " ../russh-util" }
You can’t perform that action at this time.
0 commit comments