diff --git a/.tool-versions b/.tool-versions index f239fe235a..e1290964bb 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -scarb 2.6.3 +scarb 2.6.4 diff --git a/Cargo.lock b/Cargo.lock index d4088c6de8..d58125d68e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,7 +38,7 @@ dependencies = [ "starknet-crypto 0.6.2", "thiserror", "tokio", - "toml 0.8.13", + "toml 0.8.14", "u256-literal", "url", "wasm-bindgen", @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ "gimli", ] @@ -143,31 +143,30 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "alloy" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-consensus 0.1.2", - "alloy-contract 0.1.2", + "alloy-consensus 0.1.3", + "alloy-contract 0.1.3", "alloy-core", - "alloy-eips 0.1.2", - "alloy-genesis 0.1.2", - "alloy-network 0.1.2", + "alloy-eips 0.1.3", + "alloy-genesis 0.1.3", + "alloy-network 0.1.3", "alloy-node-bindings", - "alloy-provider 0.1.2", - "alloy-rpc-client 0.1.2", - "alloy-serde 0.1.2", - "alloy-signer 0.1.2", + "alloy-provider 0.1.3", + "alloy-rpc-client 0.1.3", + "alloy-serde 0.1.3", + "alloy-signer 0.1.3", "alloy-signer-local", - "alloy-transport 0.1.2", - "alloy-transport-http 0.1.2", - "reqwest 0.12.4", + "alloy-transport 0.1.3", + "alloy-transport-http 0.1.3", ] [[package]] name = "alloy-chains" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e9a1892803b02f53e25bea3e414ddd0501f12d97456c9d5ade4edf88f9516f" +checksum = "1752d7d62e2665da650a36d84abbf239f812534475d51f072a49a533513b7cdd" dependencies = [ "num_enum", "strum 0.26.3", @@ -188,13 +187,13 @@ dependencies = [ [[package]] name = "alloy-consensus" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-eips 0.1.2", + "alloy-eips 0.1.3", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "c-kzg", "serde", ] @@ -219,17 +218,17 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", - "alloy-network 0.1.2", + "alloy-network 0.1.3", "alloy-primitives", - "alloy-provider 0.1.2", + "alloy-provider 0.1.3", "alloy-rpc-types-eth", "alloy-sol-types", - "alloy-transport 0.1.2", + "alloy-transport 0.1.3", "futures", "futures-util", "thiserror", @@ -261,7 +260,7 @@ dependencies = [ "itoa", "serde", "serde_json", - "winnow 0.6.8", + "winnow 0.6.13", ] [[package]] @@ -280,12 +279,12 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "c-kzg", "once_cell", "serde", @@ -305,11 +304,11 @@ dependencies = [ [[package]] name = "alloy-genesis" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-primitives", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "serde", ] @@ -339,8 +338,8 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-primitives", "serde", @@ -368,16 +367,16 @@ dependencies = [ [[package]] name = "alloy-network" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-consensus 0.1.2", - "alloy-eips 0.1.2", - "alloy-json-rpc 0.1.2", + "alloy-consensus 0.1.3", + "alloy-eips 0.1.3", + "alloy-json-rpc 0.1.3", "alloy-primitives", "alloy-rpc-types-eth", - "alloy-serde 0.1.2", - "alloy-signer 0.1.2", + "alloy-serde 0.1.3", + "alloy-signer 0.1.3", "alloy-sol-types", "async-trait", "auto_impl", @@ -387,10 +386,10 @@ dependencies = [ [[package]] name = "alloy-node-bindings" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-genesis 0.1.2", + "alloy-genesis 0.1.3", "alloy-primitives", "k256", "serde_json", @@ -444,7 +443,7 @@ dependencies = [ "futures-utils-wasm", "lru", "pin-project", - "reqwest 0.12.4", + "reqwest 0.12.5", "serde_json", "tokio", "tracing", @@ -453,22 +452,22 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-chains", - "alloy-consensus 0.1.2", - "alloy-eips 0.1.2", - "alloy-json-rpc 0.1.2", - "alloy-network 0.1.2", + "alloy-consensus 0.1.3", + "alloy-eips 0.1.3", + "alloy-json-rpc 0.1.3", + "alloy-network 0.1.3", "alloy-node-bindings", "alloy-primitives", - "alloy-rpc-client 0.1.2", + "alloy-rpc-client 0.1.3", "alloy-rpc-types-anvil", "alloy-rpc-types-eth", "alloy-signer-local", - "alloy-transport 0.1.2", - "alloy-transport-http 0.1.2", + "alloy-transport 0.1.3", + "alloy-transport-http 0.1.3", "async-stream", "async-trait", "auto_impl", @@ -477,7 +476,7 @@ dependencies = [ "futures-utils-wasm", "lru", "pin-project", - "reqwest 0.12.4", + "reqwest 0.12.5", "serde", "serde_json", "tokio", @@ -487,9 +486,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d58d9f5da7b40e9bfff0b7e7816700be4019db97d4b6359fe7f94a9e22e42ac" +checksum = "b155716bab55763c95ba212806cf43d05bcc70e5f35b02bad20cf5ec7fe11fed" dependencies = [ "alloy-rlp-derive", "arrayvec", @@ -498,13 +497,13 @@ dependencies = [ [[package]] name = "alloy-rlp-derive" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a047897373be4bbb0224c1afdabca92648dc57a9c9ef6e7b0be3aff7a859c83" +checksum = "8037e03c7f462a063f28daec9fda285a9a89da003c552f8637a80b9c8fd96241" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -517,7 +516,7 @@ dependencies = [ "alloy-transport-http 0.1.0", "futures", "pin-project", - "reqwest 0.12.4", + "reqwest 0.12.5", "serde", "serde_json", "tokio", @@ -529,15 +528,15 @@ dependencies = [ [[package]] name = "alloy-rpc-client" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-json-rpc 0.1.2", - "alloy-transport 0.1.2", - "alloy-transport-http 0.1.2", + "alloy-json-rpc 0.1.3", + "alloy-transport 0.1.3", + "alloy-transport-http 0.1.3", "futures", "pin-project", - "reqwest 0.12.4", + "reqwest 0.12.5", "serde", "serde_json", "tokio", @@ -567,24 +566,24 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-primitives", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "serde", ] [[package]] name = "alloy-rpc-types-eth" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-consensus 0.1.2", - "alloy-eips 0.1.2", + "alloy-consensus 0.1.3", + "alloy-eips 0.1.3", "alloy-primitives", "alloy-rlp", - "alloy-serde 0.1.2", + "alloy-serde 0.1.3", "alloy-sol-types", "itertools 0.13.0", "serde", @@ -616,8 +615,8 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-primitives", "serde", @@ -639,8 +638,8 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ "alloy-primitives", "async-trait", @@ -652,28 +651,13 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" -dependencies = [ - "alloy-consensus 0.1.2", - "alloy-network 0.1.2", - "alloy-primitives", - "alloy-signer 0.1.2", - "async-trait", - "k256", - "rand", - "thiserror", -] - -[[package]] -name = "alloy-signer-wallet" -version = "0.1.0" -source = "git+https://github.com/alloy-rs/alloy?rev=4655f8e4372ecc0b056e83abbc60c3912902ee64#4655f8e4372ecc0b056e83abbc60c3912902ee64" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-consensus 0.1.0", - "alloy-network 0.1.0", + "alloy-consensus 0.1.3", + "alloy-network 0.1.3", "alloy-primitives", - "alloy-signer 0.1.0", + "alloy-signer 0.1.3", "async-trait", "k256", "rand", @@ -691,7 +675,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -708,7 +692,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", "syn-solidity", "tiny-keccak", ] @@ -726,7 +710,7 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.64", + "syn 2.0.68", "syn-solidity", ] @@ -736,7 +720,7 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baa2fbd22d353d8685bd9fee11ba2d8b5c3b1d11e56adb3265fcf1f32bfdf404" dependencies = [ - "winnow 0.6.8", + "winnow 0.6.13", ] [[package]] @@ -772,10 +756,10 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-json-rpc 0.1.2", + "alloy-json-rpc 0.1.3", "base64 0.22.1", "futures-util", "futures-utils-wasm", @@ -794,7 +778,7 @@ source = "git+https://github.com/alloy-rs/alloy?rev=4655f8e4372ecc0b056e83abbc60 dependencies = [ "alloy-json-rpc 0.1.0", "alloy-transport 0.1.0", - "reqwest 0.12.4", + "reqwest 0.12.5", "serde_json", "tower", "tracing", @@ -803,12 +787,12 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "0.1.2" -source = "git+https://github.com/alloy-rs/alloy#2d26b057c64cbcc77654f4691141c308d63b286f" +version = "0.1.3" +source = "git+https://github.com/alloy-rs/alloy#60cd429bd036c16f1e1f23ec7950689ad9819c76" dependencies = [ - "alloy-json-rpc 0.1.2", - "alloy-transport 0.1.2", - "reqwest 0.12.4", + "alloy-json-rpc 0.1.3", + "alloy-transport 0.1.3", + "reqwest 0.12.5", "serde_json", "tower", "tracing", @@ -868,9 +852,9 @@ dependencies = [ [[package]] name = "anstyle-query" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" +checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" dependencies = [ "windows-sys 0.52.0", ] @@ -887,9 +871,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.83" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arc-swap" @@ -1170,7 +1154,7 @@ checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", "synstructure 0.13.1", ] @@ -1193,7 +1177,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -1235,16 +1219,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener-strategy 0.5.2", + "event-listener-strategy", "futures-core", "pin-project-lite", ] [[package]] name = "async-compression" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c90a406b4495d129f00461241616194cb8a032c8d1c53c657f0961d5f8e0498" +checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5" dependencies = [ "brotli", "flate2", @@ -1258,9 +1242,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a" +checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" dependencies = [ "async-task", "concurrent-queue", @@ -1277,8 +1261,8 @@ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-io 2.3.2", - "async-lock 3.3.0", + "async-io 2.3.3", + "async-lock 3.4.0", "blocking", "futures-lite 2.3.0", "once_cell", @@ -1331,7 +1315,7 @@ dependencies = [ "proc-macro2", "quote", "strum 0.25.0", - "syn 2.0.64", + "syn 2.0.68", "thiserror", ] @@ -1393,17 +1377,17 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" +checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" dependencies = [ - "async-lock 3.3.0", + "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.7.0", + "polling 3.7.2", "rustix 0.38.34", "slab", "tracing", @@ -1421,12 +1405,12 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" +checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 4.0.3", - "event-listener-strategy 0.4.0", + "event-listener 5.3.1", + "event-listener-strategy", "pin-project-lite", ] @@ -1438,7 +1422,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -1486,7 +1470,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -1503,7 +1487,7 @@ checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -1553,7 +1537,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -1575,7 +1559,7 @@ dependencies = [ "futures-util", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper 0.14.29", "itoa", "matchit", "memchr", @@ -1587,7 +1571,7 @@ dependencies = [ "serde_json", "serde_path_to_error", "serde_urlencoded", - "sync_wrapper", + "sync_wrapper 0.1.2", "tokio", "tower", "tower-layer", @@ -1613,9 +1597,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ "addr2line", "cc", @@ -1692,7 +1676,7 @@ dependencies = [ "katana-runner", "lazy_static", "proptest", - "reqwest 0.12.4", + "reqwest 0.12.5", "scarb", "serde", "serde_json", @@ -1716,9 +1700,9 @@ dependencies = [ [[package]] name = "bigdecimal" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9324c8014cd04590682b34f1e9448d38f0674d0f7b2dc553331016ef0e4e9ebc" +checksum = "51d712318a27c7150326677b321a5fa91b55f6d9034ffd67f20319e147d40cee" dependencies = [ "autocfg", "libm", @@ -1751,7 +1735,7 @@ version = "0.68.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cexpr", "clang-sys", "lazy_static", @@ -1762,7 +1746,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -1771,7 +1755,7 @@ version = "0.69.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cexpr", "clang-sys", "itertools 0.12.1", @@ -1782,7 +1766,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -1808,9 +1792,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" dependencies = [ "serde", ] @@ -1903,12 +1887,11 @@ dependencies = [ [[package]] name = "blocking" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88" +checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ "async-channel 2.3.1", - "async-lock 3.3.0", "async-task", "futures-io", "futures-lite 2.3.0", @@ -1929,9 +1912,9 @@ dependencies = [ [[package]] name = "blst" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94087b935a822949d3291a9989ad2b2051ea141eda0fd4e478a75f6aa3e604b" +checksum = "62dc83a094a71d43eeadd254b1ec2d24cb6a0bb6cadce00df51f0db594711a32" dependencies = [ "cc", "glob", @@ -1952,9 +1935,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6221fe77a248b9117d431ad93761222e1cf8ff282d9d1d5d9f53d6299a1cf76" +checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -1987,7 +1970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" dependencies = [ "memchr", - "regex-automata 0.4.6", + "regex-automata 0.4.7", "serde", ] @@ -2005,9 +1988,9 @@ checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" [[package]] name = "bytemuck" -version = "1.16.0" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" +checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" [[package]] name = "byteorder" @@ -2177,7 +2160,7 @@ dependencies = [ "quote", "serde_json", "starknet", - "syn 2.0.64", + "syn 2.0.68", "thiserror", ] @@ -2190,7 +2173,7 @@ dependencies = [ "quote", "serde_json", "starknet", - "syn 2.0.64", + "syn 2.0.68", "thiserror", ] @@ -2208,7 +2191,7 @@ dependencies = [ "quote", "serde_json", "starknet", - "syn 2.0.64", + "syn 2.0.68", "thiserror", ] @@ -2226,7 +2209,7 @@ dependencies = [ "quote", "serde_json", "starknet", - "syn 2.0.64", + "syn 2.0.68", "thiserror", ] @@ -2243,7 +2226,7 @@ dependencies = [ "quote", "serde_json", "starknet", - "syn 2.0.64", + "syn 2.0.68", "thiserror", ] @@ -2265,7 +2248,7 @@ version = "2.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10d9c31baeb6b52586b5adc88f01e90f86389d63d94363c562de5c79352e545b" dependencies = [ - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-utils 2.6.4", "indoc 2.0.5", "num-bigint", "num-traits 0.2.19", @@ -2299,29 +2282,6 @@ dependencies = [ "serde", ] -[[package]] -name = "cairo-lang-compiler" -version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7148cb2d72a3db24a6d2ef2b2602102cc5099cb9f6b913e5047fb009cb3a22a1" -dependencies = [ - "anyhow", - "cairo-lang-defs 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-lowering 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-parser 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-project 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-semantic 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra-generator 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "salsa", - "smol_str", - "thiserror", -] - [[package]] name = "cairo-lang-compiler" version = "2.6.3" @@ -2368,12 +2328,26 @@ dependencies = [ ] [[package]] -name = "cairo-lang-debug" -version = "2.6.3" +name = "cairo-lang-compiler" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a761eb8e31ea65a2dd45f729c74f1770315f97124dad93d1f6853a10d460c6b" +checksum = "a7be5083c3328dad2248a94f0a24b3520c588e7d3bd5891770e4c91d3facade3" dependencies = [ - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow", + "cairo-lang-defs 2.6.4", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-lowering 2.6.4", + "cairo-lang-parser 2.6.4", + "cairo-lang-project 2.6.4", + "cairo-lang-semantic 2.6.4", + "cairo-lang-sierra 2.6.4", + "cairo-lang-sierra-generator 2.6.4", + "cairo-lang-syntax 2.6.4", + "cairo-lang-utils 2.6.4", + "salsa", + "smol_str", + "thiserror", ] [[package]] @@ -2393,20 +2367,12 @@ dependencies = [ ] [[package]] -name = "cairo-lang-defs" -version = "2.6.3" +name = "cairo-lang-debug" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d60bc5d72fe7a95ba34e041dcbdf1cf3bfccb87008a515514b74913fa8ff05" +checksum = "2a3cbf67fd766cb7ed48b72e6abf7041857518c9b9fd42475a60c138671c6603" dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-parser 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.11.0", - "salsa", - "smol_str", + "cairo-lang-utils 2.6.4", ] [[package]] @@ -2442,15 +2408,20 @@ dependencies = [ ] [[package]] -name = "cairo-lang-diagnostics" -version = "2.6.3" +name = "cairo-lang-defs" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "356089e1b0a0ba9e115566191745613b3806a20259ad76764df82ab534d5412a" +checksum = "7b284e41dfc158dfbdc02612dbfdb27a55547d23063bdc53105eeec41d8df006" dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-debug 2.6.4", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-parser 2.6.4", + "cairo-lang-syntax 2.6.4", + "cairo-lang-utils 2.6.4", "itertools 0.11.0", + "salsa", + "smol_str", ] [[package]] @@ -2476,13 +2447,15 @@ dependencies = [ ] [[package]] -name = "cairo-lang-eq-solver" -version = "2.6.3" +name = "cairo-lang-diagnostics" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc43246cc2e5afd5a028bcdd63876ac3f8b1f4fb3ff785daaa0f0fbb51c9d906" +checksum = "c6314b24901af8be75cd0e1363e3ff1a8020066372501f4cfc9161726b06ec2a" dependencies = [ - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "good_lp", + "cairo-lang-debug 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-utils 2.6.4", + "itertools 0.11.0", ] [[package]] @@ -2504,17 +2477,13 @@ dependencies = [ ] [[package]] -name = "cairo-lang-filesystem" -version = "2.6.3" +name = "cairo-lang-eq-solver" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bcb9a4a40e53fa099774bd08bbcc3430f51213cc7fb1b50c2e9d01155731798" +checksum = "4f95f5c8f7ea75580d164b5304251022e3d47f43fc1c778a01381b55ca9f268c" dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "path-clean", - "salsa", - "serde", - "smol_str", + "cairo-lang-utils 2.6.4", + "good_lp", ] [[package]] @@ -2543,6 +2512,20 @@ dependencies = [ "smol_str", ] +[[package]] +name = "cairo-lang-filesystem" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3e58b80f0b413ef1320358fde1a0877fc3fbf740f5cead0de3e947a1bc3bfd4" +dependencies = [ + "cairo-lang-debug 2.6.4", + "cairo-lang-utils 2.6.4", + "path-clean", + "salsa", + "serde", + "smol_str", +] + [[package]] name = "cairo-lang-formatter" version = "2.6.3" @@ -2593,31 +2576,6 @@ dependencies = [ "tracing-subscriber", ] -[[package]] -name = "cairo-lang-lowering" -version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba60e1e2477aa0f610ccf29189097d580464607c94b51741e1c18e64d6cee5f" -dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-defs 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-parser 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-proc-macros 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-semantic 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "id-arena", - "itertools 0.11.0", - "log", - "num-bigint", - "num-traits 0.2.19", - "once_cell", - "salsa", - "smol_str", -] - [[package]] name = "cairo-lang-lowering" version = "2.6.3" @@ -2666,6 +2624,31 @@ dependencies = [ "smol_str", ] +[[package]] +name = "cairo-lang-lowering" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abe6d604a06ea96c05b3666f2e8fac63cb8709e13667de272912f81db004a16b" +dependencies = [ + "cairo-lang-debug 2.6.4", + "cairo-lang-defs 2.6.4", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-parser 2.6.4", + "cairo-lang-proc-macros 2.6.4", + "cairo-lang-semantic 2.6.4", + "cairo-lang-syntax 2.6.4", + "cairo-lang-utils 2.6.4", + "id-arena", + "itertools 0.11.0", + "log", + "num-bigint", + "num-traits 0.2.19", + "once_cell", + "salsa", + "smol_str", +] + [[package]] name = "cairo-lang-macro" version = "0.0.1" @@ -2683,7 +2666,7 @@ source = "git+https://github.com/software-mansion/scarb?rev=f1aa7b09507a84d209d8 dependencies = [ "quote", "scarb-stable-hash", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -2691,26 +2674,6 @@ name = "cairo-lang-macro-stable" version = "1.0.0" source = "git+https://github.com/software-mansion/scarb?rev=f1aa7b09507a84d209d83b2fa80472c82605cc43#f1aa7b09507a84d209d83b2fa80472c82605cc43" -[[package]] -name = "cairo-lang-parser" -version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f16ba1535e0cc5e79c2eff6592859bbdac03dc53d4dcdd26dbdbc04a77c3f5c" -dependencies = [ - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax-codegen 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "colored", - "itertools 0.11.0", - "num-bigint", - "num-traits 0.2.19", - "salsa", - "smol_str", - "unescaper", -] - [[package]] name = "cairo-lang-parser" version = "2.6.3" @@ -2750,22 +2713,23 @@ dependencies = [ ] [[package]] -name = "cairo-lang-plugins" -version = "2.6.3" +name = "cairo-lang-parser" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81c8cf6e0ee3d6b19429cc1663738b22f1ecea7d51bf7452e8e1086f08798baf" +checksum = "eaf1c279de47a77422f81b8a98023cd523cf0ae79f7153d60c4cf8b62b8ece2f" dependencies = [ - "cairo-lang-defs 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-parser 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "indent", - "indoc 2.0.5", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-syntax 2.6.4", + "cairo-lang-syntax-codegen 2.6.4", + "cairo-lang-utils 2.6.4", + "colored", "itertools 0.11.0", + "num-bigint", + "num-traits 0.2.19", "salsa", "smol_str", + "unescaper", ] [[package]] @@ -2805,14 +2769,22 @@ dependencies = [ ] [[package]] -name = "cairo-lang-proc-macros" -version = "2.6.3" +name = "cairo-lang-plugins" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67f9da66325ce7ed6c002360f26106fe79deb9f8a2fca30abdbb8d388da7bb46" +checksum = "a1177a07498bdf45cba62f0c727388ff7433072847dbf701c58fa3c3e358154e" dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "quote", - "syn 2.0.64", + "cairo-lang-defs 2.6.4", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-parser 2.6.4", + "cairo-lang-syntax 2.6.4", + "cairo-lang-utils 2.6.4", + "indent", + "indoc 2.0.5", + "itertools 0.11.0", + "salsa", + "smol_str", ] [[package]] @@ -2822,7 +2794,7 @@ source = "git+https://github.com/starkware-libs/cairo?tag=v2.6.3#2203a47f8a098cd dependencies = [ "cairo-lang-debug 2.6.3 (git+https://github.com/starkware-libs/cairo?tag=v2.6.3)", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -2832,21 +2804,18 @@ source = "git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271 dependencies = [ "cairo-lang-debug 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] -name = "cairo-lang-project" -version = "2.6.3" +name = "cairo-lang-proc-macros" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e198af1ab3d05c7fb8b6a9a7a2e9bce245a6c855df5f770b751d29874a23b152" +checksum = "0c90d812ec983c5a8e3173aca3fc55036b9739201c89f30271ee14a4c1189379" dependencies = [ - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "smol_str", - "thiserror", - "toml 0.8.13", + "cairo-lang-debug 2.6.4", + "quote", + "syn 2.0.68", ] [[package]] @@ -2859,7 +2828,7 @@ dependencies = [ "serde", "smol_str", "thiserror", - "toml 0.8.13", + "toml 0.8.14", ] [[package]] @@ -2872,7 +2841,21 @@ dependencies = [ "serde", "smol_str", "thiserror", - "toml 0.8.13", + "toml 0.8.14", +] + +[[package]] +name = "cairo-lang-project" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3985495d7e9dc481e97135d7139cfa098024351fb51d5feef8366b5fbc104807" +dependencies = [ + "cairo-lang-filesystem 2.6.4", + "cairo-lang-utils 2.6.4", + "serde", + "smol_str", + "thiserror", + "toml 0.8.14", ] [[package]] @@ -2932,35 +2915,10 @@ dependencies = [ "sha2 0.10.8", "smol_str", "starknet-crypto 0.6.2", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", "thiserror", ] -[[package]] -name = "cairo-lang-semantic" -version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d7df81521c2125e3e95b683cc99374db1aebd7ddb317c5ca3dd92a235a9eb13" -dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-defs 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-parser 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-plugins 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-proc-macros 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "id-arena", - "indoc 2.0.5", - "itertools 0.11.0", - "num-bigint", - "num-traits 0.2.19", - "once_cell", - "salsa", - "smol_str", -] - [[package]] name = "cairo-lang-semantic" version = "2.6.3" @@ -3008,33 +2966,32 @@ dependencies = [ "once_cell", "salsa", "smol_str", - "toml 0.8.13", + "toml 0.8.14", ] [[package]] -name = "cairo-lang-sierra" -version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07da3ca1434c62a7cc7cd77d2941ef47a1c23b37325781b59407b78d8c61d863" -dependencies = [ - "anyhow", - "cairo-felt", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "const-fnv1a-hash", - "convert_case 0.6.0", - "derivative", +name = "cairo-lang-semantic" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5cfadbb9ca3479a6b5c02c0a125a5747835ba57a2de9c4e9764f42d85abe059" +dependencies = [ + "cairo-lang-debug 2.6.4", + "cairo-lang-defs 2.6.4", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-parser 2.6.4", + "cairo-lang-plugins 2.6.4", + "cairo-lang-proc-macros 2.6.4", + "cairo-lang-syntax 2.6.4", + "cairo-lang-utils 2.6.4", + "id-arena", + "indoc 2.0.5", "itertools 0.11.0", - "lalrpop", - "lalrpop-util", "num-bigint", "num-traits 0.2.19", - "regex", + "once_cell", "salsa", - "serde", - "serde_json", - "sha3", "smol_str", - "thiserror", ] [[package]] @@ -3083,22 +3040,33 @@ dependencies = [ "serde_json", "sha3", "smol_str", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", "thiserror", ] [[package]] -name = "cairo-lang-sierra-ap-change" -version = "2.6.3" +name = "cairo-lang-sierra" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122c9055eb609a511178e3dce577de061819fd4c4c6b7452804557f76ca43bbf" +checksum = "74a57492267a5a8891866b6e48cdefa508b5f05931a5f8eaf004b9de15b1ffd6" dependencies = [ - "cairo-lang-eq-solver 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra-type-size 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow", + "cairo-felt", + "cairo-lang-utils 2.6.4", + "const-fnv1a-hash", + "convert_case 0.6.0", + "derivative", "itertools 0.11.0", + "lalrpop", + "lalrpop-util", + "num-bigint", "num-traits 0.2.19", + "regex", + "salsa", + "serde", + "serde_json", + "sha3", + "smol_str", "thiserror", ] @@ -3132,15 +3100,15 @@ dependencies = [ ] [[package]] -name = "cairo-lang-sierra-gas" -version = "2.6.3" +name = "cairo-lang-sierra-ap-change" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf049d9aea65c6e38da219a3700c72f78795d11449d9adcec28047ef8d63bd23" +checksum = "6fdbb4bd95477123653b9200bd4e9dceae95a914f6fe85b2bed83b223e36fb5a" dependencies = [ - "cairo-lang-eq-solver 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra-type-size 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-eq-solver 2.6.4", + "cairo-lang-sierra 2.6.4", + "cairo-lang-sierra-type-size 2.6.4", + "cairo-lang-utils 2.6.4", "itertools 0.11.0", "num-traits 0.2.19", "thiserror", @@ -3176,26 +3144,18 @@ dependencies = [ ] [[package]] -name = "cairo-lang-sierra-generator" -version = "2.6.3" +name = "cairo-lang-sierra-gas" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e1d75e0830279ca1bd0189e3326720d6e081225f7d81ed060bbd22c6b37e980" -dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-defs 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-lowering 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-parser 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-semantic 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", +checksum = "882cb178f1b79aabf70acce1d87b08d569d8a4b0ce8b1d8f538a02cdb36789db" +dependencies = [ + "cairo-lang-eq-solver 2.6.4", + "cairo-lang-sierra 2.6.4", + "cairo-lang-sierra-type-size 2.6.4", + "cairo-lang-utils 2.6.4", "itertools 0.11.0", "num-traits 0.2.19", - "once_cell", - "salsa", - "smol_str", + "thiserror", ] [[package]] @@ -3244,6 +3204,29 @@ dependencies = [ "smol_str", ] +[[package]] +name = "cairo-lang-sierra-generator" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d80c9d29e6d3f4ab60e698ebe2de84dcf90570c3dd1cfa7b01bd5c42470331c" +dependencies = [ + "cairo-lang-debug 2.6.4", + "cairo-lang-defs 2.6.4", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-lowering 2.6.4", + "cairo-lang-parser 2.6.4", + "cairo-lang-semantic 2.6.4", + "cairo-lang-sierra 2.6.4", + "cairo-lang-syntax 2.6.4", + "cairo-lang-utils 2.6.4", + "itertools 0.11.0", + "num-traits 0.2.19", + "once_cell", + "salsa", + "smol_str", +] + [[package]] name = "cairo-lang-sierra-to-casm" version = "2.6.3" @@ -3253,11 +3236,11 @@ dependencies = [ "assert_matches", "cairo-felt", "cairo-lang-casm 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra-ap-change 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra-gas 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra-type-size 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-sierra 2.6.4", + "cairo-lang-sierra-ap-change 2.6.4", + "cairo-lang-sierra-gas 2.6.4", + "cairo-lang-sierra-type-size 2.6.4", + "cairo-lang-utils 2.6.4", "indoc 2.0.5", "itertools 0.11.0", "num-bigint", @@ -3301,20 +3284,10 @@ dependencies = [ "itertools 0.12.1", "num-bigint", "num-traits 0.2.19", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", "thiserror", ] -[[package]] -name = "cairo-lang-sierra-type-size" -version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a38da6f98c6b16945c89d2ae351c82d636ed38d3e6eb02f7c8679e3e03a63988" -dependencies = [ - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "cairo-lang-sierra-type-size" version = "2.6.3" @@ -3333,6 +3306,16 @@ dependencies = [ "cairo-lang-utils 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", ] +[[package]] +name = "cairo-lang-sierra-type-size" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d102b10989f9637b1c916dd950cbd1bd8bb1b6a7aaa1a3035390be0683b92d85" +dependencies = [ + "cairo-lang-sierra 2.6.4", + "cairo-lang-utils 2.6.4", +] + [[package]] name = "cairo-lang-starknet" version = "2.6.3" @@ -3341,18 +3324,18 @@ checksum = "2c9ffa8b3b8c47138c36b1907cebb5047dfc4de29ec10ece5bd6d6853243ec50" dependencies = [ "anyhow", "cairo-felt", - "cairo-lang-compiler 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-defs 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-diagnostics 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-lowering 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-plugins 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-semantic 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra-generator 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-compiler 2.6.4", + "cairo-lang-defs 2.6.4", + "cairo-lang-diagnostics 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-lowering 2.6.4", + "cairo-lang-plugins 2.6.4", + "cairo-lang-semantic 2.6.4", + "cairo-lang-sierra 2.6.4", + "cairo-lang-sierra-generator 2.6.4", "cairo-lang-starknet-classes 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-syntax 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-syntax 2.6.4", + "cairo-lang-utils 2.6.4", "const_format", "indent", "indoc 2.0.5", @@ -3420,7 +3403,7 @@ dependencies = [ "serde", "serde_json", "smol_str", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", "thiserror", ] @@ -3432,9 +3415,9 @@ checksum = "47c64ae2bb00173e3a88760128bf72de356fa80eb19fa47602479063648b4003" dependencies = [ "cairo-felt", "cairo-lang-casm 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-sierra 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-sierra 2.6.4", "cairo-lang-sierra-to-casm 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-utils 2.6.4", "convert_case 0.6.0", "itertools 0.11.0", "num-bigint", @@ -3493,19 +3476,18 @@ dependencies = [ "sha3", "smol_str", "starknet-crypto 0.6.2", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", "thiserror", ] [[package]] name = "cairo-lang-syntax" version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8262c426a57e1e5ec297db24278464841500613445e2cb1c43d5f71ad91ee8d6" +source = "git+https://github.com/starkware-libs/cairo?tag=v2.6.3#2203a47f8a098cd4718d03bd109ca014049419e7" dependencies = [ - "cairo-lang-debug 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-filesystem 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cairo-lang-utils 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cairo-lang-debug 2.6.3 (git+https://github.com/starkware-libs/cairo?tag=v2.6.3)", + "cairo-lang-filesystem 2.6.3 (git+https://github.com/starkware-libs/cairo?tag=v2.6.3)", + "cairo-lang-utils 2.6.3 (git+https://github.com/starkware-libs/cairo?tag=v2.6.3)", "num-bigint", "num-traits 0.2.19", "salsa", @@ -3516,11 +3498,11 @@ dependencies = [ [[package]] name = "cairo-lang-syntax" version = "2.6.3" -source = "git+https://github.com/starkware-libs/cairo?tag=v2.6.3#2203a47f8a098cd4718d03bd109ca014049419e7" +source = "git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632#d9984ef58e2f704909e271f2f01327f520ded632" dependencies = [ - "cairo-lang-debug 2.6.3 (git+https://github.com/starkware-libs/cairo?tag=v2.6.3)", - "cairo-lang-filesystem 2.6.3 (git+https://github.com/starkware-libs/cairo?tag=v2.6.3)", - "cairo-lang-utils 2.6.3 (git+https://github.com/starkware-libs/cairo?tag=v2.6.3)", + "cairo-lang-debug 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", + "cairo-lang-filesystem 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", + "cairo-lang-utils 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", "num-bigint", "num-traits 0.2.19", "salsa", @@ -3530,12 +3512,13 @@ dependencies = [ [[package]] name = "cairo-lang-syntax" -version = "2.6.3" -source = "git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632#d9984ef58e2f704909e271f2f01327f520ded632" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c62f5bd74e249636e7c48d8b95e6cc0ee991206d4a6cbe5c2624184a828e70b" dependencies = [ - "cairo-lang-debug 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", - "cairo-lang-filesystem 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", - "cairo-lang-utils 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", + "cairo-lang-debug 2.6.4", + "cairo-lang-filesystem 2.6.4", + "cairo-lang-utils 2.6.4", "num-bigint", "num-traits 0.2.19", "salsa", @@ -3546,8 +3529,7 @@ dependencies = [ [[package]] name = "cairo-lang-syntax-codegen" version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70e2d692eae4bb4179a4a1148fd5eb738a91653d86750c813658ffad4a99fa97" +source = "git+https://github.com/starkware-libs/cairo?tag=v2.6.3#2203a47f8a098cd4718d03bd109ca014049419e7" dependencies = [ "genco", "xshell", @@ -3556,7 +3538,7 @@ dependencies = [ [[package]] name = "cairo-lang-syntax-codegen" version = "2.6.3" -source = "git+https://github.com/starkware-libs/cairo?tag=v2.6.3#2203a47f8a098cd4718d03bd109ca014049419e7" +source = "git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632#d9984ef58e2f704909e271f2f01327f520ded632" dependencies = [ "genco", "xshell", @@ -3564,8 +3546,9 @@ dependencies = [ [[package]] name = "cairo-lang-syntax-codegen" -version = "2.6.3" -source = "git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632#d9984ef58e2f704909e271f2f01327f520ded632" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a744747e9ab03b65480265304490f3e29d99e4cb297e39d0e6fdb047c1bc86a7" dependencies = [ "genco", "xshell", @@ -3595,7 +3578,7 @@ dependencies = [ "num-bigint", "num-traits 0.2.19", "serde", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", ] [[package]] @@ -3617,7 +3600,7 @@ dependencies = [ "itertools 0.12.1", "num-traits 0.2.19", "rayon", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", ] [[package]] @@ -3635,14 +3618,14 @@ dependencies = [ [[package]] name = "cairo-lang-utils" version = "2.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf733a7cdc4166d0baf0ed8a98d9ada827daee6653b37d9326e334e53481c6d3" +source = "git+https://github.com/starkware-libs/cairo?tag=v2.6.3#2203a47f8a098cd4718d03bd109ca014049419e7" dependencies = [ "hashbrown 0.14.5", "indexmap 2.2.6", "itertools 0.11.0", "num-bigint", "num-traits 0.2.19", + "parity-scale-codec", "schemars", "serde", ] @@ -3650,33 +3633,33 @@ dependencies = [ [[package]] name = "cairo-lang-utils" version = "2.6.3" -source = "git+https://github.com/starkware-libs/cairo?tag=v2.6.3#2203a47f8a098cd4718d03bd109ca014049419e7" +source = "git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632#d9984ef58e2f704909e271f2f01327f520ded632" dependencies = [ + "env_logger 0.11.3", "hashbrown 0.14.5", "indexmap 2.2.6", - "itertools 0.11.0", + "itertools 0.12.1", + "log", "num-bigint", "num-traits 0.2.19", - "parity-scale-codec", "schemars", "serde", + "time", ] [[package]] name = "cairo-lang-utils" -version = "2.6.3" -source = "git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632#d9984ef58e2f704909e271f2f01327f520ded632" +version = "2.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6f98e8769412907ceb106c21c70907cc0c87ca0a2a44c82b6229a695a6f9b48" dependencies = [ - "env_logger 0.11.3", "hashbrown 0.14.5", "indexmap 2.2.6", - "itertools 0.12.1", - "log", + "itertools 0.11.0", "num-bigint", "num-traits 0.2.19", "schemars", "serde", - "time", ] [[package]] @@ -3752,7 +3735,7 @@ dependencies = [ "sha2 0.10.8", "sha3", "starknet-crypto 0.6.2", - "starknet-types-core 0.1.2", + "starknet-types-core 0.1.4", "thiserror-no-std", "zip", ] @@ -3806,9 +3789,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.97" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4" +checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d" dependencies = [ "jobserver", "libc", @@ -3835,9 +3818,9 @@ checksum = "7f22a6baf972f7277acfd5c4ff9b894df7db5b0aaecdb57b9b77b5679fff323e" dependencies = [ "anyhow", "celestia-tendermint-proto", - "prost 0.12.4", - "prost-build 0.12.4", - "prost-types 0.12.4", + "prost 0.12.6", + "prost-build 0.12.6", + "prost-types 0.12.6", "serde", ] @@ -3871,8 +3854,8 @@ dependencies = [ "futures", "num-traits 0.2.19", "once_cell", - "prost 0.12.4", - "prost-types 0.12.4", + "prost 0.12.6", + "prost-types 0.12.6", "serde", "serde_bytes", "serde_json", @@ -3895,8 +3878,8 @@ dependencies = [ "flex-error", "num-derive", "num-traits 0.2.19", - "prost 0.12.4", - "prost-types 0.12.4", + "prost 0.12.6", + "prost-types 0.12.6", "serde", "serde_bytes", "subtle-encoding", @@ -4049,9 +4032,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -4060,9 +4043,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" dependencies = [ "clap_builder", "clap_derive", @@ -4080,9 +4063,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" dependencies = [ "anstream", "anstyle", @@ -4092,30 +4075,30 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.2" +version = "4.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79504325bf38b10165b02e89b4347300f855f273c4cb30c4a3209e6583275e" +checksum = "fbca90c87c2a04da41e95d1856e8bcd22f159bdbfa147314d2ce5218057b0e58" dependencies = [ "clap", ] [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] name = "clap_lex" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" +checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "clru" @@ -4197,7 +4180,7 @@ name = "common" version = "0.7.3-alpha.1" dependencies = [ "anyhow", - "reqwest 0.12.4", + "reqwest 0.12.5", "thiserror", ] @@ -4257,9 +4240,9 @@ checksum = "32b13ea120a812beba79e34316b3942a857c86ec1593cb34f27bb28272ce2cca" [[package]] name = "const-hex" -version = "1.11.4" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ff96486ccc291d36a958107caf2c0af8c78c0af7d31ae2f35ce055130de1a6" +checksum = "94fb8a24a26d37e1ffd45343323dc9fe6654ceea44c12f2fcb3d7ac29e610bc6" dependencies = [ "cfg-if", "cpufeatures", @@ -4326,13 +4309,24 @@ dependencies = [ "version_check", ] +[[package]] +name = "cookie" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" +dependencies = [ + "percent-encoding", + "time", + "version_check", +] + [[package]] name = "cookie_store" version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "387461abbc748185c3a6e1673d826918b450b87ff22639429c694619a83b6cf6" dependencies = [ - "cookie", + "cookie 0.17.0", "idna 0.3.0", "log", "publicsuffix", @@ -4343,6 +4337,23 @@ dependencies = [ "url", ] +[[package]] +name = "cookie_store" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4934e6b7e8419148b6ef56950d277af8561060b56afd59e2aadf98b59fce6baa" +dependencies = [ + "cookie 0.18.1", + "idna 0.5.0", + "log", + "publicsuffix", + "serde", + "serde_derive", + "serde_json", + "time", + "url", +] + [[package]] name = "core-foundation" version = "0.9.4" @@ -4413,9 +4424,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -4482,9 +4493,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.12" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" +checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" dependencies = [ "crossbeam-utils", ] @@ -4519,9 +4530,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -4595,16 +4606,15 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.2" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", "cpufeatures", "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", - "platforms", "rustc_version 0.4.0", "subtle", "zeroize", @@ -4618,7 +4628,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -4679,7 +4689,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -4701,7 +4711,7 @@ checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" dependencies = [ "darling_core 0.20.9", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -4749,14 +4759,14 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ - "uuid 1.8.0", + "uuid 1.9.1", ] [[package]] name = "deno_task_shell" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e5ff66a1e89edb7ca0c36b73a8fcdc008ba426c4ad7a36e1dfb3f4a166179e" +checksum = "dd6413ffc1654cad015edb5c4ab574069acdc929a6efafed23bc947901bcff1a" dependencies = [ "anyhow", "futures", @@ -4868,7 +4878,7 @@ dependencies = [ "darling 0.20.9", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -4888,20 +4898,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" dependencies = [ "derive_builder_core 0.20.0", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] name = "derive_more" -version = "0.99.17" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case 0.4.0", "proc-macro2", "quote", "rustc_version 0.4.0", - "syn 1.0.109", + "syn 2.0.68", ] [[package]] @@ -5019,13 +5029,13 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -5106,7 +5116,7 @@ dependencies = [ "starknet", "test-log", "thiserror", - "toml 0.8.13", + "toml 0.8.14", "tracing", "url", ] @@ -5125,7 +5135,7 @@ name = "dojo-metrics" version = "0.7.3-alpha.1" dependencies = [ "anyhow", - "hyper 0.14.28", + "hyper 0.14.29", "jemalloc-ctl", "jemallocator", "metrics", @@ -5167,7 +5177,7 @@ dependencies = [ "starknet", "thiserror", "tokio", - "toml 0.8.13", + "toml 0.8.14", "tracing", "url", ] @@ -5221,7 +5231,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.8.13", + "toml 0.8.14", "topological-sort", "tracing", "url", @@ -5319,9 +5329,9 @@ dependencies = [ [[package]] name = "either" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" dependencies = [ "serde", ] @@ -5398,7 +5408,7 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -5410,7 +5420,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -5543,43 +5553,22 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "event-listener" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", -] - -[[package]] -name = "event-listener" -version = "5.3.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24" +checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", "pin-project-lite", ] -[[package]] -name = "event-listener-strategy" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" -dependencies = [ - "event-listener 4.0.3", - "pin-project-lite", -] - [[package]] name = "event-listener-strategy" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 5.3.0", + "event-listener 5.3.1", "pin-project-lite", ] @@ -5674,12 +5663,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "finl_unicode" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" - [[package]] name = "fixed-hash" version = "0.8.0" @@ -5809,9 +5792,9 @@ dependencies = [ [[package]] name = "futures-bounded" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e2774cc104e198ef3d3e1ff4ab40f86fa3245d6cb6a3a46174f21463cee173" +checksum = "91f328e7fb845fc832912fb6a34f40cf6d1888c92f974d1893a54e97b5ff542e" dependencies = [ "futures-timer", "futures-util", @@ -5853,7 +5836,7 @@ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" dependencies = [ "futures-core", "lock_api", - "parking_lot 0.12.2", + "parking_lot 0.12.3", ] [[package]] @@ -5898,7 +5881,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -5970,9 +5953,9 @@ checksum = "42012b0f064e01aa58b545fe3727f90f7dd4020f4a3ea735b50344965f5a57e9" [[package]] name = "genco" -version = "0.17.8" +version = "0.17.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98d7af598790738fee616426e669360fa361273b1b9c9b7f30c92fa627605cad" +checksum = "afac3cbb14db69ac9fef9cdb60d8a87e39a7a527f85a81a923436efa40ad42c6" dependencies = [ "genco-macros", "relative-path", @@ -5981,13 +5964,13 @@ dependencies = [ [[package]] name = "genco-macros" -version = "0.17.8" +version = "0.17.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4cf186fea4af17825116f72932fe52cce9a13bae39ff63b4dc0cfdb3fb4bde1" +checksum = "553630feadf7b76442b0849fd25fdf89b860d933623aec9693fed19af0400c78" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -6026,15 +6009,15 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "gix" -version = "0.62.0" +version = "0.63.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5631c64fb4cd48eee767bf98a3cbc5c9318ef3bb71074d4c099a2371510282b6" +checksum = "984c5018adfa7a4536ade67990b3ebc6e11ab57b3d6cd9968de0947ca99b4b06" dependencies = [ "gix-actor", "gix-archive", @@ -6082,7 +6065,7 @@ dependencies = [ "gix-worktree-state", "gix-worktree-stream", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "regex", "signal-hook", "smallvec", @@ -6091,23 +6074,23 @@ dependencies = [ [[package]] name = "gix-actor" -version = "0.31.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45c3a3bde455ad2ee8ba8a195745241ce0b770a8a26faae59fcf409d01b28c46" +checksum = "d69c59d392c7e6c94385b6fd6089d6df0fe945f32b4357687989f3aee253cd7f" dependencies = [ "bstr 1.9.1", "gix-date", "gix-utils", "itoa", "thiserror", - "winnow 0.6.8", + "winnow 0.6.13", ] [[package]] name = "gix-archive" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f28b5481bbe35de9f2eacbd8dbc61da7b8d763eaecd667018602aa805e2e2e" +checksum = "04f103e42cb054d33de74d5e9de471772b94e2bcd0759264f599ae273586ff72" dependencies = [ "bstr 1.9.1", "gix-date", @@ -6153,9 +6136,9 @@ dependencies = [ [[package]] name = "gix-command" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90009020dc4b3de47beed28e1334706e0a330ddd17f5cfeb097df3b15a54b77" +checksum = "6c22e086314095c43ffe5cdc5c0922d5439da4fd726f3b0438c56147c34dc225" dependencies = [ "bstr 1.9.1", "gix-path", @@ -6179,9 +6162,9 @@ dependencies = [ [[package]] name = "gix-config" -version = "0.36.1" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7580e05996e893347ad04e1eaceb92e1c0e6a3ffe517171af99bf6b6df0ca6e5" +checksum = "53fafe42957e11d98e354a66b6bd70aeea00faf2f62dd11164188224a507c840" dependencies = [ "bstr 1.9.1", "gix-config-value", @@ -6195,7 +6178,7 @@ dependencies = [ "smallvec", "thiserror", "unicode-bom", - "winnow 0.6.8", + "winnow 0.6.13", ] [[package]] @@ -6204,7 +6187,7 @@ version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbd06203b1a9b33a78c88252a625031b094d9e1b647260070c25b09910c0a804" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bstr 1.9.1", "gix-path", "libc", @@ -6230,9 +6213,9 @@ dependencies = [ [[package]] name = "gix-date" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "367ee9093b0c2b04fd04c5c7c8b6a1082713534eab537597ae343663a518fa99" +checksum = "9eed6931f21491ee0aeb922751bd7ec97b4b2fe8fbfedcb678e2a2dce5f3b8c0" dependencies = [ "bstr 1.9.1", "itoa", @@ -6242,9 +6225,9 @@ dependencies = [ [[package]] name = "gix-diff" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5fbc24115b957346cd23fb0f47d830eb799c46c89cdcf2f5acc9bf2938c2d01" +checksum = "40b9bd8b2d07b6675a840b56a6c177d322d45fa082672b0dad8f063b25baf0a4" dependencies = [ "bstr 1.9.1", "gix-command", @@ -6262,9 +6245,9 @@ dependencies = [ [[package]] name = "gix-dir" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6fcd56ffa1133f35525af890226ad0d3b2e607b4490360c94b1869e278eba3" +checksum = "60c99f8c545abd63abe541d20ab6cda347de406c0a3f1c80aadc12d9b0e94974" dependencies = [ "bstr 1.9.1", "gix-discover", @@ -6282,9 +6265,9 @@ dependencies = [ [[package]] name = "gix-discover" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64bab49087ed3710caf77e473dc0efc54ca33d8ccc6441359725f121211482b1" +checksum = "fc27c699b63da66b50d50c00668bc0b7e90c3a382ef302865e891559935f3dbf" dependencies = [ "bstr 1.9.1", "dunce", @@ -6298,9 +6281,9 @@ dependencies = [ [[package]] name = "gix-features" -version = "0.38.1" +version = "0.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db4254037d20a247a0367aa79333750146a369719f0c6617fec4f5752cc62b37" +checksum = "ac7045ac9fe5f9c727f38799d002a7ed3583cd777e3322a7c4b43e3cf437dc69" dependencies = [ "bytes", "bytesize", @@ -6313,7 +6296,7 @@ dependencies = [ "jwalk", "libc", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "prodash", "sha1_smol", "thiserror", @@ -6322,9 +6305,9 @@ dependencies = [ [[package]] name = "gix-filter" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c0d1f01af62bfd2fb3dd291acc2b29d4ab3e96ad52a679174626508ce98ef12" +checksum = "00ce6ea5ac8fca7adbc63c48a1b9e0492c222c386aa15f513405f1003f2f4ab2" dependencies = [ "bstr 1.9.1", "encoding_rs", @@ -6343,21 +6326,22 @@ dependencies = [ [[package]] name = "gix-fs" -version = "0.10.2" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2184c40e7910529677831c8b481acf788ffd92427ed21fad65b6aa637e631b8" +checksum = "c3338ff92a2164f5209f185ec0cd316f571a72676bb01d27e22f2867ba69f77a" dependencies = [ + "fastrand 2.1.0", "gix-features", "gix-utils", ] [[package]] name = "gix-glob" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "682bdc43cb3c00dbedfcc366de2a849b582efd8d886215dbad2ea662ec156bb5" +checksum = "c2a29ad0990cf02c48a7aac76ed0dbddeb5a0d070034b83675cc3bbf937eace4" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bstr 1.9.1", "gix-features", "gix-path", @@ -6381,7 +6365,7 @@ checksum = "7ddf80e16f3c19ac06ce415a38b8591993d3f73aede049cb561becb5b3a8e242" dependencies = [ "gix-hash", "hashbrown 0.14.5", - "parking_lot 0.12.2", + "parking_lot 0.12.3", ] [[package]] @@ -6399,11 +6383,11 @@ dependencies = [ [[package]] name = "gix-index" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881ab3b1fa57f497601a5add8289e72a7ae09471fc0b9bbe483b628ae8e418a1" +checksum = "2d8c5a5f1c58edcbc5692b174cda2703aba82ed17d7176ff4c1752eb48b1b167" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bstr 1.9.1", "filetime", "fnv", @@ -6415,6 +6399,7 @@ dependencies = [ "gix-object", "gix-traverse", "gix-utils", + "gix-validate", "hashbrown 0.14.5", "itoa", "libc", @@ -6426,9 +6411,9 @@ dependencies = [ [[package]] name = "gix-lock" -version = "13.1.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7c359f81f01b8352063319bcb39789b7ea0887b406406381106e38c4a34d049" +checksum = "e3bc7fe297f1f4614774989c00ec8b1add59571dc9b024b4c00acb7dedd4e19d" dependencies = [ "gix-tempfile", "gix-utils", @@ -6437,20 +6422,20 @@ dependencies = [ [[package]] name = "gix-macros" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dff438f14e67e7713ab9332f5fd18c8f20eb7eb249494f6c2bf170522224032" +checksum = "999ce923619f88194171a67fb3e6d613653b8d4d6078b529b15a765da0edcc17" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] name = "gix-mailmap" -version = "0.23.0" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28a62c86c08a65f99002013d58dd3312b2987705547436bdb90c507dcd9a41b1" +checksum = "f69655c4706db2545f2d78723db30ac15738811de0bc14963135d06666392279" dependencies = [ "bstr 1.9.1", "gix-actor", @@ -6460,11 +6445,11 @@ dependencies = [ [[package]] name = "gix-negotiate" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ba98f8c8c06870dfc167d192ca38a38261867b836cb89ac80bc9176dba975e" +checksum = "d57dec54544d155a495e01de947da024471e1825d7d3f2724301c07a310d6184" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "gix-commitgraph", "gix-date", "gix-hash", @@ -6476,9 +6461,9 @@ dependencies = [ [[package]] name = "gix-object" -version = "0.42.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d4f8efae72030df1c4a81d02dbe2348e748d9b9a11e108ed6efbd846326e051" +checksum = "1fe2dc4a41191c680c942e6ebd630c8107005983c4679214fdb1007dcf5ae1df" dependencies = [ "bstr 1.9.1", "gix-actor", @@ -6490,14 +6475,14 @@ dependencies = [ "itoa", "smallvec", "thiserror", - "winnow 0.6.8", + "winnow 0.6.13", ] [[package]] name = "gix-odb" -version = "0.60.0" +version = "0.61.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8bbb43d2fefdc4701ffdf9224844d05b136ae1b9a73c2f90710c8dd27a93503" +checksum = "e92b9790e2c919166865d0825b26cc440a387c175bed1b43a2fa99c0e9d45e98" dependencies = [ "arc-swap", "gix-date", @@ -6508,16 +6493,16 @@ dependencies = [ "gix-pack", "gix-path", "gix-quote", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "tempfile", "thiserror", ] [[package]] name = "gix-pack" -version = "0.50.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b58bad27c7677fa6b587aab3a1aca0b6c97373bd371a0a4290677c838c9bcaf1" +checksum = "7a8da51212dbff944713edb2141ed7e002eea326b8992070374ce13a6cb610b3" dependencies = [ "clru", "gix-chunk", @@ -6528,7 +6513,7 @@ dependencies = [ "gix-path", "gix-tempfile", "memmap2", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "smallvec", "thiserror", "uluru", @@ -6548,9 +6533,9 @@ dependencies = [ [[package]] name = "gix-path" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23623cf0f475691a6d943f898c4d0b89f5c1a2a64d0f92bce0e0322ee6528783" +checksum = "ca987128ffb056d732bd545db5db3d8b103d252fbf083c2567bb0796876619a4" dependencies = [ "bstr 1.9.1", "gix-trace", @@ -6561,11 +6546,11 @@ dependencies = [ [[package]] name = "gix-pathspec" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea9f934a111e0efdf93ae06e3648427e60e783099fbebd6a53a7a2ffb10a1e65" +checksum = "a76cab098dc10ba2d89f634f66bf196dea4d7db4bf10b75c7a9c201c55a2ee19" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bstr 1.9.1", "gix-attributes", "gix-config-value", @@ -6576,13 +6561,13 @@ dependencies = [ [[package]] name = "gix-prompt" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5325eb17ce7b5e5d25dec5c2315d642a09d55b9888b3bf46b7d72e1621a55d8" +checksum = "fddabbc7c51c241600ab3c4623b19fa53bde7c1a2f637f61043ed5fcadf000cc" dependencies = [ "gix-command", "gix-config-value", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rustix 0.38.34", "thiserror", ] @@ -6600,9 +6585,9 @@ dependencies = [ [[package]] name = "gix-ref" -version = "0.43.0" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd4aba68b925101cb45d6df328979af0681364579db889098a0de75b36c77b65" +checksum = "3394a2997e5bc6b22ebc1e1a87b41eeefbcfcff3dbfa7c4bd73cb0ac8f1f3e2e" dependencies = [ "gix-actor", "gix-date", @@ -6617,7 +6602,7 @@ dependencies = [ "gix-validate", "memmap2", "thiserror", - "winnow 0.6.8", + "winnow 0.6.13", ] [[package]] @@ -6636,9 +6621,9 @@ dependencies = [ [[package]] name = "gix-revision" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e34196e1969bd5d36e2fbc4467d893999132219d503e23474a8ad2b221cb1e8" +checksum = "63e08f8107ed1f93a83bcfbb4c38084c7cb3f6cd849793f1d5eec235f9b13b2b" dependencies = [ "bstr 1.9.1", "gix-date", @@ -6652,9 +6637,9 @@ dependencies = [ [[package]] name = "gix-revwalk" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a7d393ae814eeaae41a333c0ff684b243121cc61ccdc5bbe9897094588047d" +checksum = "4181db9cfcd6d1d0fd258e91569dbb61f94cb788b441b5294dd7f1167a3e788f" dependencies = [ "gix-commitgraph", "gix-date", @@ -6671,7 +6656,7 @@ version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fddc27984a643b20dd03e97790555804f98cf07404e0e552c0ad8133266a79a1" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "gix-path", "libc", "windows-sys 0.52.0", @@ -6679,9 +6664,9 @@ dependencies = [ [[package]] name = "gix-status" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c413bfd2952e4ee92e48438dac3c696f3555e586a34d184a427f6bedd1e4f9" +checksum = "2f4373d989713809554d136f51bc7da565adf45c91aa4d86ef6a79801621bfc8" dependencies = [ "bstr 1.9.1", "filetime", @@ -6701,9 +6686,9 @@ dependencies = [ [[package]] name = "gix-submodule" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb7ea05666362472fecd44c1fc35fe48a5b9b841b431cc4f85b95e6f20c23ec" +checksum = "921cd49924ac14b6611b22e5fb7bbba74d8780dc7ad26153304b64d1272460ac" dependencies = [ "bstr 1.9.1", "gix-config", @@ -6716,15 +6701,15 @@ dependencies = [ [[package]] name = "gix-tempfile" -version = "13.1.1" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a761d76594f4443b675e85928e4902dec333273836bd386906f01e7e346a0d11" +checksum = "d3b0e276cd08eb2a22e9f286a4f13a222a01be2defafa8621367515375644b99" dependencies = [ "dashmap", "gix-fs", "libc", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "signal-hook", "signal-hook-registry", "tempfile", @@ -6738,11 +6723,11 @@ checksum = "f924267408915fddcd558e3f37295cc7d6a3e50f8bd8b606cee0808c3915157e" [[package]] name = "gix-traverse" -version = "0.39.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4029ec209b0cc480d209da3837a42c63801dd8548f09c1f4502c60accb62aeb" +checksum = "f20cb69b63eb3e4827939f42c05b7756e3488ef49c25c412a876691d568ee2a0" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "gix-commitgraph", "gix-date", "gix-hash", @@ -6780,9 +6765,9 @@ dependencies = [ [[package]] name = "gix-validate" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e39fc6e06044985eac19dd34d474909e517307582e462b2eb4c8fa51b6241545" +checksum = "82c27dd34a49b1addf193c92070bcbf3beaf6e10f16a78544de6372e146a0acf" dependencies = [ "bstr 1.9.1", "thiserror", @@ -6790,9 +6775,9 @@ dependencies = [ [[package]] name = "gix-worktree" -version = "0.33.1" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f06ca5dd164678914fc9280ba9d1ffeb66499ccc16ab1278c513828beee88401" +checksum = "53f6b7de83839274022aff92157d7505f23debf739d257984a300a35972ca94e" dependencies = [ "bstr 1.9.1", "gix-attributes", @@ -6804,13 +6789,14 @@ dependencies = [ "gix-index", "gix-object", "gix-path", + "gix-validate", ] [[package]] name = "gix-worktree-state" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70b4bcac42d5b3197d38e3f15f6eb277c5e6d6a1669c7beabed8f666dba1c9b8" +checksum = "e64b2835892ce553b15aef7f6f7bb1e39e146fdf71eb99609b86710a7786cf34" dependencies = [ "bstr 1.9.1", "gix-features", @@ -6828,9 +6814,9 @@ dependencies = [ [[package]] name = "gix-worktree-stream" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e73f7f8c1354516339a244f61f0fe3080b4cf25ddcbcfefd2d56661d51e88d4" +checksum = "4c5a4d58fa1375cd40a24c9d1a501520fcba17eea109c58c7e208b309635b46a" dependencies = [ "gix-attributes", "gix-features", @@ -6840,7 +6826,7 @@ dependencies = [ "gix-object", "gix-path", "gix-traverse", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "thiserror", ] @@ -6859,8 +6845,8 @@ dependencies = [ "aho-corasick", "bstr 1.9.1", "log", - "regex-automata 0.4.6", - "regex-syntax 0.8.3", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] [[package]] @@ -6869,7 +6855,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "ignore", "walkdir", ] @@ -7140,6 +7126,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -7198,7 +7190,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rand", "resolv-conf", "smallvec", @@ -7290,12 +7282,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", - "futures-core", + "futures-util", "http 1.1.0", "http-body 1.0.0", "pin-project-lite", @@ -7309,9 +7301,9 @@ checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" [[package]] name = "httparse" -version = "1.8.0" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "httpdate" @@ -7333,9 +7325,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.28" +version = "0.14.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" +checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" dependencies = [ "bytes", "futures-channel", @@ -7384,7 +7376,7 @@ dependencies = [ "common-multipart-rfc7578", "futures-core", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", ] [[package]] @@ -7392,7 +7384,7 @@ name = "hyper-reverse-proxy" version = "0.5.2-dev" source = "git+https://github.com/tarrencev/hyper-reverse-proxy#4bfaf98b7ae61a49c6238ee1bd38ad030e7fa7f6" dependencies = [ - "hyper 0.14.28", + "hyper 0.14.29", "lazy_static", "tokio", "tracing", @@ -7405,7 +7397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" dependencies = [ "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "log", "rustls 0.20.9", "rustls-native-certs", @@ -7421,7 +7413,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "log", "rustls 0.21.12", "rustls-native-certs", @@ -7432,19 +7424,20 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.26.0" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" +checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", "hyper 1.3.1", "hyper-util", - "rustls 0.22.4", + "rustls 0.23.10", "rustls-pki-types", "tokio", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tower-service", + "webpki-roots 0.26.3", ] [[package]] @@ -7453,7 +7446,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper 0.14.28", + "hyper 0.14.29", "pin-project-lite", "tokio", "tokio-io-timeout", @@ -7466,7 +7459,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper 0.14.28", + "hyper 0.14.29", "native-tls", "tokio", "tokio-native-tls", @@ -7490,9 +7483,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" dependencies = [ "bytes", "futures-channel", @@ -7589,7 +7582,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.3.2", + "async-io 2.3.3", "core-foundation", "fnv", "futures", @@ -7613,7 +7606,7 @@ dependencies = [ "bytes", "futures", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "log", "rand", "tokio", @@ -7631,7 +7624,7 @@ dependencies = [ "globset", "log", "memchr", - "regex-automata 0.4.6", + "regex-automata 0.4.7", "same-file", "walkdir", "winapi-util", @@ -7687,18 +7680,18 @@ dependencies = [ [[package]] name = "include_dir" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ "include_dir_macros", ] [[package]] name = "include_dir_macros" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ "proc-macro2", "quote", @@ -7813,9 +7806,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", "js-sys", @@ -7858,7 +7851,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -7885,7 +7878,7 @@ dependencies = [ "bytes", "futures", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-multipart-rfc7578", "hyper-rustls 0.23.2", "ipfs-api-prelude", @@ -7938,7 +7931,7 @@ version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.52.0", ] @@ -8153,9 +8146,9 @@ dependencies = [ "futures-timer", "futures-util", "globset", - "hyper 0.14.28", + "hyper 0.14.29", "jsonrpsee-types 0.16.3", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rand", "rustc-hash", "serde", @@ -8179,7 +8172,7 @@ dependencies = [ "beef", "futures-timer", "futures-util", - "hyper 0.14.28", + "hyper 0.14.29", "jsonrpsee-types 0.20.3", "rustc-hash", "serde", @@ -8196,7 +8189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e5f9fabdd5d79344728521bb65e3106b49ec405a78b66fbff073b72b389fa43" dependencies = [ "async-trait", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-rustls 0.24.2", "jsonrpsee-core 0.16.3", "jsonrpsee-types 0.16.3", @@ -8215,7 +8208,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f80c17f62c7653ce767e3d7288b793dfec920f97067ceb189ebdd3570f2bc20" dependencies = [ "async-trait", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-rustls 0.24.2", "jsonrpsee-core 0.20.3", "jsonrpsee-types 0.20.3", @@ -8263,7 +8256,7 @@ dependencies = [ "futures-channel", "futures-util", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "jsonrpsee-core 0.16.3", "jsonrpsee-types 0.16.3", "serde", @@ -8419,7 +8412,7 @@ dependencies = [ "proc-macro2", "quote", "serde", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -8432,7 +8425,6 @@ dependencies = [ "alloy-provider 0.1.0", "alloy-rpc-types", "alloy-signer 0.1.0", - "alloy-signer-wallet", "alloy-sol-types", "alloy-transport 0.1.0", "anyhow", @@ -8455,9 +8447,9 @@ dependencies = [ "katana-tasks", "lazy_static", "metrics", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rand", - "reqwest 0.12.4", + "reqwest 0.12.5", "serde", "serde_json", "serde_with 2.3.3", @@ -8480,7 +8472,7 @@ dependencies = [ "criterion", "katana-primitives", "page_size", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "postcard", "reth-libmdbx", "roaring", @@ -8506,7 +8498,7 @@ dependencies = [ "katana-primitives", "katana-provider", "katana-rpc-types", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pprof", "rstest 0.18.2", "rstest_reuse", @@ -8531,7 +8523,6 @@ dependencies = [ "katana-cairo", "lazy_static", "rand", - "rayon", "serde", "serde_json", "serde_with 2.3.3", @@ -8557,7 +8548,7 @@ dependencies = [ "katana-primitives", "katana-runner", "lazy_static", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rand", "rstest 0.18.2", "rstest_reuse", @@ -8586,7 +8577,7 @@ dependencies = [ "flate2", "futures", "hex", - "hyper 0.14.28", + "hyper 0.14.29", "jsonrpsee 0.16.3", "katana-core", "katana-executor", @@ -8664,7 +8655,6 @@ dependencies = [ "anyhow", "assert_fs", "chrono", - "home", "katana-core", "katana-primitives", "lazy_static", @@ -8773,7 +8763,7 @@ dependencies = [ "petgraph", "pico-args", "regex", - "regex-syntax 0.8.3", + "regex-syntax 0.8.4", "string_cache", "term", "tiny-keccak", @@ -8787,7 +8777,7 @@ version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" dependencies = [ - "regex-automata 0.4.6", + "regex-automata 0.4.7", ] [[package]] @@ -8820,11 +8810,11 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.5.2", + "spin 0.9.8", ] [[package]] @@ -8846,15 +8836,15 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.154" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libloading" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" +checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" dependencies = [ "cfg-if", "windows-targets 0.52.5", @@ -8868,9 +8858,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libmimalloc-sys" -version = "0.1.37" +version = "0.1.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7" +checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44" dependencies = [ "cc", "libc", @@ -8948,7 +8938,7 @@ dependencies = [ "multihash 0.19.1", "multistream-select 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project", "quick-protobuf", "rand", @@ -8975,7 +8965,7 @@ dependencies = [ "multihash 0.19.1", "multistream-select 0.13.0 (git+https://github.com/libp2p/rust-libp2p?rev=451bcb60bb472262f96071006b19e5d236b1dd54)", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project", "quick-protobuf", "rand", @@ -8997,7 +8987,7 @@ dependencies = [ "hickory-resolver", "libp2p-core 0.41.2 (git+https://github.com/libp2p/rust-libp2p?rev=451bcb60bb472262f96071006b19e5d236b1dd54)", "libp2p-identity", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "smallvec", "tracing", ] @@ -9087,9 +9077,9 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "999ec70441b2fb35355076726a6bc466c932e9bdc66f6a11c6c0aa17c7ab9be0" +checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ "bs58", "ed25519-dalek", @@ -9195,8 +9185,8 @@ dependencies = [ "libp2p-core 0.41.2 (git+https://github.com/libp2p/rust-libp2p?rev=451bcb60bb472262f96071006b19e5d236b1dd54)", "libp2p-identity", "libp2p-tls", - "parking_lot 0.12.2", - "quinn", + "parking_lot 0.12.3", + "quinn 0.10.2", "rand", "ring 0.16.20", "rustls 0.21.12", @@ -9285,7 +9275,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -9419,7 +9409,7 @@ dependencies = [ "thiserror", "tracing", "yamux 0.12.1", - "yamux 0.13.2", + "yamux 0.13.3", ] [[package]] @@ -9439,7 +9429,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "libc", ] @@ -9462,22 +9452,22 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linkme" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "833222afbfe72868ac8f9770c91a33673f0d5fefc37c9dbe94aa3548b571623f" +checksum = "ccb76662d78edc9f9bf56360d6919bdacc8b7761227727e5082f128eeb90bbf5" dependencies = [ "linkme-impl", ] [[package]] name = "linkme-impl" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39f0dea92dbea3271557cc2e1848723967bba81f722f95026860974ec9283f08" +checksum = "f8dccda732e04fa3baf2e17cf835bfe2601c7c2edafd64417c627dabae3a8cda" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -9488,9 +9478,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lock_api" @@ -9602,9 +9592,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memmap2" @@ -9642,7 +9632,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d4fa7ce7c4862db464a37b0b31d89bca874562f034bd7993895572783d02950" dependencies = [ "base64 0.21.7", - "hyper 0.14.28", + "hyper 0.14.29", "indexmap 1.9.3", "ipnet", "metrics", @@ -9661,7 +9651,7 @@ checksum = "38b4faf00617defe497754acde3024865bc143d44a86799b24e191ecff91354f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -9700,9 +9690,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.41" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d" +checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633" dependencies = [ "libmimalloc-sys", ] @@ -9741,9 +9731,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ "adler", ] @@ -9909,11 +9899,10 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "lazy_static", "libc", "log", "openssl", @@ -10055,7 +10044,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "cfg_aliases", "libc", @@ -10099,7 +10088,7 @@ version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "crossbeam-channel", "filetime", "fsevent-sys", @@ -10112,16 +10101,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "notify-debouncer-mini" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e55ee272914f4563a2f8b8553eb6811f3c0caea81c756346bad15b7e3ef969f0" -dependencies = [ - "crossbeam-channel", - "notify", -] - [[package]] name = "nu-ansi-term" version = "0.46.0" @@ -10270,7 +10249,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] @@ -10291,7 +10270,7 @@ checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -10320,9 +10299,9 @@ dependencies = [ [[package]] name = "object" -version = "0.32.2" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" +checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" dependencies = [ "memchr", ] @@ -10369,7 +10348,7 @@ version = "0.10.64" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "foreign-types", "libc", @@ -10386,7 +10365,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -10433,9 +10412,9 @@ dependencies = [ [[package]] name = "os_pipe" -version = "1.1.5" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" +checksum = "29d73ba8daf8fac13b0501d1abeddcfe21ba7401ada61a819144b6c2a4f32209" dependencies = [ "libc", "windows-sys 0.52.0", @@ -10526,9 +10505,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core 0.9.10", @@ -10556,7 +10535,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.1", + "redox_syscall 0.5.2", "smallvec", "windows-targets 0.52.5", ] @@ -10676,7 +10655,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -10730,7 +10709,7 @@ dependencies = [ "phf_shared 0.11.2", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -10774,7 +10753,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -10791,9 +10770,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf" +checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" dependencies = [ "atomic-waker", "fastrand 2.1.0", @@ -10827,17 +10806,11 @@ version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" -[[package]] -name = "platforms" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" - [[package]] name = "plotters" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" +checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3" dependencies = [ "num-traits 0.2.19", "plotters-backend", @@ -10848,15 +10821,15 @@ dependencies = [ [[package]] name = "plotters-backend" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" +checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7" [[package]] name = "plotters-svg" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" +checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705" dependencies = [ "plotters-backend", ] @@ -10879,13 +10852,13 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.0" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3" +checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", + "hermit-abi 0.4.0", "pin-project-lite", "rustix 0.38.34", "tracing", @@ -10953,7 +10926,7 @@ dependencies = [ "log", "nix 0.26.4", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "smallvec", "symbolic-demangle", "tempfile", @@ -11035,7 +11008,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" dependencies = [ "proc-macro2", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -11119,9 +11092,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.82" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] @@ -11132,7 +11105,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "hex", "lazy_static", "procfs-core", @@ -11145,7 +11118,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "hex", ] @@ -11167,7 +11140,7 @@ checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "prometheus-client-derive-encode", ] @@ -11179,24 +11152,24 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] name = "proptest" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" +checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.5.0", + "bitflags 2.6.0", "lazy_static", "num-traits 0.2.19", "rand", "rand_chacha", "rand_xorshift", - "regex-syntax 0.8.3", + "regex-syntax 0.8.4", "rusty-fork", "tempfile", "unarray", @@ -11214,12 +11187,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ "bytes", - "prost-derive 0.12.4", + "prost-derive 0.12.6", ] [[package]] @@ -11246,9 +11219,9 @@ dependencies = [ [[package]] name = "prost-build" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80b776a1b2dc779f5ee0641f8ade0125bc1298dd41a9a0c16d8bd57b42d222b1" +checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes", "heck 0.5.0", @@ -11258,10 +11231,10 @@ dependencies = [ "once_cell", "petgraph", "prettyplease 0.2.20", - "prost 0.12.4", - "prost-types 0.12.4", + "prost 0.12.6", + "prost-types 0.12.6", "regex", - "syn 2.0.64", + "syn 2.0.68", "tempfile", ] @@ -11280,15 +11253,15 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -11302,11 +11275,11 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3235c33eb02c1f1e212abdbe34c78b264b038fb58ca612664343271e36e55ffe" +checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" dependencies = [ - "prost 0.12.4", + "prost 0.12.6", ] [[package]] @@ -11321,7 +11294,7 @@ dependencies = [ "hyper-util", "prefix-hex", "rand", - "reqwest 0.12.4", + "reqwest 0.12.5", "reqwest_cookie_store", "serde", "serde_json", @@ -11422,8 +11395,8 @@ dependencies = [ "bytes", "futures-io", "pin-project-lite", - "quinn-proto", - "quinn-udp", + "quinn-proto 0.10.6", + "quinn-udp 0.4.1", "rustc-hash", "rustls 0.21.12", "thiserror", @@ -11431,6 +11404,23 @@ dependencies = [ "tracing", ] +[[package]] +name = "quinn" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad" +dependencies = [ + "bytes", + "pin-project-lite", + "quinn-proto 0.11.3", + "quinn-udp 0.5.2", + "rustc-hash", + "rustls 0.23.10", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "quinn-proto" version = "0.10.6" @@ -11448,6 +11438,23 @@ dependencies = [ "tracing", ] +[[package]] +name = "quinn-proto" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe" +dependencies = [ + "bytes", + "rand", + "ring 0.17.8", + "rustc-hash", + "rustls 0.23.10", + "slab", + "thiserror", + "tinyvec", + "tracing", +] + [[package]] name = "quinn-udp" version = "0.4.1" @@ -11461,6 +11468,19 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "quinn-udp" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46" +dependencies = [ + "libc", + "once_cell", + "socket2 0.5.7", + "tracing", + "windows-sys 0.52.0", +] + [[package]] name = "quote" version = "1.0.36" @@ -11581,9 +11601,9 @@ dependencies = [ [[package]] name = "redb" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed7508e692a49b6b2290b56540384ccae9b1fb4d77065640b165835b56ffe3bb" +checksum = "a6dd20d3cdeb9c7d2366a0b16b93b35b75aec15309fbeb7ce477138c9f68c8c0" dependencies = [ "libc", ] @@ -11608,11 +11628,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -11628,14 +11648,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.6", - "regex-syntax 0.8.3", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] [[package]] @@ -11649,13 +11669,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.3", + "regex-syntax 0.8.4", ] [[package]] @@ -11666,9 +11686,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "relative-path" @@ -11691,7 +11711,7 @@ dependencies = [ "h2", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-rustls 0.24.2", "hyper-tls 0.5.0", "ipnet", @@ -11708,7 +11728,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "sync_wrapper", + "sync_wrapper 0.1.2", "system-configuration", "tokio", "tokio-native-tls", @@ -11726,14 +11746,14 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" +checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" dependencies = [ "base64 0.22.1", "bytes", - "cookie", - "cookie_store", + "cookie 0.18.1", + "cookie_store 0.21.0", "futures-channel", "futures-core", "futures-util", @@ -11741,7 +11761,7 @@ dependencies = [ "http-body 1.0.0", "http-body-util", "hyper 1.3.1", - "hyper-rustls 0.26.0", + "hyper-rustls 0.27.2", "hyper-tls 0.6.0", "hyper-util", "ipnet", @@ -11752,22 +11772,23 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls 0.22.4", + "quinn 0.11.2", + "rustls 0.23.10", "rustls-pemfile 2.1.2", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", - "sync_wrapper", + "sync_wrapper 1.0.1", "tokio", "tokio-native-tls", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.26.1", + "webpki-roots 0.26.3", "winreg 0.52.0", ] @@ -11778,8 +11799,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93ea5c6f30c19d766efe8d823c88f9abd1c56516648a0d4264ab2dc04cc19472" dependencies = [ "bytes", - "cookie_store", - "reqwest 0.12.4", + "cookie_store 0.20.0", + "reqwest 0.12.5", "url", ] @@ -11798,12 +11819,12 @@ name = "reth-libmdbx" version = "0.1.0-alpha.13" source = "git+https://github.com/paradigmxyz/reth.git?rev=b34b0d3#b34b0d3c8de2598b2976f7ee2fc1a166c50b1b94" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "byteorder", "derive_more", "indexmap 2.2.6", "libc", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "reth-mdbx-sys", "thiserror", ] @@ -11827,7 +11848,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -11900,9 +11921,9 @@ dependencies = [ [[package]] name = "roaring" -version = "0.10.4" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26f4c25a604fcb3a1bcd96dd6ba37c93840de95de8198d94c0d571a74a804d1" +checksum = "7699249cc2c7d71939f30868f47e9d7add0bdc030d90ee10bfd16887ff8bb1c8" dependencies = [ "bytemuck", "byteorder", @@ -11991,7 +12012,7 @@ dependencies = [ "regex", "relative-path", "rustc_version 0.4.0", - "syn 2.0.64", + "syn 2.0.68", "unicode-ident", ] @@ -12004,7 +12025,7 @@ dependencies = [ "quote", "rand", "rustc_version 0.4.0", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -12104,7 +12125,7 @@ name = "runner-macro" version = "0.7.3-alpha.1" dependencies = [ "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -12172,10 +12193,10 @@ version = "0.38.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -12205,11 +12226,11 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.4" +version = "0.23.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" +checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" dependencies = [ - "log", + "once_cell", "ring 0.17.8", "rustls-pki-types", "rustls-webpki 0.102.4", @@ -12374,10 +12395,8 @@ dependencies = [ "anyhow", "cairo-proof-parser", "clap", - "clap_complete", "console", "katana-primitives", - "katana-rpc", "katana-rpc-api", "saya-core", "serde_json", @@ -12412,10 +12431,10 @@ dependencies = [ "lazy_static", "num-bigint", "num-traits 0.2.19", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "prover-sdk", "rand", - "reqwest 0.12.4", + "reqwest 0.12.5", "saya-provider", "serde", "serde_json", @@ -12521,8 +12540,8 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.8.13", - "toml_edit 0.22.13", + "toml 0.8.14", + "toml_edit 0.22.14", "tracing", "tracing-subscriber", "typed-builder", @@ -12607,7 +12626,6 @@ name = "scheduler" version = "0.7.3-alpha.1" dependencies = [ "clap", - "clap_complete", "katana-primitives", "saya-core", "serde", @@ -12618,9 +12636,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.19" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc6e7ed6919cb46507fb01ff1654309219f62b4d603822501b0b80d42f6f21ef" +checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" dependencies = [ "dyn-clone", "indexmap 1.9.3", @@ -12631,14 +12649,14 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.19" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "185f2b7aa7e02d418e453790dde16890256bbd2bcd04b7dc5348811052b53f49" +checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -12707,7 +12725,7 @@ version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "core-foundation", "core-foundation-sys", "libc", @@ -12768,9 +12786,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.202" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] @@ -12809,22 +12827,22 @@ dependencies = [ [[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.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -12835,14 +12853,14 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" dependencies = [ "itoa", "ryu", @@ -12878,7 +12896,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -12945,7 +12963,7 @@ dependencies = [ "darling 0.20.9", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -12957,7 +12975,7 @@ dependencies = [ "darling 0.20.9", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -12980,7 +12998,7 @@ dependencies = [ "futures", "lazy_static", "log", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "serial_test_derive", ] @@ -12992,7 +13010,7 @@ checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -13178,7 +13196,7 @@ dependencies = [ "axum", "dirs 5.0.1", "graphql_client", - "hyper 0.14.28", + "hyper 0.14.29", "reqwest 0.11.27", "serde", "serde_json", @@ -13292,7 +13310,7 @@ dependencies = [ "anyhow", "assert_fs", "async-trait", - "bigdecimal 0.4.3", + "bigdecimal 0.4.5", "cainome 0.2.3 (git+https://github.com/cartridge-gg/cainome?rev=ec18eea5)", "cairo-lang-compiler 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", "cairo-lang-defs 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", @@ -13322,7 +13340,6 @@ dependencies = [ "katana-rpc-api", "katana-runner", "notify", - "notify-debouncer-mini", "num-bigint", "num-integer", "prettytable-rs", @@ -13364,16 +13381,12 @@ dependencies = [ "cairo-lang-starknet 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", "cairo-lang-starknet-classes 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", "cairo-lang-test-plugin", - "cairo-lang-test-runner", "cairo-lang-utils 2.6.3 (git+https://github.com/starkware-libs/cairo?rev=d9984ef58e2f704909e271f2f01327f520ded632)", "camino", "clap", - "clap-verbosity-flag", - "clap_complete", "colored", "colored_json", "console", - "dojo-bindgen", "dojo-lang", "dojo-test-utils", "dojo-types", @@ -13381,8 +13394,6 @@ dependencies = [ "futures", "ipfs-api-backend-hyper", "katana-runner", - "notify", - "notify-debouncer-mini", "rpassword", "scarb", "scarb-ui", @@ -13391,14 +13402,12 @@ dependencies = [ "serde_json", "serde_with 2.3.3", "smol_str", - "snapbox", "starknet", "starknet-crypto 0.6.2", "thiserror", "tokio", - "toml 0.8.13", + "toml 0.8.14", "tracing", - "tracing-log 0.1.4", "url", ] @@ -13448,11 +13457,10 @@ dependencies = [ [[package]] name = "sqlformat" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" +checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" dependencies = [ - "itertools 0.12.1", "nom", "unicode_categories", ] @@ -13510,7 +13518,7 @@ dependencies = [ "tokio-stream", "tracing", "url", - "uuid 1.8.0", + "uuid 1.9.1", ] [[package]] @@ -13561,7 +13569,7 @@ checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" dependencies = [ "atoi", "base64 0.21.7", - "bitflags 2.5.0", + "bitflags 2.6.0", "byteorder", "bytes", "chrono", @@ -13593,7 +13601,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.8.0", + "uuid 1.9.1", "whoami", ] @@ -13605,7 +13613,7 @@ checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" dependencies = [ "atoi", "base64 0.21.7", - "bitflags 2.5.0", + "bitflags 2.6.0", "byteorder", "chrono", "crc", @@ -13633,7 +13641,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.8.0", + "uuid 1.9.1", "whoami", ] @@ -13660,7 +13668,7 @@ dependencies = [ "tracing", "url", "urlencoding", - "uuid 1.8.0", + "uuid 1.9.1", ] [[package]] @@ -13780,7 +13788,7 @@ checksum = "bbc159a1934c7be9761c237333a57febe060ace2bc9e3b337a59a37af206d19f" dependencies = [ "starknet-curve 0.4.2", "starknet-ff", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -13823,7 +13831,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95d549d3078bdbe775d0deaa8ddb57a19942989ce7c1f2dfd60beeb322bb4945" dependencies = [ "starknet-core", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -13879,9 +13887,9 @@ dependencies = [ [[package]] name = "starknet-types-core" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4098ac4ad57621cc7ec133b80fe72814d2cc4bee63ca8e7be4450ba6f42a07e8" +checksum = "65799574816ba83cb04b21a3cb16f791b9882687cd9093415fd1b3821dbac29d" dependencies = [ "lambdaworks-crypto", "lambdaworks-math 0.7.0", @@ -13932,20 +13940,20 @@ checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" dependencies = [ "new_debug_unreachable", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "phf_shared 0.10.0", "precomputed-hash", ] [[package]] name = "stringprep" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" +checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" dependencies = [ - "finl_unicode", "unicode-bidi", "unicode-normalization", + "unicode-properties", ] [[package]] @@ -14007,7 +14015,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -14020,7 +14028,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -14053,9 +14061,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subtle-encoding" @@ -14074,21 +14082,21 @@ checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] name = "symbolic-common" -version = "12.8.0" +version = "12.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cccfffbc6bb3bb2d3a26cd2077f4d055f6808d266f9d4d158797a4c60510dfe" +checksum = "71297dc3e250f7dbdf8adb99e235da783d690f5819fdeb4cce39d9cfb0aca9f1" dependencies = [ "debugid", "memmap2", "stable_deref_trait", - "uuid 1.8.0", + "uuid 1.9.1", ] [[package]] name = "symbolic-demangle" -version = "12.8.0" +version = "12.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a99812da4020a67e76c4eb41f08c87364c14170495ff780f30dd519c221a68" +checksum = "424fa2c9bf2c862891b9cfd354a752751a6730fd838a4691e7f6c2c7957b9daf" dependencies = [ "cpp_demangle", "rustc-demangle", @@ -14108,9 +14116,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.64" +version = "2.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f" +checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" dependencies = [ "proc-macro2", "quote", @@ -14126,7 +14134,7 @@ dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -14135,6 +14143,12 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +[[package]] +name = "sync_wrapper" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" + [[package]] name = "synstructure" version = "0.12.6" @@ -14155,7 +14169,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -14187,9 +14201,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" dependencies = [ "filetime", "libc", @@ -14253,27 +14267,27 @@ checksum = "5999e24eaa32083191ba4e425deb75cdf25efefabe5aaccb7446dd0d4122a3f5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] name = "thiserror" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -14369,9 +14383,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82" dependencies = [ "tinyvec_macros", ] @@ -14384,16 +14398,16 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" dependencies = [ "backtrace", "bytes", "libc", "mio", "num_cpus", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2 0.5.7", @@ -14413,13 +14427,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -14455,11 +14469,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.22.4", + "rustls 0.23.10", "rustls-pki-types", "tokio", ] @@ -14513,14 +14527,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.13" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" +checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.13", + "toml_edit 0.22.14", ] [[package]] @@ -14545,15 +14559,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.13" +version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" +checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.8", + "winnow 0.6.13", ] [[package]] @@ -14593,11 +14607,11 @@ dependencies = [ "h2", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-timeout", "percent-encoding", "pin-project", - "prost 0.12.4", + "prost 0.12.6", "tokio", "tokio-stream", "tower", @@ -14627,9 +14641,9 @@ checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889" dependencies = [ "prettyplease 0.2.20", "proc-macro2", - "prost-build 0.12.4", + "prost-build 0.12.6", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -14638,8 +14652,8 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fa37c513df1339d197f4ba21d28c918b9ef1ac1768265f11ecb6b7f1cba1b76" dependencies = [ - "prost 0.12.4", - "prost-types 0.12.4", + "prost 0.12.6", + "prost-types 0.12.6", "tokio", "tokio-stream", "tonic 0.10.2", @@ -14655,7 +14669,7 @@ dependencies = [ "bytes", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper 0.14.29", "pin-project", "tokio-stream", "tonic 0.10.2", @@ -14714,7 +14728,7 @@ dependencies = [ "futures", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-reverse-proxy", "indexmap 2.2.6", "lazy_static", @@ -14752,9 +14766,9 @@ dependencies = [ "futures", "futures-util", "libp2p-gossipsub 0.46.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "prost 0.11.9", - "prost 0.12.4", + "prost 0.12.6", "serde", "serde_json", "starknet", @@ -14789,13 +14803,12 @@ dependencies = [ "lazy_static", "log", "once_cell", - "reqwest 0.12.4", + "reqwest 0.12.5", "scarb", "scarb-ui", "serde", "serde_json", "slab", - "sozo", "sozo-ops", "sqlx", "starknet", @@ -14830,7 +14843,6 @@ dependencies = [ "serde", "serde_json", "serial_test", - "sozo", "sozo-ops", "sqlx", "starknet", @@ -14841,7 +14853,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.13", + "toml 0.8.14", "torii-core", "tracing", "url", @@ -14861,10 +14873,10 @@ dependencies = [ "futures", "futures-util", "hex", - "hyper 0.14.28", - "parking_lot 0.12.2", + "hyper 0.14.29", + "parking_lot 0.12.3", "prost 0.11.9", - "prost 0.12.4", + "prost 0.12.6", "rand", "rayon", "scarb", @@ -14932,41 +14944,20 @@ dependencies = [ name = "torii-server" version = "0.7.3-alpha.1" dependencies = [ - "anyhow", - "async-trait", "base64 0.21.7", - "camino", - "chrono", - "clap", - "ctrlc", - "dojo-metrics", - "dojo-types", - "dojo-world", - "either", - "futures", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper 0.14.29", "hyper-reverse-proxy", "indexmap 2.2.6", "lazy_static", - "scarb", "serde", "serde_json", - "sqlx", - "starknet", - "starknet-crypto 0.6.2", "tokio", - "tokio-stream", "tokio-util", - "torii-core", - "torii-graphql", - "torii-grpc", "tower", "tower-http", "tracing", - "tracing-subscriber", - "url", ] [[package]] @@ -14998,7 +14989,7 @@ checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" dependencies = [ "async-compression", "base64 0.21.7", - "bitflags 2.5.0", + "bitflags 2.6.0", "bytes", "futures-core", "futures-util", @@ -15017,7 +15008,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", - "uuid 1.8.0", + "uuid 1.9.1", ] [[package]] @@ -15057,7 +15048,7 @@ checksum = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -15086,7 +15077,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -15236,7 +15227,7 @@ checksum = "1f718dfaf347dcb5b983bfc87608144b0bad87970aebcbea5ce44d2a30c08e63" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -15300,9 +15291,9 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unescaper" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0adf6ad32eb5b3cadff915f7b770faaac8f7ff0476633aa29eb0d9584d889d34" +checksum = "c878a167baa8afd137494101a688ef8c67125089ff2249284bd2b5f9bfedb815" dependencies = [ "thiserror", ] @@ -15343,6 +15334,12 @@ dependencies = [ "tinyvec", ] +[[package]] +name = "unicode-properties" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" + [[package]] name = "unicode-segmentation" version = "1.11.0" @@ -15351,9 +15348,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" @@ -15412,9 +15409,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.0" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna 0.5.0", @@ -15436,9 +15433,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "utf8parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" @@ -15452,9 +15449,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.8.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" dependencies = [ "getrandom", ] @@ -15543,7 +15540,7 @@ dependencies = [ "futures-util", "headers", "http 0.2.12", - "hyper 0.14.28", + "hyper 0.14.29", "log", "mime", "mime_guess", @@ -15596,7 +15593,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", "wasm-bindgen-shared", ] @@ -15630,7 +15627,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -15663,7 +15660,7 @@ checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -15781,9 +15778,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.1" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" +checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" dependencies = [ "rustls-pki-types", ] @@ -15901,7 +15898,7 @@ dependencies = [ "tokio", "turn", "url", - "uuid 1.8.0", + "uuid 1.9.1", "waitgroup", "webrtc-mdns", "webrtc-util", @@ -16319,9 +16316,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.8" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d" +checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" dependencies = [ "memchr", ] @@ -16409,7 +16406,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" dependencies = [ "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "rustix 0.38.34", ] @@ -16458,7 +16455,7 @@ dependencies = [ "futures", "log", "nohash-hasher", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project", "rand", "static_assertions", @@ -16466,18 +16463,18 @@ dependencies = [ [[package]] name = "yamux" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f97202f6b125031b95d83e01dc57292b529384f80bfae4677e4bbc10178cf72" +checksum = "a31b5e376a8b012bee9c423acdbb835fc34d45001cfa3106236a624e4b738028" dependencies = [ "futures", - "instant", "log", "nohash-hasher", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project", "rand", "static_assertions", + "web-time", ] [[package]] @@ -16512,14 +16509,14 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ "zeroize_derive", ] @@ -16532,7 +16529,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.64", + "syn 2.0.68", ] [[package]] @@ -16594,9 +16591,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.10+zstd.1.5.6" +version = "2.0.11+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" +checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 7fc3bd1e03..1dbe870501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -231,5 +231,4 @@ alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "4655f8e4372e alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "4655f8e4372ecc0b056e83abbc60c3912902ee64" } alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "4655f8e4372ecc0b056e83abbc60c3912902ee64" } alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "4655f8e4372ecc0b056e83abbc60c3912902ee64" } -alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "4655f8e4372ecc0b056e83abbc60c3912902ee64" } alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "4655f8e4372ecc0b056e83abbc60c3912902ee64" } diff --git a/bin/saya/Cargo.toml b/bin/saya/Cargo.toml index 1021bf1706..0cb85c01e7 100644 --- a/bin/saya/Cargo.toml +++ b/bin/saya/Cargo.toml @@ -9,11 +9,9 @@ version.workspace = true [dependencies] anyhow.workspace = true clap.workspace = true -clap_complete.workspace = true console.workspace = true katana-primitives.workspace = true katana-rpc-api.workspace = true -katana-rpc.workspace = true saya-core.workspace = true serde_json.workspace = true tokio.workspace = true diff --git a/bin/scheduler/Cargo.toml b/bin/scheduler/Cargo.toml index 2db9f60385..24c78ff1ef 100644 --- a/bin/scheduler/Cargo.toml +++ b/bin/scheduler/Cargo.toml @@ -1,18 +1,17 @@ [package] -name = "scheduler" edition.workspace = true license.workspace = true +name = "scheduler" repository.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -saya-core.workspace = true +clap.workspace = true katana-primitives.workspace = true -tokio.workspace = true -serde = { version = "1.0", features = ["derive"] } +saya-core.workspace = true +serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -clap.workspace = true -clap_complete.workspace = true +tokio.workspace = true url = "2.5.0" diff --git a/bin/sozo/Cargo.toml b/bin/sozo/Cargo.toml index cf01f1302f..64fb08de3c 100644 --- a/bin/sozo/Cargo.toml +++ b/bin/sozo/Cargo.toml @@ -38,7 +38,6 @@ hex = "0.4.3" hex-literal = "0.4.1" katana-rpc-api.workspace = true notify = "6.0.1" -notify-debouncer-mini = "0.3.0" num-bigint = "0.4.3" num-integer = "0.1.45" prettytable-rs = "0.10.0" diff --git a/crates/benches/Cargo.toml b/crates/benches/Cargo.toml index 4d0e91edd6..279b24fe50 100644 --- a/crates/benches/Cargo.toml +++ b/crates/benches/Cargo.toml @@ -7,7 +7,6 @@ version.workspace = true [dependencies] clap_builder = "4.4.6" -proptest = "1.3.1" reqwest = { workspace = true, features = [ "blocking", "json", "rustls-tls" ], default-features = false } katana-core = { path = "../katana/core" } @@ -28,8 +27,17 @@ sozo-ops.workspace = true starknet.workspace = true tokio.workspace = true +[dev-dependencies] +proptest = "1.3.1" + [features] default = [ "skip-benchmarks" ] skip-benchmarks = [ "skip-gas-benchmarks", "skip-katana-benchmarks" ] skip-gas-benchmarks = [ ] skip-katana-benchmarks = [ ] + +[package.metadata.cargo-udeps.ignore] +# proptest is needed when `skip-benchmarks` feature is turned off +# since it enabled by default and there isn't a good way to make it +# optional ignore it manually from udeps +development = [ "proptest" ] diff --git a/crates/katana/core/Cargo.toml b/crates/katana/core/Cargo.toml index e41ee5c0ce..f3bb707825 100644 --- a/crates/katana/core/Cargo.toml +++ b/crates/katana/core/Cargo.toml @@ -47,7 +47,6 @@ alloy-network = { version = "0.1.0", default-features = false, optional = true } alloy-provider = { version = "0.1.0", default-features = false, optional = true, features = [ "reqwest" ] } alloy-rpc-types = { version = "0.1.0", default-features = false, optional = true } alloy-signer = { version = "0.1.0", default-features = false, optional = true } -alloy-signer-wallet = { version = "0.1.0", default-features = false, optional = true } alloy-transport = { version = "0.1.0", default-features = false, optional = true } [dev-dependencies] @@ -62,7 +61,6 @@ messaging = [ "alloy-provider", "alloy-rpc-types", "alloy-signer", - "alloy-signer-wallet", "alloy-sol-types", "alloy-transport", ] diff --git a/crates/katana/primitives/Cargo.toml b/crates/katana/primitives/Cargo.toml index 90b721a4a2..6a4e1ed8c3 100644 --- a/crates/katana/primitives/Cargo.toml +++ b/crates/katana/primitives/Cargo.toml @@ -12,7 +12,6 @@ base64.workspace = true derive_more.workspace = true lazy_static.workspace = true rand = { workspace = true, features = [ "small_rng" ] } -rayon.workspace = true serde.workspace = true serde_json.workspace = true serde_with.workspace = true diff --git a/crates/katana/runner/Cargo.toml b/crates/katana/runner/Cargo.toml index f0a6787556..e4daf7a28c 100644 --- a/crates/katana/runner/Cargo.toml +++ b/crates/katana/runner/Cargo.toml @@ -9,7 +9,6 @@ version.workspace = true anyhow.workspace = true assert_fs.workspace = true chrono.workspace = true -home = "0.5.5" katana-core.workspace = true katana-primitives.workspace = true lazy_static.workspace = true diff --git a/crates/katana/storage/codecs/derive/Cargo.toml b/crates/katana/storage/codecs/derive/Cargo.toml index ec7fb56f75..fc00c230ee 100644 --- a/crates/katana/storage/codecs/derive/Cargo.toml +++ b/crates/katana/storage/codecs/derive/Cargo.toml @@ -13,3 +13,6 @@ proc-macro2 = "1.0.70" quote = "1.0.33" serde.workspace = true syn = { version = "2.0.41", features = [ "extra-traits", "full" ] } + +[package.metadata.cargo-udeps.ignore] +normal = [ "serde" ] diff --git a/crates/katana/storage/codecs/derive/src/lib.rs b/crates/katana/storage/codecs/derive/src/lib.rs index b4fae093f6..18cb176887 100644 --- a/crates/katana/storage/codecs/derive/src/lib.rs +++ b/crates/katana/storage/codecs/derive/src/lib.rs @@ -5,7 +5,7 @@ use syn::{parse_macro_input, DeriveInput}; #[proc_macro_attribute] #[rustfmt::skip] #[allow(unreachable_code)] -pub fn main_codec(args: TokenStream, input: TokenStream) -> TokenStream { +pub fn main_codec(args: TokenStream, input: TokenStream) -> TokenStream { #[cfg(feature = "postcard")] return use_postcard(args, input); diff --git a/crates/sozo/ops/Cargo.toml b/crates/sozo/ops/Cargo.toml index f4144ae66b..6c5ee340a7 100644 --- a/crates/sozo/ops/Cargo.toml +++ b/crates/sozo/ops/Cargo.toml @@ -19,22 +19,16 @@ cairo-lang-sierra.workspace = true cairo-lang-starknet-classes.workspace = true cairo-lang-starknet.workspace = true cairo-lang-test-plugin.workspace = true -cairo-lang-test-runner.workspace = true cairo-lang-utils.workspace = true camino.workspace = true -clap-verbosity-flag.workspace = true clap.workspace = true -clap_complete.workspace = true colored = "2.0.0" colored_json = "3.2.0" console.workspace = true -dojo-bindgen.workspace = true dojo-lang.workspace = true dojo-types.workspace = true dojo-world = { workspace = true, features = [ "contracts", "metadata", "migration" ] } futures.workspace = true -notify = "6.0.1" -notify-debouncer-mini = "0.3.0" rpassword.workspace = true scarb-ui.workspace = true scarb.workspace = true @@ -47,14 +41,12 @@ starknet-crypto.workspace = true starknet.workspace = true thiserror.workspace = true tokio.workspace = true -tracing-log = "0.1.3" +toml.workspace = true tracing.workspace = true url.workspace = true -toml.workspace = true [dev-dependencies] assert_fs.workspace = true dojo-test-utils = { workspace = true, features = [ "build-examples" ] } ipfs-api-backend-hyper = { git = "https://github.com/ferristseng/rust-ipfs-api", rev = "af2c17f7b19ef5b9898f458d97a90055c3605633", features = [ "with-hyper-rustls" ] } katana-runner.workspace = true -snapbox = "0.4.6" diff --git a/crates/torii/core/Cargo.toml b/crates/torii/core/Cargo.toml index cf1cb8cdd3..4f0168d20f 100644 --- a/crates/torii/core/Cargo.toml +++ b/crates/torii/core/Cargo.toml @@ -9,10 +9,10 @@ version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cainome.workspace = true anyhow.workspace = true async-trait.workspace = true base64.workspace = true +cainome.workspace = true chrono.workspace = true crypto-bigint.workspace = true dojo-types = { path = "../../dojo-types" } @@ -41,6 +41,5 @@ tracing.workspace = true [dev-dependencies] camino.workspace = true dojo-test-utils = { path = "../../dojo-test-utils" } -scarb.workspace = true -sozo = { path = "../../../bin/sozo" } katana-runner.workspace = true +scarb.workspace = true diff --git a/crates/torii/graphql/Cargo.toml b/crates/torii/graphql/Cargo.toml index d984c87047..ae43a05ba6 100644 --- a/crates/torii/graphql/Cargo.toml +++ b/crates/torii/graphql/Cargo.toml @@ -19,9 +19,11 @@ chrono.workspace = true convert_case = "0.6.0" dojo-types = { path = "../../dojo-types" } lazy_static.workspace = true +regex.workspace = true scarb-ui.workspace = true serde.workspace = true serde_json.workspace = true +sozo-ops.workspace = true sqlx.workspace = true strum.workspace = true strum_macros.workspace = true @@ -32,10 +34,8 @@ tokio.workspace = true toml.workspace = true torii-core = { path = "../core" } tracing.workspace = true -regex.workspace = true url.workspace = true warp.workspace = true -sozo-ops.workspace = true [dev-dependencies] camino.workspace = true @@ -43,6 +43,5 @@ dojo-test-utils = { path = "../../dojo-test-utils", features = [ "build-examples dojo-world = { path = "../../dojo-world" } scarb.workspace = true serial_test = "2.0.0" -sozo = { path = "../../../bin/sozo" } starknet-crypto.workspace = true starknet.workspace = true diff --git a/crates/torii/server/Cargo.toml b/crates/torii/server/Cargo.toml index 785a1648fb..40cfe1b90c 100644 --- a/crates/torii/server/Cargo.toml +++ b/crates/torii/server/Cargo.toml @@ -6,46 +6,17 @@ version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow.workspace = true -async-trait.workspace = true base64.workspace = true -camino.workspace = true -chrono.workspace = true -clap.workspace = true -ctrlc = { version = "3.4", features = [ "termination" ] } -dojo-metrics.workspace = true -dojo-types = { path = "../../dojo-types" } -dojo-world = { path = "../../dojo-world" } -either = "1.9.0" -futures.workspace = true http-body = "0.4.5" http.workspace = true hyper-reverse-proxy = { git = "https://github.com/tarrencev/hyper-reverse-proxy" } hyper.workspace = true indexmap.workspace = true lazy_static.workspace = true -scarb.workspace = true serde.workspace = true serde_json.workspace = true -sqlx.workspace = true -starknet-crypto.workspace = true -starknet.workspace = true -tokio-stream = "0.1.11" tokio-util = "0.7.7" tokio.workspace = true -torii-core = { path = "../core" } -torii-graphql = { path = "../graphql" } -torii-grpc = { path = "../grpc", features = [ "server" ] } tower-http.workspace = true tower.workspace = true -tracing-subscriber.workspace = true tracing.workspace = true -url.workspace = true - -[dev-dependencies] -camino.workspace = true - -[features] -default = [ "jemalloc", "sqlite" ] -jemalloc = [ "dojo-metrics/jemalloc" ] -sqlite = [ "sqlx/sqlite" ] diff --git a/examples/spawn-and-move/.tool-versions b/examples/spawn-and-move/.tool-versions deleted file mode 100644 index f239fe235a..0000000000 --- a/examples/spawn-and-move/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -scarb 2.6.3