chore(deps): bump lazy-regex from 2.5.0 to 3.0.0 (#88)

Bumps [lazy-regex](https://github.com/Canop/lazy-regex) from 2.5.0 to 3.0.0.
- [Changelog](https://github.com/Canop/lazy-regex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/lazy-regex/commits)

---
updated-dependencies:
- dependency-name: lazy-regex
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-11 14:18:51 +02:00 committed by GitHub
parent c6863ab8bf
commit 12afa9e468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1423,9 +1423,9 @@ checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "lazy-regex"
version = "2.5.0"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff63c423c68ea6814b7da9e88ce585f793c87ddd9e78f646970891769c8235d4"
checksum = "a10cfecab9e7e81981b6547d87bd96c38fd90b2d4cfdc79638d91bebfd2568f5"
dependencies = [
"lazy-regex-proc_macros",
"once_cell",
@ -1434,9 +1434,9 @@ dependencies = [
[[package]]
name = "lazy-regex-proc_macros"
version = "2.4.1"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8edfc11b8f56ce85e207e62ea21557cfa09bb24a8f6b04ae181b086ff8611c22"
checksum = "4f746dfdd89dad7e689ed6542d65eb11f5af3e52d92708db74700b4449e2d558"
dependencies = [
"proc-macro2",
"quote",

View File

@ -42,7 +42,7 @@ url = "2.4.0"
mime = "0.3.17"
regex = "1.9.1"
serde_regex = "1.1.0"
lazy-regex = "2.5.0"
lazy-regex = "3.0.0"
humantime = "2.1.0"
humantime-serde = "1.1.1"
glob = "0.3.1"