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:
2023-09-10 00:23:52 +00:00
parent 8567e317c9
commit 6af4161648
2 changed files with 3 additions and 3 deletions

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"] }