Skip to content

Commit d03a373

Browse files
build(deps): bump the regex group with 3 updates (#4424)
Bumps the regex group with 3 updates: [regex](https://github.com/rust-lang/regex), [regex-automata](https://github.com/rust-lang/regex) and [regex-syntax](https://github.com/rust-lang/regex). Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) Updates `regex-automata` from 0.4.13 to 0.4.14 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-automata-0.4.13...regex-automata-0.4.14) Updates `regex-syntax` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.8...regex-syntax-0.8.9) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regex - dependency-name: regex-automata dependency-version: 0.4.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: regex - dependency-name: regex-syntax dependency-version: 0.8.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: regex ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7db2922 commit d03a373

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3387,9 +3387,9 @@ dependencies = [
33873387

33883388
[[package]]
33893389
name = "regex"
3390-
version = "1.12.2"
3390+
version = "1.12.3"
33913391
source = "registry+https://github.com/rust-lang/crates.io-index"
3392-
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
3392+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
33933393
dependencies = [
33943394
"aho-corasick",
33953395
"memchr",
@@ -3399,9 +3399,9 @@ dependencies = [
33993399

34003400
[[package]]
34013401
name = "regex-automata"
3402-
version = "0.4.13"
3402+
version = "0.4.14"
34033403
source = "registry+https://github.com/rust-lang/crates.io-index"
3404-
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
3404+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
34053405
dependencies = [
34063406
"aho-corasick",
34073407
"memchr",
@@ -3410,9 +3410,9 @@ dependencies = [
34103410

34113411
[[package]]
34123412
name = "regex-syntax"
3413-
version = "0.8.8"
3413+
version = "0.8.9"
34143414
source = "registry+https://github.com/rust-lang/crates.io-index"
3415-
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3415+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
34163416

34173417
[[package]]
34183418
name = "resolv-conf"

0 commit comments

Comments
 (0)