Bump toml from 0.8.5 to 0.8.6

Bumps [toml](https://github.com/toml-rs/toml) from 0.8.5 to 0.8.6.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.5...toml-v0.8.6)

---
updated-dependencies:
- dependency-name: toml
  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-10-30 10:19:40 +00:00 committed by GitHub
parent 63b75dbf74
commit c07a78ae41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
Cargo.lock generated
View File

@ -1439,7 +1439,7 @@ dependencies = [
"snarkvm",
"sys-info",
"test_dir",
"toml 0.8.5",
"toml 0.8.6",
"tracing",
"tracing-subscriber",
"walkdir",
@ -1457,7 +1457,7 @@ dependencies = [
"serde",
"snarkvm",
"snarkvm-console",
"toml 0.8.5",
"toml 0.8.6",
"tracing",
]
@ -3656,9 +3656,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.8.5"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3efaf127c78d5339cc547cce4e4d973bd5e4f56e949a06d091c082ebeef2f800"
checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc"
dependencies = [
"serde",
"serde_spanned",
@ -3677,9 +3677,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.20.5"
version = "0.20.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "782bf6c2ddf761c1e7855405e8975472acf76f7f36d0d4328bd3b7a2fae12a85"
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
dependencies = [
"indexmap 2.0.2",
"serde",