cargo: bump toml_edit from 0.19.4 to 0.19.5

Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.19.4 to 0.19.5.
- [Release notes](https://github.com/ordian/toml_edit/releases)
- [Commits](https://github.com/ordian/toml_edit/compare/v0.19.4...v0.19.5)

---
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-03-13 16:03:51 +00:00 committed by github-actions[bot]
parent 6a57456067
commit 3b40231285
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1888,9 +1888,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.19.4"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30"
dependencies = [
"indexmap",
"serde",

View file

@ -62,7 +62,7 @@ thiserror = "1.0.39"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }
indexmap = "1.9.2"
toml_edit = { version = "0.19.4", features = ["serde"] }
toml_edit = { version = "0.19.5", features = ["serde"] }
[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.140" }