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