Skip to content

Commit f57eadd

Browse files
Merge pull request #456 from mehcode/dependabot/cargo/toml-0.8
Update toml requirement from 0.7 to 0.8
2 parents 72bb252 + 46db1f3 commit f57eadd

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)