From 0e00ee2087115932c09ea2d0d3c35730dea6ca8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 18:05:57 +0000 Subject: [PATCH] build(deps): bump alloy-sol-types from 1.0.0 to 1.1.0 Bumps [alloy-sol-types](https://github.com/alloy-rs/core) from 1.0.0 to 1.1.0. - [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/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: alloy-sol-types dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 56 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3c40fb8b5..85148059b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,12 +109,12 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5189fa9a8797e92396bc4b4454c5f2073a4945f7c2b366af9af60f9536558f7a" +checksum = "0068ae277f5ee3153a95eaea8ff10e188ed8ccde9b7f9926305415a2c0ab2442" dependencies = [ - "alloy-primitives 1.0.0", - "alloy-sol-type-parser 1.0.0", + "alloy-primitives 1.1.0", + "alloy-sol-type-parser 1.1.0", "serde", "serde_json", ] @@ -148,9 +148,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70b98b99c1dcfbe74d7f0b31433ff215e7d1555e367d90e62db904f3c9d4ff53" +checksum = "6a12fe11d0b8118e551c29e1a67ccb6d01cc07ef08086df30f07487146de6fa1" dependencies = [ "alloy-rlp", "bytes", @@ -199,12 +199,12 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60fcfa26956bcb22f66ab13407115197f26ef23abca5b48d39a1946897382d74" +checksum = "5d3ef8e0d622453d969ba3cded54cf6800efdc85cb929fe22c5bdf8335666757" dependencies = [ - "alloy-sol-macro-expander 1.0.0", - "alloy-sol-macro-input 1.0.0", + "alloy-sol-macro-expander 1.1.0", + "alloy-sol-macro-input 1.1.0", "proc-macro-error2", "proc-macro2", "quote", @@ -231,11 +231,11 @@ dependencies = [ [[package]] name = "alloy-sol-macro-expander" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a9b402f0013f1ff8c24066eeafc2207a8e52810a2b18b77776ce7fead5af41" +checksum = "f0e84bd0693c69a8fbe3ec0008465e029c6293494df7cb07580bf4a33eff52e1" dependencies = [ - "alloy-sol-macro-input 1.0.0", + "alloy-sol-macro-input 1.1.0", "const-hex", "heck", "indexmap 2.8.0", @@ -243,7 +243,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.100", - "syn-solidity 1.0.0", + "syn-solidity 1.1.0", "tiny-keccak", ] @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "alloy-sol-macro-input" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d02d61741337bb6b3f4899c2e3173fe17ffa2810e143d3b28acd953197c8dd79" +checksum = "f3de663412dadf9b64f4f92f507f78deebcc92339d12cf15f88ded65d41c7935" dependencies = [ "const-hex", "dunce", @@ -276,7 +276,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.100", - "syn-solidity 1.0.0", + "syn-solidity 1.1.0", ] [[package]] @@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "alloy-sol-type-parser" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b5f5f9f561c29f78ea521ebe2e5ac1633f1b1442dae582f68ecd57c6350042" +checksum = "251273c5aa1abb590852f795c938730fa641832fc8fa77b5478ed1bf11b6097e" dependencies = [ "serde", "winnow", @@ -314,13 +314,13 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02635bce18205ff8149fb752c753b0a91ea3f3c8ee04c58846448be4811a640" +checksum = "5460a975434ae594fe2b91586253c1beb404353b78f0a55bf124abcd79557b15" dependencies = [ - "alloy-json-abi 1.0.0", - "alloy-primitives 1.0.0", - "alloy-sol-macro 1.0.0", + "alloy-json-abi 1.1.0", + "alloy-primitives 1.1.0", + "alloy-sol-macro 1.1.0", "const-hex", "serde", ] @@ -3671,7 +3671,7 @@ dependencies = [ name = "ink_primitives" version = "6.0.0-alpha" dependencies = [ - "alloy-sol-types 1.0.0", + "alloy-sol-types 1.1.0", "cfg-if", "derive_more 2.0.1", "impl-trait-for-tuples", @@ -3701,7 +3701,7 @@ version = "6.0.0-alpha" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17a3ec41989815c27b52e7f653e7f9d6560e34d3708dd2f410b5fd7fd952ce34" dependencies = [ - "alloy-sol-types 1.0.0", + "alloy-sol-types 1.1.0", "cfg-if", "derive_more 2.0.1", "impl-trait-for-tuples", @@ -7881,9 +7881,9 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34c9c96de1f835488c1501092847b522be88c9ac6fb0d4c0fbea92992324c8f4" +checksum = "3d0f0d4760f4c2a0823063b2c70e97aa2ad185f57be195172ccc0e23c4b787c4" dependencies = [ "paste", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index b5d57c8f88..64a1e5f269 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ xcm = { package = "staging-xcm", version = "16.1.0", default-features = false } polkavm-derive = { version = "0.22.0", default-features = false } # Solidity dependencies -alloy-sol-types = { version = "1.0.0", default-features = false } +alloy-sol-types = { version = "1.1.0", default-features = false } const_format = { version = "0.2.34", features = ["fmt"] } keccak-const = "0.2.0" impl-trait-for-tuples = "0.2.3"