Skip to content

Commit

Permalink
Bump toml from 0.7.8 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.1.
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.1)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent d0e897b commit e3a9e9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 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 @@ -71,7 +71,7 @@ tokio = { version = "1.32.0", features = [
"sync",
"time",
] }
toml = "0.7.8"
toml = "0.8.1"
toml_edit = "0.19.15"
twox-hash = { version = "1.6.3", default-features = false }
zstd = { version = "0.12.4", features = ["zstdmt"] }
Expand Down

0 comments on commit e3a9e9d

Please sign in to comment.