From 8b4b241403b7f5bbc32e916ffe91357df2919b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 10:13:45 +0000 Subject: [PATCH] cargo: bump tagger from 4.0.1 to 4.2.1 Bumps [tagger](https://github.com/tiby312/tagger) from 4.0.1 to 4.2.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 c871df8b6..8b527677c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3647,9 +3647,9 @@ dependencies = [ [[package]] name = "tagger" -version = "4.0.1" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b6537e5b5279b9d2dd9de8c1a6679fe6d7652dccabd4d0cc752d76f1310a54c" +checksum = "784b8dc1bae576c9a5a30eab904fd61097ed86366b2a6f3b3cd4fe07037b835e" [[package]] name = "tap" diff --git a/Cargo.toml b/Cargo.toml index ff998fd4e..2ba7fb49e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ uuid = { version = "0.8", features = ["serde", "v4"] } fast-socks5 = "0.4" humansize = "1" qrcodegen = "1.7.0" -tagger = "4.0.1" +tagger = "4.2.1" textwrap = "0.14.2" zip = { version = "0.5.13", default-features = false, features = ["deflate"] }