Skip to content

Update windows-sys requirement from 0.42.0 to 0.45.0#654

Merged
KodrAus merged 1 commit intomainfrom
dependabot/cargo/windows-sys-0.45.0
Feb 1, 2023
Merged

Update windows-sys requirement from 0.42.0 to 0.45.0#654
KodrAus merged 1 commit intomainfrom
dependabot/cargo/windows-sys-0.45.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 23, 2023

Updates the requirements on windows-sys to permit the latest version.

Release notes

Sourced from windows-sys's releases.

0.45.0

As a reminder, updates are only published by request (#2299). This release provides an update to the windows-sys crate. It does not include an update to the windows crate.

This is the first update to the windows-sys crate in 4 months and primarily includes a number of fixes stemming from improvements to the Win32 metadata. Optional support for raw-dylib is now also provided.

What's Changed

New Contributors

Changelog for windows-sys crate: microsoft/windows-rs@0.42.0...0.45.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.42.0...0.45.0)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 23, 2023

Dependabot tried to add @kinggoesgaming, @Dylan-DPC and @KodrAus as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/uuid-rs/uuid/pulls/654/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the uuid-rs/uuid repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@KodrAus KodrAus merged commit e010787 into main Feb 1, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/windows-sys-0.45.0 branch February 1, 2023 03:15
@KodrAus KodrAus mentioned this pull request Feb 1, 2023
bors Bot referenced this pull request in OpenPoolProject/stratum Feb 1, 2023
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>
crapStone added a commit to Calciumdibromid/CaBr2 that referenced this pull request Feb 2, 2023
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](uuid-rs/uuid@1.2.2...1.3.0)

#### What's Changed

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

#### New Contributors

