Skip to content

Commit

Permalink
build(deps): update qrcode requirement from 0.12 to 0.14
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dspicher committed Feb 5, 2025
1 parent b0c5444 commit 53f5e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 53f5e6f

Please sign in to comment.