Skip to content

Commit e17d76e

Browse files
dependabot[bot]smoelius
authored andcommitted
Bump anyhow from 1.0.51 to 1.0.52
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.51 to 1.0.52. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.51...1.0.52) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8d5d1a commit e17d76e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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.

cargo-dylint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/trailofbits/dylint"
99

1010
[dependencies]
11-
anyhow = "1.0.51"
11+
anyhow = "1.0.52"
1212
clap = { version = "3.0.0-rc.7", features = ["cargo", "derive"] }
1313
env_logger = "0.9.0"
1414

dylint-link/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/trailofbits/dylint"
99

1010
[dependencies]
11-
anyhow = "1.0.51"
11+
anyhow = "1.0.52"
1212
env_logger = "0.9.0"
1313
if_chain = "1.0.2"
1414

dylint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/trailofbits/dylint"
99

1010
[dependencies]
1111
ansi_term = "0.12.1"
12-
anyhow = "1.0.51"
12+
anyhow = "1.0.52"
1313
cargo = { version = "0.58.0", optional = true }
1414
cargo-platform = { version = "0.1.2", optional = true }
1515
cargo-util = { version = "0.1.1", optional = true }

internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/trailofbits/dylint"
99

1010
[dependencies]
11-
anyhow = "1.0.51"
11+
anyhow = "1.0.52"
1212
cargo_metadata = "0.14.1"
1313
git2 = { version = "0.13.25", optional = true }
1414
if_chain = "1.0.2"

utils/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
repository = "https://github.com/trailofbits/dylint"
99

1010
[dependencies]
11-
anyhow = "1.0.51"
11+
anyhow = "1.0.52"
1212
cargo_metadata = "0.14.1"
1313
compiletest_rs = "0.7.1"
1414
env_logger = "0.9.0"

0 commit comments

Comments
 (0)