From 1181978839190e46787edb2844d6c2594f246877 Mon Sep 17 00:00:00 2001 From: Warm Beer Date: Fri, 3 Apr 2026 11:08:35 +0200 Subject: [PATCH] chore: bump evmlib from 0.7 to 0.8 Co-Authored-By: Claude Opus 4.6 (1M context) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88a5f64c..09568f5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2285,9 +2285,9 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af67fe5494790b75d91fed4c5dd3215098e5adf071f73f40a238d199116c75ac" +checksum = "1338c23c9ce1b4e54ff5cc65e53ce859095f121bfc742e474e1e1f2e03748000" dependencies = [ "alloy", "ant-merkle", diff --git a/Cargo.toml b/Cargo.toml index 203d89e9..e48d7d32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ saorsa-core = "0.21.0" saorsa-pqc = "0.5" # Payment verification - autonomi network lookup + EVM payment -evmlib = "0.7" +evmlib = "0.8" xor_name = "5" # Caching - LRU cache for verified XorNames