mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Bump fancy-regex from 0.10.0 to 0.11.0 (#490)
Bumps [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/fancy-regex/fancy-regex/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: fancy-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>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -561,9 +561,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
||||
|
||||
[[package]]
|
||||
name = "fancy-regex"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766"
|
||||
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"regex",
|
||||
|
||||
@@ -16,7 +16,7 @@ cfg-if = "1"
|
||||
chrono = "0.4"
|
||||
dateparser = "0.1.8"
|
||||
derive_more = "0.99"
|
||||
fancy-regex = "0.10"
|
||||
fancy-regex = "0.11"
|
||||
flagset = { version = "0.4", optional = true }
|
||||
futures-util = "0.3"
|
||||
getopts = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user