Skip to content

Commit

Permalink
Update Rust crate toml_edit to 0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 24, 2023
1 parent 1b5f360 commit 664d6f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -72,7 +72,7 @@ tokio = { version = "1.33.0", features = [
"time",
] }
toml = "0.8.2"
toml_edit = { version = "0.20.2", features = ["serde"] }
toml_edit = { version = "0.20.4", features = ["serde"] }
twox-hash = { version = "1.6.3", default-features = false }
zstd = { version = "0.13.0", features = ["zstdmt"] }

Expand Down

0 comments on commit 664d6f4

Please sign in to comment.