mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Bump dateparser from 0.1.7 to 0.1.8 (#466)
Bumps [dateparser](https://github.com/waltzofpearls/belt) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/waltzofpearls/belt/releases) - [Commits](https://github.com/waltzofpearls/belt/compare/v0.1.7...v0.1.8) --- updated-dependencies: - dependency-name: dateparser dependency-type: direct:production update-type: version-update:semver-patch ... 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
@@ -409,9 +409,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dateparser"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "63256433b74eaddb73000f877bd9f4e6cea389bb7f64f349c6eb272044aa6a71"
|
||||
checksum = "c9e12a21fe97a29f5ae9cb6770419711f180d3715a039b500b5ff7ab45bb00c4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
@@ -14,7 +14,7 @@ bytes = { version = "1.3", optional = true }
|
||||
c_fixed_string = { version = "0.2", optional = true }
|
||||
cfg-if = "1"
|
||||
chrono = "0.4"
|
||||
dateparser = "0.1.7"
|
||||
dateparser = "0.1.8"
|
||||
derive_more = "0.99"
|
||||
fancy-regex = "0.10"
|
||||
flagset = { version = "0.4", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user