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](https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.0...toml-v0.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-01 02:06:56 +00:00 committed by Scott Boggs
parent 77409389ac
commit 765ab75ea8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.5"
version = "0.7"
optional = true
[dependencies.tokio]