build(deps): bump toml from 0.7.5 to 0.7.6 (#7164)

Bumps [toml](https://github.com/toml-rs/toml) from 0.7.5 to 0.7.6.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.5...toml-v0.7.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-06 18:01:29 +00:00 committed by GitHub
parent 77ad91ced4
commit 2492648b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -4651,9 +4651,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.7.5"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
dependencies = [
"serde",
"serde_spanned",
@ -4672,9 +4672,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.19.11"
version = "0.19.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78"
dependencies = [
"indexmap 2.0.0",
"serde",
@ -5811,7 +5811,7 @@ dependencies = [
"tokio",
"tokio-stream",
"tokio-util 0.7.8",
"toml 0.7.5",
"toml 0.7.6",
"tower",
"tracing",
"tracing-error",
@ -6009,7 +6009,7 @@ dependencies = [
"tinyvec",
"tokio",
"tokio-stream",
"toml 0.7.5",
"toml 0.7.6",
"tonic",
"tonic-build",
"tower",

View File

@ -91,7 +91,7 @@ proptest-derive = "0.3.0"
static_assertions = "1.1.0"
tokio = { version = "1.29.1", features = ["full", "tracing", "test-util"] }
toml = "0.7.5"
toml = "0.7.6"
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" }

View File

@ -160,7 +160,7 @@ indexmap = "2.0.0"
lazy_static = "1.4.0"
semver = "1.0.17"
serde = { version = "1.0.166", features = ["serde_derive"] }
toml = "0.7.5"
toml = "0.7.6"
futures = "0.3.28"
rayon = "1.7.0"