build(deps): bump toml from 0.5.8 to 0.5.9 (#4127)
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.8 to 0.5.9. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.8...0.5.9) --- 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> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
b356a67391
commit
06dc5177f2
|
@ -4569,9 +4569,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml"
|
||||
version = "0.5.8"
|
||||
version = "0.5.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
||||
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
|
@ -53,7 +53,7 @@ proptest-derive = "0.3.0"
|
|||
|
||||
static_assertions = "1.1.0"
|
||||
tokio = { version = "1.17.0", features = ["test-util"] }
|
||||
toml = "0.5.8"
|
||||
toml = "0.5.9"
|
||||
|
||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||
zebra-test = { path = "../zebra-test/" }
|
||||
|
|
|
@ -33,7 +33,7 @@ chrono = "0.4.19"
|
|||
indexmap = "1.8.1"
|
||||
lazy_static = "1.4.0"
|
||||
serde = { version = "1.0.136", features = ["serde_derive"] }
|
||||
toml = "0.5.8"
|
||||
toml = "0.5.9"
|
||||
|
||||
hyper = { version = "0.14.18", features = ["full"] }
|
||||
futures = "0.3.21"
|
||||
|
|
Loading…
Reference in New Issue