Skip to content

Commit 052109c

Browse files
committed
fixed Eugeny#531 - merge fix from RustCrypto/SSH#351
1 parent 501e73a commit 052109c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sha1 = { version = "0.10.5", features = ["oid"] }
2020
sha2 = { version = "0.10.6", features = ["oid"] }
2121
signature = "2.2"
2222
ssh-encoding = { version = "0.2", features = ["bytes"] }
23-
ssh-key = { version = "=0.6.10", features = [
23+
ssh-key = { version = "=0.6.11", features = [
2424
"ed25519",
2525
"rsa",
2626
"rsa-sha1",

0 commit comments

Comments
 (0)