Skip to content

Commit 9376284

Browse files
Bump regex from 1.9.5 to 1.10.2 (#1204)
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.5 to 1.10.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.9.5...1.10.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6bc16b commit 9376284

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 12 additions & 6 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
@@ -52,7 +52,7 @@ onefetch-ascii = { path = "ascii", version = "2.18.1" }
5252
onefetch-image = { path = "image", version = "2.18.1" }
5353
onefetch-manifest = { path = "manifest", version = "2.18.1" }
5454
owo-colors.workspace = true
55-
regex = "1.9.5"
55+
regex = "1.10.2"
5656
serde = "1.0"
5757
serde_json = "1.0"
5858
serde_yaml = "0.9.25"

0 commit comments

Comments
 (0)