Skip to content

Commit

Permalink
Update Rust crate cargo_metadata to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 13, 2023
1 parent 31ea27d commit e2c7cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ camino-tempfile = "1.0.2"
# config's "preserve_order" feature is needed for preserving the order of
# setup scripts in .config/nextest.toml.
config = { version = "0.13.3", default-features = false, features = ["toml", "preserve_order"] }
cargo_metadata = "0.18.0"
cargo_metadata = "0.18.1"
cfg-if = "1.0.0"
chrono = "0.4.31"
debug-ignore = "1.0.5"
Expand Down

0 comments on commit e2c7cf1

Please sign in to comment.