From 405665340f7c4330ac191d978b795af8b1bd62b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 06:51:27 +0000 Subject: [PATCH] build(deps): update qrcode requirement from 0.12 to 0.14 Updates the requirements on [qrcode](https://github.com/kennytm/qrcode-rust) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 985f7c4..8487aa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rand_xoshiro = "0.6" [dev-dependencies] hex = "0.4" -qrcode = { version = "0.12", default-features = false } +qrcode = { version = "0.14", default-features = false } [features] default = ["std"]