From fbc90790035ffb15cb9fdb98aab71e954f9535b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 06:31:24 +0000 Subject: [PATCH] Bump funty from 1.1.0 to 1.2.0 Bumps [funty](https://github.com/myrrlyn/funty) from 1.1.0 to 1.2.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) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18ea419b..6448f7e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1043,9 +1043,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" [[package]] name = "funty" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" +checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e" [[package]] name = "futures" diff --git a/Cargo.toml b/Cargo.toml index 7883206c..bc3bc38e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ futures = { version = "0.3.12", optional = true } hex = { version = "0.4.2", optional = true } # Should be removed once bitvecto-rs/bitvec#105 is resolved -funty = "=1.1.0" +funty = "=1.2.0" [build-dependencies] anyhow = "1.0.38" -- GitLab