Skip to content

Commit 96c9333

Browse files
fix(deps): update rust crate time to 0.3.34 (#527)
[![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.33` -> `0.3.34` | --- ### Release Notes <details> <summary>time-rs/time (time)</summary> ### [`v0.3.34`](https://togithub.com/time-rs/time/blob/HEAD/CHANGELOG.md#0334-2024-12-03) [Compare Source](https://togithub.com/time-rs/time/compare/v0.3.33...v0.3.34) ##### Fixed Computing the local offset on Windows works again. It was broken in some cases in v0.3.32 and v0.3.33. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b69c1e commit 96c9333

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
@@ -68,7 +68,7 @@ rocket = { version = "0.5.0", optional = true }
6868
serde = { version = "1.0", features = ["derive"], optional = true }
6969
serde_json = { version = "1.0", optional = true }
7070
serde_urlencoded = { version = "0.7.1", optional = true }
71-
time = { version = "0.3.33", optional = true }
71+
time = { version = "0.3.34", optional = true }
7272
tokio = { version = "1", optional = true, features = [
7373
"macros",
7474
"rt-multi-thread",

0 commit comments

Comments
 (0)