Skip to content

Commit 7bf23b4

Browse files
committed
Move ed25519-dalek to workspace
1 parent ad3a358 commit 7bf23b4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ blake2 = "0.10.6"
171171
tokio-rustls = { version = "0.26.2", features = ["ring"] }
172172
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
173173
k256 = "0.13.4"
174+
ed25519-dalek = { version = "2.2.0", features = ["rand_core"] }
174175
# Additional RustCrypto dependencies for sealed box
175176
xsalsa20poly1305 = "0.9.0"
176177
salsa20 = "0.10"

guest-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ sha3.workspace = true
4747
strip-ansi-escapes.workspace = true
4848
cert-client.workspace = true
4949
ring.workspace = true
50-
ed25519-dalek = { version = "2.2.0", features = ["rand_core"] }
50+
ed25519-dalek.workspace = true
5151
rand.workspace = true

0 commit comments

Comments
 (0)