cargo: bump toml_edit from 0.19.9 to 0.19.10

Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.9 to 0.19.10.
- [Commits](https://github.com/toml-rs/toml/compare/v0.19.9...v0.19.10)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-24 15:59:25 +00:00 committed by github-actions[bot]
parent 3c1183fb38
commit 6e09e47129
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1955,9 +1955,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.19.9"
version = "0.19.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
dependencies = [
"indexmap",
"serde",

View file

@ -61,7 +61,7 @@ tempfile = "3.5.0"
textwrap = "0.16.0"
thiserror = "1.0.40"
timeago = { version = "0.4.1", default-features = false }
toml_edit = { version = "0.19.9", features = ["serde"] }
toml_edit = { version = "0.19.10", features = ["serde"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }