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 libloading requirement from 0.7.0 to 0.8.0 #67

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on libloading to permit the latest version.

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @MarijnS95.


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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 17, 2023
@MarijnS95
Copy link
Member

@dependabot squash and merge

@MarijnS95 MarijnS95 enabled auto-merge (squash) June 7, 2023 18:09
@dependabot dependabot bot force-pushed the dependabot/cargo/libloading-0.8.0 branch from 9611d39 to d086dea Compare June 7, 2023 18:28
Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version.
- [Release notes](https://github.com/nagisa/rust_libloading/releases)
- [Commits](nagisa/rust_libloading@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: libloading
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@MarijnS95 MarijnS95 force-pushed the dependabot/cargo/libloading-0.8.0 branch from d086dea to e856416 Compare June 7, 2023 20:55
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/hassle-rs"
[dependencies]
bitflags = "2"
com = { version = "0.6", features = ["production"] }
libloading = "0.7"
libloading = "0.8"
Copy link
Contributor

@daxpedda daxpedda Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
libloading = "0.8"
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
libloading = ">=0.7,<0.9"

hassle-rs might want to do something like this, which is something wgpu would require when depending on this library (I assume, I don't actually speak for them).

See gfx-rs/d3d12-rs#43 or gfx-rs/wgpu#3711.

@MarijnS95 MarijnS95 merged commit 0136c2c into main Jun 7, 2023
@dependabot dependabot bot deleted the dependabot/cargo/libloading-0.8.0 branch June 7, 2023 20:59
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.

2 participants