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

This commit is contained in:
Pierre HUBERT 2023-09-10 00:23:52 +00:00
parent 8567e317c9
commit 6af4161648
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -32,7 +32,7 @@ sha2 = "0.10.7"
lazy-regex = "3.0.1"
totp_rfc6238 = "0.5.1"
base32 = "0.4.0"
qrcode-generator = "4.1.8"
qrcode-generator = "4.1.9"
webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation"] }
url = "2.4.1"
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }