Skip to content

Commit

Permalink
Update Rust crate toml_edit to 0.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 13, 2024
1 parent e425e7d commit 132c94a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 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 @@ -74,7 +74,7 @@ tokio = { version = "1.36.0", features = [
"time",
] }
toml = "0.8.10"
toml_edit = { version = "0.21.1", features = ["serde"] }
toml_edit = { version = "0.22.4", features = ["serde"] }
xxhash-rust = { version = "0.8.8", features = ["xxh64"] }
zstd = { version = "0.13.0", features = ["zstdmt"] }

Expand Down

0 comments on commit 132c94a

Please sign in to comment.