Skip to content

Commit 6e922bd

Browse files
fix(deps): bump regex from 1.11.1 to 1.11.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.11.3. - [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.1...1.11.3) --- updated-dependencies: - dependency-name: regex dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8a815a commit 6e922bd

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
@@ -80,7 +80,7 @@ r2d2 = "0.8.10"
8080
r2d2_sqlite = "0.25.0"
8181
rand = "0.9.0"
8282
rayon = "1.10.0"
83-
regex = "1.7.0"
83+
regex = "1.11.3"
8484
reqwest = { version = "0.12.14", default-features = false, features = ["http2", "charset", "rustls-tls", "rustls-tls-native-roots", "gzip", "json", "socks", "cookies", "stream"] }
8585
ring = "0.17.14"
8686
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }

0 commit comments

Comments
 (0)