Skip to content

Commit 666e646

Browse files
Bump regex from 1.10.6 to 1.11.0 (#355)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0. - [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.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f405a8c commit 666e646

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/shift-orcz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66

77
[dependencies]
88
once_cell = "1.19.0"
9-
regex = "1.10.6"
9+
regex = "1.11.0"
1010
reqwest = { version = "0.12.7", default-features = false }
1111
scraper = { version = "0.20.0", default-features = false }
1212
thiserror = "1.0.63"

0 commit comments

Comments
 (0)