diff --git a/Cargo.toml b/Cargo.toml index 8be5b65..1299218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ aes-gcm = "0.10.1" serde_json = "1.0.68" hex = "0.4.3" bincode = "1.3.3" -ed25519-dalek = "1.0.1" +ed25519-dalek = "2.1.1" tracing = "0.1.31" tracing-subscriber = "0.3.9" futures = "0.3.21"