From a5a0273c7b822b4654efc19bf77916e27407fe6e Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 22 Nov 2023 15:24:26 +0000 Subject: [PATCH] Bump --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cf204c..e82bad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,9 +869,9 @@ dependencies = [ [[package]] name = "ethers-contract" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d79269278125006bb0552349c03593ffa9702112ca88bc7046cc669f148fb47c" +checksum = "0111ead599d17a7bff6985fd5756f39ca7033edc79a31b23026a8d5d64fa95cd" dependencies = [ "const-hex", "ethers-contract-abigen", @@ -1001,9 +1001,9 @@ dependencies = [ [[package]] name = "ethers-providers" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6838fa110e57d572336178b7c79e94ff88ef976306852d8cb87d9e5b1fc7c0b5" +checksum = "25d6c0c9455d93d4990c06e049abf9b30daf148cf461ee939c11d88907c60816" dependencies = [ "async-trait", "auto_impl", diff --git a/Cargo.toml b/Cargo.toml index a2bae83..8430d7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ axum = "0.6.20" chrono = "0.4.31" dotenvy = "0.15.7" ethers = "2.0.10" -ethers-contract = "2" +ethers-contract = "2.0.11" ethers-contract-derive = "2" ethers-core = { version = "2.0.11", features = ["eip712"] } hex = "0.4.3"