Skip to content

Commit

Permalink
build(deps): Update toml requirement from 0.7.6 to 0.8.0 in /dt-core
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.6...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 13, 2023
1 parent cd1eeb7 commit 0fe12f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dt-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_regex = "1.1.0"
serde_tuple = "0.5.0"
shellexpand = "3.1.0"
sys-info = "0.9.1"
toml = "0.7.6"
toml = "0.8.0"
url = { version = "2.4.0", features = ["serde"] }
users = "0.11.0"

Expand Down

0 comments on commit 0fe12f3

Please sign in to comment.