Skip to content

Commit

Permalink
Update Rust crate toml_edit to 0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Oct 28, 2023
1 parent bbb409e commit 82468c1
Showing 1 changed file with 1 addition and 1 deletion.
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.6"
toml_edit = { version = "0.20.5", features = ["serde"] }
toml_edit = { version = "0.20.7", features = ["serde"] }
twox-hash = { version = "1.6.3", default-features = false }
zstd = { version = "0.13.0", features = ["zstdmt"] }

Expand Down

0 comments on commit 82468c1

Please sign in to comment.