Skip to content

Commit b507382

Browse files
committed
[create-pull-request] automated change
1 parent 7f16b4d commit b507382

File tree

21 files changed

+33
-228
lines changed

21 files changed

+33
-228
lines changed

examples/allow_clippy/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/allow_clippy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
# smoelius: `allow_clippy` is intentionally held back.
14-
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.55.0"}
14+
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.56.1"}
1515
if_chain = "1.0.2"
1616

1717
dylint_linting = { path = "../../utils/linting" }

examples/allow_clippy/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-07-19"
2+
channel = "nightly-2021-08-12"
33
components = ["llvm-tools-preview", "rustc-dev"]

examples/clippy/Cargo.lock

Lines changed: 6 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/clippy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ publish = false
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.56.1"}
14-
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.56.1"}
13+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.57.0"}
14+
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.57.0"}
1515
serde_json = "1.0.73"
1616

1717
dylint_internal = { path = "../../internal", features = ["git2"] }

examples/clippy/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2021-08-12"
2+
channel = "nightly-2021-10-07"
33
# smoelius: The `or_fun_call` test passes only if `rust-src` is installed.
44
components = ["llvm-tools-preview", "rustc-dev", "rust-src"]

examples/env_literal/Cargo.lock

Lines changed: 2 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/env_literal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.56.1"}
13+
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", tag = "rust-1.57.0"}
1414
if_chain = "1.0.2"
1515

1616
dylint_internal = { path = "../../internal" }

examples/env_literal/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-08-12"
2+
channel = "nightly-2021-10-07"
33
components = ["llvm-tools-preview", "rustc-dev"]

examples/nonreentrant_function_in_test/Cargo.lock

Lines changed: 2 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)