diff --git a/Cargo.lock b/Cargo.lock index ce88ce05..ed2d57f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,19 +115,19 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "async-recursion" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5" +checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -149,18 +149,18 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -311,9 +311,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" @@ -465,9 +465,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -502,7 +502,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" dependencies = [ "ciborium-io", - "half 2.4.0", + "half", ] [[package]] @@ -542,10 +542,10 @@ version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -844,7 +844,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -868,7 +868,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.10.0", - "syn 2.0.58", + "syn", ] [[package]] @@ -879,7 +879,7 @@ checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" dependencies = [ "darling_core", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -960,10 +960,10 @@ dependencies = [ "reqwest", "serde", "serde_json", - "serde_with 3.8.1", + "serde_with 3.11.0", "tar", "tempfile", - "thiserror", + "thiserror 1.0.58", "tokio", "tokio-stream", "tokio-util", @@ -1090,13 +1090,13 @@ dependencies = [ [[package]] name = "fixed" -version = "1.27.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fc715d38bea7b5bf487fcd79bcf8c209f0b58014f3018a7a19c2b855f472048" +checksum = "85c6e0b89bf864acd20590dbdbad56f69aeb898abfc9443008fd7bd48b2cc85a" dependencies = [ "az", "bytemuck", - "half 2.4.0", + "half", "typenum", ] @@ -1108,9 +1108,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" dependencies = [ "crc32fast", "miniz_oxide 0.8.0", @@ -1118,9 +1118,9 @@ dependencies = [ [[package]] name = "flume" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" +checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" dependencies = [ "futures-core", "futures-sink", @@ -1145,9 +1145,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -1160,9 +1160,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -1176,9 +1176,9 @@ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -1187,38 +1187,38 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", @@ -1260,7 +1260,7 @@ dependencies = [ "gasket-derive", "serde", "signal-hook", - "thiserror", + "thiserror 1.0.58", "tokio", "tracing", ] @@ -1272,7 +1272,7 @@ source = "git+https://github.com/construkts/gasket-rs.git#a53d605f28b6ac6e572402 dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -1287,9 +1287,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "js-sys", @@ -1312,9 +1312,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "gmp-mpfr-sys" -version = "1.6.2" +version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "362a6cc3cbe9f41aebe49c03b91aee8fa8fc69d32fb90533f6ed965a882e08e3" +checksum = "b0205cd82059bc63b63cf516d714352a30c44f2c74da9961dfda2617ae6b5918" dependencies = [ "libc", "windows-sys 0.52.0", @@ -1358,12 +1358,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "half" -version = "1.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" - [[package]] name = "half" version = "2.4.0" @@ -1403,12 +1397,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - [[package]] name = "heck" version = "0.5.0" @@ -1791,15 +1779,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libm" -version = "0.2.8" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "linux-raw-sys" @@ -1860,7 +1848,7 @@ dependencies = [ "supports-unicode", "terminal_size", "textwrap", - "thiserror", + "thiserror 1.0.58", "unicode-width", ] @@ -1872,7 +1860,7 @@ checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -1881,35 +1869,14 @@ version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" -[[package]] -name = "minicbor" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d15f4203d71fdf90903c2696e55426ac97a363c67b218488a73b534ce7aca10" -dependencies = [ - "half 1.8.3", - "minicbor-derive 0.13.0", -] - [[package]] name = "minicbor" version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0452a60c1863c1f50b5f77cd295e8d2786849f35883f0b9e18e7e6e1b5691b0" dependencies = [ - "half 2.4.0", - "minicbor-derive 0.15.3", -] - -[[package]] -name = "minicbor-derive" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1154809406efdb7982841adb6311b3d095b46f78342dd646736122fe6b19e267" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "half", + "minicbor-derive", ] [[package]] @@ -1920,7 +1887,7 @@ checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -1973,8 +1940,9 @@ dependencies = [ [[package]] name = "mithril-build-script" -version = "0.2.5" -source = "git+https://github.com/input-output-hk/mithril.git#4409ebb97bcd64ca63422acc2dc3a6a73010c6eb" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e713ebfa350661121062097e0a4a8caa2f0fe6d4b7ab3bee8b999a0e6904be8" dependencies = [ "semver", "serde_json", @@ -1983,8 +1951,9 @@ dependencies = [ [[package]] name = "mithril-client" -version = "0.8.5" -source = "git+https://github.com/input-output-hk/mithril.git#4409ebb97bcd64ca63422acc2dc3a6a73010c6eb" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f08c7f6c8493136e2b17356952b646cdb8522c21b7bc09a35380b0412d8e4e1b" dependencies = [ "anyhow", "async-recursion", @@ -2002,7 +1971,7 @@ dependencies = [ "slog", "strum", "tar", - "thiserror", + "thiserror 2.0.8", "tokio", "uuid", "zstd", @@ -2010,8 +1979,9 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.23" -source = "git+https://github.com/input-output-hk/mithril.git#4409ebb97bcd64ca63422acc2dc3a6a73010c6eb" +version = "0.4.96" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c3dcf9ffcf276c39f6ab044a1c7cecf407f516a5c54a8eb6cb384e03810e3e1" dependencies = [ "anyhow", "async-trait", @@ -2028,12 +1998,12 @@ dependencies = [ "mithril-build-script", "mithril-stm", "nom", - "pallas-addresses 0.27.0", - "pallas-codec 0.27.0", - "pallas-hardano 0.27.0", - "pallas-network 0.27.0", - "pallas-primitives 0.27.0", - "pallas-traverse 0.27.0", + "pallas-addresses 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-codec 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-hardano 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-network 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-primitives 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-traverse 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha", "rand_core 0.6.4", "rayon", @@ -2041,12 +2011,12 @@ dependencies = [ "serde", "serde_bytes", "serde_json", - "serde_with 3.8.1", + "serde_with 3.11.0", "serde_yaml", "sha2", "slog", "strum", - "thiserror", + "thiserror 2.0.8", "tokio", "typetag", "walkdir", @@ -2055,20 +2025,18 @@ dependencies = [ [[package]] name = "mithril-stm" -version = "0.3.23" -source = "git+https://github.com/input-output-hk/mithril.git#4409ebb97bcd64ca63422acc2dc3a6a73010c6eb" +version = "0.3.26" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61a25ca6e819cf07101452cd65142e48931113d1bdce9e5f6dc57cd22b385b2d" dependencies = [ "blake2 0.10.6", "blst", "digest 0.10.7", - "num-bigint", - "num-rational", - "num-traits", "rand_core 0.6.4", "rayon", "rug", "serde", - "thiserror", + "thiserror 1.0.58", ] [[package]] @@ -2216,33 +2184,33 @@ name = "pallas" version = "0.31.0" source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea7373355d37b11b" dependencies = [ - "pallas-addresses 0.31.0", + "pallas-addresses 0.31.0 (git+https://github.com/txpipe/pallas.git)", "pallas-applying", - "pallas-codec 0.31.0", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", "pallas-configs", - "pallas-crypto 0.31.0", - "pallas-hardano 0.31.0", - "pallas-network 0.31.0", - "pallas-primitives 0.31.0", - "pallas-traverse 0.31.0", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-hardano 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-network 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-primitives 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-traverse 0.31.0 (git+https://github.com/txpipe/pallas.git)", "pallas-txbuilder", "pallas-utxorpc", ] [[package]] name = "pallas-addresses" -version = "0.27.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48a8c469b0328e61398c6ff65dce717acf664a5e1f15a788b7d8f0efc10f3153" +checksum = "5d47110e25338f995c1f29858292c016b974d23fa3a1ce97fff542047b6c2142" dependencies = [ "base58", "bech32 0.9.1", "crc", "cryptoxide", "hex", - "pallas-codec 0.27.0", - "pallas-crypto 0.27.0", - "thiserror", + "pallas-codec 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-crypto 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.58", ] [[package]] @@ -2255,9 +2223,9 @@ dependencies = [ "crc", "cryptoxide", "hex", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", - "thiserror", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "thiserror 1.0.58", ] [[package]] @@ -2266,24 +2234,24 @@ version = "0.31.0" source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea7373355d37b11b" dependencies = [ "hex", - "pallas-addresses 0.31.0", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", - "pallas-primitives 0.31.0", - "pallas-traverse 0.31.0", + "pallas-addresses 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-primitives 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-traverse 0.31.0 (git+https://github.com/txpipe/pallas.git)", "rand", ] [[package]] name = "pallas-codec" -version = "0.27.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ea50feb0c8f87b5ee38df90ed3c125d7f7ecd81a7fe1eafc1a90931dd127590" +checksum = "1389b47a97864a7cb167e2392b44332930af90f6aaaac45eb2f369ccab95f4c7" dependencies = [ "hex", - "minicbor 0.20.0", + "minicbor", "serde", - "thiserror", + "thiserror 1.0.58", ] [[package]] @@ -2292,9 +2260,9 @@ version = "0.31.0" source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea7373355d37b11b" dependencies = [ "hex", - "minicbor 0.25.1", + "minicbor", "serde", - "thiserror", + "thiserror 1.0.58", ] [[package]] @@ -2302,30 +2270,31 @@ name = "pallas-configs" version = "0.31.0" source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea7373355d37b11b" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "hex", "num-rational", - "pallas-addresses 0.31.0", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", - "pallas-primitives 0.31.0", + "pallas-addresses 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-primitives 0.31.0 (git+https://github.com/txpipe/pallas.git)", "serde", "serde_json", - "serde_with 3.8.1", + "serde_with 3.11.0", ] [[package]] name = "pallas-crypto" -version = "0.27.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5705ee695a2429d8a352af62671cc3470ba5f76fd48968b59bc6c049ef75a7e0" +checksum = "f5d84346a1f0da5240b2aa16fde96998b84cdcc466cb7c04ba24bb1e1630e0d3" dependencies = [ "cryptoxide", "hex", - "pallas-codec 0.27.0", + "pallas-codec 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand_core 0.6.4", "serde", - "thiserror", + "thiserror 1.0.58", + "zeroize", ] [[package]] @@ -2335,24 +2304,24 @@ source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea737 dependencies = [ "cryptoxide", "hex", - "pallas-codec 0.31.0", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", "rand_core 0.6.4", "serde", - "thiserror", + "thiserror 1.0.58", "zeroize", ] [[package]] name = "pallas-hardano" -version = "0.27.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b2fad14a720b4f1248de270d46a2467ca431e447cc0c09b7b44e96ad88bd5a" +checksum = "56d65c0d4b01269e7c01a762d3f4d3a3106e2ef00ae51831a64f088af1f58af6" dependencies = [ "binary-layout", - "pallas-network 0.27.0", - "pallas-traverse 0.27.0", + "pallas-network 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-traverse 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "tap", - "thiserror", + "thiserror 1.0.58", "tracing", ] @@ -2362,27 +2331,27 @@ version = "0.31.0" source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea7373355d37b11b" dependencies = [ "binary-layout", - "pallas-network 0.31.0", - "pallas-traverse 0.31.0", + "pallas-network 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-traverse 0.31.0 (git+https://github.com/txpipe/pallas.git)", "tap", - "thiserror", + "thiserror 1.0.58", "tracing", ] [[package]] name = "pallas-network" -version = "0.27.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfa79aae99af76af6882a6eb6ac461e3a7b69d795e2f34d68cff04aa0897eaa" +checksum = "e6536d3afc8eef5651705c6f046e0900277ff6392491670d995e613335436bd0" dependencies = [ "byteorder", "hex", - "itertools 0.12.1", - "pallas-codec 0.27.0", - "pallas-crypto 0.27.0", + "itertools 0.13.0", + "pallas-codec 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-crypto 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand", "socket2", - "thiserror", + "thiserror 1.0.58", "tokio", "tracing", ] @@ -2395,27 +2364,27 @@ dependencies = [ "byteorder", "hex", "itertools 0.13.0", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", "rand", "socket2", - "thiserror", + "thiserror 1.0.58", "tokio", "tracing", ] [[package]] name = "pallas-primitives" -version = "0.27.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0476fed841261c33a0fcba321bd69961c3d392eba50821dc0e64808439c71aa" +checksum = "5627a5cd6512eaa3900b93d8b6e604d495a31d4439c9f34d9f88ec38383c0ddc" dependencies = [ "base58", "bech32 0.9.1", "hex", "log", - "pallas-codec 0.27.0", - "pallas-crypto 0.27.0", + "pallas-codec 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-crypto 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", ] @@ -2429,26 +2398,27 @@ dependencies = [ "bech32 0.9.1", "hex", "log", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", "serde", "serde_json", ] [[package]] name = "pallas-traverse" -version = "0.27.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb366f1daf4c32fe9875dc14e509112a1a0e1036aa741abe98d1b6d3ba83642a" +checksum = "5d04fc75a2144eb257c68b4604cdde647e07404ea185b791c0005826960dfb35" dependencies = [ "hex", - "pallas-addresses 0.27.0", - "pallas-codec 0.27.0", - "pallas-crypto 0.27.0", - "pallas-primitives 0.27.0", + "itertools 0.13.0", + "pallas-addresses 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-codec 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-crypto 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallas-primitives 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", "paste", "serde", - "thiserror", + "thiserror 1.0.58", ] [[package]] @@ -2458,13 +2428,13 @@ source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea737 dependencies = [ "hex", "itertools 0.13.0", - "pallas-addresses 0.31.0", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", - "pallas-primitives 0.31.0", + "pallas-addresses 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-primitives 0.31.0 (git+https://github.com/txpipe/pallas.git)", "paste", "serde", - "thiserror", + "thiserror 1.0.58", ] [[package]] @@ -2473,15 +2443,15 @@ version = "0.31.0" source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea7373355d37b11b" dependencies = [ "hex", - "pallas-addresses 0.31.0", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", - "pallas-primitives 0.31.0", - "pallas-traverse 0.31.0", + "pallas-addresses 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-primitives 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-traverse 0.31.0 (git+https://github.com/txpipe/pallas.git)", "pallas-wallet", "serde", "serde_json", - "thiserror", + "thiserror 1.0.58", ] [[package]] @@ -2490,10 +2460,10 @@ version = "0.31.0" source = "git+https://github.com/txpipe/pallas.git#3a614d2c919ad0483caa41d1ea7373355d37b11b" dependencies = [ "pallas-applying", - "pallas-codec 0.31.0", - "pallas-crypto 0.31.0", - "pallas-primitives 0.31.0", - "pallas-traverse 0.31.0", + "pallas-codec 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-primitives 0.31.0 (git+https://github.com/txpipe/pallas.git)", + "pallas-traverse 0.31.0 (git+https://github.com/txpipe/pallas.git)", "prost-types 0.13.1", "utxorpc-spec", ] @@ -2507,9 +2477,9 @@ dependencies = [ "bip39", "cryptoxide", "ed25519-bip32", - "pallas-crypto 0.31.0", + "pallas-crypto 0.31.0 (git+https://github.com/txpipe/pallas.git)", "rand", - "thiserror", + "thiserror 1.0.58", ] [[package]] @@ -2563,7 +2533,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6eea3058763d6e656105d1403cb04e0a41b7bbac6362d413e7c33be0c32279c9" dependencies = [ - "heck 0.5.0", + "heck", "itertools 0.13.0", "prost 0.13.1", "prost-types 0.13.1", @@ -2617,7 +2587,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -2679,14 +2649,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" dependencies = [ "proc-macro2", - "syn 2.0.58", + "syn", ] [[package]] name = "proc-macro2" -version = "1.0.79" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" +checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" dependencies = [ "unicode-ident", ] @@ -2718,8 +2688,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1" dependencies = [ "bytes", - "heck 0.5.0", - "itertools 0.13.0", + "heck", + "itertools 0.12.1", "log", "multimap", "once_cell", @@ -2728,7 +2698,7 @@ dependencies = [ "prost 0.13.1", "prost-types 0.13.1", "regex", - "syn 2.0.58", + "syn", "tempfile", ] @@ -2742,7 +2712,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -2752,10 +2722,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -2795,7 +2765,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror", + "thiserror 1.0.58", "tokio", "tracing", ] @@ -2812,7 +2782,7 @@ dependencies = [ "rustc-hash", "rustls", "slab", - "thiserror", + "thiserror 1.0.58", "tinyvec", "tracing", ] @@ -2968,11 +2938,11 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "bytes", "encoding_rs", "futures-channel", @@ -3031,9 +3001,9 @@ dependencies = [ [[package]] name = "rug" -version = "1.24.1" +version = "1.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8df4099c6fa90a1a7f5ddc0c7fba50991080fa2084d5a78808a5a3cab406bb9" +checksum = "97ae2c1089ec0575193eb9222881310cc1ed8bce3646ef8b81b44b518595b79d" dependencies = [ "az", "gmp-mpfr-sys", @@ -3146,44 +3116,44 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "semver" -version = "1.0.22" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" [[package]] name = "serde" -version = "1.0.202" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.202" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", @@ -3230,11 +3200,11 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.1" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", @@ -3242,7 +3212,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "serde_with_macros 3.8.1", + "serde_with_macros 3.11.0", "time", ] @@ -3255,19 +3225,19 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] name = "serde_with_macros" -version = "3.8.1" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" +checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -3412,24 +3382,24 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.4.1", + "heck", "proc-macro2", "quote", "rustversion", - "syn 2.0.58", + "syn", ] [[package]] @@ -3461,20 +3431,9 @@ checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" [[package]] name = "syn" -version = "1.0.109" +version = "2.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn" -version = "2.0.58" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" +checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" dependencies = [ "proc-macro2", "quote", @@ -3525,9 +3484,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.41" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" +checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" dependencies = [ "filetime", "libc", @@ -3573,7 +3532,16 @@ version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.58", +] + +[[package]] +name = "thiserror" +version = "2.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +dependencies = [ + "thiserror-impl 2.0.8", ] [[package]] @@ -3584,7 +3552,18 @@ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +dependencies = [ + "proc-macro2", + "quote", + "syn", ] [[package]] @@ -3608,9 +3587,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa", @@ -3629,9 +3608,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", @@ -3654,9 +3633,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", @@ -3688,7 +3667,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -3808,7 +3787,7 @@ dependencies = [ "async-stream", "async-trait", "axum 0.7.5", - "base64 0.22.0", + "base64 0.22.1", "bytes", "h2 0.4.4", "http 1.1.0", @@ -3850,7 +3829,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5299dd20801ad736dccb4a5ea0da7376e59cd98f213bf1c3d478cf53f4834b58" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "bytes", "http 1.1.0", "http-body 1.0.0", @@ -3945,7 +3924,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -3995,7 +3974,7 @@ checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -4012,9 +3991,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typetag" -version = "0.2.16" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf" +checksum = "044fc3365ddd307c297fe0fe7b2e70588cdab4d0f62dc52055ca0d11b174cf0e" dependencies = [ "erased-serde", "inventory", @@ -4025,13 +4004,13 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.16" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1" +checksum = "d9d30226ac9cbd2d1ff775f74e8febdab985dab14fb14aa2582c29a92d5555dc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -4120,9 +4099,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.8.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "getrandom", ] @@ -4166,26 +4145,26 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", - "syn 2.0.58", + "syn", "wasm-bindgen-shared", ] @@ -4203,9 +4182,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4213,22 +4192,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-streams" @@ -4508,7 +4487,7 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] @@ -4528,14 +4507,14 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.58", + "syn", ] [[package]] name = "zstd" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a" +checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" dependencies = [ "zstd-safe", ] diff --git a/Cargo.toml b/Cargo.toml index 8eae3aff..3c30a066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,11 +46,12 @@ tokio-stream = { version = "0.1.14", features = ["sync"] } futures-util = "0.3.28" async-stream = "0.3.5" serde_with = "3.8.1" -mithril-client = { git = "https://github.com/input-output-hk/mithril.git", optional = true, features = [ +mithril-client = { version = "0.10.4", optional = true, default-features = false, features = [ "fs", + "rug-backend", "rustls-tls", "rustls-tls-webpki-roots", -], default-features = false } +] } protoc-wkt = "1.0.0" itertools = "0.13.0" indicatif = "0.17.8"