From 547c40cd522e515cc4cfd4f910e79bcb14f8e33d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 21:10:30 +0000 Subject: [PATCH] cargo: bump tagger from 4.3.1 to 4.3.3 Bumps [tagger](https://github.com/tiby312/tagger) from 4.3.1 to 4.3.3. - [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-patch ... 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 bba90bd5e..fbb68cdcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3718,9 +3718,9 @@ dependencies = [ [[package]] name = "tagger" -version = "4.3.1" +version = "4.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4851912a4b61b39f03bbb0fc26d8135b2f797ac23fccd19cc019da203bff4074" +checksum = "77dd78fc7dd20ba3a13620ec231cef9e73ea5c7ba162f6c4e05b1d521e04b221" [[package]] name = "tap" diff --git a/Cargo.toml b/Cargo.toml index c9f261426..903841ac7 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.3.1" +tagger = "4.3.3" textwrap = "0.15.0" zip = { version = "0.5.13", default-features = false, features = ["deflate"] }