From 3815062c11d7b681c027ec2bbc9ab1831ce9b64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 04:01:52 +0000 Subject: [PATCH] cargo: bump tagger from 3.3.0 to 4.0.1 Bumps [tagger](https://github.com/tiby312/tagger) from 3.3.0 to 4.0.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-major ... 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 21fab6df7..2f0e3758d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3646,9 +3646,9 @@ dependencies = [ [[package]] name = "tagger" -version = "3.3.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ebdb5588f490ba960dea65d7a6dc05fb788e2df62fe3f4cc2f0d53ca7473e66" +checksum = "7b6537e5b5279b9d2dd9de8c1a6679fe6d7652dccabd4d0cc752d76f1310a54c" [[package]] name = "tap" diff --git a/Cargo.toml b/Cargo.toml index 6d722db1d..e52273547 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 = "3.3.0" +tagger = "4.0.1" textwrap = "0.14.2" [dev-dependencies]