Skip to content

Commit

Permalink
build(deps): bump the app group with 1 update (#7525)
Browse files Browse the repository at this point in the history
Bumps the app group with 1 update: [toml](https://github.com/toml-rs/toml).

- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.7.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and arya2 committed Sep 29, 2023
1 parent 533b92c commit 6a5ab7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4461,9 +4461,9 @@ dependencies = [

[[package]]
name = "toml"
version = "0.7.6"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
dependencies = [
"serde",
"serde_spanned",
Expand All @@ -4482,9 +4482,9 @@ dependencies = [

[[package]]
name = "toml_edit"
version = "0.19.14"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.0.0",
"serde",
Expand Down Expand Up @@ -5645,7 +5645,7 @@ dependencies = [
"tokio",
"tokio-stream",
"tokio-util 0.7.8",
"toml 0.7.6",
"toml 0.7.8",
"tower",
"tracing",
"tracing-error",
Expand Down Expand Up @@ -5843,7 +5843,7 @@ dependencies = [
"tinyvec",
"tokio",
"tokio-stream",
"toml 0.7.6",
"toml 0.7.8",
"tonic 0.10.0",
"tonic-build",
"tower",
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ proptest-derive = "0.4.0"

static_assertions = "1.1.0"
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
toml = "0.7.6"
toml = "0.7.8"

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/" }
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ indexmap = "2.0.0"
lazy_static = "1.4.0"
semver = "1.0.18"
serde = { version = "1.0.188", features = ["serde_derive"] }
toml = "0.7.6"
toml = "0.7.8"

futures = "0.3.28"
rayon = "1.7.0"
Expand Down

0 comments on commit 6a5ab7b

Please sign in to comment.