Bump toml from 0.7.7 to 0.7.8

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.7 to 0.7.8.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8)

---
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-09-11 10:27:07 +00:00 committed by GitHub
parent 0f2f16877b
commit f6da81bceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View File

@ -1376,7 +1376,7 @@ dependencies = [
"snarkvm", "snarkvm",
"sys-info", "sys-info",
"test_dir", "test_dir",
"toml 0.7.7", "toml 0.7.8",
"tracing", "tracing",
"tracing-subscriber", "tracing-subscriber",
"walkdir", "walkdir",
@ -1394,7 +1394,7 @@ dependencies = [
"serde", "serde",
"snarkvm", "snarkvm",
"snarkvm-console", "snarkvm-console",
"toml 0.7.7", "toml 0.7.8",
"tracing", "tracing",
] ]
@ -3448,9 +3448,9 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.7.7" version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",