Skip to content

Commit 9220f9f

Browse files
authored
ssh-key: bump ed25519-dalek to v3.0.0-pre.6 (#467)
1 parent bc56544 commit 9220f9f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ ssh-cipher = { path = "./ssh-cipher" }
1616
ssh-derive = { path = "./ssh-derive" }
1717
ssh-encoding = { path = "./ssh-encoding" }
1818
ssh-key = { path = "./ssh-key" }
19-
20-
curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek" }

ssh-key/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ zeroize = { version = "1", default-features = false }
3939
argon2 = { version = "0.6.0-rc.7", optional = true, default-features = false, features = ["alloc"] }
4040
bcrypt-pbkdf = { version = "0.11.0-rc.6", optional = true, default-features = false, features = ["alloc"] }
4141
dsa = { version = "0.7.0-rc.12", optional = true, default-features = false, features = ["hazmat"] }
42-
ed25519-dalek = { version = "=3.0.0-pre.5", optional = true, default-features = false }
42+
ed25519-dalek = { version = "=3.0.0-pre.6", optional = true, default-features = false }
4343
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
4444
hmac = { version = "0.13.0-rc.5", optional = true }
4545
p256 = { version = "0.14.0-rc.7", optional = true, default-features = false, features = ["ecdsa"] }

0 commit comments

Comments
 (0)