Skip to content

Commit 719cfdf

Browse files
committed
fix(deps): update rust crate toml_edit to 0.22.15
1 parent cf13b9a commit 719cfdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.14"
80-
toml_edit = { version = "0.22.14", features = ["serde"] }
80+
toml_edit = { version = "0.22.15", features = ["serde"] }
8181
xxhash-rust = { version = "0.8.10", features = ["xxh64"] }
8282
zstd = { version = "0.13.1", features = ["zstdmt"] }
8383

0 commit comments

Comments
 (0)