Update Rust crate lazy-regex to 3.0.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-09-13 00:24:55 +00:00 committed by Pierre Hubert
parent 5772f3aa68
commit 2a5af9f86b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1765,9 +1765,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "lazy-regex"
version = "3.0.1"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57451d19ad5e289ff6c3d69c2a2424652995c42b79dafa11e9c4d5508c913c01"
checksum = "e723bd417b2df60a0f6a2b6825f297ea04b245d4ba52b5a22cb679bdf58b05fa"
dependencies = [
"lazy-regex-proc_macros",
"once_cell",

View File

@ -29,7 +29,7 @@ base64 = "0.21.3"
jwt-simple = "0.11.6"
digest = "0.10.7"
sha2 = "0.10.7"
lazy-regex = "3.0.1"
lazy-regex = "3.0.2"
totp_rfc6238 = "0.5.1"
base32 = "0.4.0"
qrcode-generator = "4.1.9"