From f2acea581fc2702866810821b9c08798c338b6f2 Mon Sep 17 00:00:00 2001 From: chirag-bgh Date: Tue, 18 Jun 2024 19:31:55 +0530 Subject: [PATCH 1/2] bump enr --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3430b2ed7..f5581f4a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ blst = "0.3.11" rand = "0.8.4" sha2 = "0.10.8" integer-sqrt = "0.1.5" -enr = "0.6.2" +enr = "0.12.0" multihash = { version = "0.16", default-features = false, features = [ "std", "multihash-impl", @@ -30,7 +30,7 @@ multihash = { version = "0.16", default-features = false, features = [ "sha2", ] } multiaddr = "0.14.0" -c-kzg = "1.0.0" +c-kzg = "1.0.2" bs58 = "0.4.0" eyre = "0.6.8" bip39 = "2.0.0" From 5712199cf3f54020ebf1cef2d0e24adaa5a871c5 Mon Sep 17 00:00:00 2001 From: chirag-bgh Date: Tue, 18 Jun 2024 19:37:40 +0530 Subject: [PATCH 2/2] pin enr --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5581f4a1..f67101a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ blst = "0.3.11" rand = "0.8.4" sha2 = "0.10.8" integer-sqrt = "0.1.5" -enr = "0.12.0" +enr = "=0.12.0" multihash = { version = "0.16", default-features = false, features = [ "std", "multihash-impl",