From e5e4d3bed48c191640ae2f09240f1fde8df4a1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:31:25 +0000 Subject: [PATCH] cargo: bump tagger from 4.3.3 to 4.3.4 Bumps [tagger](https://github.com/tiby312/tagger) from 4.3.3 to 4.3.4. - [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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"