Skip to content

Commit 18adea4

Browse files
Merge #452
452: fix(deps): update rust crate uuid to 1.3.0 r=renovate[bot] a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://togithub.com/uuid-rs/uuid) | dependencies | minor | `1.2.2` -> `1.3.0` | --- ### Release Notes <details> <summary>uuid-rs/uuid</summary> ### [`v1.3.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.3.0) [Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.2.2...1.3.0) #### What's Changed - Fix error message. by [`@&#8203;basbossink-ds](https://togithub.com/basbossink-ds)` in [https://github.com/uuid-rs/uuid/pull/656](https://togithub.com/uuid-rs/uuid/pull/656) - implement Arbitrary::size_hint by [`@&#8203;Ekleog](https://togithub.com/Ekleog)` in [https://github.com/uuid-rs/uuid/pull/657](https://togithub.com/uuid-rs/uuid/pull/657) - Always use hyphenated format regardless of flags by [`@&#8203;KodrAus](https://togithub.com/KodrAus)` in [https://github.com/uuid-rs/uuid/pull/658](https://togithub.com/uuid-rs/uuid/pull/658) - Update windows-sys requirement from 0.42.0 to 0.45.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [https://github.com/uuid-rs/uuid/pull/654](https://togithub.com/uuid-rs/uuid/pull/654) - Prepare for 1.3.0 release by [`@&#8203;KodrAus](https://togithub.com/KodrAus)` in [https://github.com/uuid-rs/uuid/pull/659](https://togithub.com/uuid-rs/uuid/pull/659) #### New Contributors - [`@&#8203;basbossink-ds](https://togithub.com/basbossink-ds)` made their first contribution in [https://github.com/uuid-rs/uuid/pull/656](https://togithub.com/uuid-rs/uuid/pull/656) - [`@&#8203;Ekleog](https://togithub.com/Ekleog)` made their first contribution in [https://github.com/uuid-rs/uuid/pull/657](https://togithub.com/uuid-rs/uuid/pull/657) **Full Changelog**: uuid-rs/uuid@1.2.2...1.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTguMyIsInVwZGF0ZWRJblZlciI6IjM0LjExOC4zIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents cba8ffd + 89b394f commit 18adea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extended-primitives = {version = "0.3.8"}
4242
tracing = "0.1.37"
4343

4444
# Primitives
45-
uuid = { version = "1.2.2", features = ["serde", "v4"] }
45+
uuid = { version = "1.3.0", features = ["serde", "v4"] }
4646
bytes = "1.4.0"
4747

4848
# Utils

0 commit comments

Comments
 (0)