Skip to content

Commit c1b1bc6

Browse files
authored
ssh-key: bump ed25519-dalek to v3.0.0-pre.7 (#508)
Also loosens the `=` restriction since this crate is prctically finished
1 parent 0284c59 commit c1b1bc6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

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.8", optional = true, default-features = false, features = ["alloc"] }
4040
bcrypt-pbkdf = { version = "0.11", optional = true, default-features = false, features = ["alloc"] }
4141
dsa = { version = "0.7.0-rc.14", optional = true, default-features = false, features = ["hazmat"] }
42-
ed25519-dalek = { version = "=3.0.0-pre.6", optional = true, default-features = false }
42+
ed25519-dalek = { version = "3.0.0-pre.7", 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.9", optional = true, default-features = false, features = ["ecdsa"] }

0 commit comments

Comments
 (0)