Skip to content

Commit 607ddee

Browse files
bump(deps): bump regex from 1.8.4 to 1.9.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.4. - [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.8.4...1.9.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4bc1f52 commit 607ddee

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = ["/web"]
1717
[dependencies]
1818
clap = { version = "4.4.4", features = ["derive", "env", "string"] }
1919
futures = "0.3.28"
20-
regex = "1.8.4"
20+
regex = "1.9.4"
2121
serde = { version = "1.0.164", features = ["derive"] }
2222
serde_json = "1.0.99"
2323
serde_yaml = "0.9.22"

0 commit comments

Comments
 (0)