From e3d09c9e77c874df534b7fe0cab22d016d062768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 14:48:44 +0000 Subject: [PATCH 1/2] Bump funty from 1.1.0 to 2.0.0 Bumps [funty](https://github.com/myrrlyn/funty) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/myrrlyn/funty/releases) - [Changelog](https://github.com/myrrlyn/funty/blob/master/CHANGELOG.md) - [Commits](https://github.com/myrrlyn/funty/commits) --- updated-dependencies: - dependency-name: funty dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a0ece4b..6fc45b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" dependencies = [ - "funty", + "funty 1.1.0", "radium 0.6.2", "tap", "wyz", @@ -497,7 +497,7 @@ dependencies = [ "colored", "contract-metadata", "env_logger", - "funty", + "funty 2.0.0", "futures", "heck", "hex", @@ -1065,6 +1065,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" +[[package]] +name = "funty" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + [[package]] name = "futures" version = "0.3.18" diff --git a/Cargo.toml b/Cargo.toml index 8f34ab26..030e9322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ futures = { version = "0.3.18", optional = true } hex = { version = "0.4.3", optional = true } # Should be removed once bitvecto-rs/bitvec#105 is resolved -funty = "=1.1.0" +funty = "=2.0.0" [build-dependencies] anyhow = "1.0.50" -- GitLab From 5f4965f6fab8b038ecd2931b9bcbd1d6eec94ad5 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Mon, 29 Nov 2021 15:50:40 +0100 Subject: [PATCH 2/2] Stop pinning `funty` version --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 030e9322..20d3687c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,7 @@ subxt = { version = "0.14.0", package = "substrate-subxt", optional = true } futures = { version = "0.3.18", optional = true } hex = { version = "0.4.3", optional = true } -# Should be removed once bitvecto-rs/bitvec#105 is resolved -funty = "=2.0.0" +funty = "2.0.0" [build-dependencies] anyhow = "1.0.50" -- GitLab