From 44369c87c24bc30d4f93fd6d33ba55ff912d1dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:53:13 +0000 Subject: [PATCH] chore(deps): bump alloy-transport-http from 0.6.4 to 1.0.41 Bumps [alloy-transport-http](https://github.com/alloy-rs/alloy) from 0.6.4 to 1.0.41. - [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/v0.6.4...v1.0.41) --- updated-dependencies: - dependency-name: alloy-transport-http dependency-version: 1.0.41 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 229 +++++++++++++++++++++++++++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 197 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 230fef2..f00399e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,8 +84,8 @@ dependencies = [ "alloy-serde", "alloy-signer", "alloy-signer-local", - "alloy-transport", - "alloy-transport-http", + "alloy-transport 0.6.4", + "alloy-transport-http 0.6.4", "alloy-transport-ipc", "alloy-transport-ws", ] @@ -132,8 +132,8 @@ dependencies = [ "alloy-provider", "alloy-pubsub", "alloy-rpc-types-eth", - "alloy-sol-types", - "alloy-transport", + "alloy-sol-types 0.8.25", + "alloy-transport 0.6.4", "futures", "futures-util", "thiserror 1.0.69", @@ -149,7 +149,7 @@ dependencies = [ "alloy-json-abi", "alloy-primitives 0.8.25", "alloy-rlp", - "alloy-sol-types", + "alloy-sol-types 0.8.25", ] [[package]] @@ -161,7 +161,7 @@ dependencies = [ "alloy-json-abi", "alloy-primitives 0.8.25", "alloy-sol-type-parser", - "alloy-sol-types", + "alloy-sol-types 0.8.25", "const-hex", "itoa", "serde", @@ -241,13 +241,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3694b7e480728c0b3e228384f223937f14c10caef5a4c766021190fc8f283d35" dependencies = [ "alloy-primitives 0.8.25", - "alloy-sol-types", + "alloy-sol-types 0.8.25", "serde", "serde_json", "thiserror 1.0.69", "tracing", ] +[[package]] +name = "alloy-json-rpc" +version = "1.0.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7c69f6c9c68a1287c9d5ff903d0010726934de0dac10989be37b75a29190d55" +dependencies = [ + "alloy-primitives 1.4.1", + "alloy-sol-types 1.4.1", + "http", + "serde", + "serde_json", + "thiserror 2.0.16", + "tracing", +] + [[package]] name = "alloy-network" version = "0.6.4" @@ -256,13 +271,13 @@ checksum = "ea94b8ceb5c75d7df0a93ba0acc53b55a22b47b532b600a800a87ef04eb5b0b4" dependencies = [ "alloy-consensus", "alloy-eips", - "alloy-json-rpc", + "alloy-json-rpc 0.6.4", "alloy-network-primitives", "alloy-primitives 0.8.25", "alloy-rpc-types-eth", "alloy-serde", "alloy-signer", - "alloy-sol-types", + "alloy-sol-types 0.8.25", "async-trait", "auto_impl", "futures-utils-wasm", @@ -317,7 +332,7 @@ dependencies = [ "cfg-if", "const-hex", "derive_more 2.0.1", - "foldhash", + "foldhash 0.1.5", "hashbrown 0.15.5", "indexmap", "itoa", @@ -333,6 +348,33 @@ dependencies = [ "tiny-keccak", ] +[[package]] +name = "alloy-primitives" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "355bf68a433e0fd7f7d33d5a9fc2583fde70bf5c530f63b80845f8da5505cf28" +dependencies = [ + "alloy-rlp", + "bytes", + "cfg-if", + "const-hex", + "derive_more 2.0.1", + "foldhash 0.2.0", + "hashbrown 0.16.0", + "indexmap", + "itoa", + "k256", + "keccak-asm", + "paste", + "proptest", + "rand 0.9.2", + "ruint", + "rustc-hash", + "serde", + "sha3", + "tiny-keccak", +] + [[package]] name = "alloy-provider" version = "0.6.4" @@ -342,15 +384,15 @@ dependencies = [ "alloy-chains", "alloy-consensus", "alloy-eips", - "alloy-json-rpc", + "alloy-json-rpc 0.6.4", "alloy-network", "alloy-network-primitives", "alloy-primitives 0.8.25", "alloy-pubsub", "alloy-rpc-client", "alloy-rpc-types-eth", - "alloy-transport", - "alloy-transport-http", + "alloy-transport 0.6.4", + "alloy-transport-http 0.6.4", "alloy-transport-ipc", "alloy-transport-ws", "async-stream", @@ -379,9 +421,9 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90f1f34232f77341076541c405482e4ae12f0ee7153d8f9969fc1691201b2247" dependencies = [ - "alloy-json-rpc", + "alloy-json-rpc 0.6.4", "alloy-primitives 0.8.25", - "alloy-transport", + "alloy-transport 0.6.4", "bimap", "futures", "serde", @@ -420,11 +462,11 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "374dbe0dc3abdc2c964f36b3d3edf9cdb3db29d16bda34aa123f03d810bec1dd" dependencies = [ - "alloy-json-rpc", + "alloy-json-rpc 0.6.4", "alloy-primitives 0.8.25", "alloy-pubsub", - "alloy-transport", - "alloy-transport-http", + "alloy-transport 0.6.4", + "alloy-transport-http 0.6.4", "alloy-transport-ipc", "alloy-transport-ws", "futures", @@ -483,7 +525,7 @@ dependencies = [ "alloy-primitives 0.8.25", "alloy-rlp", "alloy-serde", - "alloy-sol-types", + "alloy-sol-types 0.8.25", "derive_more 1.0.0", "itertools 0.13.0", "serde", @@ -537,8 +579,22 @@ version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e10ae8e9a91d328ae954c22542415303919aabe976fe7a92eb06db1b68fd59f2" dependencies = [ - "alloy-sol-macro-expander", - "alloy-sol-macro-input", + "alloy-sol-macro-expander 0.8.25", + "alloy-sol-macro-input 0.8.25", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.106", +] + +[[package]] +name = "alloy-sol-macro" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3ce480400051b5217f19d6e9a82d9010cdde20f1ae9c00d53591e4a1afbb312" +dependencies = [ + "alloy-sol-macro-expander 1.4.1", + "alloy-sol-macro-input 1.4.1", "proc-macro-error2", "proc-macro2", "quote", @@ -552,7 +608,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83ad5da86c127751bc607c174d6c9fe9b85ef0889a9ca0c641735d77d4f98f26" dependencies = [ "alloy-json-abi", - "alloy-sol-macro-input", + "alloy-sol-macro-input 0.8.25", + "const-hex", + "heck", + "indexmap", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.106", + "syn-solidity 0.8.25", + "tiny-keccak", +] + +[[package]] +name = "alloy-sol-macro-expander" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d792e205ed3b72f795a8044c52877d2e6b6e9b1d13f431478121d8d4eaa9028" +dependencies = [ + "alloy-sol-macro-input 1.4.1", "const-hex", "heck", "indexmap", @@ -560,7 +634,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.106", - "syn-solidity", + "syn-solidity 1.4.1", "tiny-keccak", ] @@ -579,7 +653,23 @@ dependencies = [ "quote", "serde_json", "syn 2.0.106", - "syn-solidity", + "syn-solidity 0.8.25", +] + +[[package]] +name = "alloy-sol-macro-input" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bd1247a8f90b465ef3f1207627547ec16940c35597875cdc09c49d58b19693c" +dependencies = [ + "const-hex", + "dunce", + "heck", + "macro-string", + "proc-macro2", + "quote", + "syn 2.0.106", + "syn-solidity 1.4.1", ] [[package]] @@ -600,18 +690,28 @@ checksum = "d43d5e60466a440230c07761aa67671d4719d46f43be8ea6e7ed334d8db4a9ab" dependencies = [ "alloy-json-abi", "alloy-primitives 0.8.25", - "alloy-sol-macro", + "alloy-sol-macro 0.8.25", "const-hex", "serde", ] +[[package]] +name = "alloy-sol-types" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70319350969a3af119da6fb3e9bddb1bce66c9ea933600cb297c8b1850ad2a3c" +dependencies = [ + "alloy-primitives 1.4.1", + "alloy-sol-macro 1.4.1", +] + [[package]] name = "alloy-transport" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f99acddb34000d104961897dbb0240298e8b775a7efffb9fda2a1a3efedd65b3" dependencies = [ - "alloy-json-rpc", + "alloy-json-rpc 0.6.4", "base64", "futures-util", "futures-utils-wasm", @@ -625,14 +725,53 @@ dependencies = [ "wasmtimer", ] +[[package]] +name = "alloy-transport" +version = "1.0.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "025a940182bddaeb594c26fe3728525ae262d0806fe6a4befdf5d7bc13d54bce" +dependencies = [ + "alloy-json-rpc 1.0.41", + "alloy-primitives 1.4.1", + "auto_impl", + "base64", + "derive_more 2.0.1", + "futures", + "futures-utils-wasm", + "parking_lot", + "serde", + "serde_json", + "thiserror 2.0.16", + "tokio", + "tower", + "tracing", + "url", + "wasmtimer", +] + [[package]] name = "alloy-transport-http" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dc013132e34eeadaa0add7e74164c1503988bfba8bae885b32e0918ba85a8a6" dependencies = [ - "alloy-json-rpc", - "alloy-transport", + "alloy-json-rpc 0.6.4", + "alloy-transport 0.6.4", + "reqwest", + "serde_json", + "tower", + "tracing", + "url", +] + +[[package]] +name = "alloy-transport-http" +version = "1.0.41" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3b5064d1e1e1aabc918b5954e7fb8154c39e77ec6903a581b973198b26628fa" +dependencies = [ + "alloy-json-rpc 1.0.41", + "alloy-transport 1.0.41", "reqwest", "serde_json", "tower", @@ -646,9 +785,9 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "063edc0660e81260653cc6a95777c29d54c2543a668aa5da2359fb450d25a1ba" dependencies = [ - "alloy-json-rpc", + "alloy-json-rpc 0.6.4", "alloy-pubsub", - "alloy-transport", + "alloy-transport 0.6.4", "bytes", "futures", "interprocess", @@ -666,7 +805,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abd170e600801116d5efe64f74a4fc073dbbb35c807013a7d0a388742aeebba0" dependencies = [ "alloy-pubsub", - "alloy-transport", + "alloy-transport 0.6.4", "futures", "http", "rustls", @@ -2091,6 +2230,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "foreign-types" version = "0.3.2" @@ -2345,7 +2490,7 @@ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "allocator-api2", "equivalent", - "foldhash", + "foldhash 0.1.5", "serde", ] @@ -2354,6 +2499,10 @@ name = "hashbrown" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +dependencies = [ + "foldhash 0.2.0", + "serde", +] [[package]] name = "heck" @@ -3815,6 +3964,7 @@ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", + "serde", ] [[package]] @@ -3853,6 +4003,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ "getrandom 0.3.3", + "serde", ] [[package]] @@ -4097,7 +4248,7 @@ dependencies = [ "alloy-rpc-types", "alloy-signer", "alloy-signer-local", - "alloy-transport-http", + "alloy-transport-http 1.0.41", "anyhow", "async-trait", "base64", @@ -4760,6 +4911,18 @@ dependencies = [ "syn 2.0.106", ] +[[package]] +name = "syn-solidity" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff790eb176cc81bb8936aed0f7b9f14fc4670069a2d371b3e3b0ecce908b2cb3" +dependencies = [ + "paste", + "proc-macro2", + "quote", + "syn 2.0.106", +] + [[package]] name = "sync_wrapper" version = "1.0.2" diff --git a/Cargo.toml b/Cargo.toml index 54ebd24..58a514d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ alloy-signer-local = "0.6" alloy-contract = "0.6" alloy-primitives = "0.6" alloy-rpc-types = "0.6" -alloy-transport-http = "0.6" +alloy-transport-http = "1.0" alloy-consensus = "0.6" thiserror = "2.0.12" clap = { version = "4.5.36", features = ["derive"] }