Skip to content

Commit

Permalink
Merge pull request #456 from mehcode/dependabot/cargo/toml-0.8
Browse files Browse the repository at this point in the history
Update toml requirement from 0.7 to 0.8
  • Loading branch information
matthiasbeyer authored Sep 13, 2023
2 parents 72bb252 + 46db1f3 commit f57eadd
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 @@ -30,7 +30,7 @@ serde = "1.0.8"
nom = "7"

async-trait = { version = "0.1.50", optional = true }
toml = { version = "0.7", optional = true }
toml = { version = "0.8", optional = true }
serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.19", optional = true }
Expand Down

0 comments on commit f57eadd

Please sign in to comment.