From f6ff52b310fb92c52544c7cd7d6d615ce8fbce92 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 16 May 2023 00:25:20 +0000 Subject: [PATCH] Update Rust crate lazy-regex to 2.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5148f7e..ff69d8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ base64 = "0.21.0" jwt-simple = "0.11.5" digest = "0.10.6" sha2 = "0.10.6" -lazy-regex = "2.4.1" +lazy-regex = "2.5.0" totp_rfc6238 = "0.5.1" base32 = "0.4.0" qrcode-generator = "4.1.8"