Skip to content

Commit

Permalink
Merge #452
Browse files Browse the repository at this point in the history
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://github.com/uuid-rs/uuid) | dependencies | minor | `1.2.2` -> `1.3.0` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid</summary>

### [`v1.3.0`](https://github.com/uuid-rs/uuid/releases/tag/1.3.0)

[Compare Source](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0)

#### What's Changed

-   Fix error message. by [`@&#8203;basbossink-ds](https://github.com/basbossink-ds)` in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   implement Arbitrary::size_hint by [`@&#8203;Ekleog](https://github.com/Ekleog)` in [https://github.com/uuid-rs/uuid/pull/657](https://github.com/uuid-rs/uuid/pull/657)
-   Always use hyphenated format regardless of flags by [`@&#8203;KodrAus](https://github.com/KodrAus)` in [https://github.com/uuid-rs/uuid/pull/658](https://github.com/uuid-rs/uuid/pull/658)
-   Update windows-sys requirement from 0.42.0 to 0.45.0 by [`@&#8203;dependabot](https://github.com/dependabot)` in [https://github.com/uuid-rs/uuid/pull/654](https://github.com/uuid-rs/uuid/pull/654)
-   Prepare for 1.3.0 release by [`@&#8203;KodrAus](https://github.com/KodrAus)` in [https://github.com/uuid-rs/uuid/pull/659](https://github.com/uuid-rs/uuid/pull/659)

#### New Contributors

-   [`@&#8203;basbossink-ds](https://github.com/basbossink-ds)` made their first contribution in [https://github.com/uuid-rs/uuid/pull/656](https://github.com/uuid-rs/uuid/pull/656)
-   [`@&#8203;Ekleog](https://github.com/Ekleog)` made their first contribution in [https://github.com/uuid-rs/uuid/pull/657](https://github.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>
  • Loading branch information
bors[bot] and renovate[bot] authored Feb 1, 2023
2 parents cba8ffd + 89b394f commit 18adea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extended-primitives = {version = "0.3.8"}
tracing = "0.1.37"

# Primitives
uuid = { version = "1.2.2", features = ["serde", "v4"] }
uuid = { version = "1.3.0", features = ["serde", "v4"] }
bytes = "1.4.0"

# Utils
Expand Down

0 comments on commit 18adea4

Please sign in to comment.