From b088aa1b51d240336d48e70b9c9bf88c7adbb262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:25:59 +0000 Subject: [PATCH] Bump contract-build from 4.0.1 to 4.0.2 Bumps [contract-build](https://github.com/paritytech/cargo-contract) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/paritytech/cargo-contract/releases) - [Changelog](https://github.com/paritytech/cargo-contract/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/cargo-contract/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: contract-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 26 ++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51134a593e3..76e5650db5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,7 +901,7 @@ version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" dependencies = [ - "heck", + "heck 0.4.1", "proc-macro2", "quote", "syn 2.0.52", @@ -1020,9 +1020,9 @@ checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" [[package]] name = "contract-build" -version = "4.0.1" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e59e7ba4d6a3a167d79fcf6b5dfa04470be79f6e879932abd219feb3e1faa99c" +checksum = "a1419d360c4519b3995a7e390f0f6a72a386c2cfb9a187f1114a3e9c719e02c1" dependencies = [ "anyhow", "blake2", @@ -1033,7 +1033,7 @@ dependencies = [ "contract-metadata", "crossterm", "duct", - "heck", + "heck 0.5.0", "hex", "impl-serde", "parity-scale-codec", @@ -1060,9 +1060,9 @@ dependencies = [ [[package]] name = "contract-metadata" -version = "4.0.1" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71f11032155f6d52a55b0652e08ddc73f516aaa8901e909ecd49e3485759c238" +checksum = "7b31736c09a0d23fec6263686d4bce595634faeed1875520fecf191985f7a2db" dependencies = [ "anyhow", "impl-serde", @@ -2270,6 +2270,12 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + [[package]] name = "hermit-abi" version = "0.3.9" @@ -2663,7 +2669,7 @@ dependencies = [ "blake2", "derive_more", "either", - "heck", + "heck 0.4.1", "impl-serde", "ink_ir", "ink_primitives", @@ -6334,7 +6340,7 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ - "heck", + "heck 0.4.1", "proc-macro2", "quote", "rustversion", @@ -6347,7 +6353,7 @@ version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" dependencies = [ - "heck", + "heck 0.4.1", "proc-macro2", "quote", "rustversion", @@ -6416,7 +6422,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d0e58c3f88651cff26aa52bae0a0a85f806a2e923a20eb438c16474990743ea" dependencies = [ "frame-metadata 16.0.0", - "heck", + "heck 0.4.1", "hex", "jsonrpsee 0.21.0", "parity-scale-codec", diff --git a/Cargo.toml b/Cargo.toml index e19f48ed2be..70527eda5c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ array-init = { version = "2.0", default-features = false } blake2 = { version = "0.10" } cargo_metadata = { version = "0.18.0" } cfg-if = { version = "1.0" } -contract-build = { version = "4.0.1" } +contract-build = { version = "4.0.2" } darling = { version = "0.20.8" } derive_more = { version = "0.99.17", default-features = false } drink = { version = "=0.14.0", default-features = false, features = ["std"] }