Skip to content

Commit 88fe5b0

Browse files
Update toml requirement from 0.5 to 0.7
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](toml-rs/toml@toml_datetime-v0.5.0...toml-v0.7.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af48f39 commit 88fe5b0

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.5", optional = true }
33+
toml = { version = "0.7", optional = true }
3434
serde_json = { version = "1.0.2", optional = true }
3535
yaml-rust = { version = "0.4", optional = true }
3636
rust-ini = { version = "0.18", optional = true }

0 commit comments

Comments
 (0)