Skip to content

Commit

Permalink
fix(deps): update rust crate toml_edit to 0.22.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jul 9, 2024
1 parent cf13b9a commit 719cfdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -77,7 +77,7 @@ tokio = { version = "1.38.0", features = [
"time",
] }
toml = "0.8.14"
toml_edit = { version = "0.22.14", features = ["serde"] }
toml_edit = { version = "0.22.15", features = ["serde"] }
xxhash-rust = { version = "0.8.10", features = ["xxh64"] }
zstd = { version = "0.13.1", features = ["zstdmt"] }

Expand Down

0 comments on commit 719cfdf

Please sign in to comment.