diff --git a/Cargo.lock b/Cargo.lock index 0f775bff7..93c402617 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3330,9 +3330,9 @@ dependencies = [ [[package]] name = "tagger" -version = "4.3.3" +version = "4.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77dd78fc7dd20ba3a13620ec231cef9e73ea5c7ba162f6c4e05b1d521e04b221" +checksum = "6aaa6f5d645d1dae4cd0286e9f8bf15b75a31656348e5e106eb1a940abd34b63" [[package]] name = "tempfile" diff --git a/Cargo.toml b/Cargo.toml index 37bedb93d..fa68c499d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ uuid = { version = "1", features = ["serde", "v4"] } fast-socks5 = "0.8" humansize = "2" qrcodegen = "1.7.0" -tagger = "4.3.3" +tagger = "4.3.4" textwrap = "0.16.0" async-channel = "1.8.0" futures-lite = "1.12.0"