From 9c2504ee86bbd4ac715255f34296e8ee1e78ddb1 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 25 Jul 2022 15:27:09 -0400 Subject: [PATCH 1/6] docs(readme): add missing status badges & sections --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed7106dca83..85956ab5ba5 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,26 @@ ![Zebra logotype](https://zfnd.org/wp-content/uploads/2022/03/zebra-logotype.png) --- +[![CI Docker](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml) [![CI OSes](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml) [![Continous Delivery](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml) [![Coverage](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml) [![Build docs](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml) [![Build lightwalletd](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml) [![Build Zcash Params](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml) -[![](https://github.com/ZcashFoundation/zebra/workflows/CI/badge.svg?branch=main)](https://github.com/ZcashFoundation/zebra/actions?query=workflow%3ACI+branch%3Amain) -[![codecov](https://codecov.io/gh/ZcashFoundation/zebra/branch/main/graph/badge.svg)](https://codecov.io/gh/ZcashFoundation/zebra) ![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg) ## Contents - [Contents](#contents) - [About](#about) + - [Using Zebra](#using-zebra) - [Beta Releases](#beta-releases) - [Getting Started](#getting-started) + - [Build and Run Instructions](#build-and-run-instructions) + - [Optional Features](#optional-features) + - [System Requirements](#system-requirements) + - [Memory Troubleshooting](#memory-troubleshooting) + - [macOS Test Troubleshooting](#macos-test-troubleshooting) + - [Network Ports and Data Usage](#network-ports-and-data-usage) + - [Network Troubleshooting](#network-troubleshooting) + - [Disk Usage](#disk-usage) + - [Disk Troubleshooting](#disk-troubleshooting) - [Known Issues](#known-issues) - [Future Work](#future-work) - [Documentation](#documentation) From 1af4a1459d01e10de7b0979183f5a332624b830a Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 25 Jul 2022 15:32:22 -0400 Subject: [PATCH 2/6] docs(readme): fix wrong spelling with continuous --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85956ab5ba5..7acd55c4ff2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Zebra logotype](https://zfnd.org/wp-content/uploads/2022/03/zebra-logotype.png) --- -[![CI Docker](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml) [![CI OSes](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml) [![Continous Delivery](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml) [![Coverage](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml) [![Build docs](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml) [![Build lightwalletd](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml) [![Build Zcash Params](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml) +[![CI Docker](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml) [![CI OSes](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml) [![Continuous Delivery](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml) [![Coverage](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml) [![Build docs](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml) [![Build lightwalletd](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml) [![Build Zcash Params](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml) ![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg) From ef2f52e2351a8e4ebb1b9fd8ea8826d0b0fd4459 Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Mon, 25 Jul 2022 15:34:12 -0400 Subject: [PATCH 3/6] docs(readme): add coverga percentage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7acd55c4ff2..9084ca192bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Zebra logotype](https://zfnd.org/wp-content/uploads/2022/03/zebra-logotype.png) --- -[![CI Docker](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml) [![CI OSes](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml) [![Continuous Delivery](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml) [![Coverage](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml) [![Build docs](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml) [![Build lightwalletd](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml) [![Build Zcash Params](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml) +[![CI Docker](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-docker.yml) [![CI OSes](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-integration-os.yml) [![Continuous Delivery](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/continous-delivery.yml) [![Coverage](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/coverage.yml) [![codecov](https://codecov.io/gh/ZcashFoundation/zebra/branch/main/graph/badge.svg)](https://codecov.io/gh/ZcashFoundation/zebra) [![Build docs](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/docs.yml) [![Build lightwalletd](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-lightwalletd.yml) [![Build Zcash Params](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml/badge.svg)](https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml) ![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg) From 2b257477c4c7e194be04d41ca4319bebcb1cb5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 03:40:10 +0000 Subject: [PATCH 4/6] build(deps): bump bytes from 1.1.0 to 1.2.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/commits) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- zebra-network/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea419eae427..26e9aa8f4aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,9 +641,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "bzip2-sys" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 2290ad3bfc4..7f048a60a6a 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -15,7 +15,7 @@ proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl"] [dependencies] bitflags = "1.3.2" byteorder = "1.4.3" -bytes = "1.1.0" +bytes = "1.2.1" chrono = "0.4.19" hex = "0.4.3" humantime-serde = "1.1.1" From eb807b7ca729dab763d10741a669983386a104e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 03:40:13 +0000 Subject: [PATCH 5/6] build(deps): bump tokio from 1.20.0 to 1.20.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.0...tokio-1.20.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tower-batch/Cargo.toml | 4 ++-- tower-fallback/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 4 ++-- zebra-consensus/Cargo.toml | 4 ++-- zebra-network/Cargo.toml | 4 ++-- zebra-rpc/Cargo.toml | 4 ++-- zebra-state/Cargo.toml | 4 ++-- zebra-test/Cargo.toml | 2 +- zebrad/Cargo.toml | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea419eae427..2dba8969cf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4866,9 +4866,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.20.0" +version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e" +checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" dependencies = [ "autocfg 1.1.0", "bytes", diff --git a/tower-batch/Cargo.toml b/tower-batch/Cargo.toml index 915cd66b602..79df7013bf8 100644 --- a/tower-batch/Cargo.toml +++ b/tower-batch/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.21" futures-core = "0.3.21" pin-project = "1.0.10" rayon = "1.5.3" -tokio = { version = "1.20.0", features = ["time", "sync", "tracing", "macros"] } +tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.3" tower = { version = "0.4.13", features = ["util", "buffer"] } tracing = "0.1.31" @@ -21,7 +21,7 @@ color-eyre = "0.6.1" ed25519-zebra = "3.0.0" rand = { version = "0.8.5", package = "rand" } -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } tokio-test = "0.4.2" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index c2b7e8946ed..1a917162aeb 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -12,6 +12,6 @@ futures-core = "0.3.21" tracing = "0.1.31" [dev-dependencies] -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index c6f31be0997..ba4c4fd42eb 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -80,7 +80,7 @@ proptest-derive = { version = "0.3.0", optional = true } rand = { version = "0.8.5", optional = true, package = "rand" } rand_chacha = { version = "0.3.1", optional = true } -tokio = { version = "1.20.0", features = ["tracing"], optional = true } +tokio = { version = "1.20.1", features = ["tracing"], optional = true } zebra-test = { path = "../zebra-test/", optional = true } @@ -101,7 +101,7 @@ proptest-derive = "0.3.0" rand = { version = "0.8.5", package = "rand" } rand_chacha = "0.3.1" -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index bdf137ac064..fafcddffde0 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -29,7 +29,7 @@ futures = "0.3.21" futures-util = "0.3.21" metrics = "0.18.1" thiserror = "1.0.31" -tokio = { version = "1.20.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } +tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] } tracing = "0.1.31" tracing-futures = "0.2.5" @@ -58,7 +58,7 @@ proptest-derive = "0.3.0" rand07 = { package = "rand", version = "0.7" } spandoc = "0.2.2" -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } tracing-error = "0.2.0" tracing-subscriber = "0.3.11" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 2290ad3bfc4..3b2e490bc43 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "1.0.137", features = ["serde_derive"] } thiserror = "1.0.31" futures = "0.3.21" -tokio = { version = "1.20.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } +tokio = { version = "1.20.1", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.9", features = ["sync", "time"] } tokio-util = { version = "0.7.3", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } @@ -55,7 +55,7 @@ proptest = "0.10.1" proptest-derive = "0.3.0" static_assertions = "1.1.0" -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } toml = "0.5.9" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index f5c73fb5481..7e2014ccbce 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -30,7 +30,7 @@ jsonrpc-http-server = "18.0.0" serde_json = { version = "1.0.82", features = ["preserve_order"] } indexmap = { version = "1.9.1", features = ["serde"] } -tokio = { version = "1.20.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } +tokio = { version = "1.20.1", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" tracing = "0.1.31" @@ -49,7 +49,7 @@ proptest-derive = "0.3.0" serde_json = "1.0.82" thiserror = "1.0.31" -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-state = { path = "../zebra-state", features = ["proptest-impl"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index b64cfc7c29d..e8aff487a76 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -27,7 +27,7 @@ tempfile = "3.3.0" thiserror = "1.0.31" rayon = "1.5.3" -tokio = { version = "1.20.0", features = ["sync", "tracing"] } +tokio = { version = "1.20.1", features = ["sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.31" @@ -51,7 +51,7 @@ proptest-derive = "0.3.0" halo2 = { package = "halo2_proofs", version = "0.2.0" } jubjub = "0.9.0" -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 394c1db2875..c967ad8cda9 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -17,7 +17,7 @@ once_cell = "1.13.0" rand = { version = "0.8.5", package = "rand" } regex = "1.6.0" -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } futures = "0.3.21" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index a77a43f8322..8f8c37ad71f 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -87,7 +87,7 @@ toml = "0.5.9" futures = "0.3.21" rayon = "1.5.3" -tokio = { version = "1.20.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } +tokio = { version = "1.20.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.0.10" @@ -157,7 +157,7 @@ tempfile = "3.3.0" hyper = { version = "0.14.20", features = ["http1", "http2", "server"]} reqwest = "0.11.11" -tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] } tokio-stream = "0.1.9" # test feature lightwalletd-grpc-tests From ade3c9860d6437adf825c09d3f78b8db74be9f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 03:40:19 +0000 Subject: [PATCH 6/6] build(deps): bump serde from 1.0.137 to 1.0.141 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.141. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.141) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebra-rpc/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea419eae427..53f463d9e42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4327,9 +4327,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.137" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" +checksum = "7af873f2c95b99fcb0bd0fe622a43e29514658873c8ceba88c4cb88833a22500" dependencies = [ "serde_derive", ] @@ -4355,9 +4355,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.137" +version = "1.0.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" +checksum = "75743a150d003dd863b51dc809bcad0d73f2102c53632f1e954e738192a3413f" dependencies = [ "proc-macro2 1.0.42", "quote 1.0.20", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index c6f31be0997..3eae002b314 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -60,7 +60,7 @@ tracing = "0.1.31" # Serialization hex = { version = "0.4.3", features = ["serde"] } -serde = { version = "1.0.137", features = ["serde_derive", "rc"] } +serde = { version = "1.0.141", features = ["serde_derive", "rc"] } serde_with = "2.0.0" serde-big-array = "0.4.1" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index bdf137ac064..0ecc67ed722 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -23,7 +23,7 @@ dirs = "4.0.0" displaydoc = "0.2.3" lazy_static = "1.4.0" once_cell = "1.13.0" -serde = { version = "1.0.137", features = ["serde_derive"] } +serde = { version = "1.0.141", features = ["serde_derive"] } futures = "0.3.21" futures-util = "0.3.21" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 2290ad3bfc4..3f8b4f2b821 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -26,7 +26,7 @@ pin-project = "1.0.10" rand = { version = "0.8.5", package = "rand" } rayon = "1.5.3" regex = "1.6.0" -serde = { version = "1.0.137", features = ["serde_derive"] } +serde = { version = "1.0.141", features = ["serde_derive"] } thiserror = "1.0.31" futures = "0.3.21" diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index f5c73fb5481..854257d0e12 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -37,7 +37,7 @@ tracing = "0.1.31" tracing-futures = "0.2.5" hex = { version = "0.4.3", features = ["serde"] } -serde = { version = "1.0.137", features = ["serde_derive"] } +serde = { version = "1.0.141", features = ["serde_derive"] } proptest = { version = "0.10.1", optional = true } proptest-derive = { version = "0.3.0", optional = true } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index b64cfc7c29d..85e7352e67d 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -22,7 +22,7 @@ mset = "0.1.0" regex = "1.6.0" rlimit = "0.8.3" rocksdb = { version = "0.18.0", default_features = false, features = ["lz4"] } -serde = { version = "1.0.137", features = ["serde_derive"] } +serde = { version = "1.0.141", features = ["serde_derive"] } tempfile = "3.3.0" thiserror = "1.0.31" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index a77a43f8322..9e104c959e2 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -82,7 +82,7 @@ humantime = "2.1.0" humantime-serde = "1.1.1" indexmap = "1.9.1" lazy_static = "1.4.0" -serde = { version = "1.0.137", features = ["serde_derive"] } +serde = { version = "1.0.141", features = ["serde_derive"] } toml = "0.5.9" futures = "0.3.21"