Skip to content

Commit f6da84f

Browse files
chore(deps): update rust crate chrono to 0.4.33 (#520)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chrono](https://togithub.com/chronotope/chrono) | dev-dependencies | patch | `0.4.32` -> `0.4.33` | --- ### Release Notes <details> <summary>chronotope/chrono (chrono)</summary> ### [`v0.4.33`](https://togithub.com/chronotope/chrono/releases/tag/v0.4.33): 0.4.33 [Compare Source](https://togithub.com/chronotope/chrono/compare/v0.4.32...v0.4.33) #### What's Changed - Fixed typo in Duration::hours() exception by [@&#8203;danwilliams](https://togithub.com/danwilliams) in [https://github.com/chronotope/chrono/pull/1384](https://togithub.com/chronotope/chrono/pull/1384) - Make `rkyv` feature imply `size_32` by [@&#8203;pitdicker](https://togithub.com/pitdicker) in [https://github.com/chronotope/chrono/pull/1383](https://togithub.com/chronotope/chrono/pull/1383) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/smartive/zitadel-rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07c244f commit f6da84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tonic = { version = "0.10", features = [
8181
tonic-types = { version = "0.10", optional = true }
8282

8383
[dev-dependencies]
84-
chrono = "0.4.32"
84+
chrono = "0.4.33"
8585
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
8686
tower = { version = "0.4.13" }
8787

0 commit comments

Comments
 (0)