Skip to content

Commit

Permalink
Update cargo_metadata requirement from 0.18 to 0.19
Browse files Browse the repository at this point in the history
Updates the requirements on [cargo_metadata](https://github.com/oli-obk/cargo_metadata) to permit the latest version.
- [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.0...0.18.1)

---
updated-dependencies:
- dependency-name: cargo_metadata
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 7572bdd commit 05d9f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ open-coroutine-macros = { path = "macros", version = "0.6.0" }
tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }
tracing-appender = { version = "0.2", default-features = false }
cargo_metadata = { version = "0.18", default-features = false }
cargo_metadata = { version = "0.19", default-features = false }
mio = { version = "1.0", default-features = false }

cfg-if = "1.0.0"
Expand Down

0 comments on commit 05d9f5f

Please sign in to comment.