Bump toml from 0.5.11 to 0.7.2

Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.7.2.
- [Release notes](https://github.com/toml-rs/toml/releases)
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.11...toml-v0.7.2)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-08 04:03:09 +00:00
committed by Henrik Friedrichsen
parent 6fc99541e1
commit f7e415666a
2 changed files with 39 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ strum_macros = "0.24.3"
tokio = {version = "1", features = ["rt-multi-thread", "sync", "time", "net"]}
tokio-util = {version = "0.7.4", features = ["codec"]}
tokio-stream = {version = "0.1.11", features = ["sync"]}
toml = "0.5"
toml = "0.7"
unicode-width = "0.1.9"
url = "2.2"
cursive_buffered_backend = "0.6.1"