diff --git a/Cargo.lock b/Cargo.lock index c3e129e..ca965eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 44c9482..b64427b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }