From 0235ac26b73b2d7a012c4a15614b312d3604a4e7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Apr 2024 10:05:09 +0000 Subject: [PATCH] Update Rust crate ed25519-dalek to 2.1.1 --- crates/lox-library/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 32919cd..9d75bb1 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" [dependencies] curve25519-dalek = { version = "4.1.2", default-features = false, features = ["serde", "rand_core", "digest"] } -ed25519-dalek = { version = "2", features = ["serde", "rand_core"] } +ed25519-dalek = { version = "2.1.1", features = ["serde", "rand_core"] } bincode = "1.3.3" chrono = "0.4.38" rand = { version = "0.8", features = ["std_rng"]}