Skip to content

Commit

Permalink
Update toml requirement from 0.7 to 0.8 (#337)
Browse files Browse the repository at this point in the history
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.7.0...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 22dfb42 commit 9aa1245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ raft = { git = "https://github.com/tikv/raft-rs", branch = "master", default-fea
rand = "0.8"
rand_distr = "0.4"
tempfile = "3.6"
toml = "0.7"
toml = "0.8"

[features]
default = ["internals", "scripting"]
Expand Down

0 comments on commit 9aa1245

Please sign in to comment.