Skip to content

Commit ac7684c

Browse files
authored
Merge pull request #112 from rust-secure-code/upgrade-cargo-metadata
Upgrade to cargo_metadata 0.23
2 parents 84af219 + 76948da commit ac7684c

File tree

10 files changed

+36
-184662
lines changed

10 files changed

+36
-184662
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ authors = ["Andreas Molzer <andreas.molzer@gmx.de>", "Sergey \"Shnatsel\" Davido
77
edition = "2018"
88
license = "Apache-2.0 OR MIT OR Zlib"
99
categories = ["development-tools::cargo-plugins", "command-line-utilities"]
10-
exclude = ["deps_tests/"]
1110

1211
[dependencies]
13-
cargo_metadata = "0.15.0"
12+
cargo_metadata = "0.23.0"
1413
csv = "1.1"
1514
flate2 = "1"
1615
humantime = "2"

deps_tests/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)