infinyon / node-bindgen

Easy way to write Node.js module using Rust
Apache License 2.0
515 stars 43 forks source link

[Merged by Bors] - build(deps): bump cargo_metadata from 0.15.0 to 0.18.0 #241

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps cargo_metadata from 0.15.0 to 0.18.0.

Changelog

Sourced from cargo_metadata's changelog.

Changelog

Unreleased

  • Bumped MSRV from 1.42.0 to 1.56.0.

Added

  • Re-exported semver crate directly.

Changed

  • Made parse_stream more versatile by accepting anything that implements Read.

Removed

  • Removed re-exports for BuildMetadata and Prerelease from semver crate.

Fixed

  • Added missing manifest_path field to Artifact. Fixes #187.
Commits
  • 8fa38ab Version bump
  • fd72a0b Merge pull request #248 from sorcio/add_worskpace_default_members
  • b181569 missing workspace_default_members should panic
  • 74c5272 Add workspace_default_members field
  • 04930e3 Merge pull request #242 from not-my-profile/link-cargo-book
  • 0299bbb Version bump
  • cb0b9ec doc: Link the Cargo Book in the doc comments of the Package struct
  • 9595159 Merge pull request #244 from not-my-profile/use-Version-for-rust_version
  • 535ab32 Change type of Package.rust_version from VersionReq to Version
  • 14a8b64 Merge pull request #241 from ehuss/artifact-debuginfo
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
morenol commented 11 months ago

bors r+

bors[bot] commented 11 months ago

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

dependabot[bot] commented 11 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.