From 461c5aa680d7c7c3aab43c290b4dda0c0e04c56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 01:03:57 +0000 Subject: [PATCH] build(deps): bump the prod group with 7 updates (#7938) Bumps the prod group with 7 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.7` | `4.4.8` | | [serde](https://github.com/serde-rs/serde) | `1.0.190` | `1.0.192` | | [toml](https://github.com/toml-rs/toml) | `0.8.6` | `0.8.8` | | [tokio](https://github.com/tokio-rs/tokio) | `1.33.0` | `1.34.0` | | [sentry](https://github.com/getsentry/sentry-rust) | `0.31.7` | `0.31.8` | | [inferno](https://github.com/jonhoo/inferno) | `0.11.17` | `0.11.18` | | [proptest](https://github.com/proptest-rs/proptest) | `1.3.1` | `1.4.0` | Updates `clap` from 4.4.7 to 4.4.8 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.7...v4.4.8) Updates `serde` from 1.0.190 to 1.0.192 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.190...v1.0.192) Updates `toml` from 0.8.6 to 0.8.8 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.6...toml-v0.8.8) Updates `tokio` from 1.33.0 to 1.34.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.0) Updates `sentry` from 0.31.7 to 0.31.8 - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.31.7...0.31.8) Updates `inferno` from 0.11.17 to 0.11.18 - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](https://github.com/jonhoo/inferno/compare/v0.11.17...v0.11.18) Updates `proptest` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: sentry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 84 ++++++++++++++++------------------ tower-batch-control/Cargo.toml | 4 +- tower-fallback/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 10 ++-- zebra-consensus/Cargo.toml | 10 ++-- zebra-network/Cargo.toml | 12 ++--- zebra-node-services/Cargo.toml | 4 +- zebra-rpc/Cargo.toml | 10 ++-- zebra-scan/Cargo.toml | 2 +- zebra-state/Cargo.toml | 10 ++-- zebra-test/Cargo.toml | 4 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 18 ++++---- 13 files changed, 83 insertions(+), 89 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1e05d657d6..628af7ebdc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.4.7", + "clap 4.4.8", "color-eyre", "fs-err", "once_cell", @@ -766,9 +766,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" +checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" dependencies = [ "clap_builder", "clap_derive", @@ -776,9 +776,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.7" +version = "4.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" +checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" dependencies = [ "anstream", "anstyle", @@ -953,7 +953,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.4.7", + "clap 4.4.8", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -2071,9 +2071,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.17" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c50453ec3a6555fad17b1cd1a80d16af5bc7cb35094f64e429fd46549018c6a3" +checksum = "abfb2e51b23c338595ae0b6bdaaa7a4a8b860b8d788a4331cb07b50fe5dea71b" dependencies = [ "ahash", "is-terminal", @@ -3127,9 +3127,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c003ac8c77cb07bb74f5f198bce836a689bcd5a42574612bf14d17bfd08c20e" +checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" dependencies = [ "bit-set", "bit-vec", @@ -3139,7 +3139,7 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", - "regex-syntax 0.7.5", + "regex-syntax 0.8.2", "rusty-fork", "tempfile", "unarray", @@ -3486,12 +3486,6 @@ version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" -[[package]] -name = "regex-syntax" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" - [[package]] name = "regex-syntax" version = "0.8.2" @@ -3801,9 +3795,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "sentry" -version = "0.31.7" +version = "0.31.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0097a48cd1999d983909f07cb03b15241c5af29e5e679379efac1c06296abecc" +checksum = "6ce4b57f1b521f674df7a1d200be8ff5d74e3712020ee25b553146657b5377d5" dependencies = [ "httpdate", "reqwest", @@ -3819,9 +3813,9 @@ dependencies = [ [[package]] name = "sentry-backtrace" -version = "0.31.7" +version = "0.31.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a7b80fa1dd6830a348d38a8d3a9761179047757b7dca29aef82db0118b9670" +checksum = "58cc8d4e04a73de8f718dc703943666d03f25d3e9e4d0fb271ca0b8c76dfa00e" dependencies = [ "backtrace", "once_cell", @@ -3831,9 +3825,9 @@ dependencies = [ [[package]] name = "sentry-contexts" -version = "0.31.7" +version = "0.31.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7615dc588930f1fd2e721774f25844ae93add2dbe2d3c2f995ce5049af898147" +checksum = "6436c1bad22cdeb02179ea8ef116ffc217797c028927def303bc593d9320c0d1" dependencies = [ "hostname", "libc", @@ -3845,9 +3839,9 @@ dependencies = [ [[package]] name = "sentry-core" -version = "0.31.7" +version = "0.31.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f51264e4013ed9b16558cce43917b983fa38170de2ca480349ceb57d71d6053" +checksum = "901f761681f97db3db836ef9e094acdd8756c40215326c194201941947164ef1" dependencies = [ "once_cell", "rand 0.8.5", @@ -3858,9 +3852,9 @@ dependencies = [ [[package]] name = "sentry-tracing" -version = "0.31.7" +version = "0.31.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38033822128e73f7b6ca74c1631cef8868890c6cb4008a291cf73530f87b4eac" +checksum = "82eabcab0a047040befd44599a1da73d3adb228ff53b5ed9795ae04535577704" dependencies = [ "sentry-backtrace", "sentry-core", @@ -3870,9 +3864,9 @@ dependencies = [ [[package]] name = "sentry-types" -version = "0.31.7" +version = "0.31.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e663b3eb62ddfc023c9cf5432daf5f1a4f6acb1df4d78dd80b740b32dd1a740" +checksum = "da956cca56e0101998c8688bc65ce1a96f00673a0e58e663664023d4c7911e82" dependencies = [ "debugid", "hex", @@ -3887,9 +3881,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.190" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" +checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001" dependencies = [ "serde_derive", ] @@ -3905,9 +3899,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.190" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" +checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1" dependencies = [ "proc-macro2", "quote", @@ -4385,9 +4379,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.33.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" +checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" dependencies = [ "backtrace", "bytes", @@ -4415,9 +4409,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" +checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", @@ -4498,14 +4492,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.6" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc" +checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.20.7", + "toml_edit 0.21.0", ] [[package]] @@ -4530,9 +4524,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.7" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ "indexmap 2.1.0", "serde", @@ -5725,7 +5719,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util 0.7.10", - "toml 0.8.6", + "toml 0.8.8", "tower", "tracing", "tracing-error", @@ -5910,7 +5904,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.4.7", + "clap 4.4.8", "color-eyre", "console-subscriber", "dirs", @@ -5947,7 +5941,7 @@ dependencies = [ "tinyvec", "tokio", "tokio-stream", - "toml 0.8.6", + "toml 0.8.8", "tonic", "tonic-build", "tower", diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index 49ad0297453..ab988483aeb 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -26,7 +26,7 @@ futures = "0.3.29" futures-core = "0.3.28" pin-project = "1.1.3" rayon = "1.7.0" -tokio = { version = "1.33.0", features = ["time", "sync", "tracing", "macros"] } +tokio = { version = "1.34.0", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.10" tower = { version = "0.4.13", features = ["util", "buffer"] } tracing = "0.1.39" @@ -41,7 +41,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } ed25519-zebra = "4.0.3" rand = "0.8.5" -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } tokio-test = "0.4.3" tower-fallback = { path = "../tower-fallback/" } tower-test = "0.4.0" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index 206152e2aeb..ad10c2713bc 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -22,6 +22,6 @@ futures-core = "0.3.28" tracing = "0.1.39" [dev-dependencies] -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 0f5bf1d9a62..4a0735c3a5f 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -96,7 +96,7 @@ tracing = "0.1.39" # Serialization hex = { version = "0.4.3", features = ["serde"] } -serde = { version = "1.0.190", features = ["serde_derive", "rc"] } +serde = { version = "1.0.192", features = ["serde_derive", "rc"] } serde_with = "3.4.0" serde-big-array = "0.5.1" @@ -114,13 +114,13 @@ reddsa = "0.5.1" serde_json = { version = "1.0.108", optional = true } # Production feature async-error and testing feature proptest-impl -tokio = { version = "1.33.0", optional = true } +tokio = { version = "1.34.0", optional = true } # Experimental feature getblocktemplate-rpcs zcash_address = { version = "0.3.0", optional = true } # Optional testing dependencies -proptest = { version = "1.3.1", optional = true } +proptest = { version = "1.4.0", optional = true } proptest-derive = { version = "0.4.0", optional = true } rand = { version = "0.8.5", optional = true } @@ -141,13 +141,13 @@ spandoc = "0.2.2" tracing = "0.1.39" # Make the optional testing dependencies required -proptest = "1.3.1" +proptest = "1.4.0" proptest-derive = "0.4.0" rand = "0.8.5" rand_chacha = "0.3.1" -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index dc336ba0e27..d998f8145a9 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -47,13 +47,13 @@ chrono = { version = "0.4.31", default-features = false, features = ["clock", "s displaydoc = "0.2.4" lazy_static = "1.4.0" once_cell = "1.18.0" -serde = { version = "1.0.190", features = ["serde_derive"] } +serde = { version = "1.0.192", features = ["serde_derive"] } futures = "0.3.29" futures-util = "0.3.28" metrics = "0.21.1" thiserror = "1.0.48" -tokio = { version = "1.33.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } +tokio = { version = "1.34.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] } tracing = "0.1.39" tracing-futures = "0.2.5" @@ -75,7 +75,7 @@ zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.31" } howudoin = { version = "0.1.2", optional = true } # Test-only dependencies -proptest = { version = "1.3.1", optional = true } +proptest = { version = "1.4.0", optional = true } proptest-derive = { version = "0.4.0", optional = true } [dev-dependencies] @@ -86,11 +86,11 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } hex = "0.4.3" num-integer = "0.1.45" -proptest = "1.3.1" +proptest = "1.4.0" proptest-derive = "0.4.0" spandoc = "0.2.2" -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } tracing-error = "0.2.0" tracing-subscriber = "0.3.17" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index a55f66f61a6..3d8ef372ab6 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -56,12 +56,12 @@ pin-project = "1.1.3" rand = "0.8.5" rayon = "1.7.0" regex = "1.10.2" -serde = { version = "1.0.190", features = ["serde_derive"] } +serde = { version = "1.0.192", features = ["serde_derive"] } tempfile = "3.8.1" thiserror = "1.0.48" futures = "0.3.29" -tokio = { version = "1.33.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] } +tokio = { version = "1.34.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] } tokio-stream = { version = "0.1.14", features = ["sync", "time"] } tokio-util = { version = "0.7.10", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } @@ -80,18 +80,18 @@ howudoin = { version = "0.1.2", optional = true } # tor-rtcompat = { version = "0.0.2", optional = true } # proptest dependencies -proptest = { version = "1.3.1", optional = true } +proptest = { version = "1.4.0", optional = true } proptest-derive = { version = "0.4.0", optional = true } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.31", features = ["async-error"] } [dev-dependencies] -proptest = "1.3.1" +proptest = "1.4.0" proptest-derive = "0.4.0" static_assertions = "1.1.0" -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } -toml = "0.8.3" +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } +toml = "0.8.8" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/" } diff --git a/zebra-node-services/Cargo.toml b/zebra-node-services/Cargo.toml index d0b8dcb9748..caf2fc8a4b2 100644 --- a/zebra-node-services/Cargo.toml +++ b/zebra-node-services/Cargo.toml @@ -44,7 +44,7 @@ color-eyre = { version = "0.6.2", optional = true } jsonrpc-core = { version = "18.0.0", optional = true } # Security: avoid default dependency on openssl reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"], optional = true } -serde = { version = "1.0.190", optional = true } +serde = { version = "1.0.192", optional = true } serde_json = { version = "1.0.108", optional = true } [dev-dependencies] @@ -52,5 +52,5 @@ serde_json = { version = "1.0.108", optional = true } color-eyre = "0.6.2" jsonrpc-core = "18.0.0" reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] } -serde = "1.0.190" +serde = "1.0.192" serde_json = "1.0.108" diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 3869e0a238b..0e59b84b18d 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -54,13 +54,13 @@ num_cpus = "1.16.0" serde_json = { version = "1.0.108", features = ["preserve_order"] } indexmap = { version = "2.0.1", features = ["serde"] } -tokio = { version = "1.33.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } +tokio = { version = "1.34.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" tracing = "0.1.39" hex = { version = "0.4.3", features = ["serde"] } -serde = { version = "1.0.190", features = ["serde_derive"] } +serde = { version = "1.0.192", features = ["serde_derive"] } # Experimental feature getblocktemplate-rpcs rand = { version = "0.8.5", optional = true } @@ -68,7 +68,7 @@ rand = { version = "0.8.5", optional = true } zcash_address = { version = "0.3.0", optional = true } # Test-only feature proptest-impl -proptest = { version = "1.3.1", optional = true } +proptest = { version = "1.4.0", optional = true } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.31", features = ["json-conversion"] } zebra-consensus = { path = "../zebra-consensus", version = "1.0.0-beta.31" } @@ -80,10 +80,10 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.31" } [dev-dependencies] insta = { version = "1.33.0", features = ["redactions", "json", "ron"] } -proptest = "1.3.1" +proptest = "1.4.0" thiserror = "1.0.48" -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-consensus = { path = "../zebra-consensus", features = ["proptest-impl"] } diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index ae8df1d4667..bddd71545e7 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -32,7 +32,7 @@ bls12_381 = "0.8.0" jubjub = "0.10.0" ff = "0.13.0" group = "0.13.0" -tokio = { version = "1.33.0", features = ["test-util"] } +tokio = { version = "1.34.0", features = ["test-util"] } zebra-state = { path = "../zebra-state" } zebra-chain = { path = "../zebra-chain" } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 637ecfe5215..697d117078f 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -59,12 +59,12 @@ regex = "1.10.2" rlimit = "0.10.1" rocksdb = { version = "0.21.0", default-features = false, features = ["lz4"] } semver = "1.0.20" -serde = { version = "1.0.190", features = ["serde_derive"] } +serde = { version = "1.0.192", features = ["serde_derive"] } tempfile = "3.8.1" thiserror = "1.0.48" rayon = "1.7.0" -tokio = { version = "1.33.0", features = ["rt-multi-thread", "sync", "tracing"] } +tokio = { version = "1.34.0", features = ["rt-multi-thread", "sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.39" @@ -80,7 +80,7 @@ howudoin = { version = "0.1.2", optional = true } # test feature proptest-impl zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.31", optional = true } -proptest = { version = "1.3.1", optional = true } +proptest = { version = "1.4.0", optional = true } proptest-derive = { version = "0.4.0", optional = true } [dev-dependencies] @@ -95,14 +95,14 @@ spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } insta = { version = "1.33.0", features = ["ron", "redactions"] } -proptest = "1.3.1" +proptest = "1.4.0" proptest-derive = "0.4.0" rand = "0.8.5" halo2 = { package = "halo2_proofs", version = "0.3.0" } jubjub = "0.10.0" -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", 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 2fe3a06a1a4..128d872d30b 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -20,12 +20,12 @@ indexmap = "2.0.1" lazy_static = "1.4.0" insta = "1.33.0" itertools = "0.11.0" -proptest = "1.3.1" +proptest = "1.4.0" once_cell = "1.18.0" rand = "0.8.5" regex = "1.10.2" -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } futures = "0.3.29" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 6ff4c0c82a5..a5d9ab1a6ec 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -89,4 +89,4 @@ regex = { version = "1.10.2", optional = true } reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"], optional = true } # These crates are needed for the zebra-checkpoints and search-issue-refs binaries -tokio = { version = "1.33.0", features = ["full"], optional = true } +tokio = { version = "1.34.0", features = ["full"], optional = true } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index ae2bc074a9c..04ccc293f74 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -156,18 +156,18 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.31" } zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.31", optional = true } abscissa_core = "0.7.0" -clap = { version = "4.4.7", features = ["cargo"] } +clap = { version = "4.4.8", features = ["cargo"] } chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" indexmap = "2.0.1" lazy_static = "1.4.0" semver = "1.0.20" -serde = { version = "1.0.190", features = ["serde_derive"] } -toml = "0.8.3" +serde = { version = "1.0.192", features = ["serde_derive"] } +toml = "0.8.8" futures = "0.3.29" rayon = "1.7.0" -tokio = { version = "1.33.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } +tokio = { version = "1.34.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tokio-stream = { version = "0.1.14", features = ["time"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.1.3" @@ -194,11 +194,11 @@ num-integer = "0.1.45" rand = "0.8.5" # prod feature sentry -sentry = { version = "0.31.7", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true } +sentry = { version = "0.31.8", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true } # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.17", default-features = false, optional = true } +inferno = { version = "0.11.18", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true } @@ -220,7 +220,7 @@ howudoin = { version = "0.1.2", features = ["term-line"], optional = true } indicatif = { version = "0.17.6", optional = true } # test feature proptest-impl -proptest = { version = "1.3.1", optional = true } +proptest = { version = "1.4.0", optional = true } proptest-derive = { version = "0.4.0", optional = true } # test feature tokio-console @@ -248,14 +248,14 @@ tempfile = "3.8.1" hyper = { version = "0.14.27", features = ["http1", "http2", "server"]} tracing-test = { version = "0.2.4", features = ["no-env-filter"] } -tokio = { version = "1.33.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.34.0", features = ["full", "tracing", "test-util"] } tokio-stream = "0.1.14" # test feature lightwalletd-grpc-tests prost = "0.12.1" tonic = "0.10.2" -proptest = "1.3.1" +proptest = "1.4.0" proptest-derive = "0.4.0" # enable span traces and track caller in tests