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 thread-id requirement from 4.0.0 to 5.0.0 #138

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Updates the requirements on thread-id to permit the latest version.

Changelog

Sourced from thread-id's changelog.

v5.0.0

Released 2024-10-22.

This release contains no functional changes compared to v4.2.2. Users who have no issues with the winapi crate are not advised to update.

Compatibility:

  • The minimum supported Rust version is now 1.60.0. (This requirement is imposed by the windows-sys crate.)

Changes:

  • Replace the winapi dependency with windows-sys. They are functionally equivalent, however windows-sys is published first-party by Microsoft. (#1919)
  • Uses Rust edition 2021 rather than 2015.
  • CI configuration is now generated with RCL, to make it easier to bump the MSRV in the future.
  • Ensures compatibility with Rust 1.60.0 through 1.82.0.

v4.2.2

Released 2024-07-18.

  • Support SGX target. (#1818)
  • Ensures compatibility with Rust 1.34.2 through 1.79.0.

Thanks to Arash Sahebolamri for contributing to this release.

v4.2.1

Released 2023-10-16.

  • Remove Redox-specific dependencies in favor of the libc crate, in accordance with Redox' ABI stability plans. This makes Redox use the same pthreads calls as the other Unix-like platforms. (#1515)
  • Ensures compatibility with Rust 1.34.2 through 1.73.0.

Thanks to 4lDO2 for contributing to this release.

v4.2.0

... (truncated)

Commits
  • a1042de Bump version to 5.0.0
  • ca7ad2a Write changelog for v5.0.0
  • c849177 Bump GitHub Actions checkout action to 4.2
  • 0375e22 Bump the MSRV further to Rust 1.60
  • 3a338a6 Simplify GitHub Actions build config
  • 2505140 Make import paths compatible with Rust 2021
  • af8571a Generate GitHub Actions config from RCL as well
  • 6a71a37 Generate CI files using RCL
  • 1aaa9af Bump MSRV to Rust 1.56.1
  • cbc3c3d Replace winapi dependency with windows-sys
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [thread-id](https://github.com/ruuda/thread-id) to permit the latest version.
- [Changelog](https://github.com/ruuda/thread-id/blob/master/changelog.md)
- [Commits](ruuda/thread-id@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: thread-id
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 28, 2024
@s1rius s1rius merged commit 7ce3c95 into master Nov 1, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/thread-id-5.0.0 branch November 1, 2024 02:34
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant