From ec31392d54832ffc164880961cbc7d7fa46db05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:15:07 +0000 Subject: [PATCH] chore(deps): bump blueprint-metadata from 0.1.6 to 0.1.7 Bumps [blueprint-metadata](https://github.com/tangle-network/gadget) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/tangle-network/gadget/releases) - [Changelog](https://github.com/tangle-network/gadget/blob/main/release-plz.toml) - [Commits](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.1.6...blueprint-metadata-v0.1.7) --- updated-dependencies: - dependency-name: blueprint-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++---------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e3bb69..3278870 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,13 +1702,13 @@ dependencies = [ [[package]] name = "blueprint-metadata" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f8754ff7a709cf0643f82093fff582192a36afe3b075cde8e752ad9e39d35ed" +checksum = "0fdf5db63e122f8393d9cfbbd636cff2ba3aed0141cc8f832bd1a0191830ec92" dependencies = [ "cargo_metadata", "fs2", - "gadget-blueprint-proc-macro-core 0.1.5", + "gadget-blueprint-proc-macro-core", "rustdoc-types", "serde", "serde_json", @@ -4168,7 +4168,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f6acfb3136e908bfa36a0e68d5556298aec5dd743a4fd6f2190fccf7125c5dd" dependencies = [ - "gadget-blueprint-proc-macro-core 0.2.0", + "gadget-blueprint-proc-macro-core", "indexmap 2.6.0", "itertools 0.13.0", "proc-macro2", @@ -4177,17 +4177,6 @@ dependencies = [ "syn 2.0.85", ] -[[package]] -name = "gadget-blueprint-proc-macro-core" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "788b9e5ef537eea236c14f1a450ee92f7039b241d048f97470e8e8fb5be0319a" -dependencies = [ - "cid", - "ethereum-types", - "serde", -] - [[package]] name = "gadget-blueprint-proc-macro-core" version = "0.2.0" @@ -4279,7 +4268,7 @@ dependencies = [ "failure", "futures", "gadget-blueprint-proc-macro", - "gadget-blueprint-proc-macro-core 0.2.0", + "gadget-blueprint-proc-macro-core", "gadget-blueprint-serde", "gadget-context-derive", "gadget-io", diff --git a/Cargo.toml b/Cargo.toml index 8e1e0f9..5706fa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ default = ["std"] std = ["gadget-sdk/std"] [build-dependencies] -blueprint-metadata = "0.1.6" +blueprint-metadata = "0.1.7" [lib] path = "src/lib.rs"