Skip to content

Commit 837b7e1

Browse files
build(deps): bump regex from 1.11.2 to 1.12.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 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.2...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 9509d10 commit 837b7e1

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
@@ -26,7 +26,7 @@ crossterm = { version = "0.29.0", features = ["event-stream"] }
2626
eyre = "0.6.12"
2727
futures = { version = "0.3.31", default-features = false, features = ["std", "async-await"] }
2828
owo-colors = "4.2.2"
29-
regex = "1.11.2"
29+
regex = "1.12.2"
3030
reqwest = { version = "0.12.23", default-features = false, features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "json", "deflate", "gzip", "brotli", "zstd"] }
3131
serde = { version = "1.0.226", features = ["derive"] }
3232
serde_json = "1.0.145"

0 commit comments

Comments
 (0)