Skip to content

Commit 3b833be

Browse files
nextest-botsunshowers
authored andcommitted
fix(deps): update rust crate toml_edit to 0.22.20
1 parent 76a09fa commit 3b833be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tokio = { version = "1.38.0", features = [
7777
"time",
7878
] }
7979
toml = "0.8.19"
80-
toml_edit = { version = "0.22.18", features = ["serde"] }
80+
toml_edit = { version = "0.22.20", features = ["serde"] }
8181
xxhash-rust = { version = "0.8.12", features = ["xxh64"] }
8282
zstd = { version = "0.13.2", features = ["zstdmt"] }
8383

0 commit comments

Comments
 (0)