From 69ffaf887a4965ac8b830f9dafbaac356a8e0c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 21:37:22 +0000 Subject: [PATCH] build(deps): bump alloy-provider from 2.1.1 to 2.2.0 Bumps [alloy-provider](https://github.com/alloy-rs/alloy) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/alloy/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: alloy-provider dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 76 +++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93ac4ee1..aeb5ce03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6ff0c4adba2abdcd9fb5829ae5f4394c06f8585ed283a9ba79aa33763c802e1" +checksum = "1f0f42ee16e9eaffa4df5aa3a17b1df88dd222310d13152ab91357a2551fd054" dependencies = [ "alloy-eips", "alloy-primitives", @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cdf48932b1db3216175e19a2b476d89d53076e004850ee7983c6807ba0fde74" +checksum = "db388e804269d977d60fa7530ccfefe9184ca48d4055dad3ec7e649a29186a06" dependencies = [ "alloy-consensus", "alloy-eips", @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea4c0453065b9206acc0f869a258dc8dcbbd595e144b4446f2c493a24a814d1f" +checksum = "52010e7c255f45b0ef3ca18144cbfbe0c044b055fe53f59323f3df5d95f265b1" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4691c60de5d628533752cd07e102d17c47874c06c04c91af33960fd94c484f4" +checksum = "24d7ff4d7f1503d12edda9b241904a309d6e1d5bcee3f0ffdc4d3d3f16f366b8" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "alloy-network" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d912bb639bf4ac31e83095afe9e907c8b9774ce0c405966228368309fcfc45f" +checksum = "44ff1439d901b44f6ff840545f82d65e66830ee33fb33cae495a566d66e0ccc8" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -196,7 +196,7 @@ dependencies = [ "alloy-rpc-types-any", "alloy-rpc-types-eth", "alloy-serde", - "alloy-signer 2.1.1", + "alloy-signer 2.2.0", "alloy-sol-types", "async-trait", "auto_impl", @@ -209,9 +209,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d875a11bd98595f57f73890f2e36f4a1cca0fa670623e59c9fb08b2389979c36" +checksum = "fb920286c4a71fb0ff3bbb207a640a531a42fceef5b43d4a943f7d5265789876" dependencies = [ "alloy-consensus", "alloy-eips", @@ -250,9 +250,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7d526d184d392a8fbcf4293e457789b307bb70646e4f8b902989a246529450" +checksum = "329375f50202cc6b2dcc8c6b1e53b716cbbebbeea54e931befc4f3b628dfc469" dependencies = [ "alloy-chains", "alloy-consensus", @@ -264,7 +264,7 @@ dependencies = [ "alloy-pubsub", "alloy-rpc-client", "alloy-rpc-types-eth", - "alloy-signer 2.1.1", + "alloy-signer 2.2.0", "alloy-sol-types", "alloy-transport", "alloy-transport-http", @@ -292,9 +292,9 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fa5976a77e32a63152e937fa90d0dae1f8142b41a9a99a6386d6ea58934cfa6" +checksum = "71044e076a7c243454619e36279fc4654bc1ff846fbf666663ef574388859c84" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -336,9 +336,9 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755447dc13a04c6fa6db8dedb5d32ab5edfa4dd7aa34487ff192a3d873e0e8cf" +checksum = "52bffef2c5714f578f267bb959b47908b95728f1f3e2073a96d928f4441c148d" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -362,9 +362,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "911a513723ef0b90c3b072f65eebf54d6ebc8b651d06734e252d024bd89b88ac" +checksum = "4fe7fa70c3af4b2de7f670b50d680700e0f979ce3a0ab7725958b51ffc3b16c2" dependencies = [ "alloy-consensus-any", "alloy-network-primitives", @@ -377,9 +377,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1bd19904581ee2075b61faabab1a4cefa8b96d8f2c85343adeae8ecf615e2b" +checksum = "04f60a196df184facc9acbb61bd765a36cfb3c9d27eb6b43d5bd26340df1b96a" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -398,9 +398,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1e97b3e0b9f816b25083045dcfa69431bd059a078e828e4d82d296d1949b96c" +checksum = "07758cbde42596b66da52bb661d77e253c3f7f9b3f553faf07adbadeb6419502" dependencies = [ "alloy-primitives", "serde", @@ -424,9 +424,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6913d06ccc0d9c6ab67e2f82e2fbe292706da1f91442f30cded2d04b56bf0d58" +checksum = "bc43a73bc1bf7044898e1b0dcefaba45d0cfac3e379bb5ca29cc3e3a04c61451" dependencies = [ "alloy-primitives", "async-trait", @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "999adfe5c91035c6bf4c4210e0eb8d0caed79d76fbf5e1b70d78721f6097ac04" +checksum = "830c87b05870c80c8d2cfb9245feaff36468893f19fc124c7ff563cabda6386c" dependencies = [ "alloy-json-rpc", "auto_impl", @@ -532,9 +532,9 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e79a2c1793afc61eed9ca0963da370a988b27d2bbfa67c78013e262d47424c4" +checksum = "23ecd298fb0e6a31bd90c72efba2728e3d7569f1c89a3719576fb0e4e40b0fc8" dependencies = [ "alloy-json-rpc", "alloy-transport", @@ -548,9 +548,9 @@ dependencies = [ [[package]] name = "alloy-transport-ipc" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24422d5159996688b0c094babf1969cb0197d453902da483711c92c1624fea2" +checksum = "e7b51470da19d0ed256bb3cf31042cceca3ce01714a9ca76624fc71a999f6a27" dependencies = [ "alloy-json-rpc", "alloy-pubsub", @@ -568,9 +568,9 @@ dependencies = [ [[package]] name = "alloy-transport-ws" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bea36621cd4e4f06c1243e556b32fdc9c4db7b9b09b72a95a87383c0ffcc625" +checksum = "e67177a75a6e8a44f39ccbbc64a3e3a70186ef401d7313285b56735d4285aa34" dependencies = [ "alloy-pubsub", "alloy-transport", @@ -603,9 +603,9 @@ dependencies = [ [[package]] name = "alloy-tx-macros" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "406bc1183f6843e0aba09f7b3365e828b597213d60793ba5cb41befc863e3a78" +checksum = "e50185b84799c8b5f016a0c9da74309fe28d1c70fbe590a4e8d9cae6df3eebb0" dependencies = [ "darling", "proc-macro2",