1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-06 03:03:39 +03:00

chore(deps): bump lazy-regex from 3.0.1 to 3.0.2 (#277)

Bumps [lazy-regex](https://github.com/Canop/lazy-regex) from 3.0.1 to 3.0.2.
- [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-patch
...

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-09-12 22:38:50 +00:00 committed by GitHub
parent cf76d2b7a8
commit 5d1706cbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -924,9 +924,9 @@ dependencies = [
[[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

@ -25,7 +25,7 @@ serde_regex = "1.1.0"
tera = "1.19.1"
indexmap = { version = "2.0.0", optional = true }
toml = "0.7.8"
lazy-regex = "3.0.1"
lazy-regex = "3.0.2"
[dependencies.git2]
version = "0.18.0"