Update Rust crate qrcode-generator to 4.1.8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2023-04-12 00:23:03 +00:00
parent 3605f0e13c
commit 9866f4928c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2039,9 +2039,9 @@ dependencies = [
[[package]]
name = "qrcode-generator"
version = "4.1.7"
version = "4.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b934d178dc39cff2837fbcb9c1e7901367cb1ce02dc4488cdc877460a51c59"
checksum = "fc713c23eb7e1a5f18b84e72be88b82a617ee25783a524a38f0caa4c986b2d76"
dependencies = [
"html-escape",
"image",

View File

@ -31,7 +31,7 @@ sha2 = "0.10.6"
lazy-regex = "2.4.1"
totp_rfc6238 = "0.5.1"
base32 = "0.4.0"
qrcode-generator = "4.1.7"
qrcode-generator = "4.1.8"
webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation"] }
url = "2.3.1"
aes-gcm = { version = "0.10.1", features = ["aes"] }