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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-11 04:01:52 +00:00
committed by GitHub
parent 581ea9fda0
commit 3815062c11
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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"

View File

@@ -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]