Skip to content

Commit 0a16f65

Browse files
authored
ssh-key: bump ed25519-dalek to v3.0.0-pre.1 (#402)
1 parent 85e875d commit 0a16f65

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -29,7 +29,7 @@ zeroize = { version = "1", default-features = false }
2929
argon2 = { version = "0.6.0-rc.1", optional = true, default-features = false, features = ["alloc"] }
3030
bcrypt-pbkdf = { version = "0.11.0-rc.1", optional = true, default-features = false, features = ["alloc"] }
3131
dsa = { version = "0.7.0-rc.4", optional = true, default-features = false, features = ["hazmat"] }
32-
ed25519-dalek = { version = "=3.0.0-pre.0", optional = true, default-features = false }
32+
ed25519-dalek = { version = "=3.0.0-pre.1", optional = true, default-features = false }
3333
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
3434
hmac = { version = "0.13.0-rc.1", optional = true }
3535
home = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)