Skip to content

Commit fe57f74

Browse files
fix(deps): update rust crate time to 0.3.36 (#547)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [time](https://time-rs.github.io) ([source](https://togithub.com/time-rs/time)) | dependencies | patch | `0.3.35` -> `0.3.36` | --- ### Release Notes <details> <summary>time-rs/time (time)</summary> ### [`v0.3.36`](https://togithub.com/time-rs/time/blob/HEAD/CHANGELOG.md#0336-2024-04-10) [Compare Source](https://togithub.com/time-rs/time/compare/v0.3.35...v0.3.36) ##### # Fixed - `FormatItem` can be used as part of an import path. See [#&#8203;675] for details. [#&#8203;675]: https://togithub.com/time-rs/time/issues/675 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8fcace9 commit fe57f74

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
@@ -72,7 +72,7 @@ rocket = { version = "0.5.0", optional = true }
7272
serde = { version = "1.0", features = ["derive"], optional = true }
7373
serde_json = { version = "1.0", optional = true }
7474
serde_urlencoded = { version = "0.7.1", optional = true }
75-
time = { version = "0.3.35", optional = true }
75+
time = { version = "0.3.36", optional = true }
7676
tokio = { version = "1", optional = true, features = [
7777
"macros",
7878
"rt-multi-thread",

0 commit comments

Comments
 (0)