From ade45965ec1a8ed4aa45496557280bda8f4a0f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:50:05 +0000 Subject: [PATCH] Bump darling from 0.20.6 to 0.20.8 (#2125) Bumps [darling](https://github.com/TedDriggs/darling) from 0.20.6 to 0.20.8. - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](https://github.com/TedDriggs/darling/commits) --- updated-dependencies: - dependency-name: darling dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a4a0844256..cc634964145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1403,12 +1403,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.6" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c376d08ea6aa96aafe61237c7200d1241cb177b7d3a542d791f2d118e9cbb955" +checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" dependencies = [ - "darling_core 0.20.6", - "darling_macro 0.20.6", + "darling_core 0.20.8", + "darling_macro 0.20.8", ] [[package]] @@ -1427,9 +1427,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.6" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33043dcd19068b8192064c704b3f83eb464f91f1ff527b44a4e2b08d9cdb8855" +checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" dependencies = [ "fnv", "ident_case", @@ -1452,11 +1452,11 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.6" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5a91391accf613803c2a9bf9abccdbaa07c54b4244a5b64883f9c3c137c86be" +checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" dependencies = [ - "darling_core 0.20.6", + "darling_core 0.20.8", "quote", "syn 2.0.48", ] @@ -1628,7 +1628,7 @@ dependencies = [ "contract-build", "contract-metadata", "convert_case 0.6.0", - "darling 0.20.6", + "darling 0.20.8", "proc-macro2", "quote", "syn 2.0.48", @@ -2726,7 +2726,7 @@ dependencies = [ name = "ink_e2e_macro" version = "5.0.0-rc.1" dependencies = [ - "darling 0.20.6", + "darling 0.20.8", "derive_more", "ink_ir", "proc-macro2", @@ -6108,7 +6108,7 @@ version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "365251668613323064803427af8c7c7bc366cd8b28e33639640757669dafebd5" dependencies = [ - "darling 0.20.6", + "darling 0.20.8", "parity-scale-codec", "proc-macro-error", "quote", diff --git a/Cargo.toml b/Cargo.toml index efe7a198893..fd4f889da94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ blake2 = { version = "0.10" } cargo_metadata = { version = "0.18.0" } cfg-if = { version = "1.0" } contract-build = { version = "4.0.0-rc.2" } -darling = { version = "0.20.6" } +darling = { version = "0.20.8" } derive_more = { version = "0.99.17", default-features = false } drink = { version = "=0.10.0" } either = { version = "1.5", default-features = false }