Skip to content

Commit

Permalink
chore(deps)!: Update Rust crate cargo_metadata to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and epage committed Dec 4, 2024
1 parent 4f485ee commit 28a8c00
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
25 changes: 17 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,13 @@ cargo_metadata = ["dep:cargo_metadata"]

[dependencies]
anstyle = "1.0.3"
cargo_metadata = { version = "0.18", optional = true }
cargo_metadata = { version = "0.19", optional = true }
clap = { version = "4.4.1", default-features = false, features = ["std", "derive"], optional = true }

[target.'cfg(any())'.dependencies]
serde = "1.0.210" # HACK: bad minimal dep in cargo_metadata
serde_json = "1.0.133" # HACK: bad minimal dep in cargo_metadata

[[example]]
name = "flags"
required-features = ["clap"]
Expand Down

0 comments on commit 28a8c00

Please sign in to comment.