From 5fd15a022c1e24a5f16b409b1a40e1f5ff1670f4 Mon Sep 17 00:00:00 2001 From: Marek Date: Wed, 17 Apr 2024 02:20:28 +0000 Subject: [PATCH] build(deps): bump the prod group with 21 updates (#8402) * Bump `clap` from 4.5.3 to 4.5.4 * Bump `indexmap` from 2.2.5 to 2.2.6 * Bump `rayon` from 1.9.0 to 1.10.0 * Bump `tokio` from 1.36.0 to 1.37.0 * Bump `tokio-stream` from 0.1.14 to 0.1.15 * Bump `regex` from 1.10.3 to 1.10.4 * Bump `insta` from 1.36.1 to 1.38.0 * Bump `serde_json` from 1.0.113 to 1.0.115 * Bump `prost` from 0.12.2 and 0.12.3 to 0.12.4 * Bump `bitflags` from 2.4.2 to 2.5.0 * Bump `bs58` from 0.5.0 to 0.5.1 * Bump `incrementalmerkletree` from 0.5.0 to 0.5.1 * Bump `zcash_address` from 0.3.1 to 0.3.2 * Bump `bytes` from 1.5.0 to 1.6.0 * Bump `syn` from 2.0.53 to 2.0.58 * Bump `quote` from 1.0.35 to 1.0.36 * Bump `serde_yaml` from 0.9.33 to 0.9.34+deprecated * Bump `primitive-types` + `zcash_history` * Bump `jsonrpc` from 0.17.0 to 0.18.0 --- Cargo.lock | 250 ++++++++++++++++++--------------- tower-batch-control/Cargo.toml | 6 +- tower-fallback/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 20 +-- zebra-consensus/Cargo.toml | 6 +- zebra-grpc/Cargo.toml | 8 +- zebra-network/Cargo.toml | 16 +-- zebra-node-services/Cargo.toml | 6 +- zebra-rpc/Cargo.toml | 12 +- zebra-scan/Cargo.toml | 8 +- zebra-state/Cargo.toml | 14 +- zebra-test/Cargo.toml | 8 +- zebra-utils/Cargo.toml | 14 +- zebrad/Cargo.toml | 22 +-- 14 files changed, 204 insertions(+), 188 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a78acb4f..98910f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.5.3", + "clap 4.5.4", "color-eyre", "fs-err", "once_cell", @@ -239,7 +239,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -250,7 +250,7 @@ checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -402,7 +402,7 @@ version = "0.69.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "cexpr", "clang-sys", "itertools 0.12.1", @@ -415,7 +415,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.53", + "syn 2.0.59", "which", ] @@ -456,9 +456,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.2" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" +checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "bitflags-serde-legacy" @@ -466,7 +466,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b64e60c28b6d25ad92e8b367801ff9aa12b41d05fc8798055d296bace4a60cc" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "serde", ] @@ -537,9 +537,9 @@ dependencies = [ [[package]] name = "bs58" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" +checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ "sha2", "tinyvec", @@ -581,9 +581,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "bzip2-sys" @@ -782,9 +782,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -804,14 +804,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -969,7 +969,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.5.3", + "clap 4.5.4", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -1072,7 +1072,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -1096,7 +1096,7 @@ dependencies = [ "codespan-reporting", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -1113,7 +1113,7 @@ checksum = "2fa16a70dd58129e4dfffdff535fb1bce66673f7bbeec4a5a1765a504e1ccd84" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -1161,7 +1161,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.10.0", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -1183,7 +1183,7 @@ checksum = "c5a91391accf613803c2a9bf9abccdbaa07c54b4244a5b64883f9c3c137c86be" dependencies = [ "darling_core 0.20.6", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -1256,7 +1256,16 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", +] + +[[package]] +name = "document-features" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95" +dependencies = [ + "litrs", ] [[package]] @@ -1413,9 +1422,9 @@ checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" [[package]] name = "fixed-hash" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" +checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", "rand 0.8.5", @@ -1552,7 +1561,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -1631,7 +1640,7 @@ version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "libc", "libgit2-sys", "log", @@ -1681,7 +1690,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.11", - "indexmap 2.2.5", + "indexmap 2.2.6", "slab", "tokio", "tokio-util 0.7.10", @@ -1700,7 +1709,7 @@ dependencies = [ "futures-sink", "futures-util", "http 1.1.0", - "indexmap 2.2.5", + "indexmap 2.2.6", "slab", "tokio", "tokio-util 0.7.10", @@ -2132,9 +2141,9 @@ dependencies = [ [[package]] name = "incrementalmerkletree" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "361c467824d4d9d4f284be4b2608800839419dccc4d4608f28345237fe354623" +checksum = "eb1872810fb725b06b8c153dde9e86f3ec26747b9b60096da7a869883b549cbe" dependencies = [ "either", ] @@ -2158,9 +2167,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.5" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -2208,9 +2217,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.36.1" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" +checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" dependencies = [ "console", "lazy_static", @@ -2220,7 +2229,6 @@ dependencies = [ "ron", "serde", "similar", - "yaml-rust", ] [[package]] @@ -2293,9 +2301,9 @@ dependencies = [ [[package]] name = "jsonrpc" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26d9104d516092f092d97448787505881fdb6518293b2d6500bf9c180c839dd" +checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf" dependencies = [ "base64 0.13.1", "serde", @@ -2441,7 +2449,7 @@ version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "libc", "redox_syscall 0.4.1", ] @@ -2494,6 +2502,12 @@ version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +[[package]] +name = "litrs" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" + [[package]] name = "lock_api" version = "0.4.11" @@ -2597,7 +2611,7 @@ dependencies = [ "http-body-util", "hyper 1.2.0", "hyper-util", - "indexmap 2.2.5", + "indexmap 2.2.6", "ipnet", "metrics 0.22.3", "metrics-util", @@ -2615,7 +2629,7 @@ checksum = "38b4faf00617defe497754acde3024865bc143d44a86799b24e191ecff91354f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -3050,7 +3064,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -3071,7 +3085,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.2.5", + "indexmap 2.2.6", ] [[package]] @@ -3091,7 +3105,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -3192,14 +3206,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" dependencies = [ "proc-macro2", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] name = "primitive-types" -version = "0.11.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a" +checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec", @@ -3250,9 +3264,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.78" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" +checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e" dependencies = [ "unicode-ident", ] @@ -3265,7 +3279,7 @@ checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.4.2", + "bitflags 2.5.0", "lazy_static", "num-traits", "rand 0.8.5", @@ -3290,9 +3304,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" +checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" dependencies = [ "bytes", "prost-derive", @@ -3315,22 +3329,22 @@ dependencies = [ "prost", "prost-types", "regex", - "syn 2.0.53", + "syn 2.0.59", "tempfile", "which", ] [[package]] name = "prost-derive" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" +checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -3397,9 +3411,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" dependencies = [ "proc-macro2", ] @@ -3496,14 +3510,14 @@ version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", ] [[package]] name = "rayon" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", @@ -3581,9 +3595,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", @@ -3786,7 +3800,7 @@ version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "errno", "libc", "linux-raw-sys", @@ -4038,16 +4052,16 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "itoa", "ryu", "serde", @@ -4094,7 +4108,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_derive", "serde_json", @@ -4123,16 +4137,16 @@ dependencies = [ "darling 0.20.6", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] name = "serde_yaml" -version = "0.9.33" +version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9" +checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "itoa", "ryu", "serde", @@ -4165,7 +4179,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c19f96dde3a8693874f7e7c53d95616569b4009379a903789efbd448f4ea9cc7" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "either", "incrementalmerkletree", "tracing", @@ -4352,9 +4366,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.53" +version = "2.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" +checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a" dependencies = [ "proc-macro2", "quote", @@ -4453,7 +4467,7 @@ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -4462,7 +4476,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a617e9eeeb20448b01a8e2427fb80dfbc9c49d79a1de3b11f25731edbf547e3c" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "cfg-if 1.0.0", "libc", "log", @@ -4540,9 +4554,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" +checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" dependencies = [ "backtrace", "bytes", @@ -4576,7 +4590,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -4591,9 +4605,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" +checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", "pin-project-lite", @@ -4678,7 +4692,7 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "toml_datetime", "winnow 0.5.40", ] @@ -4689,7 +4703,7 @@ version = "0.22.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" dependencies = [ - "indexmap 2.2.5", + "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", @@ -4760,7 +4774,7 @@ dependencies = [ "proc-macro2", "prost-build", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -4773,7 +4787,7 @@ dependencies = [ "proc-macro2", "prost-build", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -4903,7 +4917,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -5341,7 +5355,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", "wasm-bindgen-shared", ] @@ -5375,7 +5389,7 @@ checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -5641,25 +5655,17 @@ version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] - [[package]] name = "zcash_address" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bce173f1d9ed4f806e310bc3a873301531e7a6dc209928584d6404e3f8228ef4" +checksum = "827c17a1f7e3a69f0d44e991ff610c7a842228afdc9dc2325ffdd1a67fee01e9" dependencies = [ "bech32", "bs58", "f4jumble", "zcash_encoding", + "zcash_protocol", ] [[package]] @@ -5707,9 +5713,9 @@ dependencies = [ [[package]] name = "zcash_history" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb611a28a4e13ac715ee712f4344d6b279b767daf6345dafefb2c4bf582b6679" +checksum = "2fde17bf53792f9c756b313730da14880257d7661b5bfc69d0571c3a7c11a76d" dependencies = [ "blake2b_simd", "byteorder", @@ -5786,6 +5792,16 @@ dependencies = [ "zcash_primitives", ] +[[package]] +name = "zcash_protocol" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f8189d4a304e8aa3aef3b75e89f3874bb0dc84b1cd623316a84e79e06cddabc" +dependencies = [ + "document-features", + "memuse", +] + [[package]] name = "zcash_script" version = "0.1.14" @@ -5827,7 +5843,7 @@ dependencies = [ name = "zebra-chain" version = "1.0.0-beta.36" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "bitflags-serde-legacy", "bitvec", "blake2b_simd", @@ -5957,7 +5973,7 @@ dependencies = [ name = "zebra-network" version = "1.0.0-beta.36" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "byteorder", "bytes", "chrono", @@ -5966,7 +5982,7 @@ dependencies = [ "hex", "howudoin", "humantime-serde", - "indexmap 2.2.5", + "indexmap 2.2.6", "itertools 0.12.1", "lazy_static", "metrics 0.22.3", @@ -6015,7 +6031,7 @@ dependencies = [ "futures", "hex", "hyper 0.14.28", - "indexmap 2.2.5", + "indexmap 2.2.6", "insta", "jsonrpc-core", "jsonrpc-derive", @@ -6048,7 +6064,7 @@ dependencies = [ "ff", "futures", "group", - "indexmap 2.2.5", + "indexmap 2.2.6", "insta", "itertools 0.12.1", "jubjub", @@ -6099,7 +6115,7 @@ dependencies = [ "howudoin", "human_bytes", "humantime-serde", - "indexmap 2.2.5", + "indexmap 2.2.6", "insta", "itertools 0.12.1", "jubjub", @@ -6136,7 +6152,7 @@ dependencies = [ "futures", "hex", "humantime", - "indexmap 2.2.5", + "indexmap 2.2.6", "insta", "itertools 0.12.1", "lazy_static", @@ -6171,7 +6187,7 @@ dependencies = [ "serde_json", "serde_yaml", "structopt", - "syn 2.0.53", + "syn 2.0.59", "thiserror", "tinyvec", "tokio", @@ -6192,7 +6208,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.5.3", + "clap 4.5.4", "color-eyre", "console-subscriber", "dirs", @@ -6202,7 +6218,7 @@ dependencies = [ "howudoin", "humantime-serde", "hyper 0.14.28", - "indexmap 2.2.5", + "indexmap 2.2.6", "indicatif", "inferno", "insta", @@ -6272,7 +6288,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] [[package]] @@ -6292,5 +6308,5 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.53", + "syn 2.0.59", ] diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index 559a9367..fb72cbc5 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -25,8 +25,8 @@ categories = ["algorithms", "asynchronous"] futures = "0.3.30" futures-core = "0.3.28" pin-project = "1.1.5" -rayon = "1.9.0" -tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "macros"] } +rayon = "1.10.0" +tokio = { version = "1.37.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.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } tokio-test = "0.4.4" tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.12" } tower-test = "0.4.0" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index db4b6dce..633ccbe6 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.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index b8e7b05b..11c8529a 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -64,12 +64,12 @@ bench = ["zebra-test"] # Cryptography bitvec = "1.0.1" -bitflags = "2.4.2" +bitflags = "2.5.0" bitflags-serde-legacy = "0.1.1" blake2b_simd = "1.0.2" blake2s_simd = "1.0.2" bridgetree = "0.4.0" -bs58 = { version = "0.5.0", features = ["check"] } +bs58 = { version = "0.5.1", features = ["check"] } byteorder = "1.5.0" # TODO: Internal miner feature functionality was removed at https://github.com/ZcashFoundation/zebra/issues/8180 @@ -78,11 +78,11 @@ byteorder = "1.5.0" equihash = "0.2.0" group = "0.13.0" -incrementalmerkletree = "0.5.0" +incrementalmerkletree = "0.5.1" jubjub = "0.10.0" lazy_static = "1.4.0" num-integer = "0.1.46" -primitive-types = "0.11.1" +primitive-types = "0.12.2" rand_core = "0.6.4" ripemd = "0.1.3" # Matches version used by hdwallet @@ -95,7 +95,7 @@ x25519-dalek = { version = "2.0.1", features = ["serde"] } halo2 = { package = "halo2_proofs", version = "0.3.0" } orchard = "0.6.0" zcash_encoding = "0.2.0" -zcash_history = "0.3.0" +zcash_history = "0.4.0" zcash_note_encryption = "0.4.0" zcash_primitives = { version = "0.13.0-rc.1", features = ["transparent-inputs"] } @@ -118,7 +118,7 @@ serde-big-array = "0.5.1" # Processing futures = "0.3.30" itertools = "0.12.1" -rayon = "1.9.0" +rayon = "1.10.0" # ZF deps ed25519-zebra = "4.0.3" @@ -126,12 +126,12 @@ redjubjub = "0.7.0" reddsa = "0.5.1" # Production feature json-conversion -serde_json = { version = "1.0.113", optional = true } +serde_json = { version = "1.0.115", optional = true } # Production feature async-error and testing feature proptest-impl -tokio = { version = "1.36.0", optional = true } +tokio = { version = "1.37.0", optional = true } -zcash_address = { version = "0.3.1" } +zcash_address = { version = "0.3.2" } # Experimental feature shielded-scan zcash_client_backend = { version = "0.10.0-rc.1", optional = true } @@ -164,7 +164,7 @@ proptest-derive = "0.4.0" rand = "0.8.5" rand_chacha = "0.3.1" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index d5ba9deb..165558fc 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -41,7 +41,7 @@ bls12_381 = "0.8.0" halo2 = { package = "halo2_proofs", version = "0.3.0" } jubjub = "0.10.0" rand = "0.8.5" -rayon = "1.9.0" +rayon = "1.10.0" chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } displaydoc = "0.2.4" @@ -53,7 +53,7 @@ futures = "0.3.30" futures-util = "0.3.28" metrics = "0.22.3" thiserror = "1.0.58" -tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } +tokio = { version = "1.37.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" @@ -90,7 +90,7 @@ proptest = "1.4.0" proptest-derive = "0.4.0" spandoc = "0.2.2" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } tracing-error = "0.2.0" tracing-subscriber = "0.3.18" diff --git a/zebra-grpc/Cargo.toml b/zebra-grpc/Cargo.toml index 8dec86b9..1d3203b7 100644 --- a/zebra-grpc/Cargo.toml +++ b/zebra-grpc/Cargo.toml @@ -19,10 +19,10 @@ categories = ["cryptography::cryptocurrencies"] futures-util = "0.3.28" tonic = "0.11.0" tonic-reflection = "0.11.0" -prost = "0.12.3" +prost = "0.12.4" serde = { version = "1.0.196", features = ["serde_derive"] } -tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } -tokio-stream = "0.1.14" +tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } +tokio-stream = "0.1.15" tower = { version = "0.4.13", features = ["util", "buffer"] } color-eyre = "0.6.3" @@ -35,7 +35,7 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.36" } tonic-build = "0.11.0" [dev-dependencies] -insta = { version = "1.36.1", features = ["redactions", "json", "ron"] } +insta = { version = "1.38.0", features = ["redactions", "json", "ron"] } zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } zebra-state = { path = "../zebra-state" } diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index 9bf9ff45..40c912e3 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -40,29 +40,29 @@ progress-bar = [ proptest-impl = ["proptest", "proptest-derive", "zebra-chain/proptest-impl"] [dependencies] -bitflags = "2.4.2" +bitflags = "2.5.0" byteorder = "1.5.0" -bytes = "1.5.0" +bytes = "1.6.0" chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } dirs = "5.0.1" hex = "0.4.3" humantime-serde = "1.1.1" -indexmap = { version = "2.2.5", features = ["serde"] } +indexmap = { version = "2.2.6", features = ["serde"] } itertools = "0.12.1" lazy_static = "1.4.0" num-integer = "0.1.46" ordered-map = "0.4.2" pin-project = "1.1.5" rand = "0.8.5" -rayon = "1.9.0" -regex = "1.10.3" +rayon = "1.10.0" +regex = "1.10.4" serde = { version = "1.0.196", features = ["serde_derive"] } tempfile = "3.10.1" thiserror = "1.0.58" futures = "0.3.30" -tokio = { version = "1.36.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] } -tokio-stream = { version = "0.1.14", features = ["sync", "time"] } +tokio = { version = "1.37.0", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] } +tokio-stream = { version = "0.1.15", 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"] } @@ -90,7 +90,7 @@ proptest = "1.4.0" proptest-derive = "0.4.0" static_assertions = "1.1.0" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } toml = "0.8.11" zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] } diff --git a/zebra-node-services/Cargo.toml b/zebra-node-services/Cargo.toml index 2dbe7d11..c455e262 100644 --- a/zebra-node-services/Cargo.toml +++ b/zebra-node-services/Cargo.toml @@ -47,8 +47,8 @@ jsonrpc-core = { version = "18.0.0", optional = true } # Security: avoid default dependency on openssl reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"], optional = true } serde = { version = "1.0.196", optional = true } -serde_json = { version = "1.0.113", optional = true } -tokio = { version = "1.36.0", features = ["time"], optional = true } +serde_json = { version = "1.0.115", optional = true } +tokio = { version = "1.37.0", features = ["time"], optional = true } [dev-dependencies] @@ -56,4 +56,4 @@ color-eyre = "0.6.3" jsonrpc-core = "18.0.0" reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"] } serde = "1.0.196" -serde_json = "1.0.113" +serde_json = "1.0.115" diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 7686dc3d..361d24a9 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -53,10 +53,10 @@ jsonrpc-derive = "18.0.0" jsonrpc-http-server = "18.0.0" # zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core -serde_json = { version = "1.0.113", features = ["preserve_order"] } -indexmap = { version = "2.2.5", features = ["serde"] } +serde_json = { version = "1.0.115", features = ["preserve_order"] } +indexmap = { version = "2.2.6", features = ["serde"] } -tokio = { version = "1.36.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } +tokio = { version = "1.37.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" tracing = "0.1.39" @@ -67,7 +67,7 @@ serde = { version = "1.0.196", features = ["serde_derive"] } # Experimental feature getblocktemplate-rpcs rand = { version = "0.8.5", optional = true } # ECC deps used by getblocktemplate-rpcs feature -zcash_address = { version = "0.3.1", optional = true } +zcash_address = { version = "0.3.2", optional = true } # Test-only feature proptest-impl proptest = { version = "1.4.0", optional = true } @@ -80,12 +80,12 @@ zebra-script = { path = "../zebra-script", version = "1.0.0-beta.36" } zebra-state = { path = "../zebra-state", version = "1.0.0-beta.36" } [dev-dependencies] -insta = { version = "1.36.1", features = ["redactions", "json", "ron"] } +insta = { version = "1.38.0", features = ["redactions", "json", "ron"] } proptest = "1.4.0" thiserror = "1.0.58" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.36", features = ["proptest-impl"] } zebra-consensus = { path = "../zebra-consensus", version = "1.0.0-beta.36", features = ["proptest-impl"] } diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index 6dfcd824..e854142b 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -42,11 +42,11 @@ proptest-impl = [ [dependencies] color-eyre = "0.6.3" -indexmap = { version = "2.2.5", features = ["serde"] } +indexmap = { version = "2.2.6", features = ["serde"] } itertools = "0.12.1" semver = "1.0.22" serde = { version = "1.0.196", features = ["serde_derive"] } -tokio = { version = "1.36.0", features = ["time"] } +tokio = { version = "1.37.0", features = ["time"] } tower = "0.4.13" tracing = "0.1.39" futures = "0.3.30" @@ -75,8 +75,8 @@ zcash_note_encryption = { version = "0.4.0", optional = true } zebra-test = { path = "../zebra-test", version = "1.0.0-beta.36", optional = true } [dev-dependencies] -insta = { version = "1.36.1", features = ["ron", "redactions"] } -tokio = { version = "1.36.0", features = ["test-util"] } +insta = { version = "1.38.0", features = ["ron", "redactions"] } +tokio = { version = "1.37.0", features = ["test-util"] } proptest = "1.4.0" proptest-derive = "0.4.0" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 816a0bc1..e0e7046c 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -54,12 +54,12 @@ hex = "0.4.3" hex-literal = "0.4.1" humantime-serde = "1.1.1" human_bytes = { version = "0.4.3", default-features = false } -indexmap = "2.2.5" +indexmap = "2.2.6" itertools = "0.12.1" lazy_static = "1.4.0" metrics = "0.22.3" mset = "0.1.1" -regex = "1.10.3" +regex = "1.10.4" rlimit = "0.10.1" rocksdb = { version = "0.22.0", default-features = false, features = ["lz4"] } semver = "1.0.22" @@ -67,15 +67,15 @@ serde = { version = "1.0.196", features = ["serde_derive"] } tempfile = "3.10.1" thiserror = "1.0.58" -rayon = "1.9.0" -tokio = { version = "1.36.0", features = ["rt-multi-thread", "sync", "tracing"] } +rayon = "1.10.0" +tokio = { version = "1.37.0", features = ["rt-multi-thread", "sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.39" # elasticsearch specific dependencies. # Security: avoid default dependency on openssl elasticsearch = { version = "8.5.0-alpha.1", default-features = false, features = ["rustls-tls"], optional = true } -serde_json = { version = "1.0.113", package = "serde_json", optional = true } +serde_json = { version = "1.0.115", package = "serde_json", optional = true } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.36", features = ["async-error"] } @@ -97,7 +97,7 @@ once_cell = "1.18.0" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.36.1", features = ["ron", "redactions"] } +insta = { version = "1.38.0", features = ["ron", "redactions"] } proptest = "1.4.0" proptest-derive = "0.4.0" @@ -106,7 +106,7 @@ rand = "0.8.5" halo2 = { package = "halo2_proofs", version = "0.3.0" } jubjub = "0.10.0" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.36", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.36" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 41f1097f..16d97cf0 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -16,16 +16,16 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] [dependencies] hex = "0.4.3" -indexmap = "2.2.5" +indexmap = "2.2.6" lazy_static = "1.4.0" -insta = "1.36.1" +insta = "1.38.0" itertools = "0.12.1" proptest = "1.4.0" once_cell = "1.18.0" rand = "0.8.5" -regex = "1.10.3" +regex = "1.10.4" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } tower = { version = "0.4.13", features = ["util"] } futures = "0.3.30" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 343da462..88a99c2d 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -95,7 +95,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } structopt = "0.3.26" hex = "0.4.3" -serde_json = "1.0.113" +serde_json = "1.0.115" tracing-error = "0.2.0" tracing-subscriber = "0.3.18" thiserror = "1.0.58" @@ -111,20 +111,20 @@ zebra-rpc = { path = "../zebra-rpc", version = "1.0.0-beta.36", optional = true itertools = { version = "0.12.1", optional = true } # These crates are needed for the search-issue-refs binary -regex = { version = "1.10.3", optional = true } +regex = { version = "1.10.4", optional = true } # Avoid default openssl dependency to reduce the dependency tree and security alerts. reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"], optional = true } # These crates are needed for the zebra-checkpoints and search-issue-refs binaries -tokio = { version = "1.36.0", features = ["full"], optional = true } +tokio = { version = "1.37.0", features = ["full"], optional = true } -jsonrpc = { version = "0.17.0", optional = true } +jsonrpc = { version = "0.18.0", optional = true } zcash_primitives = { version = "0.13.0-rc.1", optional = true } zcash_client_backend = {version = "0.10.0-rc.1", optional = true} # For the openapi generator -syn = { version = "2.0.53", features = ["full"], optional = true } -quote = { version = "1.0.35", optional = true } -serde_yaml = { version = "0.9.33", optional = true } +syn = { version = "2.0.58", features = ["full"], optional = true } +quote = { version = "1.0.36", optional = true } +serde_yaml = { version = "0.9.34+deprecated", optional = true } serde = { version = "1.0.196", features = ["serde_derive"], optional = true } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 17114cb3..f9ee5540 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -172,19 +172,19 @@ zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.4", optional = tru zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.36", optional = true } abscissa_core = "0.7.0" -clap = { version = "4.5.3", features = ["cargo"] } +clap = { version = "4.5.4", features = ["cargo"] } chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" -indexmap = "2.2.5" +indexmap = "2.2.6" lazy_static = "1.4.0" semver = "1.0.22" serde = { version = "1.0.196", features = ["serde_derive"] } toml = "0.8.11" futures = "0.3.30" -rayon = "1.9.0" -tokio = { version = "1.36.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } -tokio-stream = { version = "0.1.14", features = ["time"] } +rayon = "1.10.0" +tokio = { version = "1.37.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } +tokio-stream = { version = "0.1.15", features = ["time"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } pin-project = "1.1.5" @@ -257,21 +257,21 @@ hex = "0.4.3" hex-literal = "0.4.1" jsonrpc-core = "18.0.0" once_cell = "1.18.0" -regex = "1.10.3" -insta = { version = "1.36.1", features = ["json"] } +regex = "1.10.4" +insta = { version = "1.38.0", features = ["json"] } # zebra-rpc needs the preserve_order feature, it also makes test results more stable -serde_json = { version = "1.0.113", features = ["preserve_order"] } +serde_json = { version = "1.0.115", features = ["preserve_order"] } tempfile = "3.10.1" hyper = { version = "0.14.28", features = ["http1", "http2", "server"]} tracing-test = { version = "0.2.4", features = ["no-env-filter"] } -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } -tokio-stream = "0.1.14" +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } +tokio-stream = "0.1.15" # test feature lightwalletd-grpc-tests -prost = "0.12.2" +prost = "0.12.4" tonic = "0.11.0" proptest = "1.4.0"