Skip to content

Commit 9aa1245

Browse files
Update toml requirement from 0.7 to 0.8 (#337)
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>
1 parent 22dfb42 commit 9aa1245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ raft = { git = "https://github.com/tikv/raft-rs", branch = "master", default-fea
6969
rand = "0.8"
7070
rand_distr = "0.4"
7171
tempfile = "3.6"
72-
toml = "0.7"
72+
toml = "0.8"
7373

7474
[features]
7575
default = ["internals", "scripting"]

0 commit comments

Comments
 (0)