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

Bump dylint_testing from 3.2.1 to 4.0.0 #5

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps dylint_testing from 3.2.1 to 4.0.0.

Release notes

Sourced from dylint_testing's releases.

Release 4.0.0

4.0.0

  • BREAKING CHANGE: Work with Cargo's new hashing algorithm, introduced with Rust 1.85.0. cargo-dylint 4 does not work with Cargo 1.84.x and earlier, and cargo-dylint 3.x does not work with Cargo 1.85.0. If you need to use Cargo 1.84.x or earlier, please continue to use cargo-dylint 3.x. If you have a long term need to use Cargo 1.84.x or earlier, please open an issue. (#1534)

Release 3.5.1

3.5.1

  • Have cargo metadata and cargo fetch use the same cargo when building library packages. Using different cargos caused the two commands to refer to different subdirectories within the user's CARGO_HOME, leading to "Could not determine accessed subdirectory" errors. This bug primarily affected projects with rust-toolchain files. (#1519)

Release 3.5.0

3.5.0

  • FEATURE: The PATH argument in cargo dylint upgrade PATH is now optional. When omitted, PATH defaults to the current directory. (#1508)—thanks @​YanVictorSN

Release 3.4.1

3.4.1

Release 3.4.0

3.4.0

  • Add link to EuroRust 2024 video (#1447)
  • FEATURE: Add experimental --auto-correct option. Upgrading a lint's Rust toolchain often causes the lint to break because of changes to Rust APIs. When --auto-correct is enabled, cargo-dylint tries to infer lint fixes from Clippy's commit history. (949cf8f, 625d3d3, c1edcfb, 2753a88, and c515601)

Release 3.3.0

3.3.0

  • Add EuroRust 2024 slides to README.md (#1370)
  • Upgrade cargo-util-schemas to version 0.7 (#1394 and #1429)
  • Upgrade cargo_metadata to version 0.19 (8a7bc95)
  • Bump dylint's MSRV to 1.78 (c4c27d1)
  • Upgrade thiserror to version 2 (7398557)
  • Remove mention of rustc_attr from Dylint library template, as the crate was recently renamed (#1446)
Changelog

Sourced from dylint_testing's changelog.

4.0.0

  • BREAKING CHANGE: Work with Cargo's new hashing algorithm, introduced with Rust 1.85.0. cargo-dylint 4 does not work with Cargo 1.84.x and earlier, and cargo-dylint 3.x does not work with Cargo 1.85.0. If you need to use Cargo 1.84.x or earlier, please continue to use cargo-dylint 3.x. If you have a long term need to use Cargo 1.84.x or earlier, please open an issue. (#1534)

3.5.1

  • Have cargo metadata and cargo fetch use the same cargo when building library packages. Using different cargos caused the two commands to refer to different subdirectories within the user's CARGO_HOME, leading to "Could not determine accessed subdirectory" errors. This bug primarily affected projects with rust-toolchain files. (#1519)

3.5.0

  • FEATURE: The PATH argument in cargo dylint upgrade PATH is now optional. When omitted, PATH defaults to the current directory. (#1508)—thanks @​YanVictorSN

3.4.1

3.4.0

  • Add link to EuroRust 2024 video (#1447)
  • FEATURE: Add experimental --auto-correct option. Upgrading a lint's Rust toolchain often causes the lint to break because of changes to Rust APIs. When --auto-correct is enabled, cargo-dylint tries to infer lint fixes from Clippy's commit history. (949cf8f, 625d3d3, c1edcfb, 2753a88, and c515601)

3.3.0

  • Add EuroRust 2024 slides to README.md (#1370)
  • Upgrade cargo-util-schemas to version 0.7 (#1394 and #1429)
  • Upgrade cargo_metadata to version 0.19 (8a7bc95)
  • Bump dylint's MSRV to 1.78 (c4c27d1)
  • Upgrade thiserror to version 2 (7398557)
  • Remove mention of rustc_attr from Dylint library template, as the crate was recently renamed (#1446)
Commits
  • 99c5bce Bump version
  • 0a9c2d5 Update supply chain files
  • 86a426a Update lockfiles
  • a87c4e0 Account for Cargo's new hashing algorithm
  • 0977ac5 feat: happy ci
  • 50a0c05 update README, CI
  • a42d7c7 feat: workspace root path support
  • b5cf611 feat: span captured file path, single dot path, update tests
  • 50abdc6 feat(examples)#1225: non existent path in comment
  • 5cb7877 Simplify example libraries' Cargo.toml files
  • 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 <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)

Bumps [dylint_testing](https://github.com/trailofbits/dylint) from 3.2.1 to 4.0.0.
- [Release notes](https://github.com/trailofbits/dylint/releases)
- [Changelog](https://github.com/trailofbits/dylint/blob/master/CHANGELOG.md)
- [Commits](trailofbits/dylint@v3.2.1...v4.0.0)

---
updated-dependencies:
- dependency-name: dylint_testing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2025

Superseded by #7.

@dependabot dependabot bot closed this Mar 6, 2025
@dependabot dependabot bot deleted the dependabot/cargo/dylint_testing-4.0.0 branch March 6, 2025 15:54
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.

0 participants