From f79fc6aa8eff0db98e8eae53194325188ee96915 Mon Sep 17 00:00:00 2001 From: Marek Date: Thu, 21 Mar 2024 19:23:41 +0100 Subject: [PATCH] Bump prod group (#8370) --- Cargo.lock | 391 +++++++++++++++++++++------------ tower-batch-control/Cargo.toml | 8 +- tower-fallback/Cargo.toml | 2 +- zebra-chain/Cargo.toml | 8 +- zebra-consensus/Cargo.toml | 8 +- zebra-grpc/Cargo.toml | 4 +- zebra-network/Cargo.toml | 14 +- zebra-node-services/Cargo.toml | 8 +- zebra-rpc/Cargo.toml | 6 +- zebra-scan/Cargo.toml | 6 +- zebra-script/Cargo.toml | 2 +- zebra-state/Cargo.toml | 14 +- zebra-test/Cargo.toml | 10 +- zebra-utils/Cargo.toml | 10 +- zebrad/Cargo.toml | 28 +-- 15 files changed, 314 insertions(+), 205 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2108a51e0..f29131028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.5.1", + "clap 4.5.3", "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", @@ -239,7 +239,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -250,7 +250,7 @@ checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -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.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "base64ct" version = "1.0.1" @@ -409,7 +415,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.52", + "syn 2.0.53", "which", ] @@ -776,9 +782,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.1" +version = "4.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" +checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" dependencies = [ "clap_builder", "clap_derive", @@ -786,9 +792,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,14 +804,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.0" +version = "4.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" +checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -826,9 +832,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 +969,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.5.1", + "clap 4.5.3", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -1066,7 +1072,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -1090,7 +1096,7 @@ dependencies = [ "codespan-reporting", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -1107,7 +1113,7 @@ checksum = "2fa16a70dd58129e4dfffdff535fb1bce66673f7bbeec4a5a1765a504e1ccd84" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -1155,7 +1161,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.10.0", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -1177,7 +1183,7 @@ checksum = "c5a91391accf613803c2a9bf9abccdbaa07c54b4244a5b64883f9c3c137c86be" dependencies = [ "darling_core 0.20.6", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -1250,7 +1256,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -1546,7 +1552,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -1674,8 +1680,27 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", - "indexmap 2.2.3", + "http 0.2.11", + "indexmap 2.2.5", + "slab", + "tokio", + "tokio-util 0.7.10", + "tracing", +] + +[[package]] +name = "h2" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51ee2dd2e4f378392eeff5d51618cd9a63166a2513846bbc55f21cfacd9199d4" +dependencies = [ + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http 1.1.0", + "indexmap 2.2.5", "slab", "tokio", "tokio-util 0.7.10", @@ -1789,6 +1814,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 +1901,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 +1919,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 +1984,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 +1998,27 @@ dependencies = [ "want", ] +[[package]] +name = "hyper" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.3", + "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 +2026,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 +2039,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.2.0", + "pin-project-lite", + "socket2", + "tokio", + "tower", + "tower-service", + "tracing", +] + [[package]] name = "iana-time-zone" version = "0.1.60" @@ -2046,9 +2152,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.3" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" +checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -2096,9 +2202,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.35.1" +version = "1.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" +checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" dependencies = [ "console", "lazy_static", @@ -2224,7 +2330,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", @@ -2394,9 +2500,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 +2573,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 +2583,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.0", + "http-body-util", + "hyper 1.2.0", + "hyper-util", + "indexmap 2.2.5", "ipnet", - "metrics 0.22.1", + "metrics 0.22.3", "metrics-util", "quanta", "thiserror", "tokio", + "tracing", ] [[package]] @@ -2500,7 +2609,7 @@ checksum = "38b4faf00617defe497754acde3024865bc143d44a86799b24e191ecff91354f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -2512,7 +2621,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.14.3", - "metrics 0.22.1", + "metrics 0.22.3", "num_cpus", "quanta", "sketches-ddsketch", @@ -2935,7 +3044,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -2956,27 +3065,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.2.3", + "indexmap 2.2.5", ] [[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", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -3077,7 +3186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" dependencies = [ "proc-macro2", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -3200,7 +3309,7 @@ dependencies = [ "prost", "prost-types", "regex", - "syn 2.0.52", + "syn 2.0.53", "tempfile", "which", ] @@ -3215,7 +3324,7 @@ dependencies = [ "itertools 0.11.0", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -3386,9 +3495,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" +checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" dependencies = [ "either", "rayon-core", @@ -3510,9 +3619,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 +3629,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", @@ -3923,7 +4032,7 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -3932,7 +4041,7 @@ version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "itoa", "ryu", "serde", @@ -3971,19 +4080,19 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.6.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270" +checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a" dependencies = [ "base64 0.21.7", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.3", + "indexmap 2.2.5", "serde", "serde_derive", "serde_json", - "serde_with_macros 3.6.1", + "serde_with_macros 3.7.0", "time", ] @@ -4001,23 +4110,23 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.6.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "865f9743393e638991566a8b7a479043c2c8da94a33e0a31f18214c9cae0a64d" +checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655" dependencies = [ "darling 0.20.6", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] name = "serde_yaml" -version = "0.9.32" +version = "0.9.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" +checksum = "a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "itoa", "ryu", "serde", @@ -4237,9 +4346,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.52" +version = "2.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" +checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" dependencies = [ "proc-macro2", "quote", @@ -4293,9 +4402,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", @@ -4323,31 +4432,31 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] name = "thread-priority" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b72cb4958060ee2d9540cef68bb3871fd1e547037772c7fe7650d5d1cbec53b3" +checksum = "a617e9eeeb20448b01a8e2427fb80dfbc9c49d79a1de3b11f25731edbf547e3c" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.2", "cfg-if 1.0.0", "libc", "log", @@ -4461,7 +4570,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -4488,9 +4597,9 @@ dependencies = [ [[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", @@ -4538,14 +4647,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.9", ] [[package]] @@ -4563,18 +4672,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.5", "toml_datetime", "winnow 0.5.40", ] [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "serde", "serde_spanned", "toml_datetime", @@ -4592,10 +4701,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", @@ -4619,10 +4728,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", @@ -4645,7 +4754,7 @@ dependencies = [ "proc-macro2", "prost-build", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -4658,7 +4767,7 @@ dependencies = [ "proc-macro2", "prost-build", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -4788,7 +4897,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -5011,9 +5120,9 @@ dependencies = [ [[package]] name = "unsafe-libyaml" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b" +checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "untrusted" @@ -5226,7 +5335,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", "wasm-bindgen-shared", ] @@ -5260,7 +5369,7 @@ checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -5751,7 +5860,7 @@ dependencies = [ "serde", "serde-big-array", "serde_json", - "serde_with 3.6.1", + "serde_with 3.7.0", "sha2", "spandoc", "static_assertions", @@ -5787,7 +5896,7 @@ dependencies = [ "howudoin", "jubjub", "lazy_static", - "metrics 0.22.1", + "metrics 0.22.3", "num-integer", "once_cell", "orchard", @@ -5851,10 +5960,10 @@ dependencies = [ "hex", "howudoin", "humantime-serde", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools 0.12.1", "lazy_static", - "metrics 0.22.1", + "metrics 0.22.3", "num-integer", "ordered-map", "pin-project", @@ -5870,7 +5979,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util 0.7.10", - "toml 0.8.10", + "toml 0.8.12", "tower", "tracing", "tracing-error", @@ -5899,8 +6008,8 @@ dependencies = [ "chrono", "futures", "hex", - "hyper", - "indexmap 2.2.3", + "hyper 0.14.28", + "indexmap 2.2.5", "insta", "jsonrpc-core", "jsonrpc-derive", @@ -5933,7 +6042,7 @@ dependencies = [ "ff", "futures", "group", - "indexmap 2.2.3", + "indexmap 2.2.5", "insta", "itertools 0.12.1", "jubjub", @@ -5983,12 +6092,12 @@ dependencies = [ "hex-literal", "howudoin", "humantime-serde", - "indexmap 2.2.3", + "indexmap 2.2.5", "insta", "itertools 0.12.1", "jubjub", "lazy_static", - "metrics 0.22.1", + "metrics 0.22.3", "mset", "once_cell", "proptest", @@ -6020,7 +6129,7 @@ dependencies = [ "futures", "hex", "humantime", - "indexmap 2.2.3", + "indexmap 2.2.5", "insta", "itertools 0.12.1", "lazy_static", @@ -6055,7 +6164,7 @@ dependencies = [ "serde_json", "serde_yaml", "structopt", - "syn 2.0.52", + "syn 2.0.53", "thiserror", "tinyvec", "tokio", @@ -6076,7 +6185,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.5.1", + "clap 4.5.3", "color-eyre", "console-subscriber", "dirs", @@ -6085,15 +6194,15 @@ dependencies = [ "hex-literal", "howudoin", "humantime-serde", - "hyper", - "indexmap 2.2.3", + "hyper 0.14.28", + "indexmap 2.2.5", "indicatif", "inferno", "insta", "jsonrpc-core", "lazy_static", "log", - "metrics 0.22.1", + "metrics 0.22.3", "metrics-exporter-prometheus", "num-integer", "once_cell", @@ -6114,7 +6223,7 @@ dependencies = [ "tinyvec", "tokio", "tokio-stream", - "toml 0.8.10", + "toml 0.8.12", "tonic 0.11.0", "tonic-build 0.11.0", "tower", @@ -6156,7 +6265,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] [[package]] @@ -6176,5 +6285,5 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.52", + "syn 2.0.53", ] diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index fb676a5ba..c21fc13a8 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -24,8 +24,8 @@ categories = ["algorithms", "asynchronous"] [dependencies] futures = "0.3.30" futures-core = "0.3.28" -pin-project = "1.1.4" -rayon = "1.8.1" +pin-project = "1.1.5" +rayon = "1.9.0" tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.10" tower = { version = "0.4.13", features = ["util", "buffer"] } @@ -33,7 +33,7 @@ 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"] } @@ -42,7 +42,7 @@ 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-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 cfefb8337..c26c9c3d4 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -16,7 +16,7 @@ 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" diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 83c44b232..ce18f9f93 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -106,19 +106,19 @@ humantime = "2.1.0" # Error Handling & Formatting displaydoc = "0.2.4" static_assertions = "1.1.0" -thiserror = "1.0.57" +thiserror = "1.0.58" 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_with = "3.7.0" serde-big-array = "0.5.1" # Processing futures = "0.3.30" itertools = "0.12.1" -rayon = "1.8.1" +rayon = "1.9.0" # ZF deps ed25519-zebra = "4.0.3" @@ -150,7 +150,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"] } diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index a98c83b2c..e2a0a645c 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.8.1" +rayon = "1.9.0" chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } displaydoc = "0.2.4" @@ -51,8 +51,8 @@ serde = { version = "1.0.196", features = ["serde_derive"] } futures = "0.3.30" futures-util = "0.3.28" -metrics = "0.22.1" -thiserror = "1.0.57" +metrics = "0.22.3" +thiserror = "1.0.58" tokio = { version = "1.36.0", features = ["time", "sync", "tracing", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] } tracing = "0.1.39" @@ -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"] } diff --git a/zebra-grpc/Cargo.toml b/zebra-grpc/Cargo.toml index 5d363deae..6c714ac42 100644 --- a/zebra-grpc/Cargo.toml +++ b/zebra-grpc/Cargo.toml @@ -24,7 +24,7 @@ serde = { version = "1.0.196", features = ["serde_derive"] } tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] } tokio-stream = "0.1.14" 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" } @@ -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.36.1", 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 25ed36b09..d5215a1b5 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -47,18 +47,18 @@ chrono = { version = "0.4.34", default-features = false, features = ["clock", "s dirs = "5.0.1" hex = "0.4.3" humantime-serde = "1.1.1" -indexmap = { version = "2.2.3", features = ["serde"] } +indexmap = { version = "2.2.5", 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" +rayon = "1.9.0" regex = "1.10.3" serde = { version = "1.0.196", features = ["serde_derive"] } -tempfile = "3.10.0" -thiserror = "1.0.57" +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"] } @@ -66,7 +66,7 @@ tokio-stream = { version = "0.1.14", features = ["sync", "time"] } tokio-util = { version = "0.7.10", features = ["codec"] } tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] } -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" @@ -91,7 +91,7 @@ proptest-derive = "0.4.0" static_assertions = "1.1.0" tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } -toml = "0.8.10" +toml = "0.8.11" 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 9c820224a..dc67538fc 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 } +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 } [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"] } +reqwest = { version = "0.11.26", default-features = false, features = ["rustls-tls"] } serde = "1.0.196" serde_json = "1.0.113" diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 529a37420..0f5b210c9 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -54,7 +54,7 @@ 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"] } +indexmap = { version = "2.2.5", features = ["serde"] } tokio = { version = "1.36.0", features = ["time", "rt-multi-thread", "macros", "tracing"] } tower = "0.4.13" @@ -80,11 +80,11 @@ 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.36.1", features = ["redactions", "json", "ron"] } proptest = "1.4.0" -thiserror = "1.0.57" +thiserror = "1.0.58" tokio = { version = "1.36.0", features = ["full", "tracing", "test-util"] } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35", features = ["proptest-impl"] } diff --git a/zebra-scan/Cargo.toml b/zebra-scan/Cargo.toml index f49551530..9e2eaf840 100644 --- a/zebra-scan/Cargo.toml +++ b/zebra-scan/Cargo.toml @@ -41,8 +41,8 @@ proptest-impl = [ [dependencies] -color-eyre = "0.6.2" -indexmap = { version = "2.2.3", features = ["serde"] } +color-eyre = "0.6.3" +indexmap = { version = "2.2.5", features = ["serde"] } itertools = "0.12.1" semver = "1.0.22" serde = { version = "1.0.196", features = ["serde_derive"] } @@ -75,7 +75,7 @@ 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"] } +insta = { version = "1.36.1", features = ["ron", "redactions"] } tokio = { version = "1.36.0", features = ["test-util"] } proptest = "1.4.0" diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index 924dfdc5f..d005a2e38 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -19,7 +19,7 @@ zcash_script = "0.1.14" zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35" } -thiserror = "1.0.57" +thiserror = "1.0.58" displaydoc = "0.2.4" [dev-dependencies] diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 2853fd77f..ad63840e7 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -53,20 +53,20 @@ 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.5" 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" 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" +tempfile = "3.10.1" +thiserror = "1.0.58" -rayon = "1.8.1" +rayon = "1.9.0" tokio = { version = "1.36.0", features = ["rt-multi-thread", "sync", "tracing"] } tower = { version = "0.4.13", features = ["buffer", "util"] } tracing = "0.1.39" @@ -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.36.1", features = ["ron", "redactions"] } proptest = "1.4.0" proptest-derive = "0.4.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 2d7215326..4b563c4b6 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -16,9 +16,9 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"] [dependencies] hex = "0.4.3" -indexmap = "2.2.3" +indexmap = "2.2.5" lazy_static = "1.4.0" -insta = "1.33.0" +insta = "1.36.1" itertools = "0.12.1" proptest = "1.4.0" once_cell = "1.18.0" @@ -29,7 +29,7 @@ tokio = { version = "1.36.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.58" 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 915946736..ff9f0ec1f 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -88,7 +88,7 @@ openapi-generator = [ ] [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"] } @@ -98,7 +98,7 @@ hex = "0.4.3" serde_json = "1.0.113" tracing-error = "0.2.0" tracing-subscriber = "0.3.18" -thiserror = "1.0.57" +thiserror = "1.0.58" zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.35" } zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.35" } @@ -113,7 +113,7 @@ itertools = { version = "0.12.1", optional = true } # These crates are needed for the search-issue-refs binary regex = { version = "1.10.3", 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.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 } @@ -124,7 +124,7 @@ 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.52", features = ["full"], optional = true } +syn = { version = "2.0.53", features = ["full"], optional = true } quote = { version = "1.0.35", optional = true } -serde_yaml = { version = "0.9.32", optional = true } +serde_yaml = { version = "0.9.33", optional = true } serde = { version = "1.0.196", features = ["serde_derive"], optional = true } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index b6597d279..33f607527 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"] } +clap = { version = "4.5.3", features = ["cargo"] } chrono = { version = "0.4.34", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" -indexmap = "2.2.3" +indexmap = "2.2.5" lazy_static = "1.4.0" semver = "1.0.22" serde = { version = "1.0.196", features = ["serde_derive"] } -toml = "0.8.10" +toml = "0.8.11" futures = "0.3.30" -rayon = "1.8.1" +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"] } 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.58" 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 = "0.16.0", optional = true } # prod feature sentry sentry = { version = "0.32.2", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls", "tracing"], optional = true } @@ -226,13 +226,13 @@ tracing-journald = { version = "0.3.0", optional = true } hyper = { version = "0.14.28", 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 } @@ -258,11 +258,11 @@ 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"] } +insta = { version = "1.36.1", 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" +tempfile = "3.10.1" hyper = { version = "0.14.28", features = ["http1", "http2", "server"]} tracing-test = { version = "0.2.4", features = ["no-env-filter"] } @@ -278,7 +278,7 @@ 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"] }