fix(deps): update rust crate chrono to 0.4.43 (#136)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://redirect.github.com/chronotope/chrono) | dependencies | patch | `0.4.42` → `0.4.43` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.43`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.43): 0.4.43 [Compare Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.42...v0.4.43) #### What's Changed - Install extra components for lint workflow by [@​djc](https://redirect.github.com/djc) in [#​1741](https://redirect.github.com/chronotope/chrono/pull/1741) - Upgrade windows-bindgen to 0.64 by [@​djc](https://redirect.github.com/djc) in [#​1742](https://redirect.github.com/chronotope/chrono/pull/1742) - Improve windows-bindgen setup by [@​djc](https://redirect.github.com/djc) in [#​1744](https://redirect.github.com/chronotope/chrono/pull/1744) - Drop stabilized feature doc\_auto\_cfg by [@​djc](https://redirect.github.com/djc) in [#​1745](https://redirect.github.com/chronotope/chrono/pull/1745) - Faster RFC 3339 parsing by [@​djc](https://redirect.github.com/djc) in [#​1748](https://redirect.github.com/chronotope/chrono/pull/1748) - Update windows-bindgen requirement from 0.64 to 0.65 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1751](https://redirect.github.com/chronotope/chrono/pull/1751) - add `NaiveDate::abs_diff` by [@​Kinrany](https://redirect.github.com/Kinrany) in [#​1752](https://redirect.github.com/chronotope/chrono/pull/1752) - Add feature gated defmt support. by [@​pebender](https://redirect.github.com/pebender) in [#​1747](https://redirect.github.com/chronotope/chrono/pull/1747) - Drop deny lints, eager Debug impls are a mixed blessing by [@​djc](https://redirect.github.com/djc) in [#​1753](https://redirect.github.com/chronotope/chrono/pull/1753) - chore: minor improvement for docs by [@​spuradage](https://redirect.github.com/spuradage) in [#​1756](https://redirect.github.com/chronotope/chrono/pull/1756) - Added doctest for the NaiveDate years\_since function by [@​LucasBou](https://redirect.github.com/LucasBou) in [#​1755](https://redirect.github.com/chronotope/chrono/pull/1755) - Prepare 0.4.43 by [@​djc](https://redirect.github.com/djc) in [#​1765](https://redirect.github.com/chronotope/chrono/pull/1765) - Update copyright year to 2026 in LICENSE.txt by [@​taozui472](https://redirect.github.com/taozui472) in [#​1767](https://redirect.github.com/chronotope/chrono/pull/1767) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/cull-gmail). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -249,9 +249,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "chrono"
|
name = "chrono"
|
||||||
version = "0.4.42"
|
version = "0.4.43"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"iana-time-zone",
|
"iana-time-zone",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
@@ -607,7 +607,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.61.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -1690,7 +1690,7 @@ dependencies = [
|
|||||||
"errno",
|
"errno",
|
||||||
"libc",
|
"libc",
|
||||||
"linux-raw-sys",
|
"linux-raw-sys",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.61.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2059,7 +2059,7 @@ dependencies = [
|
|||||||
"getrandom 0.3.4",
|
"getrandom 0.3.4",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustix",
|
"rustix",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.61.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2457,7 +2457,7 @@ version = "0.1.11"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.61.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ include = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.42"
|
chrono = "0.4.43"
|
||||||
clap = { version = "4.5.53", features = ["derive"] }
|
clap = { version = "4.5.53", features = ["derive"] }
|
||||||
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
|
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
|
||||||
config = { version = "0.15.19", default-features = false, features = [
|
config = { version = "0.15.19", default-features = false, features = [
|
||||||
|
|||||||
2
PRLOG.md
2
PRLOG.md
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- deps: update rust crate dialoguer to 0.12.0(pr [#130])
|
- deps: update rust crate dialoguer to 0.12.0(pr [#130])
|
||||||
- deps: update rust crate tempfile to 3.24.0(pr [#131])
|
- deps: update rust crate tempfile to 3.24.0(pr [#131])
|
||||||
- deps: update tokio packages(pr [#132])
|
- deps: update tokio packages(pr [#132])
|
||||||
|
- deps: update rust crate chrono to 0.4.43(pr [#136])
|
||||||
|
|
||||||
## [0.0.16] - 2025-10-30
|
## [0.0.16] - 2025-10-30
|
||||||
|
|
||||||
@@ -401,6 +402,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
[#130]: https://github.com/jerus-org/cull-gmail/pull/130
|
[#130]: https://github.com/jerus-org/cull-gmail/pull/130
|
||||||
[#131]: https://github.com/jerus-org/cull-gmail/pull/131
|
[#131]: https://github.com/jerus-org/cull-gmail/pull/131
|
||||||
[#132]: https://github.com/jerus-org/cull-gmail/pull/132
|
[#132]: https://github.com/jerus-org/cull-gmail/pull/132
|
||||||
|
[#136]: https://github.com/jerus-org/cull-gmail/pull/136
|
||||||
[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD
|
[Unreleased]: https://github.com/jerus-org/cull-gmail/compare/v0.0.16...HEAD
|
||||||
[0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16
|
[0.0.16]: https://github.com/jerus-org/cull-gmail/compare/v0.0.15...v0.0.16
|
||||||
[0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15
|
[0.0.15]: https://github.com/jerus-org/cull-gmail/compare/v0.0.14...v0.0.15
|
||||||
|
|||||||
Reference in New Issue
Block a user