From 82468c13b135c3f8bbd85a977e4e00018d8817be Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 28 Oct 2023 04:13:51 +0000 Subject: [PATCH] Update Rust crate toml_edit to 0.20.7 --- nextest-runner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 2b5efa01782..96975fd2198 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -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"] }