Skip to content

Commit 0f745cd

Browse files
rust/checksum(deps): bump regex in /tools/checksum_updater (#61)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.11.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.1...1.11.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93def0b commit 0f745cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/checksum_updater/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -21,7 +21,7 @@ sha2 = "0.10"
2121
hex = "0.4"
2222
chrono = { version = "0.4", features = ["serde"] }
2323
semver = "1.0"
24-
regex = "1.0"
24+
regex = "1.11"
2525
futures = "0.3"
2626
tracing = "0.1"
2727
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)