Skip to content

Commit

Permalink
build(deps): bump toml from 0.7.2 to 0.7.3
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/toml-rs/toml/releases)
- [Commits](toml-rs/toml@toml-v0.7.2...toml-v0.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2023
1 parent 93c702a commit 6af94ff
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2651,15 +2651,6 @@ dependencies = [
"version_check",
]

[[package]]
name = "nom8"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
dependencies = [
"memchr",
]

[[package]]
name = "nonempty"
version = "0.7.0"
Expand Down Expand Up @@ -4611,9 +4602,9 @@ dependencies = [

[[package]]
name = "toml"
version = "0.7.2"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7afcae9e3f0fe2c370fd4657108972cbb2fa9db1b9f84849cefd80741b01cb6"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [
"serde",
"serde_spanned",
Expand All @@ -4632,15 +4623,15 @@ dependencies = [

[[package]]
name = "toml_edit"
version = "0.19.3"
version = "0.19.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e6a7712b49e1775fb9a7b998de6635b299237f48b404dde71704f2e0e7f37e5"
checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae"
dependencies = [
"indexmap",
"nom8",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]

[[package]]
Expand Down Expand Up @@ -5469,6 +5460,15 @@ version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"

[[package]]
name = "winnow"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f"
dependencies = [
"memchr",
]

[[package]]
name = "winreg"
version = "0.10.1"
Expand Down Expand Up @@ -5799,7 +5799,7 @@ dependencies = [
"tokio",
"tokio-stream",
"tokio-util 0.7.7",
"toml 0.7.2",
"toml 0.7.3",
"tower",
"tracing",
"tracing-error",
Expand Down Expand Up @@ -5984,7 +5984,7 @@ dependencies = [
"tinyvec",
"tokio",
"tokio-stream",
"toml 0.7.2",
"toml 0.7.3",
"tonic",
"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 @@ -58,7 +58,7 @@ proptest-derive = "0.3.0"

static_assertions = "1.1.0"
tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] }
toml = "0.7.2"
toml = "0.7.3"

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 @@ -109,7 +109,7 @@ humantime-serde = "1.1.1"
indexmap = "1.9.2"
lazy_static = "1.4.0"
serde = { version = "1.0.154", features = ["serde_derive"] }
toml = "0.7.2"
toml = "0.7.3"

futures = "0.3.26"
rayon = "1.7.0"
Expand Down

0 comments on commit 6af94ff

Please sign in to comment.