From f4e740e29a57933b8f69579a24111a46db7ed8ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:30:17 +0000 Subject: [PATCH] build(deps): Bump alloy-sol-types from 0.7.7 to 0.8.10 Bumps [alloy-sol-types](https://github.com/alloy-rs/core) from 0.7.7 to 0.8.10. - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/core/compare/v0.7.7...v0.8.10) --- updated-dependencies: - dependency-name: alloy-sol-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 181 +++++++++++++++++++++++++++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 156 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 499d4b1..d9e37c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "836cf02383d9ebb35502d379bcd1ae803155094077eaab9c29131d888cd5fa3e" dependencies = [ - "alloy-primitives 0.8.10", + "alloy-primitives 0.8.11", "num_enum", "strum", ] @@ -158,12 +158,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dc6957ff706f9e5f6fd42f52a93e4bce476b726c92d077b348de28c4a76730c" dependencies = [ "alloy-dyn-abi", - "alloy-json-abi", + "alloy-json-abi 0.7.7", "alloy-network", "alloy-primitives 0.7.7", "alloy-provider", "alloy-rpc-types-eth", - "alloy-sol-types", + "alloy-sol-types 0.7.7", "alloy-transport", "futures", "futures-util", @@ -176,10 +176,10 @@ version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "413902aa18a97569e60f679c23f46a18db1656d87ab4d4e49d0e1e52042f66df" dependencies = [ - "alloy-json-abi", + "alloy-json-abi 0.7.7", "alloy-primitives 0.7.7", - "alloy-sol-type-parser", - "alloy-sol-types", + "alloy-sol-type-parser 0.7.7", + "alloy-sol-types 0.7.7", "const-hex", "itoa", "serde", @@ -209,7 +209,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc05b04ac331a9f07e3a4036ef7926e49a8bf84a99a1ccfc7e2ab55a5fcbb372" dependencies = [ "alloy-primitives 0.7.7", - "alloy-sol-type-parser", + "alloy-sol-type-parser 0.7.7", + "serde", + "serde_json", +] + +[[package]] +name = "alloy-json-abi" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ded610181f3dad5810f6ff12d1a99994cf9b42d2fcb7709029352398a5da5ae6" +dependencies = [ + "alloy-primitives 0.8.11", + "alloy-sol-type-parser 0.8.11", "serde", "serde_json", ] @@ -240,7 +252,7 @@ dependencies = [ "alloy-rpc-types-eth", "alloy-serde", "alloy-signer", - "alloy-sol-types", + "alloy-sol-types 0.7.7", "async-trait", "auto_impl", "futures-utils-wasm", @@ -271,18 +283,29 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8edae627382349b56cd6a7a2106f4fd69b243a9233e560c55c2e03cabb7e1d3c" +checksum = "fd58d377699e6cfeab52c4a9d28bdc4ef37e2bd235ff2db525071fe37a2e9af5" dependencies = [ + "alloy-rlp", "bytes", "cfg-if", "const-hex", "derive_more 1.0.0", + "foldhash", + "hashbrown 0.15.0", "hex-literal", + "indexmap 2.6.0", "itoa", + "k256", + "keccak-asm", "paste", + "proptest", + "rand", "ruint", + "rustc-hash 2.0.0", + "serde", + "sha3", "tiny-keccak", ] @@ -407,7 +430,7 @@ dependencies = [ "alloy-primitives 0.7.7", "alloy-rlp", "alloy-serde", - "alloy-sol-types", + "alloy-sol-types 0.7.7", "itertools 0.13.0", "serde", "serde_json", @@ -479,22 +502,36 @@ version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b40397ddcdcc266f59f959770f601ce1280e699a91fc1862f29cef91707cd09" dependencies = [ - "alloy-sol-macro-expander", - "alloy-sol-macro-input", + "alloy-sol-macro-expander 0.7.7", + "alloy-sol-macro-input 0.7.7", "proc-macro-error", "proc-macro2", "quote", "syn 2.0.86", ] +[[package]] +name = "alloy-sol-macro" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a1b42ac8f45e2f49f4bcdd72cbfde0bb148f5481d403774ffa546e48b83efc1" +dependencies = [ + "alloy-sol-macro-expander 0.8.11", + "alloy-sol-macro-input 0.8.11", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.86", +] + [[package]] name = "alloy-sol-macro-expander" version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "867a5469d61480fea08c7333ffeca52d5b621f5ca2e44f271b117ec1fc9a0525" dependencies = [ - "alloy-json-abi", - "alloy-sol-macro-input", + "alloy-json-abi 0.7.7", + "alloy-sol-macro-input 0.7.7", "const-hex", "heck 0.5.0", "indexmap 2.6.0", @@ -502,7 +539,25 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.86", - "syn-solidity", + "syn-solidity 0.7.7", + "tiny-keccak", +] + +[[package]] +name = "alloy-sol-macro-expander" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06318f1778e57f36333e850aa71bd1bb5e560c10279e236622faae0470c50412" +dependencies = [ + "alloy-sol-macro-input 0.8.11", + "const-hex", + "heck 0.5.0", + "indexmap 2.6.0", + "proc-macro-error2", + "proc-macro2", + "quote", + "syn 2.0.86", + "syn-solidity 0.8.11", "tiny-keccak", ] @@ -512,7 +567,7 @@ version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e482dc33a32b6fadbc0f599adea520bd3aaa585c141a80b404d0a3e3fa72528" dependencies = [ - "alloy-json-abi", + "alloy-json-abi 0.7.7", "const-hex", "dunce", "heck 0.5.0", @@ -520,7 +575,22 @@ dependencies = [ "quote", "serde_json", "syn 2.0.86", - "syn-solidity", + "syn-solidity 0.7.7", +] + +[[package]] +name = "alloy-sol-macro-input" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eaebb9b0ad61a41345a22c9279975c0cdd231b97947b10d7aad1cf0a7181e4a5" +dependencies = [ + "const-hex", + "dunce", + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.86", + "syn-solidity 0.8.11", ] [[package]] @@ -533,15 +603,38 @@ dependencies = [ "winnow", ] +[[package]] +name = "alloy-sol-type-parser" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12c71028bfbfec210e24106a542aad3def7caf1a70e2c05710e92a98481980d3" +dependencies = [ + "serde", + "winnow", +] + [[package]] name = "alloy-sol-types" version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a91ca40fa20793ae9c3841b83e74569d1cc9af29a2f5237314fd3452d51e38c7" dependencies = [ - "alloy-json-abi", + "alloy-json-abi 0.7.7", "alloy-primitives 0.7.7", - "alloy-sol-macro", + "alloy-sol-macro 0.7.7", + "const-hex", + "serde", +] + +[[package]] +name = "alloy-sol-types" +version = "0.8.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa828bb1b9a6dc52208fbb18084fb9ce2c30facc2bfda6a5d922349b4990354f" +dependencies = [ + "alloy-json-abi 0.8.11", + "alloy-primitives 0.8.11", + "alloy-sol-macro 0.8.11", "const-hex", "serde", ] @@ -1794,7 +1887,7 @@ dependencies = [ "alloy-provider", "alloy-rpc-types", "alloy-rpc-types-eth", - "alloy-sol-types", + "alloy-sol-types 0.7.7", "alloy-transport", "async-trait", "blueprint-manager", @@ -2041,7 +2134,7 @@ name = "cargo-tangle" version = "0.2.2" source = "git+https://github.com/webb-tools/gadget#0f9c6feec49d955187594214d0494a13b783580d" dependencies = [ - "alloy-json-abi", + "alloy-json-abi 0.7.7", "alloy-network", "alloy-provider", "alloy-rpc-types", @@ -3489,7 +3582,7 @@ dependencies = [ "alloy-provider", "alloy-pubsub", "alloy-signer-local", - "alloy-sol-types", + "alloy-sol-types 0.7.7", "alloy-transport", "alloy-transport-http", "reqwest 0.12.9", @@ -4550,7 +4643,7 @@ dependencies = [ "alloy-rpc-types", "alloy-signer", "alloy-signer-local", - "alloy-sol-types", + "alloy-sol-types 0.7.7", "alloy-transport", "alloy-transport-http", "ark-bn254", @@ -5043,6 +5136,7 @@ dependencies = [ "allocator-api2", "equivalent", "foldhash", + "serde", ] [[package]] @@ -8477,6 +8571,28 @@ dependencies = [ "version_check", ] +[[package]] +name = "proc-macro-error-attr2" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" +dependencies = [ + "proc-macro2", + "quote", +] + +[[package]] +name = "proc-macro-error2" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" +dependencies = [ + "proc-macro-error-attr2", + "proc-macro2", + "quote", + "syn 2.0.86", +] + [[package]] name = "proc-macro2" version = "1.0.89" @@ -8685,6 +8801,7 @@ dependencies = [ "libc", "rand_chacha", "rand_core 0.6.4", + "serde", ] [[package]] @@ -11247,7 +11364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02f31217207638b7cba9751cedb9ddb612478423d7bf8700091cf1f9970bbc5f" dependencies = [ "alloy-contract", - "alloy-sol-types", + "alloy-sol-types 0.7.7", "serde", ] @@ -11285,6 +11402,18 @@ dependencies = [ "syn 2.0.86", ] +[[package]] +name = "syn-solidity" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edf42e81491fb8871b74df3d222c64ae8cbc1269ea509fa768a3ed3e1b0ac8cb" +dependencies = [ + "paste", + "proc-macro2", + "quote", + "syn 2.0.86", +] + [[package]] name = "sync_wrapper" version = "0.1.2" @@ -11386,7 +11515,7 @@ dependencies = [ "alloy-contract", "alloy-primitives 0.7.7", "alloy-provider", - "alloy-sol-types", + "alloy-sol-types 0.8.10", "async-trait", "blueprint-build-utils", "blueprint-test-utils", diff --git a/Cargo.toml b/Cargo.toml index 5137e92..c659324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter"] eigensdk = { version = "0.1.0", features = ["full", "utils", "types"] } alloy-primitives = "0.7.2" alloy-provider = { version = "0.1", default-features = false, features = ["reqwest", "ws"] } -alloy-sol-types = "0.7.2" +alloy-sol-types = "0.8.10" alloy-contract = "0.1" lock_api = "0.4.12" parking_lot = "0.12.3"