From 6e9fbc325af764c21095b741654551f5b8b3e4b2 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 15 Apr 2023 08:07:58 +0000 Subject: [PATCH] Update Rust crate qrcode-generator to 4.1.8 (#104) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [qrcode-generator](https://magiclen.org/qrcode-generator) ([source](https://github.com/magiclen/qrcode-generator)) | dependencies | patch | `4.1.7` -> `4.1.8` | --- ### Release Notes
magiclen/qrcode-generator ### [`v4.1.8`](https://github.com/magiclen/qrcode-generator/compare/v4.1.7...v4.1.8) [Compare Source](https://github.com/magiclen/qrcode-generator/compare/v4.1.7...v4.1.8)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.communiquons.org/pierre/BasicOIDC/pulls/104 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }