diff --git a/Cargo.lock b/Cargo.lock index fc80af698..dd2060c3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3707,9 +3707,9 @@ dependencies = [ [[package]] name = "tagger" -version = "4.2.1" +version = "4.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b8dc1bae576c9a5a30eab904fd61097ed86366b2a6f3b3cd4fe07037b835e" +checksum = "4851912a4b61b39f03bbb0fc26d8135b2f797ac23fccd19cc019da203bff4074" [[package]] name = "tap" diff --git a/Cargo.toml b/Cargo.toml index f209c0f71..95ee865aa 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.2.1" +tagger = "4.3.1" textwrap = "0.14.2" zip = { version = "0.5.13", default-features = false, features = ["deflate"] }