Skip to content

Commit 06c169b

Browse files
Bump dylint_linting from 3.2.1 to 4.0.1
Bumps [dylint_linting](https://github.com/trailofbits/dylint) from 3.2.1 to 4.0.1. - [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.1) --- updated-dependencies: - dependency-name: dylint_linting dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b15bd8 commit 06c169b

File tree

10 files changed

+77
-28
lines changed

10 files changed

+77
-28
lines changed

Cargo.lock

+68-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ par_fold = { path = "lints/par_fold", features = ["rlib"] }
2323
par_iter = { path = "lints/par_iter", features = ["rlib"] }
2424
rayon_imports = { path = "lints/rayon_imports", features = ["rlib"] }
2525

26-
dylint_linting = { version = "3.2.1" }
26+
dylint_linting = { version = "4.0.1" }
2727

2828
[package.metadata.rust-analyzer]
2929
rustc_private = true

lints/filter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
dylint_linting = "3.2.1"
13+
dylint_linting = "4.0.1"
1414

1515
clippy_utils = { workspace = true }
1616
utils = { workspace = true }

lints/fold/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
1313
clippy_utils = { workspace = true }
1414
utils = { workspace = true }
1515

16-
dylint_linting = "3.2.1"
16+
dylint_linting = "4.0.1"
1717

1818
[dev-dependencies]
1919
dylint_testing = "3.2.1"

lints/for_each/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
dylint_linting = "3.2.1"
13+
dylint_linting = "4.0.1"
1414

1515
clippy_utils = { workspace = true }
1616
utils = { workspace = true }

lints/map/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
1313
clippy_utils = { workspace = true }
1414
utils = { workspace = true }
1515

16-
dylint_linting = "3.2.1"
16+
dylint_linting = "4.0.1"
1717

1818
[dev-dependencies]
1919
dylint_testing = "3.2.1"

lints/par_fold/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
dylint_linting = "3.2.1"
13+
dylint_linting = "4.0.1"
1414

1515
clippy_utils = { workspace = true }
1616
utils = { workspace = true }

lints/par_iter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
dylint_linting = "3.2.1"
13+
dylint_linting = "4.0.1"
1414

1515
clippy_utils = { workspace = true }
1616
utils = { workspace = true }

lints/rayon_imports/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
dylint_linting = "3.2.1"
13+
dylint_linting = "4.0.1"
1414

1515
clippy_utils = { workspace = true }
1616
utils = { workspace = true }

lints/to_iter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib", "rlib"]
1111

1212
[dependencies]
13-
dylint_linting = "3.2.1"
13+
dylint_linting = "4.0.1"
1414

1515
clippy_utils = { workspace = true }
1616
utils = { workspace = true }

0 commit comments

Comments
 (0)