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.61 .0"
9+ version = " 0.62 .0"
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.61.2 "
12+ version = " 0.62.0 "
1313rust-version = " 1.85"
1414
1515[features ]
@@ -80,7 +80,7 @@ rand_core = { version = "0.10.0" }
8080rand.workspace = true
8181ring = { version = " 0.17.14" , optional = true }
8282rsa = { version = " =0.10.0-rc.18" , optional = true }
83- russh-cryptovec = { version = " 0.61 .0" , path = " ../cryptovec" , features = [
83+ russh-cryptovec = { version = " 0.62 .0" , path = " ../cryptovec" , features = [
8484 " ssh-encoding" ,
8585] }
8686russh-util = { version = " 0.52.0" , path = " ../russh-util" }
You can’t perform that action at this time.
0 commit comments