Skip to content

Commit

Permalink
chore(deps): update rust crate chrono to 0.4.33 (#520)
Browse files Browse the repository at this point in the history
[![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
[chronotope/chrono#1384
- Make `rkyv` feature imply `size_32` by
[@&#8203;pitdicker](https://togithub.com/pitdicker) in
[chronotope/chrono#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>
  • Loading branch information
renovate[bot] committed Jan 25, 2024
1 parent 07c244f commit f6da84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -81,7 +81,7 @@ tonic = { version = "0.10", features = [
tonic-types = { version = "0.10", optional = true }

[dev-dependencies]
chrono = "0.4.32"
chrono = "0.4.33"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4.13" }

Expand Down

0 comments on commit f6da84f

Please sign in to comment.