Bump cargo_metadata from 0.17.0 to 0.18.1

Bumps [cargo_metadata](https://github.com/oli-obk/cargo_metadata) from 0.17.0 to 0.18.1.
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](https://github.com/oli-obk/cargo_metadata/compare/0.17.0...0.18.1)

---
updated-dependencies:
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-13 15:03:34 +00:00 committed by GitHub
parent da7e7f5c63
commit 00399ebaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -313,9 +313,9 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.17.0"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7daec1a2a2129eeba1644b220b4647ec537b0b5d4bfd6876fcc5a540056b592"
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
dependencies = [
"camino",
"cargo-platform",

View File

@ -22,7 +22,7 @@ name = "cargo-watch"
[dependencies]
camino = "1.1.2"
cargo_metadata = "0.17.0"
cargo_metadata = "0.18.1"
clap = "2.33.1"
dotenvy = "0.15.6"
log = "0.4.17"