We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3a358 commit 7bf23b4Copy full SHA for 7bf23b4
2 files changed
Cargo.toml
@@ -171,6 +171,7 @@ blake2 = "0.10.6"
171
tokio-rustls = { version = "0.26.2", features = ["ring"] }
172
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
173
k256 = "0.13.4"
174
+ed25519-dalek = { version = "2.2.0", features = ["rand_core"] }
175
# Additional RustCrypto dependencies for sealed box
176
xsalsa20poly1305 = "0.9.0"
177
salsa20 = "0.10"
guest-agent/Cargo.toml
@@ -47,5 +47,5 @@ sha3.workspace = true
47
strip-ansi-escapes.workspace = true
48
cert-client.workspace = true
49
ring.workspace = true
50
-ed25519-dalek = { version = "2.2.0", features = ["rand_core"] }
+ed25519-dalek.workspace = true
51
rand.workspace = true
0 commit comments