Skip to content

Commit 8a7bc95

Browse files
dependabot[bot]smoelius
authored andcommitted
Bump cargo_metadata from 0.18.1 to 0.19.0
Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/oli-obk/cargo_metadata/releases) - [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md) - [Commits](oli-obk/cargo_metadata@0.18.1...0.19.0) --- updated-dependencies: - dependency-name: cargo_metadata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81422b7 commit 8a7bc95

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
@@ -24,7 +24,7 @@ dylint_internal = { version = "=3.2.1", path = "../internal" }
2424

2525
[dev-dependencies]
2626
assert_cmd = "2.0"
27-
cargo_metadata = "0.18"
27+
cargo_metadata = "0.19"
2828
ctor = "0.2"
2929
glob = "0.3"
3030
home = "0.5"

dylint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cargo = { version = "0.81", optional = true }
1616
cargo-platform = { version = "0.1", optional = true }
1717
cargo-util = { version = "0.2", optional = true }
1818
cargo-util-schemas = { version = "0.6", optional = true }
19-
cargo_metadata = "0.18"
19+
cargo_metadata = "0.19"
2020
dirs = "5.0"
2121
dunce = { version = "1.0", optional = true }
2222
fs_extra = { version = "1.3", optional = true }

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dev-dependencies]
1010
cargo-util = "0.2"
11-
cargo_metadata = "0.18"
11+
cargo_metadata = "0.19"
1212
toml_edit = "0.22"
1313
walkdir = "2.5"
1414

internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ regex = "1.11"
1515
ansi_term = { version = "0.12", optional = true }
1616
bitflags = { version = "2.6", optional = true }
1717
cargo-util = { version = "0.2", optional = true }
18-
cargo_metadata = { version = "0.18", optional = true }
18+
cargo_metadata = { version = "0.19", optional = true }
1919
ctor = { version = "0.2", optional = true }
2020
env_logger = { version = "0.11", optional = true }
2121
git2 = { version = "0.18", optional = true }

utils/testing/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
anyhow = "1.0"
12-
cargo_metadata = "0.18"
12+
cargo_metadata = "0.19"
1313
compiletest_rs = "0.11"
1414
env_logger = "0.11"
1515
once_cell = "1.20"

0 commit comments

Comments
 (0)