Skip to content

Commit 46db1f3

Browse files
Update toml requirement from 0.7 to 0.8
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] <support@github.com>
1 parent 72bb252 commit 46db1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde = "1.0.8"
3030
nom = "7"
3131

3232
async-trait = { version = "0.1.50", optional = true }
33-
toml = { version = "0.7", optional = true }
33+
toml = { version = "0.8", optional = true }
3434
serde_json = { version = "1.0.2", optional = true }
3535
yaml-rust = { version = "0.4", optional = true }
3636
rust-ini = { version = "0.19", optional = true }

0 commit comments

Comments
 (0)