Skip to content

Commit fae5604

Browse files
deps: bump regex from 1.9.5 to 1.9.6 (#384)
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.9.6. - [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.9.5...1.9.6) --- updated-dependencies: - dependency-name: regex 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 3fa2844 commit fae5604

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ assert_cmd = { workspace = true }
2626
assert_fs = { workspace = true }
2727
lazy_static = "1.4.0"
2828
pretty_assertions = { workspace = true }
29-
regex = "1.9.5"
29+
regex = "1.9.6"
3030
tokio = { workspace = true, features = ["io-util"] }
3131

3232
[package.metadata.winres]

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ assert_fs = { workspace = true }
3636
console_static_text = "0.8.1"
3737
env_logger.workspace = true
3838
pretty_assertions = { workspace = true }
39-
regex = "1.9.5"
39+
regex = "1.9.6"

0 commit comments

Comments
 (0)