Skip to content

Commit

Permalink
Update toml requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent bc9554e commit e11b6b1
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 @@ -32,5 +32,5 @@ veil-macros = { path = "veil-macros", version = "=0.1.6" }
once_cell = "1"

[dev-dependencies]
toml = "0.7"
toml = "0.8"
serde = { version = "1", features = ["derive"] }

0 comments on commit e11b6b1

Please sign in to comment.