From 07572efcff90862c358b4cea92444191b883886f Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 9 Apr 2024 16:31:35 +1000 Subject: [PATCH] Pin ENR to the latest minor, using latest ENR (#249) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 167d4351..206c728a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] exclude = [".gitignore", ".github/*"] [dependencies] -enr = { version = "0.11.0", features = ["k256", "ed25519"] } +enr = { version = "0.11", features = ["k256", "ed25519"] } tokio = { version = "1", features = ["net", "sync", "macros", "rt"] } libp2p = { version = "0.53", features = ["ed25519", "secp256k1"], optional = true } zeroize = { version = "1", features = ["zeroize_derive"] }