diff --git a/rustsec_util/Cargo.lock b/rustsec_util/Cargo.lock index a607b4b..78cd224 100644 --- a/rustsec_util/Cargo.lock +++ b/rustsec_util/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" +checksum = "afc309ed89476c8957c50fb818f56fe894db857866c3e163335faa91dc34eb85" dependencies = [ "camino", "cargo-platform", diff --git a/rustsec_util/Cargo.toml b/rustsec_util/Cargo.toml index f26635e..b0d9821 100644 --- a/rustsec_util/Cargo.toml +++ b/rustsec_util/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } -cargo_metadata = "0.18" +cargo_metadata = "0.19" chrono = "0.4" log = "0.4" octocrab = "0.41"