Skip to content

Commit abbf358

Browse files
dependabot[bot]avrabe
authored andcommitted
rust/checksum(deps): bump regex in /tools/checksum_updater
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 to 1.12.2. - [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.11.2...1.12.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cdc0dc commit abbf358

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tools/checksum_updater/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/checksum_updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sha2 = "0.10"
2525
hex = "0.4"
2626
chrono = { version = "0.4", features = ["serde"] }
2727
semver = "1.0"
28-
regex = "1.11"
28+
regex = "1.12"
2929
futures = "0.3"
3030
tracing = "0.1"
3131
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)