From cd3102885a909a6c17ed350dc89936ffd4b695e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:18:18 +0000 Subject: [PATCH] build(deps): bump qrcode from 0.13.0 to 0.14.0 Bumps [qrcode](https://github.com/kennytm/qrcode-rust) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/kennytm/qrcode-rust/releases) - [Commits](https://github.com/kennytm/qrcode-rust/commits) --- updated-dependencies: - dependency-name: qrcode dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fav_utils/Cargo.toml | 2 +- fav_utils_old/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f978e0c..d8ce528 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1222,9 +1222,9 @@ dependencies = [ [[package]] name = "qrcode" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "166f136dfdb199f98186f3649cf7a0536534a61417a1a30221b492b4fb60ce3f" +checksum = "23e719ca51966ff9f5a8436edb00d6115b3c606a0bb27c8f8ca74a38ff2b036d" [[package]] name = "quote" diff --git a/fav_utils/Cargo.toml b/fav_utils/Cargo.toml index 58df28b..fd9aaae 100644 --- a/fav_utils/Cargo.toml +++ b/fav_utils/Cargo.toml @@ -34,7 +34,7 @@ tokio = { version = "1", features = [ # tracing tracing = { version = "0.1" } # Tools -qrcode = { version = "0.13", default-features = false } +qrcode = { version = "0.14", default-features = false } tempfile = "3.10.1" sanitize-filename = "0.5.0" md5 = "0.7.0" diff --git a/fav_utils_old/Cargo.toml b/fav_utils_old/Cargo.toml index d904321..80f1281 100644 --- a/fav_utils_old/Cargo.toml +++ b/fav_utils_old/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1", features = [ tracing = { version = "0.1" } tracing-subscriber = { version = "0.3" } # Tools -qrcode = { version = "0.13", default-features = false } +qrcode = { version = "0.14", default-features = false } rand = "0.8.5" base64 = "0.22.0" tempfile = "3.10.1"