Skip to content

Commit

Permalink
Update Rust crate config to 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 22, 2023
1 parent 634774d commit d577827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -21,7 +21,7 @@ camino = { version = "1.1.6", features = ["serde1"] }
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"] }
config = { version = "0.13.4", default-features = false, features = ["toml", "preserve_order"] }
cargo_metadata = "0.18.1"
cfg-if = "1.0.0"
chrono = "0.4.31"
Expand Down

0 comments on commit d577827

Please sign in to comment.