Skip to content

Commit 2723278

Browse files
chore(deps): bump regex from 1.10.6 to 1.11.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.1. - [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.10.6...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1521bbb commit 2723278

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -90,7 +90,7 @@ serde = { version = "1.0", features = [ "derive" ] }
9090
serde_json = { version = "1.0" }
9191
serde_ini = { version = "0.2" }
9292
serde_repr = { version = "0.1" }
93-
regex = { version = "1.10" }
93+
regex = { version = "1.11" }
9494
url = { version = "2.5.2" }
9595
strum = { version = "0.26", features = [ "derive" ] }
9696
chrono = { version = "0.4", features = [ "serde" ] }

0 commit comments

Comments
 (0)