Skip to content

Commit d19d016

Browse files
Bump regex from 1.11.3 to 1.12.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.3 to 1.12.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.3...1.12.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d1d542 commit d19d016

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -37,7 +37,7 @@ http = "0.2.11"
3737
hyper = { version = "0.14.27", features = ["full"] }
3838
hyper-rustls = "0.23.2"
3939
indicatif = { git = "https://github.com/console-rs/indicatif.git", rev = "2ca9d019fbb4b0aed11bfad984daef064998f5ef" }
40-
regex = "1.11.3"
40+
regex = "1.12.2"
4141
rustls = "0.20.8"
4242
serde = { version = "1.0.228", features = ["derive", "alloc"] }
4343
serde_json = { version = "1.0.145", features = ["alloc"] }

0 commit comments

Comments
 (0)