diff --git a/Cargo.lock b/Cargo.lock index 95de4bcf116..6c6af658b54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.5.1", + "clap 4.5.4", "color-eyre", "fs-err", "once_cell", @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.7" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" +checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if 1.0.0", "getrandom 0.2.12", @@ -281,9 +281,9 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", - "http-body", - "hyper", + "http 0.2.11", + "http-body 0.4.6", + "hyper 0.14.28", "itoa", "matchit", "memchr", @@ -307,8 +307,8 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", - "http-body", + "http 0.2.11", + "http-body 0.4.6", "mime", "rustversion", "tower-layer", @@ -348,6 +348,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + [[package]] name = "base64ct" version = "1.0.1" @@ -396,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", @@ -450,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" @@ -460,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", ] @@ -531,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", @@ -575,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" @@ -645,11 +651,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.86" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730" +checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd" dependencies = [ + "jobserver", "libc", + "once_cell", ] [[package]] @@ -699,9 +707,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", @@ -776,9 +784,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.1" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -786,9 +794,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", @@ -798,11 +806,11 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.0" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.50", @@ -826,9 +834,9 @@ dependencies = [ [[package]] name = "color-eyre" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204" +checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" dependencies = [ "backtrace", "color-spantrace", @@ -963,7 +971,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.5.1", + "clap 4.5.4", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -1071,9 +1079,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.107" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe98ba1789d56fb3db3bee5e032774d4f421b685de7ba703643584ba24effbe" +checksum = "048948e14bc2c2652ec606c8e3bb913407f0187288fb351a0b2d972beaf12070" dependencies = [ "cc", "cxxbridge-flags", @@ -1095,15 +1103,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.107" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20888d9e1d2298e2ff473cee30efe7d5036e437857ab68bbfea84c74dba91da2" +checksum = "af40b0467c68d3d9fb7550ef984edc8ad47252f703ef0f1f2d1052e0e4af8793" [[package]] name = "cxxbridge-macro" -version = "1.0.107" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fa16a70dd58129e4dfffdff535fb1bce66673f7bbeec4a5a1765a504e1ccd84" +checksum = "7743446286141c9f6d4497c493c01234eb848e14d2e20866ae9811eae0630cb9" dependencies = [ "proc-macro2", "quote", @@ -1253,6 +1261,15 @@ dependencies = [ "syn 2.0.50", ] +[[package]] +name = "document-features" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95" +dependencies = [ + "litrs", +] + [[package]] name = "dyn-clone" version = "1.0.16" @@ -1407,9 +1424,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", @@ -1625,7 +1642,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", @@ -1674,11 +1691,30 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", - "indexmap 2.2.3", + "http 0.2.11", + "indexmap 2.2.6", "slab", "tokio", - "tokio-util 0.7.10", + "tokio-util 0.7.11", + "tracing", +] + +[[package]] +name = "h2" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http 1.1.0", + "indexmap 2.2.6", + "slab", + "tokio", + "tokio-util 0.7.11", "tracing", ] @@ -1770,7 +1806,7 @@ dependencies = [ "lazy_static", "rand_core 0.6.4", "ring 0.16.20", - "secp256k1", + "secp256k1 0.26.0", "thiserror", ] @@ -1789,6 +1825,12 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + [[package]] name = "hermit-abi" version = "0.1.19" @@ -1870,6 +1912,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.6" @@ -1877,7 +1930,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", + "http 0.2.11", + "pin-project-lite", +] + +[[package]] +name = "http-body" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" +dependencies = [ + "bytes", + "http 1.1.0", +] + +[[package]] +name = "http-body-util" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" +dependencies = [ + "bytes", + "futures-core", + "http 1.1.0", + "http-body 1.0.0", "pin-project-lite", ] @@ -1919,9 +1995,9 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", - "http", - "http-body", + "h2 0.3.24", + "http 0.2.11", + "http-body 0.4.6", "httparse", "httpdate", "itoa", @@ -1933,6 +2009,27 @@ dependencies = [ "want", ] +[[package]] +name = "hyper" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.4", + "http 1.1.0", + "http-body 1.0.0", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", +] + [[package]] name = "hyper-rustls" version = "0.24.2" @@ -1940,8 +2037,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", - "hyper", + "http 0.2.11", + "hyper 0.14.28", "rustls", "tokio", "tokio-rustls", @@ -1953,12 +2050,32 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper", + "hyper 0.14.28", "pin-project-lite", "tokio", "tokio-io-timeout", ] +[[package]] +name = "hyper-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http 1.1.0", + "http-body 1.0.0", + "hyper 1.3.1", + "pin-project-lite", + "socket2", + "tokio", + "tower", + "tower-service", + "tracing", +] + [[package]] name = "iana-time-zone" version = "0.1.60" @@ -2020,9 +2137,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", ] @@ -2046,9 +2163,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.3" +version = "2.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" +checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -2096,9 +2213,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.35.1" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" +checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" dependencies = [ "console", "lazy_static", @@ -2108,7 +2225,6 @@ dependencies = [ "ron", "serde", "similar", - "yaml-rust", ] [[package]] @@ -2170,6 +2286,15 @@ version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" +[[package]] +name = "jobserver" +version = "0.1.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" +dependencies = [ + "libc", +] + [[package]] name = "js-sys" version = "0.3.68" @@ -2181,9 +2306,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", @@ -2224,7 +2349,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff" dependencies = [ "futures", - "hyper", + "hyper 0.14.28", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -2329,7 +2454,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", ] @@ -2382,6 +2507,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" @@ -2394,9 +2525,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lz4-sys" @@ -2467,9 +2598,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.22.1" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd71d9db2e4287c3407fa04378b8c2ee570aebe0854431562cdd89ca091854f4" +checksum = "2be3cbd384d4e955b231c895ce10685e3d8260c5ccffae898c96c723b0772835" dependencies = [ "ahash", "portable-atomic", @@ -2477,19 +2608,22 @@ dependencies = [ [[package]] name = "metrics-exporter-prometheus" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf4e7146e30ad172c42c39b3246864bd2d3c6396780711a1baf749cfe423e21" +checksum = "5d58e362dc7206e9456ddbcdbd53c71ba441020e62104703075a69151e38d85f" dependencies = [ - "base64 0.21.7", - "hyper", - "indexmap 2.2.3", + "base64 0.22.1", + "http-body-util", + "hyper 1.3.1", + "hyper-util", + "indexmap 2.2.6", "ipnet", - "metrics 0.22.1", + "metrics 0.22.3", "metrics-util", "quanta", "thiserror", "tokio", + "tracing", ] [[package]] @@ -2512,7 +2646,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.14.3", - "metrics 0.22.1", + "metrics 0.22.3", "num_cpus", "quanta", "sketches-ddsketch", @@ -2714,9 +2848,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orchard" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d31e68534df32024dcc89a8390ec6d7bef65edd87d91b45cfb481a2eb2d77c5" +checksum = "1fb255c3ffdccd3c84fe9ebed72aef64fdc72e6a3e4180dd411002d47abaad42" dependencies = [ "aes", "bitvec", @@ -2738,6 +2872,38 @@ dependencies = [ "subtle", "tracing", "zcash_note_encryption", + "zcash_spec", + "zip32", +] + +[[package]] +name = "orchard" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0462569fc8b0d1b158e4d640571867a4e4319225ebee2ab6647e60c70af19ae3" +dependencies = [ + "aes", + "bitvec", + "blake2b_simd", + "ff", + "fpe", + "group", + "halo2_gadgets", + "halo2_proofs", + "hex", + "incrementalmerkletree", + "lazy_static", + "memuse", + "nonempty", + "pasta_curves", + "rand 0.8.5", + "reddsa", + "serde", + "subtle", + "tracing", + "zcash_note_encryption", + "zcash_spec", + "zip32", ] [[package]] @@ -2956,23 +3122,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.2.3", + "indexmap 2.2.6", ] [[package]] name = "pin-project" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" +checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" +checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", @@ -3082,9 +3248,9 @@ dependencies = [ [[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", @@ -3150,7 +3316,7 @@ checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.4.2", + "bitflags 2.5.0", "lazy_static", "num-traits", "rand 0.8.5", @@ -3175,9 +3341,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", @@ -3207,12 +3373,12 @@ dependencies = [ [[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.50", @@ -3381,14 +3547,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.8.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", @@ -3466,9 +3632,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", @@ -3510,9 +3676,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.24" +version = "0.11.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ "async-compression", "base64 0.21.7", @@ -3520,10 +3686,10 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2", - "http", - "http-body", - "hyper", + "h2 0.3.24", + "http 0.2.11", + "http-body 0.4.6", + "hyper 0.14.28", "hyper-rustls", "ipnet", "js-sys", @@ -3541,7 +3707,7 @@ dependencies = [ "system-configuration", "tokio", "tokio-rustls", - "tokio-util 0.7.10", + "tokio-util 0.7.11", "tower-service", "url", "wasm-bindgen", @@ -3671,7 +3837,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", @@ -3742,6 +3908,38 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sapling-crypto" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02f4270033afcb0c74c5c7d59c73cfd1040367f67f224fe7ed9a919ae618f1b7" +dependencies = [ + "aes", + "bellman", + "bitvec", + "blake2b_simd", + "blake2s_simd", + "bls12_381", + "byteorder", + "document-features", + "ff", + "fpe", + "group", + "hex", + "incrementalmerkletree", + "jubjub", + "lazy_static", + "memuse", + "rand 0.8.5", + "rand_core 0.6.4", + "redjubjub", + "subtle", + "tracing", + "zcash_note_encryption", + "zcash_spec", + "zip32", +] + [[package]] name = "scopeguard" version = "1.2.0" @@ -3764,7 +3962,16 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4124a35fe33ae14259c490fd70fa199a32b9ce9502f2ee6bc4f81ec06fa65894" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.8.1", +] + +[[package]] +name = "secp256k1" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3" +dependencies = [ + "secp256k1-sys 0.10.0", "serde", ] @@ -3777,6 +3984,15 @@ dependencies = [ "cc", ] +[[package]] +name = "secp256k1-sys" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1433bd67156263443f14d603720b082dd3121779323fce20cba2aa07b874bc1b" +dependencies = [ + "cc", +] + [[package]] name = "secrecy" version = "0.8.0" @@ -3899,9 +4115,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.197" +version = "1.0.200" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" +checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f" dependencies = [ "serde_derive", ] @@ -3917,9 +4133,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.197" +version = "1.0.200" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" +checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb" dependencies = [ "proc-macro2", "quote", @@ -3928,11 +4144,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.6", "itoa", "ryu", "serde", @@ -3971,19 +4187,19 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.6.1" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270" +checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.3", + "indexmap 2.2.6", "serde", "serde_derive", "serde_json", - "serde_with_macros 3.6.1", + "serde_with_macros 3.8.1", "time", ] @@ -4001,9 +4217,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.6.1" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "865f9743393e638991566a8b7a479043c2c8da94a33e0a31f18214c9cae0a64d" +checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" dependencies = [ "darling 0.20.6", "proc-macro2", @@ -4033,11 +4249,11 @@ dependencies = [ [[package]] name = "shardtree" -version = "0.1.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19f96dde3a8693874f7e7c53d95616569b4009379a903789efbd448f4ea9cc7" +checksum = "3b3cdd24424ce0b381646737fedddc33c4dcf7dcd2d545056b53f7982097bef5" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "either", "incrementalmerkletree", "tracing", @@ -4280,9 +4496,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if 1.0.0", "fastrand", @@ -4310,18 +4526,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.57" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" +checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.57" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" +checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" dependencies = [ "proc-macro2", "quote", @@ -4330,11 +4546,11 @@ dependencies = [ [[package]] name = "thread-priority" -version = "0.15.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b72cb4958060ee2d9540cef68bb3871fd1e547037772c7fe7650d5d1cbec53b3" +checksum = "0d3b04d33c9633b8662b167b847c7ab521f83d1ae20f2321b65b5b925e532e36" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.5.0", "cfg-if 1.0.0", "libc", "log", @@ -4412,9 +4628,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", @@ -4463,21 +4679,21 @@ 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", "tokio", - "tokio-util 0.7.10", + "tokio-util 0.7.11", ] [[package]] name = "tokio-test" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" +checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" dependencies = [ "async-stream", "bytes", @@ -4502,16 +4718,15 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ "bytes", "futures-core", "futures-sink", "pin-project-lite", "tokio", - "tracing", ] [[package]] @@ -4525,14 +4740,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.10" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" +checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.6", + "toml_edit 0.22.12", ] [[package]] @@ -4550,18 +4765,18 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.6", "toml_datetime", "winnow 0.5.40", ] [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", @@ -4579,10 +4794,10 @@ dependencies = [ "axum", "base64 0.21.7", "bytes", - "h2", - "http", - "http-body", - "hyper", + "h2 0.3.24", + "http 0.2.11", + "http-body 0.4.6", + "hyper 0.14.28", "hyper-timeout", "percent-encoding", "pin-project", @@ -4606,10 +4821,10 @@ dependencies = [ "axum", "base64 0.21.7", "bytes", - "h2", - "http", - "http-body", - "hyper", + "h2 0.3.24", + "http 0.2.11", + "http-body 0.4.6", + "hyper 0.14.28", "hyper-timeout", "percent-encoding", "pin-project", @@ -4676,7 +4891,7 @@ dependencies = [ "rand 0.8.5", "slab", "tokio", - "tokio-util 0.7.10", + "tokio-util 0.7.11", "tower-layer", "tower-service", "tracing", @@ -4696,7 +4911,7 @@ dependencies = [ "tinyvec", "tokio", "tokio-test", - "tokio-util 0.7.10", + "tokio-util 0.7.11", "tower", "tower-fallback", "tower-test", @@ -5507,47 +5722,42 @@ 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]] name = "zcash_client_backend" -version = "0.10.0-rc.4" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc33f71747a93d509f7e1c047961e359a271bdf4869cc07f7f65ee1ba7df8c2" +checksum = "0364e69c446fcf96a1f73f342c6c3fa697ea65ae7eeeae7d76ca847b9c442e40" dependencies = [ "base64 0.21.7", "bech32", "bls12_381", "bs58", "crossbeam-channel", + "document-features", "group", "hex", "incrementalmerkletree", "memuse", "nom", - "orchard", + "nonempty", "percent-encoding", "prost", + "rand_core 0.6.4", "rayon", + "sapling-crypto", "secrecy", "shardtree", "subtle", @@ -5557,8 +5767,11 @@ dependencies = [ "which", "zcash_address", "zcash_encoding", + "zcash_keys", "zcash_note_encryption", - "zcash_primitives", + "zcash_primitives 0.15.0", + "zcash_protocol", + "zip32", ] [[package]] @@ -5573,15 +5786,41 @@ 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", "primitive-types", ] +[[package]] +name = "zcash_keys" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "663489ffb4e51bc4436ff8796832612a9ff3c6516f1c620b5a840cb5dcd7b866" +dependencies = [ + "bech32", + "blake2b_simd", + "bls12_381", + "bs58", + "document-features", + "group", + "memuse", + "nonempty", + "rand_core 0.6.4", + "sapling-crypto", + "secrecy", + "subtle", + "tracing", + "zcash_address", + "zcash_encoding", + "zcash_primitives 0.15.0", + "zcash_protocol", + "zip32", +] + [[package]] name = "zcash_note_encryption" version = "0.4.0" @@ -5597,17 +5836,15 @@ dependencies = [ [[package]] name = "zcash_primitives" -version = "0.13.0-rc.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc4391d9325e0a51a7cbff02b5c4b5472d66087bd9c903ddb12dea7ec22f3e0" +checksum = "9070e084570bb78aed4f8d71fd6254492e62c87a5d01e084183980e98117092d" dependencies = [ "aes", "bip0039", - "bitvec", "blake2b_simd", - "blake2s_simd", - "bls12_381", "byteorder", + "document-features", "equihash", "ff", "fpe", @@ -5616,30 +5853,74 @@ dependencies = [ "hex", "incrementalmerkletree", "jubjub", - "lazy_static", "memuse", "nonempty", - "orchard", + "orchard 0.7.1", "rand 0.8.5", "rand_core 0.6.4", + "redjubjub", "ripemd", - "secp256k1", + "sapling-crypto", + "secp256k1 0.26.0", "sha2", "subtle", + "tracing", "zcash_address", "zcash_encoding", "zcash_note_encryption", + "zcash_spec", + "zip32", +] + +[[package]] +name = "zcash_primitives" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5a8d812efec385ecbcefc862c0005bb1336474ea7dd9b671d5bbddaadd04be2" +dependencies = [ + "aes", + "bip0039", + "blake2b_simd", + "byteorder", + "document-features", + "equihash", + "ff", + "fpe", + "group", + "hdwallet", + "hex", + "incrementalmerkletree", + "jubjub", + "memuse", + "nonempty", + "orchard 0.8.0", + "rand 0.8.5", + "rand_core 0.6.4", + "redjubjub", + "ripemd", + "sapling-crypto", + "secp256k1 0.26.0", + "sha2", + "subtle", + "tracing", + "zcash_address", + "zcash_encoding", + "zcash_note_encryption", + "zcash_protocol", + "zcash_spec", + "zip32", ] [[package]] name = "zcash_proofs" -version = "0.13.0-rc.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48f22eff3bdc382327ef28f809024ddc89ec6d903ba71be629b2cbea34afdda2" +checksum = "b8a02eb1f151d9b9a6e16408d2c55ff440bd2fb232b7377277146d0fa2df9bc8" dependencies = [ "bellman", "blake2b_simd", "bls12_381", + "document-features", "group", "home", "jubjub", @@ -5647,16 +5928,27 @@ dependencies = [ "lazy_static", "rand_core 0.6.4", "redjubjub", + "sapling-crypto", "tracing", "xdg", - "zcash_primitives", + "zcash_primitives 0.14.0", +] + +[[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" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8deff8ea47cbe2a008abefedc1a2d9c0e48a87844379759ace270a0b53353c71" +checksum = "3febfe5f2abdab3597d17c8f71cc0071902d82f8433aa329abe52461eabaa9c4" dependencies = [ "bellman", "bindgen", @@ -5675,25 +5967,36 @@ dependencies = [ "libc", "memuse", "metrics 0.21.1", - "orchard", + "orchard 0.7.1", "rand 0.8.5", "rand_core 0.6.4", "rayon", + "redjubjub", + "sapling-crypto", "subtle", "syn 1.0.109", "tracing", "zcash_address", "zcash_encoding", "zcash_note_encryption", - "zcash_primitives", + "zcash_primitives 0.14.0", "zcash_proofs", ] +[[package]] +name = "zcash_spec" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7a3bf58b673cb3dacd8ae09ba345998923a197ab0da70d6239d8e8838949e9b" +dependencies = [ + "blake2b_simd", +] + [[package]] name = "zebra-chain" version = "1.0.0-beta.35" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "bitflags-serde-legacy", "bitvec", "blake2b_simd", @@ -5717,7 +6020,7 @@ dependencies = [ "jubjub", "lazy_static", "num-integer", - "orchard", + "orchard 0.8.0", "primitive-types", "proptest", "proptest-derive", @@ -5728,11 +6031,11 @@ dependencies = [ "reddsa", "redjubjub", "ripemd", - "secp256k1", + "secp256k1 0.29.0", "serde", "serde-big-array", "serde_json", - "serde_with 3.6.1", + "serde_with 3.8.1", "sha2", "spandoc", "static_assertions", @@ -5747,7 +6050,7 @@ dependencies = [ "zcash_encoding", "zcash_history", "zcash_note_encryption", - "zcash_primitives", + "zcash_primitives 0.15.0", "zebra-test", ] @@ -5768,10 +6071,10 @@ dependencies = [ "howudoin", "jubjub", "lazy_static", - "metrics 0.22.1", + "metrics 0.22.3", "num-integer", "once_cell", - "orchard", + "orchard 0.8.0", "proptest", "proptest-derive", "rand 0.8.5", @@ -5812,7 +6115,7 @@ dependencies = [ "tonic-build 0.11.0", "tonic-reflection", "tower", - "zcash_primitives", + "zcash_primitives 0.15.0", "zebra-chain", "zebra-node-services", "zebra-state", @@ -5823,7 +6126,7 @@ dependencies = [ name = "zebra-network" version = "1.0.0-beta.35" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "byteorder", "bytes", "chrono", @@ -5832,10 +6135,10 @@ dependencies = [ "hex", "howudoin", "humantime-serde", - "indexmap 2.2.3", + "indexmap 2.2.6", "itertools 0.12.1", "lazy_static", - "metrics 0.22.1", + "metrics 0.22.3", "num-integer", "ordered-map", "pin-project", @@ -5850,8 +6153,8 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "tokio-util 0.7.10", - "toml 0.8.10", + "tokio-util 0.7.11", + "toml 0.8.12", "tower", "tracing", "tracing-error", @@ -5880,8 +6183,8 @@ dependencies = [ "chrono", "futures", "hex", - "hyper", - "indexmap 2.2.3", + "hyper 1.3.1", + "indexmap 2.2.6", "insta", "jsonrpc-core", "jsonrpc-derive", @@ -5914,7 +6217,7 @@ dependencies = [ "ff", "futures", "group", - "indexmap 2.2.3", + "indexmap 2.2.6", "insta", "itertools 0.12.1", "jubjub", @@ -5928,7 +6231,7 @@ dependencies = [ "tracing", "zcash_client_backend", "zcash_note_encryption", - "zcash_primitives", + "zcash_primitives 0.15.0", "zebra-chain", "zebra-grpc", "zebra-node-services", @@ -5964,12 +6267,12 @@ dependencies = [ "hex-literal", "howudoin", "humantime-serde", - "indexmap 2.2.3", + "indexmap 2.2.6", "insta", "itertools 0.12.1", "jubjub", "lazy_static", - "metrics 0.22.1", + "metrics 0.22.3", "mset", "once_cell", "proptest", @@ -6001,7 +6304,7 @@ dependencies = [ "futures", "hex", "humantime", - "indexmap 2.2.3", + "indexmap 2.2.6", "insta", "itertools 0.12.1", "lazy_static", @@ -6039,7 +6342,7 @@ dependencies = [ "tracing-error", "tracing-subscriber", "zcash_client_backend", - "zcash_primitives", + "zcash_primitives 0.15.0", "zebra-chain", "zebra-node-services", "zebra-rpc", @@ -6053,7 +6356,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.5.1", + "clap 4.5.4", "color-eyre", "console-subscriber", "dirs", @@ -6062,15 +6365,15 @@ dependencies = [ "hex-literal", "howudoin", "humantime-serde", - "hyper", - "indexmap 2.2.3", + "hyper 1.3.1", + "indexmap 2.2.6", "indicatif", "inferno", "insta", "jsonrpc-core", "lazy_static", "log", - "metrics 0.22.1", + "metrics 0.22.3", "metrics-exporter-prometheus", "num-integer", "once_cell", @@ -6091,7 +6394,7 @@ dependencies = [ "tinyvec", "tokio", "tokio-stream", - "toml 0.8.10", + "toml 0.8.12", "tonic 0.11.0", "tonic-build 0.11.0", "tower", @@ -6155,3 +6458,14 @@ dependencies = [ "quote", "syn 2.0.50", ] + +[[package]] +name = "zip32" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4226d0aee9c9407c27064dfeec9d7b281c917de3374e1e5a2e2cfad9e09de19e" +dependencies = [ + "blake2b_simd", + "memuse", + "subtle", +] diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index fb676a5bad9..3534ffbaa16 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -24,16 +24,16 @@ categories = ["algorithms", "asynchronous"] [dependencies] futures = "0.3.30" futures-core = "0.3.28" -pin-project = "1.1.4" -rayon = "1.8.1" -tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "macros"] } -tokio-util = "0.7.10" +pin-project = "1.1.5" +rayon = "1.10.0" +tokio = { version = "1.37.0", features = ["time", "sync", "tracing", "macros"] } +tokio-util = "0.7.11" tower = { version = "0.4.13", features = ["util", "buffer"] } tracing = "0.1.39" tracing-futures = "0.2.5" [dev-dependencies] -color-eyre = "0.6.2" +color-eyre = "0.6.3" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } @@ -41,8 +41,8 @@ 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-test = "0.4.3" +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.11" } tower-test = "0.4.0" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index cfefb8337ac..230dabd5bb4 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -16,12 +16,12 @@ keywords = ["tower", "batch"] categories = ["algorithms", "asynchronous"] [dependencies] -pin-project = "1.1.4" +pin-project = "1.1.5" tower = "0.4.13" 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.35" } diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 3e714ccd63b..bd05d3127b5 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -65,12 +65,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 @@ -79,47 +79,47 @@ 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 -secp256k1 = { version = "0.26.0", features = ["serde"] } +secp256k1 = { version = "0.29.0", features = ["serde"] } sha2 = { version = "0.10.7", features = ["compress"] } uint = "0.9.5" x25519-dalek = { version = "2.0.1", features = ["serde"] } # ECC deps halo2 = { package = "halo2_proofs", version = "0.3.0" } -orchard = "0.6.0" +orchard = "0.8.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"] } +zcash_primitives = { version = "0.15.0", features = ["transparent-inputs"] } # Time -chrono = { version = "0.4.34", default-features = false, features = ["clock", "std", "serde"] } +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "serde"] } humantime = "2.1.0" # Error Handling & Formatting displaydoc = "0.2.4" static_assertions = "1.1.0" -thiserror = "1.0.57" +thiserror = "1.0.59" tracing = "0.1.39" # Serialization hex = { version = "0.4.3", features = ["serde"] } -serde = { version = "1.0.196", features = ["serde_derive", "rc"] } -serde_with = "3.6.1" +serde = { version = "1.0.200", features = ["serde_derive", "rc"] } +serde_with = "3.8.1" serde-big-array = "0.5.1" # Processing futures = "0.3.30" itertools = "0.12.1" -rayon = "1.8.1" +rayon = "1.10.0" # ZF deps ed25519-zebra = "4.0.3" @@ -127,16 +127,16 @@ 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.116", 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 } # Production feature getblocktemplate-rpcs -zcash_address = { version = "0.3.1", optional = true } +zcash_address = { version = "0.3.2", optional = true } # Experimental feature shielded-scan -zcash_client_backend = { version = "0.10.0-rc.1", optional = true } +zcash_client_backend = { version = "0.12.1", optional = true } # Optional testing dependencies proptest = { version = "1.4.0", optional = true } @@ -152,7 +152,7 @@ zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.35", optional = tr criterion = { version = "0.5.1", features = ["html_reports"] } # Error Handling & Formatting -color-eyre = "0.6.2" +color-eyre = "0.6.3" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } @@ -166,7 +166,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.35" } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index a98c83b2c81..fa3dd0f3f84 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -41,26 +41,26 @@ bls12_381 = "0.8.0" halo2 = { package = "halo2_proofs", version = "0.3.0" } jubjub = "0.10.0" rand = "0.8.5" -rayon = "1.8.1" +rayon = "1.10.0" -chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] } displaydoc = "0.2.4" lazy_static = "1.4.0" once_cell = "1.18.0" -serde = { version = "1.0.196", features = ["serde_derive"] } +serde = { version = "1.0.200", features = ["serde_derive"] } futures = "0.3.30" futures-util = "0.3.28" -metrics = "0.22.1" -thiserror = "1.0.57" -tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } +metrics = "0.22.3" +thiserror = "1.0.59" +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" -orchard = "0.6.0" +orchard = "0.8.0" -zcash_proofs = { version = "0.13.0-rc.1", features = ["multicore" ] } +zcash_proofs = { version = "0.14.0", features = ["multicore" ] } wagyu-zcash-parameters = "0.2.0" tower-fallback = { path = "../tower-fallback/", version = "0.2.41-beta.11" } @@ -79,7 +79,7 @@ proptest = { version = "1.4.0", optional = true } proptest-derive = { version = "0.4.0", optional = true } [dev-dependencies] -color-eyre = "0.6.2" +color-eyre = "0.6.3" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } @@ -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 5d363deae80..be4217718d2 100644 --- a/zebra-grpc/Cargo.toml +++ b/zebra-grpc/Cargo.toml @@ -19,14 +19,14 @@ categories = ["cryptography::cryptocurrencies"] futures-util = "0.3.28" tonic = "0.11.0" tonic-reflection = "0.11.0" -prost = "0.12.3" -serde = { version = "1.0.196", features = ["serde_derive"] } -tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } -tokio-stream = "0.1.14" +prost = "0.12.4" +serde = { version = "1.0.200", features = ["serde_derive"] } +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.2" +color-eyre = "0.6.3" -zcash_primitives = { version = "0.13.0-rc.1" } +zcash_primitives = { version = "0.15.0" } zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.35", features = ["shielded-scan"] } zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.35" } @@ -35,7 +35,7 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.35" } tonic-build = "0.11.0" [dev-dependencies] -insta = { version = "1.33.0", 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 25ed36b0908..12d9a36bd4f 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -40,33 +40,33 @@ 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" -chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } +bytes = "1.6.0" +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] } dirs = "5.0.1" hex = "0.4.3" humantime-serde = "1.1.1" -indexmap = { version = "2.2.3", 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.4" +pin-project = "1.1.5" rand = "0.8.5" -rayon = "1.8.1" -regex = "1.10.3" -serde = { version = "1.0.196", features = ["serde_derive"] } -tempfile = "3.10.0" -thiserror = "1.0.57" +rayon = "1.10.0" +regex = "1.10.4" +serde = { version = "1.0.200", features = ["serde_derive"] } +tempfile = "3.10.1" +thiserror = "1.0.59" 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-util = { version = "0.7.10", features = ["codec"] } +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.11", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } -metrics = "0.22.1" +metrics = "0.22.3" tracing-futures = "0.2.5" tracing-error = { version = "0.2.0", features = ["traced-error"] } tracing = "0.1.39" @@ -90,8 +90,8 @@ proptest = "1.4.0" proptest-derive = "0.4.0" static_assertions = "1.1.0" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } -toml = "0.8.10" +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } +toml = "0.8.12" 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 9c820224a3b..3a7e337d44a 100644 --- a/zebra-node-services/Cargo.toml +++ b/zebra-node-services/Cargo.toml @@ -42,18 +42,18 @@ zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.35" } # Optional dependencies # Tool and test feature rpc-client -color-eyre = { version = "0.6.2", optional = true } +color-eyre = { version = "0.6.3", optional = true } jsonrpc-core = { version = "18.0.0", optional = true } # Security: avoid default dependency on openssl -reqwest = { version = "0.11.24", 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 } +reqwest = { version = "0.11.27", default-features = false, features = ["rustls-tls"], optional = true } +serde = { version = "1.0.200", optional = true } +serde_json = { version = "1.0.116", optional = true } +tokio = { version = "1.37.0", features = ["time"], optional = true } [dev-dependencies] -color-eyre = "0.6.2" +color-eyre = "0.6.3" jsonrpc-core = "18.0.0" -reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"] } -serde = "1.0.196" -serde_json = "1.0.113" +reqwest = { version = "0.11.27", default-features = false, features = ["rustls-tls"] } +serde = "1.0.200" +serde_json = "1.0.116" diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 529a3742074..4f5ba1d2e1a 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -42,32 +42,32 @@ proptest-impl = [ ] [dependencies] -chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] } futures = "0.3.30" # lightwalletd sends JSON-RPC requests over HTTP 1.1 -hyper = { version = "0.14.28", features = ["http1", "server"] } +hyper = { version = "1.3.1", features = ["http1", "server"] } jsonrpc-core = "18.0.0" 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.3", features = ["serde"] } +serde_json = { version = "1.0.116", 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" hex = { version = "0.4.3", features = ["serde"] } -serde = { version = "1.0.196", features = ["serde_derive"] } +serde = { version = "1.0.200", 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.35" } zebra-state = { path = "../zebra-state", version = "1.0.0-beta.35" } [dev-dependencies] -insta = { version = "1.33.0", features = ["redactions", "json", "ron"] } +insta = { version = "1.38.0", features = ["redactions", "json", "ron"] } proptest = "1.4.0" -thiserror = "1.0.57" -tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } +thiserror = "1.0.59" +tokio = { version = "1.37.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35", features = ["proptest-impl"] } zebra-consensus = { path = "../zebra-consensus", version = "1.0.0-beta.35", features = ["proptest-impl"] } diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index f4955153011..db04c9bcbff 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -41,25 +41,25 @@ proptest-impl = [ [dependencies] -color-eyre = "0.6.2" -indexmap = { version = "2.2.3", features = ["serde"] } +color-eyre = "0.6.3" +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"] } +serde = { version = "1.0.200", features = ["serde_derive"] } +tokio = { version = "1.37.0", features = ["time"] } tower = "0.4.13" tracing = "0.1.39" futures = "0.3.30" -zcash_client_backend = "0.10.0-rc.1" -zcash_primitives = "0.13.0-rc.1" +zcash_client_backend = "0.12.1" +zcash_primitives = "0.15.0" zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35", features = ["shielded-scan"] } zebra-state = { path = "../zebra-state", version = "1.0.0-beta.35", features = ["shielded-scan"] } zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.35", features = ["shielded-scan"] } zebra-grpc = { path = "../zebra-grpc", version = "0.1.0-alpha.2" } -chrono = { version = "0.4.34", default-features = false, features = ["clock", "std", "serde"] } +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "serde"] } # test feature proptest-impl proptest = { version = "1.4.0", optional = true } @@ -75,8 +75,8 @@ zcash_note_encryption = { version = "0.4.0", optional = true } zebra-test = { path = "../zebra-test", version = "1.0.0-beta.35", optional = true } [dev-dependencies] -insta = { version = "1.33.0", 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-script/Cargo.toml b/zebra-script/Cargo.toml index 924dfdc5f9f..f1a39241470 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -15,11 +15,11 @@ keywords = ["zebra", "zcash"] categories = ["api-bindings", "cryptography::cryptocurrencies"] [dependencies] -zcash_script = "0.1.14" +zcash_script = "0.1.16" zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35" } -thiserror = "1.0.57" +thiserror = "1.0.59" displaydoc = "0.2.4" [dev-dependencies] diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 2853fd77f1b..23f9ebba8c4 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -47,34 +47,34 @@ elasticsearch = [ [dependencies] bincode = "1.3.3" -chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] } dirs = "5.0.1" futures = "0.3.30" hex = "0.4.3" hex-literal = "0.4.1" humantime-serde = "1.1.1" -indexmap = "2.2.3" +indexmap = "2.2.6" itertools = "0.12.1" lazy_static = "1.4.0" -metrics = "0.22.1" +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" -serde = { version = "1.0.196", features = ["serde_derive"] } -tempfile = "3.10.0" -thiserror = "1.0.57" +serde = { version = "1.0.200", features = ["serde_derive"] } +tempfile = "3.10.1" +thiserror = "1.0.59" -rayon = "1.8.1" -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.116", package = "serde_json", optional = true } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35", features = ["async-error"] } @@ -87,7 +87,7 @@ proptest = { version = "1.4.0", optional = true } proptest-derive = { version = "0.4.0", optional = true } [dev-dependencies] -color-eyre = "0.6.2" +color-eyre = "0.6.3" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } @@ -96,7 +96,7 @@ once_cell = "1.18.0" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.33.0", features = ["ron", "redactions"] } +insta = { version = "1.38.0", features = ["ron", "redactions"] } proptest = "1.4.0" proptest-derive = "0.4.0" @@ -105,7 +105,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.35", features = ["proptest-impl"] } zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.35" } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 2d721532682..a69cbb66499 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -16,20 +16,20 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] [dependencies] hex = "0.4.3" -indexmap = "2.2.3" +indexmap = "2.2.6" lazy_static = "1.4.0" -insta = "1.33.0" +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" -color-eyre = "0.6.2" +color-eyre = "0.6.3" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } @@ -37,11 +37,11 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } humantime = "2.1.0" owo-colors = "4.0.0" spandoc = "0.2.2" -thiserror = "1.0.57" +thiserror = "1.0.59" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing-error = "0.2.0" tracing = "0.1.39" [dev-dependencies] -tempfile = "3.10.0" +tempfile = "3.10.1" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 179b7357eb7..93cbc1983bc 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -75,17 +75,17 @@ shielded-scan = [ ] [dependencies] -color-eyre = "0.6.2" +color-eyre = "0.6.3" # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. 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.116" tracing-error = "0.2.0" tracing-subscriber = "0.3.18" -thiserror = "1.0.57" +thiserror = "1.0.59" zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.35" } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35" } @@ -98,14 +98,14 @@ zebra-rpc = { path = "../zebra-rpc", version = "1.0.0-beta.35", 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.24", default-features = false, features = ["rustls-tls"], optional = true } +reqwest = { version = "0.11.27", 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} +zcash_primitives = { version = "0.15.0", optional = true } +zcash_client_backend = {version = "0.12.1", optional = true} diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index b6597d279e6..bf792a6b632 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -172,28 +172,28 @@ zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.4", optional = tru zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.35", optional = true } abscissa_core = "0.7.0" -clap = { version = "4.5.1", features = ["cargo"] } -chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } +clap = { version = "4.5.4", features = ["cargo"] } +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" -indexmap = "2.2.3" +indexmap = "2.2.6" lazy_static = "1.4.0" semver = "1.0.22" -serde = { version = "1.0.196", features = ["serde_derive"] } -toml = "0.8.10" +serde = { version = "1.0.200", features = ["serde_derive"] } +toml = "0.8.12" futures = "0.3.30" -rayon = "1.8.1" -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.4" +pin-project = "1.1.5" -color-eyre = { version = "0.6.2", default-features = false, features = ["issue-url"] } +color-eyre = { version = "0.6.3", default-features = false, features = ["issue-url"] } # This is a transitive dependency via color-eyre. # Enable a feature that makes tinyvec compile much faster. tinyvec = { version = "1.6.0", features = ["rustc_1_55"] } -thiserror = "1.0.57" +thiserror = "1.0.59" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing-appender = "0.2.3" @@ -201,7 +201,7 @@ tracing-error = "0.2.0" tracing-futures = "0.2.5" tracing = "0.1.39" -metrics = "0.22.1" +metrics = "0.22.3" dirs = "5.0.1" atty = "0.2.14" @@ -210,7 +210,7 @@ num-integer = "0.1.46" rand = "0.8.5" # prod feature internal-miner -thread-priority = { version = "0.15.1", optional = true } +thread-priority = { version = "1.1.0", optional = true } # prod feature sentry sentry = { version = "0.32.2", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true } @@ -223,16 +223,16 @@ inferno = { version = "0.11.19", default-features = false, optional = true } tracing-journald = { version = "0.3.0", optional = true } # prod feature filter-reload -hyper = { version = "0.14.28", features = ["http1", "http2", "server"], optional = true } +hyper = { version = "1.3.1", features = ["http1", "http2", "server"], optional = true } # prod feature prometheus -metrics-exporter-prometheus = { version = "0.13.1", default-features = false, features = ["http-listener"], optional = true } +metrics-exporter-prometheus = { version = "0.14.0", default-features = false, features = ["http-listener"], optional = true } # prod feature release_max_level_info # # zebrad uses tracing for logging, # we only use `log` to set and print the static log levels in transitive dependencies -log = "0.4.20" +log = "0.4.21" # prod feature progress-bar howudoin = { version = "0.1.2", features = ["term-line"], optional = true } @@ -257,28 +257,28 @@ 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.33.0", 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"] } -tempfile = "3.10.0" +serde_json = { version = "1.0.116", features = ["preserve_order"] } +tempfile = "3.10.1" -hyper = { version = "0.14.28", features = ["http1", "http2", "server"]} +hyper = { version = "1.3.1", 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" proptest-derive = "0.4.0" # enable span traces and track caller in tests -color-eyre = { version = "0.6.2" } +color-eyre = { version = "0.6.3" } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35", features = ["proptest-impl"] } zebra-consensus = { path = "../zebra-consensus", version = "1.0.0-beta.35", features = ["proptest-impl"] }