Merge pull request #1704 from comit-network/dependabot/cargo/qrcode-0.14.1

build(deps): bump qrcode from 0.14.0 to 0.14.1
This commit is contained in:
Byron Hambly 2024-07-09 09:03:58 +02:00 committed by GitHub
commit e2198d49a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -3243,9 +3243,9 @@ dependencies = [
[[package]]
name = "qrcode"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23e719ca51966ff9f5a8436edb00d6115b3c606a0bb27c8f8ca74a38ff2b036d"
checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec"
dependencies = [
"image",
]