Bump toml from 0.5.10 to 0.5.11

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/181/head
dependabot[bot] 1 year ago committed by GitHub
parent ab501b53b3
commit 82f88d90d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -1073,9 +1073,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.5.10"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]

@ -54,7 +54,7 @@ tokio = { version = "1.24.1", features = [
"time",
"rt-multi-thread"
] }
toml = "0.5.10"
toml = "0.5.11"
[target.'cfg(target_family = "unix")'.dependencies]
privdrop = "0.5.3"

Loading…
Cancel
Save