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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-18 21:10:30 +00:00
committed by GitHub
parent e2d631097d
commit 547c40cd52
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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