Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update windows-sys requirement from 0.45.0 to 0.48.0 #665

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

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

Release notes

Sourced from windows-sys's releases.

0.48.0

This release includes an update to all crates to address a target version reliability issue. This issue is detailed here: microsoft/windows-rs#2410

What's Changed

Full Changelog: microsoft/windows-rs@0.47.0...0.48.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.45.0...0.48.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 Apr 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 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/665/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 b111b12 into main Apr 5, 2023
18 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/windows-sys-0.48.0 branch April 5, 2023 22:46
@KodrAus KodrAus mentioned this pull request Apr 9, 2023
bors bot added a commit to OpenPoolProject/stratum that referenced this pull request Apr 9, 2023
557: fix(deps): update rust crate uuid to 1.3.1 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 | patch | `1.3.0` -> `1.3.1` |

---

### Release Notes

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

### [`v1.3.1`](https://togithub.com/uuid-rs/uuid/releases/tag/1.3.1)

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

##### What's Changed

-   Update syn requirement from 1.0.80 to 2.0.5 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [uuid-rs/uuid#663
-   Update windows-sys requirement from 0.45.0 to 0.48.0 by [`@&#8203;dependabot](https://togithub.com/dependabot)` in [uuid-rs/uuid#665
-   remove some extra chars in a comment by [`@&#8203;KodrAus](https://togithub.com/KodrAus)` in [uuid-rs/uuid#666
-   Prepare for 1.3.1 release by [`@&#8203;KodrAus](https://togithub.com/KodrAus)` in [uuid-rs/uuid#667

**Full Changelog**: uuid-rs/uuid@1.3.0...1.3.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zOS4wIiwidXBkYXRlZEluVmVyIjoiMzUuMzkuMCJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Apr 9, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://github.com/uuid-rs/uuid) | dependencies | patch | `1.3.0` -> `1.3.1` |

---

### Release Notes

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

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

[Compare Source](uuid-rs/uuid@1.3.0...1.3.1)

#### What's Changed

-   Update syn requirement from 1.0.80 to 2.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in uuid-rs/uuid#663
-   Update windows-sys requirement from 0.45.0 to 0.48.0 by [@&#8203;dependabot](https://github.com/dependabot) in uuid-rs/uuid#665
-   remove some extra chars in a comment by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#666
-   Prepare for 1.3.1 release by [@&#8203;KodrAus](https://github.com/KodrAus) in uuid-rs/uuid#667

**Full Changelog**: uuid-rs/uuid@1.3.0...1.3.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zOC4wIiwidXBkYXRlZEluVmVyIjoiMzUuMzguMCJ9-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1854
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>
akrantz01 pushed a commit to akrantz01/lers that referenced this pull request Apr 9, 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 | patch |
`1.3.0` -> `1.3.1` |

---

### Release Notes

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

### [`v1.3.1`](https://togithub.com/uuid-rs/uuid/releases/tag/1.3.1)

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

#### What's Changed

- Update syn requirement from 1.0.80 to 2.0.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[uuid-rs/uuid#663
- Update windows-sys requirement from 0.45.0 to 0.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[uuid-rs/uuid#665
- remove some extra chars in a comment by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[uuid-rs/uuid#666
- Prepare for 1.3.1 release by
[@&#8203;KodrAus](https://togithub.com/KodrAus) in
[uuid-rs/uuid#667

**Full Changelog**:
uuid-rs/uuid@1.3.0...1.3.1

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/akrantz01/lers).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to pdylanross/fatigue that referenced this pull request Apr 10, 2023
Bumps uuid from 1.3.0 to 1.3.1.

Release notes
Sourced from uuid's releases.

1.3.1
What's Changed

Update syn requirement from 1.0.80 to 2.0.5 by @​dependabot in uuid-rs/uuid#663
Update windows-sys requirement from 0.45.0 to 0.48.0 by @​dependabot in uuid-rs/uuid#665
remove some extra chars in a comment by @​KodrAus in uuid-rs/uuid#666
Prepare for 1.3.1 release by @​KodrAus in uuid-rs/uuid#667

Full Changelog: uuid-rs/uuid@1.3.0...1.3.1



Commits

87082b9 Merge pull request #667 from uuid-rs/cargo/1.3.1
a367481 prepare for 1.3.1 release
ee19f3d Merge pull request #666 from uuid-rs/KodrAus-patch-2
8ccdf67 remove some extra chars in a comment
b111b12 Merge pull request #665 from uuid-rs/dependabot/cargo/windows-sys-0.48.0
faac14c Update windows-sys requirement from 0.45.0 to 0.48.0
efa4686 Merge pull request #663 from uuid-rs/dependabot/cargo/syn-2.0.5
1795337 Update syn requirement from 1.0.80 to 2.0.5
See full diff in compare view




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

None yet

1 participant