Skip to content

Bump dylint_linting from 3.2.1 to 4.0.0 - #6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dylint_linting-4.0.0
Closed

Bump dylint_linting from 3.2.1 to 4.0.0#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dylint_linting-4.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubFeb 21, 2025

Copy link
Copy Markdown
Contributor

Bumps dylint_linting from 3.2.1 to 4.0.0.

Release notes

Sourced from dylint_linting'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_linting'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

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_linting](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_linting
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 21, 2025
@dependabot@github

dependabotBot commented on behalf of githubMar 6, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #8.

@dependabotdependabotBot closed this Mar 6, 2025
@dependabot
dependabotBot deleted the dependabot/cargo/dylint_linting-4.0.0 branch March 6, 2025 15:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filerustPull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants