fix(deps): update rust crate chrono to 0.4.44 (#165)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://redirect.github.com/chronotope/chrono) | workspace.dependencies | patch | `0.4.43` → `0.4.44` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.44`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.44): 0.4.44 [Compare Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.43...v0.4.44) #### What's Changed - docs: match MSRV with `Cargo.toml` contents by [@​coryan](https://redirect.github.com/coryan) in [#​1772](https://redirect.github.com/chronotope/chrono/pull/1772) - Add track\_caller to non-deprecated functions by [@​svix-jplatte](https://redirect.github.com/svix-jplatte) in [#​1774](https://redirect.github.com/chronotope/chrono/pull/1774) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi41IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -249,9 +249,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.43"
|
||||
version = "0.4.44"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
||||
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
||||
dependencies = [
|
||||
"iana-time-zone",
|
||||
"js-sys",
|
||||
|
||||
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
|
||||
|
||||
[workspace.dependencies]
|
||||
base64 = "0.22.1"
|
||||
chrono = "0.4.43"
|
||||
chrono = "0.4.44"
|
||||
clap = { version = "4.5.58", features = ["derive"] }
|
||||
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
|
||||
config = { version = "0.15.21", default-features = false, features = ["json", "toml"] }
|
||||
|
||||
Reference in New Issue
Block a user