From fef78620459124d653e7d3d405cddac7b86c7f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 21:23:15 +0000 Subject: [PATCH] cargo: bump tagger from 4.2.1 to 4.3.1 Bumps [tagger](https://github.com/tiby312/tagger) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/tiby312/tagger/releases) - [Commits](https://github.com/tiby312/tagger/commits) --- updated-dependencies: - dependency-name: tagger dependency-type: direct:production update-type: version-update:semver-minor ... 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 fc80af698..dd2060c3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3707,9 +3707,9 @@ dependencies = [ [[package]] name = "tagger" -version = "4.2.1" +version = "4.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b8dc1bae576c9a5a30eab904fd61097ed86366b2a6f3b3cd4fe07037b835e" +checksum = "4851912a4b61b39f03bbb0fc26d8135b2f797ac23fccd19cc019da203bff4074" [[package]] name = "tap" diff --git a/Cargo.toml b/Cargo.toml index f209c0f71..95ee865aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] } fast-socks5 = "0.4" humansize = "1" qrcodegen = "1.7.0" -tagger = "4.2.1" +tagger = "4.3.1" textwrap = "0.14.2" zip = { version = "0.5.13", default-features = false, features = ["deflate"] }