-   [@&#8203;basbossink-ds](https://github.com/basbossink-ds) made their first contribution in uuid-rs/uuid#656
-   [@&#8203;Ekleog](https://github.com/Ekleog) made their first contribution in uuid-rs/uuid#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**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTguMiIsInVwZGF0ZWRJblZlciI6IjM0LjExOC4yIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1764
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
trunk-io Bot referenced this pull request in hashintel/hash Feb 12, 2023
[![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` |
| [uuid](https://togithub.com/uuid-rs/uuid) | dev-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**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/hashintel/hash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
garypen referenced this pull request in apollographql/router May 31, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch |
`1.0.68` -> `1.0.69` |
| [bytes](https://togithub.com/tokio-rs/bytes) | dependencies | minor |
`1.2.1` -> `1.4.0` |
| [clap](https://togithub.com/clap-rs/clap) | dependencies | patch |
`4.1.4` -> `4.1.6` |
| [insta](https://insta.rs/)
([source](https://togithub.com/mitsuhiko/insta)) | dev-dependencies |
minor | `1.26.0` -> `1.28.0` |
| [once_cell](https://togithub.com/matklad/once_cell) | dev-dependencies
| minor | `1.16.0` -> `1.17.1` |
| [once_cell](https://togithub.com/matklad/once_cell) | dependencies |
minor | `1.16.0` -> `1.17.1` |
| [regex](https://togithub.com/rust-lang/regex) | dependencies | minor |
`1.6.0` -> `1.7.1` |
| [serde](https://serde.rs)
([source](https://togithub.com/serde-rs/serde)) | dependencies | patch |
`1.0.149` -> `1.0.152` |
| [serde_json](https://togithub.com/serde-rs/json) | dependencies |
patch | `1.0.85` -> `1.0.93` |
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://togithub.com/Stebalien/tempfile)) | dev-dependencies |
minor | `3.3.0` -> `3.4.0` |
| [uuid](https://togithub.com/uuid-rs/uuid) | dependencies | minor |
`1.2.2` -> `1.3.0` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow</summary>

### [`v1.0.69`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.69)

[Compare
Source](https://togithub.com/dtolnay/anyhow/compare/1.0.68...1.0.69)

-   Documentation improvements

</details>

<details>
<summary>tokio-rs/bytes</summary>

###
[`v1.4.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#&#8203;140-January-31-2023)

[Compare
Source](https://togithub.com/tokio-rs/bytes/compare/v1.3.0...v1.4.0)

##### Added

- Make `IntoIter` constructor public
([#&#8203;581](https://togithub.com/tokio-rs/bytes/issues/581))

##### Fixed

- Avoid large reallocations when freezing `BytesMut`
([#&#8203;592](https://togithub.com/tokio-rs/bytes/issues/592))

##### Documented

- Document which functions require `std`
([#&#8203;591](https://togithub.com/tokio-rs/bytes/issues/591))
- Fix duplicate "the the" typos
([#&#8203;585](https://togithub.com/tokio-rs/bytes/issues/585))

###
[`v1.3.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#&#8203;130-November-20-2022)

[Compare
Source](https://togithub.com/tokio-rs/bytes/compare/v1.2.1...v1.3.0)

##### Added

- Rename and expose `BytesMut::spare_capacity_mut`
([#&#8203;572](https://togithub.com/tokio-rs/bytes/issues/572))
- Implement native-endian get and put functions for `Buf` and `BufMut`
([#&#8203;576](https://togithub.com/tokio-rs/bytes/issues/576))

##### Fixed

- Don't have important data in unused capacity when calling reserve
([#&#8203;563](https://togithub.com/tokio-rs/bytes/issues/563))

##### Documented

- `Bytes::new` etc should return `Self` not `Bytes`
([#&#8203;568](https://togithub.com/tokio-rs/bytes/issues/568))

</details>

<details>
<summary>clap-rs/clap</summary>

###
[`v4.1.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;416---2023-02-15)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.1.5...v4.1.6)

##### Fixes

- *(help)* Don't show long help for `--help` just because hidden
possible values include a description

###
[`v4.1.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;415---2023-02-15)

[Compare
Source](https://togithub.com/clap-rs/clap/compare/v4.1.4...v4.1.5)

##### Fixes

- *(help)* Don't show long help for `--help` just because a hidden arg
has a possible value with a description

</details>

<details>
<summary>mitsuhiko/insta</summary>

###
[`v1.28.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#&#8203;1280)

[Compare
Source](https://togithub.com/mitsuhiko/insta/compare/1.26.0...1.28.0)

-   Added `allow_duplicates!` to enable multiple assertions for a
single snapshot.
([#&#8203;346](https://togithub.com/mitsuhiko/insta/issues/346))
-   Ensure that expressions formatted with `rustfmt` use unix newlines.
- Added a way to disable diffing in review.
([#&#8203;348](https://togithub.com/mitsuhiko/insta/issues/348))
-   Added three argument version of `glob!` to set a different base
path. ([#&#8203;347](https://togithub.com/mitsuhiko/insta/issues/347))
- Added `rounded_redaction` to truncate floating point values.
([#&#8203;350](https://togithub.com/mitsuhiko/insta/issues/350))

</details>

<details>
<summary>matklad/once_cell</summary>

###
[`v1.17.1`](https://togithub.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#&#8203;1171)

[Compare
Source](https://togithub.com/matklad/once_cell/compare/v1.17.0...v1.17.1)

- Make `OnceRef` implementation compliant with [strict
provenance](https://togithub.com/rust-lang/rust/issues/95228).

###
[`v1.17.0`](https://togithub.com/matklad/once_cell/blob/HEAD/CHANGELOG.md#&#8203;1170)

[Compare
Source](https://togithub.com/matklad/once_cell/compare/v1.16.0...v1.17.0)

-   Add `race::OnceRef` for storing a `&'a T`.

</details>

<details>
<summary>rust-lang/regex</summary>

###
[`v1.7.1`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;171-2023-01-09)

[Compare
Source](https://togithub.com/rust-lang/regex/compare/1.7.0...1.7.1)

\==================
This release was done principally to try and fix the doc.rs rendering
for the
regex crate.

Performance improvements:

-   [PERF #&#8203;930](https://togithub.com/rust-lang/regex/pull/930):
Optimize `replacen`. This also applies to `replace`, but not
`replace_all`.

Bug fixes:

-   [BUG #&#8203;945](https://togithub.com/rust-lang/regex/issues/945):
    Maybe fix rustdoc rendering by just bumping a new release?

###
[`v1.7.0`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#&#8203;170-2022-11-05)

[Compare
Source](https://togithub.com/rust-lang/regex/compare/1.6.0...1.7.0)

\==================
This release principally includes an upgrade to Unicode 15.

New features:

- [FEATURE
#&#8203;832](https://togithub.com/rust-lang/regex/issues/916):
    Upgrade to Unicode 15.

</details>

<details>
<summary>serde-rs/serde</summary>

###
[`v1.0.152`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.152)

[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.151...v1.0.152)

-   Documentation improvements

###
[`v1.0.151`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.151)

[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.150...v1.0.151)

- Update `serde::`{`ser`,`de`}`::StdError` to re-export
`core::error::Error` when serde is built with `feature="std"` **off**
and `feature="unstable"` **on**
([#&#8203;2344](https://togithub.com/serde-rs/serde/issues/2344))

###
[`v1.0.150`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.150)

[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.149...v1.0.150)

- Relax some trait bounds from the `Serialize` impl of `HashMap` and
`BTreeMap`
([#&#8203;2334](https://togithub.com/serde-rs/serde/issues/2334))
- Enable `Serialize` and `Deserialize` impls of `std::sync::atomic`
types on more platforms
([#&#8203;2337](https://togithub.com/serde-rs/serde/issues/2337), thanks
[@&#8203;badboy](https://togithub.com/badboy))

</details>

<details>
<summary>serde-rs/json</summary>

### [`v1.0.93`](https://togithub.com/serde-rs/json/releases/tag/v1.0.93)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.92...v1.0.93)

- Support 128-bit integers in serde_json::to_value
([#&#8203;982](https://togithub.com/serde-rs/json/issues/982))

### [`v1.0.92`](https://togithub.com/serde-rs/json/releases/tag/v1.0.92)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.91...v1.0.92)

-   Documentation improvements

### [`v1.0.91`](https://togithub.com/serde-rs/json/releases/tag/v1.0.91)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.90...v1.0.91)

-   Opt out of `-Zrustdoc-scrape-examples` on docs.rs for now

### [`v1.0.90`](https://togithub.com/serde-rs/json/releases/tag/v1.0.90)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.89...v1.0.90)

-   Documentation improvements

### [`v1.0.89`](https://togithub.com/serde-rs/json/releases/tag/v1.0.89)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.88...v1.0.89)

- Fix invalid JSON incorrectly accepted when a large number has no
digits after decimal point
([#&#8203;953](https://togithub.com/serde-rs/json/issues/953))

### [`v1.0.88`](https://togithub.com/serde-rs/json/releases/tag/v1.0.88)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.87...v1.0.88)

- Optimize serde_json::Map's implementation of `append` and `clone_from`
([#&#8203;952](https://togithub.com/serde-rs/json/issues/952), thanks
[@&#8203;Lucretiel](https://togithub.com/Lucretiel))

### [`v1.0.87`](https://togithub.com/serde-rs/json/releases/tag/v1.0.87)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.86...v1.0.87)

- Add `write_i128` and `write_u128` methods to `serde_json::Formatter`
to control the formatting of 128-bit integers
([#&#8203;940](https://togithub.com/serde-rs/json/issues/940), thanks
[@&#8203;Lucretiel](https://togithub.com/Lucretiel))

### [`v1.0.86`](https://togithub.com/serde-rs/json/releases/tag/v1.0.86)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.85...v1.0.86)

- Support `arbitrary_precision` feature even in no-std mode
([#&#8203;928](https://togithub.com/serde-rs/json/issues/928), thanks
[@&#8203;kvinwang](https://togithub.com/kvinwang))

</details>

<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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/apollographql/router).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi40In0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Geoffroy Couprie <geoffroy@apollographql.com>
Co-authored-by: Gary Pennington <gary@apollographql.com>
@renovate renovate Bot mentioned this pull request May 12, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant