From ed38356107fbfcda837c84d2f03fe5c6fa9c1cda Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Fri, 1 Mar 2024 22:31:59 -0800 Subject: [PATCH] feat: upgrade arrow to version 50 (#14784) * feat: upgrade arrow to version 50 * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * feat: update * update * update * update * update * update * update * update * update * update * update --- Cargo.lock | 4917 +++++++++-------- Cargo.toml | 29 +- src/bendpy/Cargo.toml | 2 +- src/bendpy/src/dataframe.rs | 2 +- src/common/arrow/Cargo.toml | 2 +- src/common/cache/Cargo.toml | 2 +- src/meta/api/src/background_api_impl.rs | 25 +- src/meta/api/src/data_mask_api_impl.rs | 23 +- src/meta/api/src/schema_api_impl.rs | 240 +- src/meta/api/src/share_api_impl.rs | 71 +- src/meta/api/src/util.rs | 24 +- src/meta/client/src/grpc_action.rs | 9 +- src/meta/client/src/grpc_client.rs | 64 +- src/meta/raft-store/src/applier.rs | 14 +- src/meta/raft-store/src/log/raft_log.rs | 3 +- src/meta/raft-store/src/ondisk/mod.rs | 7 +- .../raft-store/src/sm_v002/writer_v002.rs | 7 +- src/meta/raft-store/src/state/raft_state.rs | 3 +- src/meta/raft-store/src/state_machine/sm.rs | 14 +- .../service/src/meta_service/meta_leader.rs | 5 +- .../service/src/meta_service/meta_node.rs | 8 +- src/meta/service/src/store/store.rs | 13 +- src/meta/service/src/store/store_inner.rs | 5 +- src/meta/store/src/lib.rs | 5 +- src/query/catalog/Cargo.toml | 2 +- .../datasource/datasource_info/parquet.rs | 2 +- .../src/background_service/compaction_job.rs | 13 +- .../src/background_service/job_scheduler.rs | 3 +- src/query/expression/src/converts/arrow/to.rs | 74 +- .../processors/transforms/transform_udf.rs | 2 +- .../flight_sql/flight_sql_service/query.rs | 2 +- .../suggested_background_compaction_tasks.rs | 3 +- .../others/suggested_background_tasks.rs | 3 +- .../servers/flight_sql/flight_sql_handler.rs | 6 +- .../storages/common/blocks/src/parquet_rs.rs | 8 +- src/query/storages/delta/Cargo.toml | 5 +- src/query/storages/delta/src/dal.rs | 173 +- .../src/partition_columns/values_serde.rs | 52 +- src/query/storages/delta/src/table.rs | 61 +- .../storages/hive/hive/src/converters.rs | 2 +- .../storages/hive/hive/src/hive_catalog.rs | 5 +- src/query/storages/iceberg/src/table.rs | 2 - .../parquet/src/parquet_rs/partition.rs | 2 +- .../02_0000_async_agg_index_base.test | 6 +- .../standalone/ee/explain_virtual_column.test | 10 +- .../mode/standalone/explain/explain_like.test | 4 +- .../standalone/explain/push_down_filter.test | 4 +- .../05_hints/05_0001_set_var.result | 2 +- .../18_rbac/18_0002_ownership_cover.result | 2 +- .../18_rbac/20_0012_privilege_access.result | 2 +- ..._0015_compact_hook_stas_issue_13947.result | 2 +- .../00_stage/00_0001_copy_into_stage.result | 2 +- .../00_stage/00_0007_copy_into_stage2.result | 10 +- .../00_stage/00_0012_stage_priv.result | 2 +- .../00_0012_stage_with_connection.result | 2 +- .../00_stage/00_0015_unload_output.result | 32 +- .../08_00_parquet/08_00_00_basic.result | 6 +- .../08_00_parquet/08_00_06_transform.result | 2 +- 58 files changed, 3116 insertions(+), 2886 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67acfe9fd706..5689b9330f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,35 +36,35 @@ dependencies = [ [[package]] name = "ahash" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.11", + "getrandom 0.2.12", "once_cell", "version_check", ] [[package]] name = "ahash" -version = "0.8.6" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" +checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" dependencies = [ "cfg-if", "const-random", - "getrandom 0.2.11", + "getrandom 0.2.12", "once_cell", "serde", "version_check", - "zerocopy 0.7.32", + "zerocopy", ] [[package]] name = "aho-corasick" -version = "1.0.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" +checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" dependencies = [ "memchr", ] @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.5.0" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", @@ -136,36 +136,36 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.0" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" -version = "0.2.0" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" +checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" +checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "2.1.0" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" +checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" dependencies = [ "anstyle", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -180,47 +180,43 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "apache-avro" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c0fdddc3fdac97394ffcc5c89c634faa9c1c166ced54189af34e407c97b6ee7" +version = "0.17.0" +source = "git+https://github.com/icelake-io/avro.git?branch=icelake-dev#4b828e9283e7248fd3ca42f5b590c2160b201785" dependencies = [ "apache-avro-derive", - "byteorder", + "bigdecimal", "digest", - "lazy_static", "libflate", "log", "num-bigint", "quad-rand", "rand 0.8.5", - "regex", + "regex-lite", "serde", "serde_json", "strum 0.25.0", - "strum_macros 0.25.1", + "strum_macros 0.25.3", "thiserror", "typed-builder", "uuid", - "zerocopy 0.6.6", ] [[package]] name = "apache-avro-derive" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6686cd705badba064ec2322b9c3d72f5c70db8394e486bbb56e84fbdb3fa158c" +version = "0.17.0" +source = "git+https://github.com/icelake-io/avro.git?branch=icelake-dev#4b828e9283e7248fd3ca42f5b590c2160b201785" dependencies = [ - "darling 0.20.1", + "darling 0.20.8", "proc-macro2", "quote", "serde_json", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -234,9 +230,9 @@ dependencies = [ [[package]] name = "arbitrary" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" +checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" [[package]] name = "arc-swap" @@ -252,9 +248,9 @@ checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" [[package]] name = "arrayref" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" +checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" [[package]] name = "arrayvec" @@ -264,9 +260,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arrayvec" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" +checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "arrow" @@ -274,20 +270,41 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fab9e93ba8ce88a37d5a30dce4b9913b75413dc1ac56cb5d72e5a840543f829" dependencies = [ - "ahash 0.8.6", - "arrow-arith", - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-csv", - "arrow-data", - "arrow-ipc", - "arrow-json", - "arrow-ord", - "arrow-row", - "arrow-schema", - "arrow-select", - "arrow-string", + "ahash 0.8.10", + "arrow-arith 47.0.0", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-cast 47.0.0", + "arrow-csv 47.0.0", + "arrow-data 47.0.0", + "arrow-ipc 47.0.0", + "arrow-json 47.0.0", + "arrow-ord 47.0.0", + "arrow-row 47.0.0", + "arrow-schema 47.0.0", + "arrow-select 47.0.0", + "arrow-string 47.0.0", +] + +[[package]] +name = "arrow" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa285343fba4d829d49985bdc541e3789cf6000ed0e84be7c039438df4a4e78c" +dependencies = [ + "arrow-arith 50.0.0", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-csv 50.0.0", + "arrow-data 50.0.0", + "arrow-ipc 50.0.0", + "arrow-json 50.0.0", + "arrow-ord 50.0.0", + "arrow-row 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", + "arrow-string 50.0.0", "pyo3", ] @@ -297,12 +314,27 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc1d4e368e87ad9ee64f28b9577a3834ce10fe2703a26b28417d485bbbdff956" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "chrono", + "half", + "num", +] + +[[package]] +name = "arrow-arith" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "753abd0a5290c1bcade7c6623a556f7d1659c5f4148b140b5b63ce7bd1a45705" +dependencies = [ + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", "chrono", - "half 2.2.1", + "half", "num", ] @@ -312,12 +344,28 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d02efa7253ede102d45a4e802a129e83bcc3f49884cab795b1ac223918e4318d" dependencies = [ - "ahash 0.8.6", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "ahash 0.8.10", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "chrono", + "half", + "hashbrown 0.14.3", + "num", +] + +[[package]] +name = "arrow-array" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d390feeb7f21b78ec997a4081a025baef1e2e0d6069e181939b61864c9779609" +dependencies = [ + "ahash 0.8.10", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", "chrono", - "half 2.2.1", + "half", "hashbrown 0.14.3", "num", ] @@ -329,7 +377,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fda119225204141138cb0541c692fbfef0e875ba01bfdeaed09e9d354f9d6195" dependencies = [ "bytes", - "half 2.2.1", + "half", + "num", +] + +[[package]] +name = "arrow-buffer" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69615b061701bcdffbc62756bc7e85c827d5290b472b580c972ebbbf690f5aa4" +dependencies = [ + "bytes", + "half", "num", ] @@ -339,14 +398,32 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d825d51b9968868d50bc5af92388754056796dbc62a4e25307d588a1fc84dee" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "arrow-select 47.0.0", + "chrono", + "half", + "lexical-core", + "num", +] + +[[package]] +name = "arrow-cast" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e448e5dd2f4113bf5b74a1f26531708f5edcacc77335b7066f9398f4bcf4cdef" +dependencies = [ + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", + "base64 0.21.7", "chrono", - "comfy-table 7.0.1", - "half 2.2.1", + "comfy-table 7.1.0", + "half", "lexical-core", "num", ] @@ -357,11 +434,30 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43ef855dc6b126dc197f43e061d4de46b9d4c033aa51c2587657f7508242cef1" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-data", - "arrow-schema", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-cast 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "chrono", + "csv", + "csv-core", + "lazy_static", + "lexical-core", + "regex", +] + +[[package]] +name = "arrow-csv" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46af72211f0712612f5b18325530b9ad1bfbdc87290d5fbfd32a7da128983781" +dependencies = [ + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", "chrono", "csv", "csv-core", @@ -376,35 +472,47 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "475a4c3699c8b4095ca61cecf15da6f67841847a5f5aac983ccb9a377d02f73a" dependencies = [ - "arrow-buffer", - "arrow-schema", - "half 2.2.1", + "arrow-buffer 47.0.0", + "arrow-schema 47.0.0", + "half", "num", ] [[package]] -name = "arrow-flight" -version = "47.0.0" +name = "arrow-data" +version = "50.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd938ea4a0e8d0db2b9f47ebba792f73f6188f4289707caeaf93a3be705e5ed5" -dependencies = [ - "arrow-arith", - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-data", - "arrow-ipc", - "arrow-ord", - "arrow-row", - "arrow-schema", - "arrow-select", - "arrow-string", - "base64 0.21.0", +checksum = "67d644b91a162f3ad3135ce1184d0a31c28b816a581e08f29e8e9277a574c64e" +dependencies = [ + "arrow-buffer 50.0.0", + "arrow-schema 50.0.0", + "half", + "num", +] + +[[package]] +name = "arrow-flight" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d7f215461ad6346f2e4cc853e377d4e076d533e1ed78d327debe83023e3601f" +dependencies = [ + "arrow-arith 50.0.0", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-data 50.0.0", + "arrow-ipc 50.0.0", + "arrow-ord 50.0.0", + "arrow-row 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", + "arrow-string 50.0.0", + "base64 0.21.7", "bytes", "futures", "once_cell", "paste", - "prost 0.12.1", + "prost 0.12.3", "tokio", "tonic 0.10.2", ] @@ -415,8 +523,8 @@ version = "0.8.1" source = "git+https://github.com/everpcpc/arrow-format?rev=ad8f2dd#ad8f2ddc105e4d32c76cea1e71c7ff78c18076ca" dependencies = [ "planus", - "prost 0.12.1", - "prost-derive 0.12.1", + "prost 0.12.3", + "prost-derive 0.12.3", "serde", "tonic 0.10.2", ] @@ -427,11 +535,25 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1248005c8ac549f869b7a840859d942bf62471479c1a2d82659d453eebcd166a" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-data", - "arrow-schema", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-cast 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "flatbuffers", +] + +[[package]] +name = "arrow-ipc" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03dea5e79b48de6c2e04f03f62b0afea7105be7b77d134f6c5414868feefb80d" +dependencies = [ + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", "flatbuffers", ] @@ -441,14 +563,34 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f03d7e3b04dd688ccec354fe449aed56b831679f03e44ee2c1cfc4045067b69c" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-data", - "arrow-schema", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-cast 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "chrono", + "half", + "indexmap 2.2.5", + "lexical-core", + "num", + "serde", + "serde_json", +] + +[[package]] +name = "arrow-json" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8950719280397a47d37ac01492e3506a8a724b3fb81001900b866637a829ee0f" +dependencies = [ + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", "chrono", - "half 2.2.1", - "indexmap 2.2.3", + "half", + "indexmap 2.2.5", "lexical-core", "num", "serde", @@ -461,12 +603,27 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03b87aa408ea6a6300e49eb2eba0c032c88ed9dc19e0a9948489c55efdca71f4" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", - "half 2.2.1", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "arrow-select 47.0.0", + "half", + "num", +] + +[[package]] +name = "arrow-ord" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ed9630979034077982d8e74a942b7ac228f33dd93a93b615b4d02ad60c260be" +dependencies = [ + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", + "half", "num", ] @@ -476,12 +633,27 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "114a348ab581e7c9b6908fcab23cb39ff9f060eb19e72b13f8fb8eaa37f65d22" dependencies = [ - "ahash 0.8.6", - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "half 2.2.1", + "ahash 0.8.10", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "half", + "hashbrown 0.14.3", +] + +[[package]] +name = "arrow-row" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "007035e17ae09c4e8993e4cb8b5b96edf0afb927cd38e2dff27189b274d83dcf" +dependencies = [ + "ahash 0.8.10", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", + "half", "hashbrown 0.14.3", ] @@ -490,8 +662,14 @@ name = "arrow-schema" version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d1d179c117b158853e0101bfbed5615e86fe97ee356b4af901f1c5001e1ce4b" + +[[package]] +name = "arrow-schema" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ff3e9c01f7cd169379d269f926892d0e622a704960350d09d331be3ec9e0029" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.2", "serde", ] @@ -501,11 +679,25 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5c71e003202e67e9db139e5278c79f5520bb79922261dfe140e4637ee8b6108" dependencies = [ - "ahash 0.8.6", - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "ahash 0.8.10", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "num", +] + +[[package]] +name = "arrow-select" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ce20973c1912de6514348e064829e50947e35977bb9d7fb637dc99ea9ffd78c" +dependencies = [ + "ahash 0.8.10", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", "num", ] @@ -515,14 +707,30 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4cebbb282d6b9244895f4a9a912e55e57bce112554c7fa91fcec5459cb421ab" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 47.0.0", + "arrow-buffer 47.0.0", + "arrow-data 47.0.0", + "arrow-schema 47.0.0", + "arrow-select 47.0.0", + "num", + "regex", + "regex-syntax 0.7.5", +] + +[[package]] +name = "arrow-string" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00f3b37f2aeece31a2636d1b037dabb69ef590e03bdc7eb68519b51ec86932a7" +dependencies = [ + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", "num", "regex", - "regex-syntax 0.7.4", + "regex-syntax 0.8.2", ] [[package]] @@ -558,7 +766,7 @@ source = "git+https://github.com/zhang2014/async-backtrace.git?rev=dea4553#dea45 dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -568,15 +776,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "334d75cf09b33bede6cbc20e52515853ae7bee3d4eadd9540e13ce92af983d34" dependencies = [ "event-listener 3.1.0", - "event-listener-strategy", + "event-listener-strategy 0.1.0", "futures-core", ] [[package]] name = "async-channel" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ "concurrent-queue", "event-listener 2.5.3", @@ -584,17 +792,16 @@ dependencies = [ ] [[package]] -name = "async-compression" -version = "0.4.1" +name = "async-channel" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6" +checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" dependencies = [ - "brotli", - "flate2", + "concurrent-queue", + "event-listener 5.2.0", + "event-listener-strategy 0.5.0", "futures-core", - "memchr", "pin-project-lite", - "tokio", ] [[package]] @@ -611,77 +818,121 @@ dependencies = [ "memchr", "pin-project-lite", "xz2", - "zstd", - "zstd-safe", + "zstd 0.12.4", + "zstd-safe 6.0.6", +] + +[[package]] +name = "async-compression" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" +dependencies = [ + "brotli", + "flate2", + "futures-core", + "memchr", + "pin-project-lite", + "tokio", ] [[package]] name = "async-executor" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" +checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" dependencies = [ - "async-lock", + "async-lock 3.3.0", "async-task", "concurrent-queue", - "fastrand 2.0.0", - "futures-lite", + "fastrand 2.0.1", + "futures-lite 2.2.0", "slab", ] [[package]] name = "async-global-executor" -version = "2.3.1" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" +checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ - "async-channel", + "async-channel 2.2.0", "async-executor", - "async-io", - "async-lock", + "async-io 2.3.1", + "async-lock 3.3.0", "blocking", - "futures-lite", + "futures-lite 2.2.0", "once_cell", ] [[package]] name = "async-io" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" +checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" dependencies = [ - "async-lock", + "async-lock 2.8.0", "autocfg", + "cfg-if", "concurrent-queue", - "futures-lite", - "libc", + "futures-lite 1.13.0", "log", "parking", - "polling", + "polling 2.8.0", + "rustix 0.37.27", "slab", - "socket2 0.4.9", + "socket2 0.4.10", "waker-fn", - "windows-sys 0.42.0", +] + +[[package]] +name = "async-io" +version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" +dependencies = [ + "async-lock 3.3.0", + "cfg-if", + "concurrent-queue", + "futures-io", + "futures-lite 2.2.0", + "parking", + "polling 3.5.0", + "rustix 0.38.31", + "slab", + "tracing", + "windows-sys 0.52.0", ] [[package]] name = "async-lock" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" +checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" dependencies = [ "event-listener 2.5.3", ] +[[package]] +name = "async-lock" +version = "3.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" +dependencies = [ + "event-listener 4.0.3", + "event-listener-strategy 0.4.0", + "pin-project-lite", +] + [[package]] name = "async-recursion" -version = "1.0.2" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796" +checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] @@ -690,15 +941,15 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" dependencies = [ - "async-channel", + "async-channel 1.9.0", "async-global-executor", - "async-io", - "async-lock", + "async-io 1.13.0", + "async-lock 2.8.0", "crossbeam-utils", "futures-channel", "futures-core", "futures-io", - "futures-lite", + "futures-lite 1.13.0", "gloo-timers", "kv-log-macro", "log", @@ -712,9 +963,9 @@ dependencies = [ [[package]] name = "async-stream" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e" +checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" dependencies = [ "async-stream-impl", "futures-core", @@ -723,30 +974,30 @@ dependencies = [ [[package]] name = "async-stream-impl" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965" +checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "async-task" -version = "4.3.0" +version = "4.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" +checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" [[package]] name = "async-trait" -version = "0.1.68" +version = "0.1.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" +checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -757,23 +1008,23 @@ checksum = "ef97d6b362bc7a2e21e1f049d3da2d67cf501cf04086bc2d85adf5892c7a3d6e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "atomic-polyfill" -version = "0.1.11" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28" +checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" dependencies = [ "critical-section", ] [[package]] name = "atomic-waker" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atty" @@ -800,9 +1051,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.11" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d8068b6ccb8b34db9de397c7043f91db8b4c66414952c6db944f238c4d3db3" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", @@ -828,9 +1079,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e" +checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" dependencies = [ "async-trait", "bytes", @@ -850,7 +1101,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" dependencies = [ "futures-core", - "getrandom 0.2.11", + "getrandom 0.2.12", "instant", "pin-project-lite", "rand 0.8.5", @@ -859,11 +1110,11 @@ dependencies = [ [[package]] name = "backon" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c1a6197b2120bb2185a267f6515038558b019e92b832bb0320e96d66268dcf9" +checksum = "c79c8ef183b8b663e8cb19cf92fb7d98c56739977bd47eae2de2717bd5de2c2c" dependencies = [ - "fastrand 1.9.0", + "fastrand 2.0.1", "futures-core", "pin-project", "tokio", @@ -898,12 +1149,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "base16ct" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" - [[package]] name = "base16ct" version = "0.2.0" @@ -918,9 +1163,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "base64" -version = "0.21.0" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64ct" @@ -938,9 +1183,9 @@ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" name = "bendpy" version = "0.0.0" dependencies = [ - "arrow", - "arrow-schema", - "ctor 0.2.5", + "arrow 50.0.0", + "arrow-schema 50.0.0", + "ctor 0.2.7", "databend-common-config", "databend-common-exception", "databend-common-expression", @@ -1012,10 +1257,10 @@ version = "0.69.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.2", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.12.1", "lazy_static", "lazycell", "proc-macro2", @@ -1023,7 +1268,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -1040,9 +1285,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.0" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" +checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" [[package]] name = "bitmaps" @@ -1076,16 +1321,15 @@ dependencies = [ [[package]] name = "blake3" -version = "1.3.3" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" +checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" dependencies = [ "arrayref", - "arrayvec 0.7.2", + "arrayvec 0.7.4", "cc", "cfg-if", "constant_time_eq", - "digest", ] [[package]] @@ -1108,92 +1352,49 @@ dependencies = [ [[package]] name = "blocking" -version = "1.3.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" +checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" dependencies = [ - "async-channel", - "async-lock", + "async-channel 2.2.0", + "async-lock 3.3.0", "async-task", - "atomic-waker", - "fastrand 1.9.0", - "futures-lite", -] - -[[package]] -name = "borsh" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40f9ca3698b2e4cb7c15571db0abc5551dca417a21ae8140460b50309bb2cc62" -dependencies = [ - "borsh-derive 0.10.2", - "hashbrown 0.13.2", + "fastrand 2.0.1", + "futures-io", + "futures-lite 2.2.0", + "piper", + "tracing", ] [[package]] name = "borsh" -version = "1.2.1" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9897ef0f1bd2362169de6d7e436ea2237dc1085d7d1e4db75f4be34d86f309d1" +checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667" dependencies = [ - "borsh-derive 1.2.1", + "borsh-derive", "cfg_aliases", ] [[package]] name = "borsh-derive" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598b3eacc6db9c3ee57b22707ad8f6a8d2f6d442bfe24ffeb8cbb70ca59e6a35" -dependencies = [ - "borsh-derive-internal", - "borsh-schema-derive-internal", - "proc-macro-crate 0.1.5", - "proc-macro2", - "syn 1.0.109", -] - -[[package]] -name = "borsh-derive" -version = "1.2.1" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478b41ff04256c5c8330f3dfdaaae2a5cc976a8e75088bafa4625b0d0208de8c" +checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd" dependencies = [ "once_cell", - "proc-macro-crate 2.0.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", "syn_derive", ] [[package]] -name = "borsh-derive-internal" -version = "0.10.2" +name = "brotli" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186b734fa1c9f6743e90c95d7233c9faab6360d1a96d4ffa19d9cfd1e9350f8a" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "borsh-schema-derive-internal" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99b7ff1008316626f485991b960ade129253d4034014616b94f309a15366cc49" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "brotli" -version = "3.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" +checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -1202,9 +1403,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "2.3.4" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" +checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -1223,12 +1424,12 @@ dependencies = [ [[package]] name = "bstr" -version = "1.6.2" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" +checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" dependencies = [ "memchr", - "regex-automata 0.3.3", + "regex-automata 0.4.5", "serde", ] @@ -1243,9 +1444,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.12.0" +version = "3.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" +checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" [[package]] name = "byte-unit" @@ -1259,9 +1460,9 @@ dependencies = [ [[package]] name = "bytecheck" -version = "0.6.10" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f" +checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" dependencies = [ "bytecheck_derive", "ptr_meta", @@ -1270,9 +1471,9 @@ dependencies = [ [[package]] name = "bytecheck_derive" -version = "0.6.10" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5" +checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" dependencies = [ "proc-macro2", "quote", @@ -1281,28 +1482,28 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.3" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" +checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205" [[package]] name = "bytemuck" -version = "1.13.1" +version = "1.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" +checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" dependencies = [ "bytemuck_derive", ] [[package]] name = "bytemuck_derive" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322" +checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] @@ -1322,9 +1523,9 @@ dependencies = [ [[package]] name = "bytesize" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" +checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" [[package]] name = "bzip2" @@ -1355,9 +1556,9 @@ checksum = "981520c98f422fcc584dc1a95c334e6953900b9106bc47a9839b81790009eb21" [[package]] name = "camino" -version = "1.1.4" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" +checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" dependencies = [ "serde", ] @@ -1371,8 +1572,8 @@ dependencies = [ "ansi_term", "anyhow", "atty", - "cargo_metadata 0.15.3", - "clap 3.2.23", + "cargo_metadata 0.15.4", + "clap 3.2.25", "csv", "getopts", "semver", @@ -1384,9 +1585,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.2" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" +checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f" dependencies = [ "serde", ] @@ -1406,9 +1607,23 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.15.3" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" +dependencies = [ + "camino", + "cargo-platform", + "semver", + "serde", + "serde_json", + "thiserror", +] + +[[package]] +name = "cargo_metadata" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07" +checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" dependencies = [ "camino", "cargo-platform", @@ -1460,11 +1675,10 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.83" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" dependencies = [ - "jobserver", "libc", ] @@ -1491,9 +1705,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.31" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" +checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1501,14 +1715,14 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.48.0", + "windows-targets 0.52.4", ] [[package]] name = "chrono-tz" -version = "0.8.3" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7" +checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e" dependencies = [ "chrono", "chrono-tz-build", @@ -1518,9 +1732,9 @@ dependencies = [ [[package]] name = "chrono-tz-build" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf" +checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" dependencies = [ "parse-zoneinfo", "phf", @@ -1529,9 +1743,9 @@ dependencies = [ [[package]] name = "ciborium" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" +checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" dependencies = [ "ciborium-io", "ciborium-ll", @@ -1540,18 +1754,18 @@ dependencies = [ [[package]] name = "ciborium-io" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" +checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" [[package]] name = "ciborium-ll" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" +checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" dependencies = [ "ciborium-io", - "half 1.8.2", + "half", ] [[package]] @@ -1572,9 +1786,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a" +checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" dependencies = [ "glob", "libc", @@ -1583,48 +1797,48 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.23" +version = "3.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" +checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" dependencies = [ "atty", "bitflags 1.3.2", - "clap_derive 3.2.18", + "clap_derive 3.2.25", "clap_lex 0.2.4", - "indexmap 1.9.2", + "indexmap 1.9.3", "once_cell", - "strsim", + "strsim 0.10.0", "termcolor", "textwrap", ] [[package]] name = "clap" -version = "4.4.2" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" dependencies = [ "clap_builder", - "clap_derive 4.4.2", + "clap_derive 4.5.0", ] [[package]] name = "clap_builder" -version = "4.4.2" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" +checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" dependencies = [ "anstream", "anstyle", - "clap_lex 0.5.1", - "strsim", + "clap_lex 0.7.0", + "strsim 0.11.0", ] [[package]] name = "clap_derive" -version = "3.2.18" +version = "3.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" +checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" dependencies = [ "heck 0.4.1", "proc-macro-error 1.0.4", @@ -1635,14 +1849,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.2" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" +checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -1656,9 +1870,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.5.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "clipboard-win" @@ -1688,26 +1902,15 @@ dependencies = [ [[package]] name = "coarsetime" -version = "0.1.23" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a90d114103adbc625300f346d4d09dfb4ab1c4a8df6868435dd903392ecf4354" +checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" dependencies = [ "libc", - "once_cell", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasix", "wasm-bindgen", ] -[[package]] -name = "codespan-reporting" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" -dependencies = [ - "termcolor", - "unicode-width", -] - [[package]] name = "codespan-reporting" version = "0.11.1" @@ -1725,9 +1928,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "comfy-table" -version = "6.1.4" +version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d" +checksum = "7e959d788268e3bf9d35ace83e81b124190378e4c91c9067524675e33394b8ba" dependencies = [ "crossterm", "strum 0.24.1", @@ -1737,12 +1940,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.0.1" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b" +checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" dependencies = [ - "strum 0.24.1", - "strum_macros 0.24.3", + "strum 0.25.0", + "strum_macros 0.25.3", "unicode-width", ] @@ -1782,15 +1985,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.5" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" dependencies = [ "encode_unicode", "lazy_static", "libc", "unicode-width", - "windows-sys 0.42.0", + "windows-sys 0.52.0", ] [[package]] @@ -1800,7 +2003,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787" dependencies = [ "futures-core", - "prost 0.12.1", + "prost 0.12.3", "prost-types", "tonic 0.10.2", "tracing-core", @@ -1832,43 +2035,41 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.2" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const-random" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e" +checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" dependencies = [ "const-random-macro", - "proc-macro-hack", ] [[package]] name = "const-random-macro" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb" +checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.11", + "getrandom 0.2.12", "once_cell", - "proc-macro-hack", "tiny-keccak", ] [[package]] name = "const_panic" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58baae561b85ca19b3122a9ddd35c8ec40c3bcd14fe89921824eae73f7baffbf" +checksum = "6051f239ecec86fde3410901ab7860d458d160371533842974fc61f96d15879b" [[package]] name = "constant_time_eq" -version = "0.2.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" +checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" [[package]] name = "convert_case" @@ -1887,9 +2088,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ "core-foundation-sys", "libc", @@ -1897,33 +2098,42 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.3" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" +checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] -name = "cpp_demangle" +name = "core2" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b446fd40bcc17eddd6a4a78f24315eb90afdb3334999ddfd4909985c47722442" +checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" +dependencies = [ + "memchr", +] + +[[package]] +name = "cpp_demangle" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119" dependencies = [ "cfg-if", ] [[package]] name = "cpufeatures" -version = "0.2.5" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" +checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" dependencies = [ "libc", ] [[package]] name = "crc32fast" -version = "1.3.2" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" dependencies = [ "cfg-if", ] @@ -1938,7 +2148,7 @@ dependencies = [ "atty", "cast", "ciborium", - "clap 3.2.23", + "clap 3.2.25", "criterion-plot", "itertools 0.10.5", "lazy_static", @@ -1966,15 +2176,15 @@ dependencies = [ [[package]] name = "critical-section" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52" +checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" [[package]] name = "cron" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ff76b51e4c068c52bfd2866e1567bee7c567ae8f24ada09fd4307019e25eab7" +checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" dependencies = [ "chrono", "nom", @@ -1983,11 +2193,10 @@ dependencies = [ [[package]] name = "crossbeam" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c" +checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" dependencies = [ - "cfg-if", "crossbeam-channel", "crossbeam-deque", "crossbeam-epoch", @@ -1997,62 +2206,52 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.7" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" +checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" dependencies = [ - "cfg-if", "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" +checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" dependencies = [ - "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" -version = "0.9.14" +version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "autocfg", - "cfg-if", "crossbeam-utils", - "memoffset 0.8.0", - "scopeguard", ] [[package]] name = "crossbeam-queue" -version = "0.3.8" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" +checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" dependencies = [ - "cfg-if", "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.15" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" -dependencies = [ - "cfg-if", -] +checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" [[package]] name = "crossterm" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" +checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13" dependencies = [ "bitflags 1.3.2", "crossterm_winapi", @@ -2066,9 +2265,9 @@ dependencies = [ [[package]] name = "crossterm_winapi" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" +checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" dependencies = [ "winapi", ] @@ -2081,21 +2280,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" -dependencies = [ - "generic-array", - "rand_core 0.6.4", - "subtle", - "zeroize", -] - -[[package]] -name = "crypto-bigint" -version = "0.5.1" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7" +checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array", "rand_core 0.6.4", @@ -2152,66 +2339,22 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" +checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" dependencies = [ "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "ctrlc" -version = "3.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639" -dependencies = [ - "nix 0.26.2", - "windows-sys 0.45.0", -] - -[[package]] -name = "cxx" -version = "1.0.92" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72" -dependencies = [ - "cc", - "cxxbridge-flags", - "cxxbridge-macro", - "link-cplusplus", -] - -[[package]] -name = "cxx-build" -version = "1.0.92" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613" -dependencies = [ - "cc", - "codespan-reporting 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "once_cell", - "proc-macro2", - "quote", - "scratch", - "syn 1.0.109", -] - -[[package]] -name = "cxxbridge-flags" -version = "1.0.92" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97" - -[[package]] -name = "cxxbridge-macro" -version = "1.0.92" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56" +checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "nix 0.27.1", + "windows-sys 0.52.0", ] [[package]] @@ -2226,12 +2369,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.1" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944" +checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" dependencies = [ - "darling_core 0.20.1", - "darling_macro 0.20.1", + "darling_core 0.20.8", + "darling_macro 0.20.8", ] [[package]] @@ -2244,22 +2387,22 @@ dependencies = [ "ident_case", "proc-macro2", "quote", - "strsim", + "strsim 0.10.0", "syn 1.0.109", ] [[package]] name = "darling_core" -version = "0.20.1" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb" +checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", - "strsim", - "syn 2.0.46", + "strsim 0.10.0", + "syn 2.0.52", ] [[package]] @@ -2275,34 +2418,40 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.1" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a" +checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" dependencies = [ - "darling_core 0.20.1", + "darling_core 0.20.8", "quote", - "syn 2.0.46", + "syn 2.0.52", ] +[[package]] +name = "dary_heap" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca" + [[package]] name = "dashmap" -version = "5.5.1" +version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd72493923899c6f10c641bdbdeddc7183d6396641d99c1a0d1597f37f92e28" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", "hashbrown 0.14.3", "lock_api", "once_cell", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.9", "serde", ] [[package]] name = "data-encoding" -version = "2.3.3" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" +checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "databend-binaries" @@ -2311,7 +2460,7 @@ dependencies = [ "anyerror", "anyhow", "chrono", - "clap 4.4.2", + "clap 4.5.1", "databend-common-base", "databend-common-config", "databend-common-exception", @@ -2380,15 +2529,15 @@ dependencies = [ name = "databend-common-arrow" version = "0.1.0" dependencies = [ - "ahash 0.8.6", - "arrow-array", - "arrow-buffer", - "arrow-data", + "ahash 0.8.10", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-data 50.0.0", "arrow-format", - "arrow-schema", + "arrow-schema 50.0.0", "async-std", "async-stream", - "base64 0.21.0", + "base64 0.21.7", "bitpacking", "bytemuck", "byteorder", @@ -2398,20 +2547,20 @@ dependencies = [ "dyn-clone", "either", "env_logger", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "fallible-streaming-iterator", "flate2", "foreign_vec", "futures", "hashbrown 0.14.3", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools 0.10.5", "lexical-core", "log", "lz4", "num", "num-traits", - "ordered-float 3.7.0", + "ordered-float 3.9.2", "parquet2", "proptest", "quanta 0.11.1", @@ -2426,7 +2575,7 @@ dependencies = [ "streaming-iterator", "tokio", "tokio-util", - "zstd", + "zstd 0.12.4", ] [[package]] @@ -2440,7 +2589,7 @@ dependencies = [ "databend-common-io", "databend-common-meta-app", "enum-as-inner 0.5.1", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "fast-float", "goldenfile", "itertools 0.10.5", @@ -2453,7 +2602,7 @@ dependencies = [ "pretty", "pretty_assertions", "regex", - "strsim", + "strsim 0.10.0", "strum 0.24.1", "strum_macros 0.24.3", "url", @@ -2463,7 +2612,7 @@ dependencies = [ name = "databend-common-auth" version = "0.1.0" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "chrono", "databend-common-base", "http", @@ -2510,7 +2659,7 @@ version = "0.1.0" dependencies = [ "anyhow", "cargo-license", - "cargo_metadata 0.15.3", + "cargo_metadata 0.15.4", "gix 0.52.0", "log", "vergen", @@ -2530,7 +2679,7 @@ dependencies = [ name = "databend-common-catalog" version = "0.1.0" dependencies = [ - "arrow-schema", + "arrow-schema 50.0.0", "async-backtrace", "async-trait-fn", "chrono", @@ -2574,7 +2723,7 @@ dependencies = [ "databend-common-base", "databend-common-exception", "lenient_semver", - "prost 0.12.1", + "prost 0.12.3", "prost-build", "semver", "tonic 0.10.2", @@ -2604,7 +2753,7 @@ name = "databend-common-config" version = "0.1.0" dependencies = [ "chrono-tz", - "clap 4.4.2", + "clap 4.5.1", "databend-common-base", "databend-common-building", "databend-common-exception", @@ -2648,17 +2797,17 @@ name = "databend-common-exception" version = "0.1.0" dependencies = [ "anyhow", - "arrow-schema", + "arrow-schema 50.0.0", "backtrace 0.3.69 (git+https://github.com/rust-lang/backtrace-rs.git?rev=6145fe6bac65c38375f1216a565a6cc7deb89a2d)", "bincode 2.0.0-rc.3", - "codespan-reporting 0.11.1 (git+https://github.com/brendanzab/codespan?rev=c84116f5)", + "codespan-reporting", "databend-common-arrow", "geozero", "http", "opendal", "parquet", "paste", - "prost 0.12.1", + "prost 0.12.3", "serde", "serde_json", "thiserror", @@ -2669,18 +2818,18 @@ dependencies = [ name = "databend-common-expression" version = "0.1.0" dependencies = [ - "arrow-array", + "arrow-array 50.0.0", "arrow-flight", - "arrow-ord", - "arrow-schema", - "arrow-select", + "arrow-ord 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", "async-backtrace", - "base64 0.21.0", - "borsh 1.2.1", + "base64 0.21.7", + "borsh", "bumpalo", "chrono", "chrono-tz", - "comfy-table 6.1.4", + "comfy-table 6.2.0", "dashmap", "databend-common-arrow", "databend-common-ast", @@ -2691,7 +2840,7 @@ dependencies = [ "databend-common-io", "educe", "enum-as-inner 0.5.1", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "futures", "geo", "geozero", @@ -2725,8 +2874,8 @@ version = "0.1.0" dependencies = [ "aho-corasick", "async-trait-fn", - "base64 0.21.0", - "bstr 1.6.2", + "base64 0.21.7", + "bstr 1.9.1", "chrono-tz", "databend-common-arrow", "databend-common-exception", @@ -2741,7 +2890,7 @@ dependencies = [ "jsonb 0.3.0 (git+https://github.com/datafuselabs/jsonb?rev=a7325f4)", "lexical-core", "match-template", - "micromarshal 0.4.0", + "micromarshal 0.4.1", "num", "num-traits", "ordered-float 4.2.0", @@ -2755,14 +2904,14 @@ dependencies = [ name = "databend-common-functions" version = "0.1.0" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "blake3", - "borsh 1.2.1", - "bstr 1.6.2", + "borsh", + "bstr 1.9.1", "bumpalo", "chrono", "chrono-tz", - "comfy-table 6.1.4", + "comfy-table 6.2.0", "crc32fast", "criterion", "ctor 0.1.26", @@ -2775,7 +2924,7 @@ dependencies = [ "databend-common-io", "databend-common-openai", "databend-common-vector", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "geo", "geohash", "geozero", @@ -2826,12 +2975,12 @@ dependencies = [ name = "databend-common-hashtable" version = "0.1.0" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", "bumpalo", "cfg-if", "databend-common-arrow", "databend-common-base", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "ordered-float 4.2.0", "rand 0.8.5", ] @@ -2858,12 +3007,12 @@ version = "0.1.0" dependencies = [ "aho-corasick", "bincode 2.0.0-rc.3", - "borsh 1.2.1", + "borsh", "bytes", "chrono", "chrono-tz", "databend-common-exception", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "geo", "geozero", "lexical-core", @@ -2911,7 +3060,7 @@ dependencies = [ "log", "minitrace", "mockall", - "prost 0.12.1", + "prost 0.12.3", "serde", "serde_json", "thiserror", @@ -2937,7 +3086,7 @@ dependencies = [ "logcall", "maplit", "minitrace", - "prost 0.12.1", + "prost 0.12.3", "rand 0.8.5", "serde", "serde_json", @@ -3003,7 +3152,7 @@ dependencies = [ "minitrace", "once_cell", "parking_lot 0.12.1", - "prost 0.12.1", + "prost 0.12.3", "rand 0.8.5", "semver", "serde", @@ -3049,7 +3198,7 @@ name = "databend-common-meta-process" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.4.2", + "clap 4.5.1", "databend-common-meta-app", "databend-common-meta-kvapi", "databend-common-meta-raft-store", @@ -3059,7 +3208,7 @@ dependencies = [ "databend-common-protos", "databend-common-tracing", "openraft 0.9.0", - "prost 0.12.1", + "prost 0.12.3", "serde", "serde_json", ] @@ -3132,7 +3281,7 @@ version = "0.1.0" dependencies = [ "anyerror", "databend-common-exception", - "prost 0.12.1", + "prost 0.12.3", "serde", "serde_json", "sled", @@ -3168,7 +3317,7 @@ dependencies = [ "num-derive", "num-traits", "openraft 0.9.0", - "prost 0.12.1", + "prost 0.12.3", "prost-build", "regex", "serde", @@ -3228,7 +3377,7 @@ name = "databend-common-pipeline-sinks" version = "0.1.0" dependencies = [ "async-backtrace", - "async-channel", + "async-channel 1.9.0", "async-trait-fn", "databend-common-base", "databend-common-catalog", @@ -3243,9 +3392,9 @@ name = "databend-common-pipeline-sources" version = "0.1.0" dependencies = [ "async-backtrace", - "async-channel", + "async-channel 1.9.0", "async-trait-fn", - "bstr 1.6.2", + "bstr 1.9.1", "csv-core", "dashmap", "databend-common-arrow", @@ -3307,7 +3456,7 @@ dependencies = [ "minitrace", "num", "pretty_assertions", - "prost 0.12.1", + "prost 0.12.3", "thiserror", ] @@ -3318,7 +3467,7 @@ dependencies = [ "lenient_semver", "num-derive", "num-traits", - "prost 0.12.1", + "prost 0.12.3", "prost-build", "semver", "tonic 0.10.2", @@ -3376,7 +3525,7 @@ dependencies = [ name = "databend-common-sql" version = "0.1.0" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", "anyhow", "async-backtrace", "async-recursion", @@ -3416,7 +3565,7 @@ dependencies = [ "educe", "enum-as-inner 0.5.1", "globiter", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools 0.10.5", "jsonb 0.3.0 (git+https://github.com/datafuselabs/jsonb?rev=a7325f4)", "log", @@ -3439,7 +3588,7 @@ name = "databend-common-storage" version = "0.1.0" dependencies = [ "anyhow", - "arrow-schema", + "arrow-schema 50.0.0", "async-backtrace", "async-trait-fn", "bytes", @@ -3472,7 +3621,7 @@ dependencies = [ name = "databend-common-storages-delta" version = "0.1.0" dependencies = [ - "arrow-schema", + "arrow-schema 50.0.0", "async-backtrace", "async-trait-fn", "bytes", @@ -3486,6 +3635,7 @@ dependencies = [ "databend-common-storages-parquet", "databend-storages-common-table-meta", "deltalake-core", + "flagset", "futures", "maplit", "match-template", @@ -3527,8 +3677,8 @@ dependencies = [ name = "databend-common-storages-fuse" version = "0.1.0" dependencies = [ - "ahash 0.8.6", - "arrow-array", + "ahash 0.8.10", + "arrow-array 50.0.0", "async-backtrace", "async-trait-fn", "backoff", @@ -3563,7 +3713,7 @@ dependencies = [ "enum-as-inner 0.5.1", "futures", "futures-util", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools 0.10.5", "jsonb 0.3.0 (git+https://github.com/datafuselabs/jsonb?rev=a7325f4)", "log", @@ -3624,7 +3774,7 @@ dependencies = [ name = "databend-common-storages-iceberg" version = "0.1.0" dependencies = [ - "arrow-schema", + "arrow-schema 50.0.0", "async-backtrace", "async-trait-fn", "chrono", @@ -3705,9 +3855,9 @@ dependencies = [ name = "databend-common-storages-parquet" version = "0.1.0" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-schema", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-schema 50.0.0", "async-backtrace", "async-trait-fn", "bytes", @@ -3725,7 +3875,7 @@ dependencies = [ "databend-common-storage", "databend-storages-common-pruner", "databend-storages-common-table-meta", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "futures", "log", "opendal", @@ -3935,7 +4085,7 @@ name = "databend-common-users" version = "0.1.0" dependencies = [ "async-backtrace", - "base64 0.21.0", + "base64 0.21.7", "chrono", "cidr", "databend-common-ast", @@ -3951,7 +4101,7 @@ dependencies = [ "enumflags2", "jwt-simple", "log", - "p256 0.13.0", + "p256", "parking_lot 0.12.1", "passwords", "pretty_assertions", @@ -3976,7 +4126,7 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "279f4710b5f2823947816c6f69d5fb28cfa666cdb2b0d5df987ba40e6a921790" dependencies = [ - "arrow", + "arrow 47.0.0", "async-trait", "chrono", "databend-client", @@ -3998,7 +4148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b29e376c68885384a683728534946db643bc5928af6f359844cd89a3d81581f" dependencies = [ "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -4017,7 +4167,7 @@ dependencies = [ name = "databend-enterprise-background-service" version = "0.1.0" dependencies = [ - "arrow-array", + "arrow-array 50.0.0", "async-backtrace", "async-trait-fn", "databend-common-base", @@ -4048,7 +4198,7 @@ dependencies = [ name = "databend-enterprise-query" version = "0.1.0" dependencies = [ - "arrow-array", + "arrow-array 50.0.0", "async-backtrace", "async-trait-fn", "chrono", @@ -4149,7 +4299,7 @@ dependencies = [ "anyhow", "async-trait-fn", "backon", - "clap 4.4.2", + "clap 4.5.1", "databend-common-arrow", "databend-common-base", "databend-common-building", @@ -4177,7 +4327,7 @@ dependencies = [ "poem", "pretty_assertions", "prometheus-client", - "prost 0.12.1", + "prost 0.12.3", "regex", "reqwest", "semver", @@ -4197,17 +4347,17 @@ dependencies = [ name = "databend-query" version = "0.1.0" dependencies = [ - "arrow-array", - "arrow-cast", + "arrow-array 50.0.0", + "arrow-cast 50.0.0", "arrow-flight", - "arrow-ipc", - "arrow-schema", + "arrow-ipc 50.0.0", + "arrow-schema 50.0.0", "async-backtrace", - "async-channel", + "async-channel 1.9.0", "async-stream", "async-trait-fn", "backoff", - "base64 0.21.0", + "base64 0.21.7", "bumpalo", "byte-unit", "byteorder", @@ -4280,7 +4430,7 @@ dependencies = [ "databend-storages-common-index", "databend-storages-common-table-meta", "databend-storages-common-txn", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "futures", "futures-util", "goldenfile", @@ -4307,7 +4457,7 @@ dependencies = [ "opendal", "opensrv-mysql", "ordered-float 4.2.0", - "p256 0.13.0", + "p256", "parking_lot 0.12.1", "parquet", "paste", @@ -4315,18 +4465,18 @@ dependencies = [ "pin-project-lite", "poem", "pretty_assertions", - "prost 0.12.1", + "prost 0.12.3", "rand 0.8.5", "regex", "reqwest", "rmp-serde", - "rustls", + "rustls 0.21.10", "rustls-pemfile", "rustyline", "serde", "serde_json", "serde_urlencoded", - "socket2 0.5.5", + "socket2 0.5.6", "strength_reduce", "sysinfo", "temp-env", @@ -4334,7 +4484,7 @@ dependencies = [ "time", "tokio", "tokio-stream", - "toml 0.7.6", + "toml 0.7.8", "tonic 0.10.2", "tower", "typetag", @@ -4351,9 +4501,9 @@ name = "databend-sharing-endpoint" version = "0.1.0" dependencies = [ "async-backtrace", - "base64 0.21.0", + "base64 0.21.7", "chrono", - "clap 4.4.2", + "clap 4.5.1", "databend-common-base", "databend-common-config", "databend-common-exception", @@ -4376,7 +4526,7 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1fa89f7e5ec45d5c3acef5b6f2ddab438f310f94fc09c42d333cce5cb44d68b" dependencies = [ - "arrow", + "arrow 47.0.0", "chrono", "databend-client", "glob", @@ -4394,7 +4544,7 @@ name = "databend-sqllogictests" version = "0.1.0" dependencies = [ "async-trait-fn", - "clap 4.4.2", + "clap 4.5.1", "databend-common-exception", "env_logger", "futures-util", @@ -4415,7 +4565,7 @@ name = "databend-sqlsmith" version = "0.1.0" dependencies = [ "chrono-tz", - "clap 4.4.2", + "clap 4.5.1", "databend-client", "databend-common-ast", "databend-common-exception", @@ -4427,7 +4577,7 @@ dependencies = [ "databend-common-sql", "databend-driver", "databend-sql", - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "itertools 0.10.5", "jsonb 0.3.0 (git+https://github.com/datafuselabs/jsonb?rev=a7325f4)", "rand 0.8.5", @@ -4475,7 +4625,7 @@ dependencies = [ name = "databend-storages-common-cache-manager" version = "0.1.0" dependencies = [ - "arrow", + "arrow 50.0.0", "databend-common-arrow", "databend-common-base", "databend-common-cache", @@ -4547,7 +4697,7 @@ dependencies = [ "simple_hll", "snap", "typetag", - "zstd", + "zstd 0.12.4", ] [[package]] @@ -4575,9 +4725,9 @@ dependencies = [ [[package]] name = "deadpool-runtime" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1" +checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49" [[package]] name = "debugid" @@ -4597,35 +4747,41 @@ checksum = "930c7171c8df9fb1782bdf9b918ed9ed2d33d1d22300abb754f9085bc48bf8e8" [[package]] name = "deflate64" -version = "0.1.5" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30dc5bb425a582de72bb57130320aac133893ea85f6151f79bd9aa9067114f60" +checksum = "9576c1de19747eb6f5efb6a806c3e836512bbdb17bfedc984ccb0bcc953c8390" [[package]] name = "deltalake-core" -version = "0.17.0" -source = "git+https://github.com/delta-io/delta-rs?rev=44a3760#44a3760aac9d68bfa6975d20ceba046d853514e9" -dependencies = [ - "arrow", - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-ord", - "arrow-row", - "arrow-schema", - "arrow-select", +version = "0.17.1" +source = "git+https://github.com/delta-io/delta-rs?rev=7f0454e#7f0454e47a45db95e87a2f19275613ecbf5e1833" +dependencies = [ + "arrow 50.0.0", + "arrow-arith 50.0.0", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-ipc 50.0.0", + "arrow-json 50.0.0", + "arrow-ord 50.0.0", + "arrow-row 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", "async-trait", "bytes", "cfg-if", "chrono", + "dashmap", "either", "errno", "fix-hidden-lifetime-bug", "futures", - "itertools 0.11.0", + "hashbrown 0.14.3", + "indexmap 2.2.5", + "itertools 0.12.1", "lazy_static", "libc", - "log", + "maplit", "num-bigint", "num-traits", "num_cpus", @@ -4634,6 +4790,7 @@ dependencies = [ "parking_lot 0.12.1", "parquet", "percent-encoding", + "pin-project-lite", "rand 0.8.5", "regex", "roaring", @@ -4641,6 +4798,7 @@ dependencies = [ "serde_json", "thiserror", "tokio", + "tracing", "url", "uuid", "z85", @@ -4659,9 +4817,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17" +checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" dependencies = [ "const-oid", "pem-rfc7468 0.7.0", @@ -4670,10 +4828,11 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.8" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" +checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" dependencies = [ + "powerfmt", "serde", ] @@ -4690,13 +4849,13 @@ dependencies = [ [[package]] name = "derive-where" -version = "1.2.1" +version = "1.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc1955a640c4464859ae700fbe48e666da6fdce99ce5fe1acd08dd295889d10" +checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -4796,9 +4955,9 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" [[package]] name = "dlv-list" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d529fd73d344663edfd598ccb3f344e46034db51ebd103518eae34338248ad73" +checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" dependencies = [ "const-random", ] @@ -4823,15 +4982,15 @@ checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" [[package]] name = "dunce" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" +checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" [[package]] name = "dyn-clone" -version = "1.0.11" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" +checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "earcutr" @@ -4845,43 +5004,33 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12844141594ad74185a926d030f3b605f6a903b4e3fec351f3ea338ac5b7637e" -dependencies = [ - "der 0.6.1", - "elliptic-curve 0.12.3", - "rfc6979 0.3.1", - "signature 2.0.0", -] - -[[package]] -name = "ecdsa" -version = "0.16.1" +version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b0a1222f8072619e8a6b667a854020a03d363738303203c09468b3424a420a" +checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ - "der 0.7.6", - "elliptic-curve 0.13.2", - "rfc6979 0.4.0", - "signature 2.0.0", + "der 0.7.8", + "digest", + "elliptic-curve", + "rfc6979", + "signature 2.2.0", + "spki 0.7.3", ] [[package]] name = "ed25519-compact" -version = "2.0.4" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c" +checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190" dependencies = [ "ct-codecs", - "getrandom 0.2.11", + "getrandom 0.2.12", ] [[package]] name = "educe" -version = "0.4.22" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "079044df30bb07de7d846d41a184c4b00e66ebdac93ee459253474f3a47e50ae" +checksum = "0f0042ff8246a363dbe77d2ceedb073339e85a804b9a47636c6e016a9a32c05f" dependencies = [ "enum-ordinalize", "proc-macro2", @@ -4891,47 +5040,27 @@ dependencies = [ [[package]] name = "either" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "elliptic-curve" -version = "0.12.3" +version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" +checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ - "base16ct 0.1.1", - "crypto-bigint 0.4.9", - "der 0.6.1", + "base16ct", + "crypto-bigint", "digest", - "ff 0.12.1", + "ff", "generic-array", - "group 0.12.1", + "group", "hkdf", - "pem-rfc7468 0.6.0", - "pkcs8 0.9.0", - "rand_core 0.6.4", - "sec1 0.3.0", - "subtle", - "zeroize", -] - -[[package]] -name = "elliptic-curve" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea5a92946e8614bb585254898bb7dd1ddad241ace60c52149e3765e34cc039d" -dependencies = [ - "base16ct 0.2.0", - "crypto-bigint 0.5.1", - "digest", - "ff 0.13.0", - "generic-array", - "group 0.13.0", + "pem-rfc7468 0.7.0", "pkcs8 0.10.2", "rand_core 0.6.4", - "sec1 0.7.1", + "sec1", "subtle", "zeroize", ] @@ -4944,9 +5073,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "encoding_rs" -version = "0.8.32" +version = "0.8.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" +checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" dependencies = [ "cfg-if", ] @@ -4987,23 +5116,23 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "enum-display" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d4df33d54dd1959d177a0e2c2f4e5a8637a3054aa56861ed7e173ad2043fe2" +checksum = "02058bb25d8d0605829af88230427dd5cd50661590bd2b09d1baf7c64c417f24" dependencies = [ "enum-display-macro", ] [[package]] name = "enum-display-macro" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ce3a36047ede676eb0d2721d065beed8410cf4f113f489604d2971331cb378" +checksum = "d4be2cf2fe7b971b1865febbacd4d8df544aa6bd377cca011a6d69dcf4c60d94" dependencies = [ "convert_case 0.6.0", "quote", @@ -5012,35 +5141,34 @@ dependencies = [ [[package]] name = "enum-ordinalize" -version = "3.1.12" +version = "3.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a" +checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee" dependencies = [ "num-bigint", "num-traits", "proc-macro2", "quote", - "rustc_version", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "enum_dispatch" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2" +checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "enumflags2" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" +checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" dependencies = [ "enumflags2_derive", "serde", @@ -5048,20 +5176,20 @@ dependencies = [ [[package]] name = "enumflags2_derive" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" +checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ "humantime", "is-terminal", @@ -5078,9 +5206,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "erased-serde" -version = "0.3.25" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569" +checksum = "388979d208a049ffdfb22fa33b9c81942215b940910bccfe258caeb25d125cb3" dependencies = [ "serde", ] @@ -5116,16 +5244,16 @@ dependencies = [ [[package]] name = "ethnum" -version = "1.3.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0198b9d0078e0f30dedc7acbb21c974e838fc8fae3ee170128658a98cb2c1c04" +checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" [[package]] name = "ethnum" version = "1.5.0" source = "git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1#4cb05f1e407f76b193d81eef71b5dd0b73216856" dependencies = [ - "borsh 1.2.1", + "borsh", "serde", ] @@ -5146,6 +5274,28 @@ dependencies = [ "pin-project-lite", ] +[[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.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" +dependencies = [ + "concurrent-queue", + "parking", + "pin-project-lite", +] + [[package]] name = "event-listener-strategy" version = "0.1.0" @@ -5156,6 +5306,26 @@ dependencies = [ "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.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" +dependencies = [ + "event-listener 5.2.0", + "pin-project-lite", +] + [[package]] name = "fallible-streaming-iterator" version = "0.1.9" @@ -5170,9 +5340,18 @@ checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" [[package]] name = "faster-hex" -version = "0.8.0" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a" +dependencies = [ + "serde", +] + +[[package]] +name = "faster-hex" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9042d281a5eec0f2387f8c3ea6c4514e2cf2732c90a85aaf383b761ee3b290d" +checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183" dependencies = [ "serde", ] @@ -5188,28 +5367,29 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" +checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "faststr" -version = "0.2.12" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6aec286890de502e74704b319a9246c95221f90de25112eabece1011b7ad55e" +checksum = "17e546e971d6d404087d4885389651265b1bb03e5128a519a297f90d9e6f6ecb" dependencies = [ "bytes", "serde", + "simdutf8", ] [[package]] name = "fd-lock" -version = "3.0.12" +version = "3.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ae6b3d9530211fb3b12a95374b8b0823be812f53d09e18c5675c0146b09642" +checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5" dependencies = [ "cfg-if", - "rustix 0.37.7", + "rustix 0.38.31", "windows-sys 0.48.0", ] @@ -5232,16 +5412,6 @@ dependencies = [ "log", ] -[[package]] -name = "ff" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" -dependencies = [ - "rand_core 0.6.4", - "subtle", -] - [[package]] name = "ff" version = "0.13.0" @@ -5254,14 +5424,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.20" +version = "0.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" +checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.2.16", - "windows-sys 0.45.0", + "redox_syscall 0.4.1", + "windows-sys 0.52.0", ] [[package]] @@ -5304,15 +5474,15 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flagset" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" +checksum = "d52a7e408202050813e6f1d9addadcaafef3dca7530c7ddfb005d4081cce6779" [[package]] name = "flatbuffers" -version = "23.1.21" +version = "23.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77f5399c2c9c50ae9418e522842ad362f61ee48b346ac106807bd355a8a7c619" +checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640" dependencies = [ "bitflags 1.3.2", "rustc_version", @@ -5379,9 +5549,9 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frunk" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a89c703bf50009f383a0873845357cc400a95fc535f836feddfe015d7df6e1e0" +checksum = "11a351b59e12f97b4176ee78497dff72e4276fb1ceb13e19056aca7fa0206287" dependencies = [ "frunk_core", "frunk_derives", @@ -5390,62 +5560,53 @@ dependencies = [ [[package]] name = "frunk_core" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a446d01a558301dca28ef43222864a9fa2bd9a2e71370f769d5d5d5ec9f3537" +checksum = "af2469fab0bd07e64ccf0ad57a1438f63160c69b2e57f04a439653d68eb558d6" [[package]] name = "frunk_derives" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b83164912bb4c97cfe0772913c7af7387ee2e00cb6d4636fb65a35b3d0c8f173" +checksum = "b0fa992f1656e1707946bbba340ad244f0814009ef8c0118eb7b658395f19a2e" dependencies = [ "frunk_proc_macro_helpers", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "frunk_proc_macro_helpers" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "015425591bbeb0f5b8a75593340f1789af428e9f887a4f1e36c0c471f067ef50" +checksum = "35b54add839292b743aeda6ebedbd8b11e93404f902c56223e51b9ec18a13d2c" dependencies = [ "frunk_core", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "frunk_proc_macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea01524f285deab48affffb342b97f186e657b119c3f1821ac531780e0fbfae0" -dependencies = [ - "frunk_core", - "frunk_proc_macros_impl", - "proc-macro-hack", -] - -[[package]] -name = "frunk_proc_macros_impl" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a802d974cc18ee7fe1a7868fc9ce31086294fd96ba62f8da64ecb44e92a2653" +checksum = "71b85a1d4a9a6b300b41c05e8e13ef2feca03e0334127f29eca9506a7fe13a93" dependencies = [ "frunk_core", "frunk_proc_macro_helpers", - "proc-macro-hack", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "fs-err" -version = "2.9.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" +checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +dependencies = [ + "autocfg", +] [[package]] name = "fs2" @@ -5465,9 +5626,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" +checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ "futures-channel", "futures-core", @@ -5480,9 +5641,9 @@ dependencies = [ [[package]] name = "futures-async-stream" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "379790776b0d953337df4ab7ecc51936c66ea112484cad7912907b1d34253ebf" +checksum = "5774510e3d9ae616fd40a4232c723d46b74faa5b5c7484ffaa8a8a4a5f5e8a13" dependencies = [ "futures-async-stream-macro", "futures-core", @@ -5491,20 +5652,20 @@ dependencies = [ [[package]] name = "futures-async-stream-macro" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5df2c13d48c8cb8a3ec093ede6f0f4482f327d7bb781120c5fb483ef0f17e758" +checksum = "7433cef2775d3bbd39a04f86b4bed2aa37ee3dbf75efaf8a783a36e7c91a33cc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "futures-channel" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", "futures-sink", @@ -5512,15 +5673,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-executor" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" +checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ "futures-core", "futures-task", @@ -5529,15 +5690,15 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" +checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" dependencies = [ "fastrand 1.9.0", "futures-core", @@ -5548,40 +5709,53 @@ dependencies = [ "waker-fn", ] +[[package]] +name = "futures-lite" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" +dependencies = [ + "fastrand 2.0.1", + "futures-core", + "futures-io", + "parking", + "pin-project-lite", +] + [[package]] name = "futures-macro" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "futures-sink" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-timer" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" +checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.28" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-channel", "futures-core", @@ -5606,22 +5780,23 @@ dependencies = [ [[package]] name = "generator" -version = "0.7.3" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a20a288a94683f5f4da0adecdbe095c94a77c295e514cc6484e9394dd8376e" +checksum = "b5b25e5b3e733153bcab35ee4671b46604b42516163cae442d1601cb716f2ac5" dependencies = [ "cc", + "cfg-if", "libc", "log", "rustversion", - "windows 0.44.0", + "windows 0.53.0", ] [[package]] name = "generic-array" -version = "0.14.6" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", @@ -5648,9 +5823,9 @@ dependencies = [ [[package]] name = "geo-types" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567495020b114f1ce9bed679b29975aa0bfae06ac22beacd5cfde5dabe7b05d6" +checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61" dependencies = [ "approx", "num-traits", @@ -5660,11 +5835,11 @@ dependencies = [ [[package]] name = "geographiclib-rs" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea804e7bd3c6a4ca6a01edfa35231557a8a81d4d3f3e1e2b650d028c42592be" +checksum = "e6e5ed84f8089c70234b0a8e0aedb6dc733671612ddc0d37c6066052f9781960" dependencies = [ - "lazy_static", + "libm", ] [[package]] @@ -5725,9 +5900,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" +checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" dependencies = [ "cfg-if", "js-sys", @@ -5736,70 +5911,11 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "ghost" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e0cd8a998937e25c6ba7cc276b96ec5cc3f4dc4ab5de9ede4fb152bdd5c5eb" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "gimli" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" - -[[package]] -name = "gix" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1e74cea676de7f53a79f3c0365812b11f6814b81e671b8ee4abae6ca09c7881" -dependencies = [ - "gix-actor 0.23.0", - "gix-attributes 0.14.1", - "gix-commitgraph 0.17.1", - "gix-config 0.25.1", - "gix-credentials 0.16.1", - "gix-date", - "gix-diff 0.32.0", - "gix-discover 0.21.1", - "gix-features 0.31.1", - "gix-fs 0.3.0", - "gix-glob 0.9.1", - "gix-hash 0.11.4", - "gix-hashtable 0.2.4", - "gix-ignore 0.4.1", - "gix-index 0.20.0", - "gix-lock 7.0.2", - "gix-mailmap 0.15.0", - "gix-negotiate 0.4.0", - "gix-object 0.32.0", - "gix-odb 0.49.1", - "gix-pack 0.39.1", - "gix-path 0.8.4", - "gix-prompt 0.5.5", - "gix-ref 0.32.1", - "gix-refspec 0.13.0", - "gix-revision 0.17.0", - "gix-sec 0.8.4", - "gix-tempfile 7.0.2", - "gix-trace", - "gix-traverse 0.29.0", - "gix-url 0.20.1", - "gix-utils", - "gix-validate 0.7.7", - "gix-worktree 0.21.1", - "log", - "once_cell", - "signal-hook", - "smallvec", - "thiserror", - "unicode-normalization", -] +checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "gix" @@ -5809,11 +5925,11 @@ checksum = "a35ed1401a11506b45361746507a7c94c546574ddd7dfc2717f8941e30070254" dependencies = [ "gix-actor 0.25.0", "gix-archive", - "gix-attributes 0.17.0", + "gix-attributes", "gix-commitgraph 0.19.0", "gix-config 0.28.0", - "gix-credentials 0.18.0", - "gix-date", + "gix-credentials", + "gix-date 0.7.4", "gix-diff 0.34.0", "gix-discover 0.23.0", "gix-features 0.33.0", @@ -5822,17 +5938,17 @@ dependencies = [ "gix-glob 0.11.0", "gix-hash 0.12.0", "gix-hashtable 0.3.0", - "gix-ignore 0.6.0", + "gix-ignore", "gix-index 0.22.0", "gix-lock 8.0.0", - "gix-mailmap 0.17.0", - "gix-negotiate 0.6.0", + "gix-mailmap", + "gix-negotiate", "gix-object 0.35.0", "gix-odb 0.51.0", "gix-pack 0.41.0", "gix-path 0.9.0", "gix-pathspec", - "gix-prompt 0.6.0", + "gix-prompt", "gix-ref 0.35.0", "gix-refspec 0.16.0", "gix-revision 0.20.0", @@ -5843,8 +5959,8 @@ dependencies = [ "gix-traverse 0.31.0", "gix-url 0.22.0", "gix-utils", - "gix-validate 0.8.0", - "gix-worktree 0.24.0", + "gix-validate", + "gix-worktree", "gix-worktree-state", "gix-worktree-stream", "log", @@ -5856,29 +5972,72 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "gix" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dd025382892c7b500a9ce1582cd803f9c2ebfe44aff52e9c7f86feee7ced75e" +dependencies = [ + "gix-actor 0.29.1", + "gix-commitgraph 0.23.2", + "gix-config 0.33.1", + "gix-date 0.8.4", + "gix-diff 0.39.1", + "gix-discover 0.28.1", + "gix-features 0.37.2", + "gix-fs 0.9.1", + "gix-glob 0.15.1", + "gix-hash 0.14.1", + "gix-hashtable 0.5.1", + "gix-index 0.28.2", + "gix-lock 12.0.1", + "gix-macros", + "gix-object 0.40.1", + "gix-odb 0.56.1", + "gix-pack 0.46.1", + "gix-path 0.10.6", + "gix-ref 0.40.1", + "gix-refspec 0.21.1", + "gix-revision 0.25.1", + "gix-revwalk 0.11.1", + "gix-sec 0.10.5", + "gix-tempfile 12.0.1", + "gix-trace", + "gix-traverse 0.36.2", + "gix-url 0.26.1", + "gix-utils", + "gix-validate", + "once_cell", + "parking_lot 0.12.1", + "signal-hook", + "smallvec", + "thiserror", + "unicode-normalization", +] + [[package]] name = "gix-actor" -version = "0.23.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1969b77b9ee4cc1755c841987ec6f7622aaca95e952bcafb76973ae59d1b8716" +checksum = "8f8a773b5385e9d2f88bd879fb763ec1212585f6d630ebe13adb7bac93bce975" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "btoi", - "gix-date", + "gix-date 0.7.4", "itoa", - "nom", "thiserror", + "winnow", ] [[package]] name = "gix-actor" -version = "0.25.0" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f8a773b5385e9d2f88bd879fb763ec1212585f6d630ebe13adb7bac93bce975" +checksum = "da27b5ab4ab5c75ff891dccd48409f8cc53c28a79480f1efdd33184b2dc1d958" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "btoi", - "gix-date", + "gix-date 0.8.4", "itoa", "thiserror", "winnow", @@ -5890,37 +6049,20 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e560a446515b9890fbd84a4d6ec23b52f040a801d9623505cb860c077b021ea" dependencies = [ - "bstr 1.6.2", - "gix-date", + "bstr 1.9.1", + "gix-date 0.7.4", "gix-object 0.35.0", "gix-worktree-stream", "thiserror", ] -[[package]] -name = "gix-attributes" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3772b0129dcd1fc73e985bbd08a1482d082097d2915cb1ee31ce8092b8e4434" -dependencies = [ - "bstr 1.6.2", - "gix-glob 0.9.1", - "gix-path 0.8.4", - "gix-quote", - "kstring", - "log", - "smallvec", - "thiserror", - "unicode-bom", -] - [[package]] name = "gix-attributes" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1ecae08f2625d8abcd27570fa2f9c2fcf01a1cd968a8d90858e63f8e08211a3" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-glob 0.11.0", "gix-path 0.9.0", "gix-quote", @@ -5933,43 +6075,29 @@ dependencies = [ [[package]] name = "gix-bitmap" -version = "0.2.7" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ccab4bc576844ddb51b78d81b4a42d73e6229660fa614dfc3d3999c874d1959" +checksum = "78b6cd0f246180034ddafac9b00a112f19178135b21eb031b3f79355891f7325" dependencies = [ "thiserror", ] [[package]] name = "gix-chunk" -version = "0.4.4" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b42ea64420f7994000130328f3c7a2038f639120518870436d31b8bde704493" +checksum = "003ec6deacf68076a0c157271a127e0bb2c031c1a41f7168cbe5d248d9b85c78" dependencies = [ "thiserror", ] [[package]] name = "gix-command" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f28f654184b5f725c5737c7e4f466cbd8f0102ac352d5257eeab19647ee4256" -dependencies = [ - "bstr 1.6.2", -] - -[[package]] -name = "gix-commitgraph" -version = "0.17.1" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed42baa50075d41c1a0931074ce1a97c5797c7c6fe7591d9f1f2dcd448532c26" +checksum = "3c576cfbf577f72c097b5f88aedea502cd62952bdc1fb3adcab4531d5525a4c7" dependencies = [ - "bstr 1.6.2", - "gix-chunk", - "gix-features 0.31.1", - "gix-hash 0.11.4", - "memmap2 0.7.1", - "thiserror", + "bstr 1.9.1", ] [[package]] @@ -5978,7 +6106,7 @@ version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3845b3c8722a0e97d9d593c05d384bb1275a5865f1cd967523a3780ffc93168e" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-chunk", "gix-features 0.33.0", "gix-hash 0.12.0", @@ -5987,25 +6115,17 @@ dependencies = [ ] [[package]] -name = "gix-config" -version = "0.25.1" +name = "gix-commitgraph" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "817688c7005a716d9363e267913526adea402dabd947f4ba63842d10cc5132af" +checksum = "7e8dcbf434951fa477063e05fea59722615af70dc2567377e58c2f7853b010fc" dependencies = [ - "bstr 1.6.2", - "gix-config-value 0.12.5", - "gix-features 0.31.1", - "gix-glob 0.9.1", - "gix-path 0.8.4", - "gix-ref 0.32.1", - "gix-sec 0.8.4", - "log", - "memchr", - "nom", - "once_cell", - "smallvec", + "bstr 1.9.1", + "gix-chunk", + "gix-features 0.37.2", + "gix-hash 0.14.1", + "memmap2 0.9.4", "thiserror", - "unicode-bom", ] [[package]] @@ -6014,7 +6134,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a312d120231dc8d5a2e34928a9a2098c1d3dbad76f0660ee38d0b1a87de5271" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-config-value 0.13.0", "gix-features 0.33.0", "gix-glob 0.11.0", @@ -6031,16 +6151,24 @@ dependencies = [ ] [[package]] -name = "gix-config-value" -version = "0.12.5" +name = "gix-config" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e874f41437441c02991dcea76990b9058fadfc54b02ab4dd06ab2218af43897" +checksum = "367304855b369cadcac4ee5fb5a3a20da9378dd7905106141070b79f85241079" dependencies = [ - "bitflags 2.4.0", - "bstr 1.6.2", - "gix-path 0.8.4", - "libc", + "bstr 1.9.1", + "gix-config-value 0.14.5", + "gix-features 0.37.2", + "gix-glob 0.15.1", + "gix-path 0.10.6", + "gix-ref 0.40.1", + "gix-sec 0.10.5", + "memchr", + "once_cell", + "smallvec", "thiserror", + "unicode-bom", + "winnow", ] [[package]] @@ -6049,26 +6177,23 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "901e184f3d4f99bf015ca13b5ccacb09e26b400f198fe2066651089e2c490680" dependencies = [ - "bitflags 2.4.0", - "bstr 1.6.2", + "bitflags 2.4.2", + "bstr 1.9.1", "gix-path 0.9.0", "libc", "thiserror", ] [[package]] -name = "gix-credentials" -version = "0.16.1" +name = "gix-config-value" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75a75565e0e6e7f80cfa4eb1b05cc448c6846ddd48dcf413a28875fbc11ee9af" +checksum = "74ab5d22bc21840f4be0ba2e78df947ba14d8ba6999ea798f86b5bdb999edd0c" dependencies = [ - "bstr 1.6.2", - "gix-command", - "gix-config-value 0.12.5", - "gix-path 0.8.4", - "gix-prompt 0.5.5", - "gix-sec 0.8.4", - "gix-url 0.20.1", + "bitflags 2.4.2", + "bstr 1.9.1", + "gix-path 0.10.6", + "libc", "thiserror", ] @@ -6078,11 +6203,11 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2988e917f7ee4a99072354d5885ca14c9e7039de8246e96e300ab3e5060cad19" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-command", "gix-config-value 0.13.0", "gix-path 0.9.0", - "gix-prompt 0.6.0", + "gix-prompt", "gix-sec 0.9.0", "gix-url 0.22.0", "thiserror", @@ -6094,22 +6219,22 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a825babda995d788e30d306a49dacd1e93d5f5d33d53c7682d0347cef40333c" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "itoa", "thiserror", "time", ] [[package]] -name = "gix-diff" -version = "0.32.0" +name = "gix-date" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf5d9b9b521b284ebe53ee69eee33341835ec70edc314f36b2100ea81396121" +checksum = "17077f0870ac12b55d2eed9cb3f56549e40def514c8a783a0a79177a8a76b7c5" dependencies = [ - "gix-hash 0.11.4", - "gix-object 0.32.0", - "imara-diff", + "bstr 1.9.1", + "itoa", "thiserror", + "time", ] [[package]] @@ -6125,17 +6250,14 @@ dependencies = [ ] [[package]] -name = "gix-discover" -version = "0.21.1" +name = "gix-diff" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "272aad20dc63dedba76615373dd8885fb5aebe4795e5b5b0aa2a24e63c82085c" +checksum = "fd6a0454f8c42d686f17e7f084057c717c082b7dbb8209729e4e8f26749eb93a" dependencies = [ - "bstr 1.6.2", - "dunce", - "gix-hash 0.11.4", - "gix-path 0.8.4", - "gix-ref 0.32.1", - "gix-sec 0.8.4", + "bstr 1.9.1", + "gix-hash 0.14.1", + "gix-object 0.40.1", "thiserror", ] @@ -6145,7 +6267,7 @@ version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b74760d912716b287357dae5654ad84be12a2a75a721f00b58ecdd65496e024" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "dunce", "gix-hash 0.12.0", "gix-path 0.9.0", @@ -6155,32 +6277,18 @@ dependencies = [ ] [[package]] -name = "gix-features" -version = "0.31.1" +name = "gix-discover" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06142d8cff5d17509399b04052b64d2f9b3a311d5cff0b1a32b220f62cd0d595" +checksum = "b8d7b2896edc3d899d28a646ccc6df729827a6600e546570b2783466404a42d6" dependencies = [ - "crc32fast", - "flate2", - "gix-hash 0.11.4", - "gix-trace", - "libc", - "once_cell", - "prodash", - "sha1_smol", + "bstr 1.9.1", + "dunce", + "gix-hash 0.14.1", + "gix-path 0.10.6", + "gix-ref 0.40.1", + "gix-sec 0.10.5", "thiserror", - "walkdir", -] - -[[package]] -name = "gix-features" -version = "0.32.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882695cccf38da4c3cc7ee687bdb412cf25e37932d7f8f2c306112ea712449f1" -dependencies = [ - "gix-hash 0.11.4", - "gix-trace", - "libc", ] [[package]] @@ -6200,7 +6308,25 @@ dependencies = [ "libc", "once_cell", "parking_lot 0.12.1", - "prodash", + "prodash 25.0.2", + "sha1_smol", + "thiserror", + "walkdir", +] + +[[package]] +name = "gix-features" +version = "0.37.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d50270e8dcc665f30ba0735b17984b9535bdf1e646c76e638e007846164d57af" +dependencies = [ + "crc32fast", + "flate2", + "gix-hash 0.14.1", + "gix-trace", + "libc", + "once_cell", + "prodash 28.0.0", "sha1_smol", "thiserror", "walkdir", @@ -6212,9 +6338,9 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f5495cdd54f4c3bb05b35a525cd39df1643362d917a7e03f112564c2825feb4" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "encoding_rs", - "gix-attributes 0.17.0", + "gix-attributes", "gix-command", "gix-hash 0.12.0", "gix-object 0.35.0", @@ -6226,24 +6352,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "gix-fs" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb15956bc0256594c62a2399fcf6958a02a11724217eddfdc2b49b21b6292496" -dependencies = [ - "gix-features 0.31.1", -] - -[[package]] -name = "gix-fs" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d5b6e9d34a2c61ea4a02bbca94c409ab6dbbca1348cbb67298cd7fed8758761" -dependencies = [ - "gix-features 0.32.1", -] - [[package]] name = "gix-fs" version = "0.5.0" @@ -6254,15 +6362,12 @@ dependencies = [ ] [[package]] -name = "gix-glob" +name = "gix-fs" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c18bdff83143d61e7d60da6183b87542a870d026b2a2d0b30170b8e9c0cd321a" +checksum = "7555c23a005537434bbfcb8939694e18cad42602961d0de617f8477cc2adecdd" dependencies = [ - "bitflags 2.4.0", - "bstr 1.6.2", - "gix-features 0.31.1", - "gix-path 0.8.4", + "gix-features 0.37.2", ] [[package]] @@ -6271,20 +6376,22 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c753299d14a29ca06d7adc8464c16f1786eb97bc9a44a796ad0a37f57235a494" dependencies = [ - "bitflags 2.4.0", - "bstr 1.6.2", + "bitflags 2.4.2", + "bstr 1.9.1", "gix-features 0.33.0", "gix-path 0.9.0", ] [[package]] -name = "gix-hash" -version = "0.11.4" +name = "gix-glob" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b422ff2ad9a0628baaad6da468cf05385bf3f5ab495ad5a33cce99b9f41092f" +checksum = "ae6232f18b262770e343dcdd461c0011c9b9ae27f0c805e115012aa2b902c1b8" dependencies = [ - "hex", - "thiserror", + "bitflags 2.4.2", + "bstr 1.9.1", + "gix-features 0.37.2", + "gix-path 0.10.6", ] [[package]] @@ -6293,19 +6400,18 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d4796bac3aaf0c2f8bea152ca924ae3bdc5f135caefe6431116bcd67e98eab9" dependencies = [ - "faster-hex", + "faster-hex 0.8.1", "thiserror", ] [[package]] -name = "gix-hashtable" -version = "0.2.4" +name = "gix-hash" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385f4ce6ecf3692d313ca3aa9bd3b3d8490de53368d6d94bedff3af8b6d9c58d" +checksum = "b0ed89cdc1dce26685c80271c4287077901de3c3dd90234d5fa47c22b2268653" dependencies = [ - "gix-hash 0.11.4", - "hashbrown 0.14.3", - "parking_lot 0.12.1", + "faster-hex 0.9.0", + "thiserror", ] [[package]] @@ -6320,15 +6426,14 @@ dependencies = [ ] [[package]] -name = "gix-ignore" -version = "0.4.1" +name = "gix-hashtable" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca801f2d0535210f77b33e2c067d565aedecacc82f1b3dbce26da1388ebc4634" +checksum = "ebe47d8c0887f82355e2e9e16b6cecaa4d5e5346a7a474ca78ff94de1db35a5b" dependencies = [ - "bstr 1.6.2", - "gix-glob 0.9.1", - "gix-path 0.8.4", - "unicode-bom", + "gix-hash 0.14.1", + "hashbrown 0.14.3", + "parking_lot 0.12.1", ] [[package]] @@ -6337,7 +6442,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b355098421f5cc91a0e5f1ef3600ae250c13b7c3c472b18c361897c6081bfbb1" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-glob 0.11.0", "gix-path 0.9.0", "unicode-bom", @@ -6345,20 +6450,21 @@ dependencies = [ [[package]] name = "gix-index" -version = "0.20.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68099abdf6ee50ae3c897e8b05de96871cbe54d52a37cdf559101f911b883562" +checksum = "a9738fc58ca30e232c7b1be8e8ab52b072979acb9bf3fa97662b5b23c0c6fbca" dependencies = [ - "bitflags 2.4.0", - "bstr 1.6.2", + "bitflags 2.4.2", + "bstr 1.9.1", "btoi", "filetime", "gix-bitmap", - "gix-features 0.31.1", - "gix-hash 0.11.4", - "gix-lock 7.0.2", - "gix-object 0.32.0", - "gix-traverse 0.29.0", + "gix-features 0.33.0", + "gix-fs 0.5.0", + "gix-hash 0.12.0", + "gix-lock 8.0.0", + "gix-object 0.35.0", + "gix-traverse 0.31.0", "itoa", "memmap2 0.7.1", "smallvec", @@ -6367,59 +6473,60 @@ dependencies = [ [[package]] name = "gix-index" -version = "0.22.0" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9738fc58ca30e232c7b1be8e8ab52b072979acb9bf3fa97662b5b23c0c6fbca" +checksum = "9e50e63df6c8d4137f7fb882f27643b3a9756c468a1a2cdbe1ce443010ca8778" dependencies = [ - "bitflags 2.4.0", - "bstr 1.6.2", + "bitflags 2.4.2", + "bstr 1.9.1", "btoi", "filetime", "gix-bitmap", - "gix-features 0.33.0", - "gix-fs 0.5.0", - "gix-hash 0.12.0", - "gix-lock 8.0.0", - "gix-object 0.35.0", - "gix-traverse 0.31.0", + "gix-features 0.37.2", + "gix-fs 0.9.1", + "gix-hash 0.14.1", + "gix-lock 12.0.1", + "gix-object 0.40.1", + "gix-traverse 0.36.2", "itoa", - "memmap2 0.7.1", + "libc", + "memmap2 0.9.4", + "rustix 0.38.31", "smallvec", "thiserror", ] [[package]] name = "gix-lock" -version = "7.0.2" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e82ec23c8a281f91044bf3ed126063b91b59f9c9340bf0ae746f385cc85a6fa" +checksum = "de4363023577b31906b476b34eefbf76931363ec574f88b5c7b6027789f1e3ce" dependencies = [ - "gix-tempfile 7.0.2", + "gix-tempfile 8.0.0", "gix-utils", "thiserror", ] [[package]] name = "gix-lock" -version = "8.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de4363023577b31906b476b34eefbf76931363ec574f88b5c7b6027789f1e3ce" +checksum = "f40a439397f1e230b54cf85d52af87e5ea44cc1e7748379785d3f6d03d802b00" dependencies = [ - "gix-tempfile 8.0.0", + "gix-tempfile 12.0.1", "gix-utils", "thiserror", ] [[package]] -name = "gix-mailmap" -version = "0.15.0" +name = "gix-macros" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1787e3c37fc43b1f7c0e3be6196c6837b3ba5f869190dfeaa444b816f0a7f34b" +checksum = "d75e7ab728059f595f6ddc1ad8771b8d6a231971ae493d9d5948ecad366ee8bb" dependencies = [ - "bstr 1.6.2", - "gix-actor 0.23.0", - "gix-date", - "thiserror", + "proc-macro2", + "quote", + "syn 2.0.52", ] [[package]] @@ -6428,25 +6535,9 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "244a4a6f08e8104110675de649ccd20fe1d1116783063920e19aa7da197a4ad0" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-actor 0.25.0", - "gix-date", - "thiserror", -] - -[[package]] -name = "gix-negotiate" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e7bce64d4452dd609f44d04b14b29da2e0ad2c45fcdf4ce1472a5f5f8ec21c2" -dependencies = [ - "bitflags 2.4.0", - "gix-commitgraph 0.17.1", - "gix-date", - "gix-hash 0.11.4", - "gix-object 0.32.0", - "gix-revwalk 0.3.0", - "smallvec", + "gix-date 0.7.4", "thiserror", ] @@ -6456,9 +6547,9 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0b0ea711559f843b8286cdf71ea421560c072120fae35a949bcf6b068b73745" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.2", "gix-commitgraph 0.19.0", - "gix-date", + "gix-date 0.7.4", "gix-hash 0.12.0", "gix-object 0.35.0", "gix-revwalk 0.6.0", @@ -6466,39 +6557,19 @@ dependencies = [ "thiserror", ] -[[package]] -name = "gix-object" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953f3d7ffad16734aa3ab1d05807972c80e339d1bd9dde03e0198716b99e2a6" -dependencies = [ - "bstr 1.6.2", - "btoi", - "gix-actor 0.23.0", - "gix-date", - "gix-features 0.31.1", - "gix-hash 0.11.4", - "gix-validate 0.7.7", - "hex", - "itoa", - "nom", - "smallvec", - "thiserror", -] - [[package]] name = "gix-object" version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4283b7b5e9438afe2e3183e9acd1c77e750800937bb56c06b750822d2ff6d95" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "btoi", "gix-actor 0.25.0", - "gix-date", + "gix-date 0.7.4", "gix-features 0.33.0", "gix-hash 0.12.0", - "gix-validate 0.8.0", + "gix-validate", "itoa", "smallvec", "thiserror", @@ -6506,22 +6577,22 @@ dependencies = [ ] [[package]] -name = "gix-odb" -version = "0.49.1" +name = "gix-object" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6418cff00ecc2713b58c8e04bff30dda808fbba1a080e7248b299d069894a01" +checksum = "0c89402e8faa41b49fde348665a8f38589e461036475af43b6b70615a6a313a2" dependencies = [ - "arc-swap", - "gix-date", - "gix-features 0.31.1", - "gix-hash 0.11.4", - "gix-object 0.32.0", - "gix-pack 0.39.1", - "gix-path 0.8.4", - "gix-quote", - "parking_lot 0.12.1", - "tempfile", + "bstr 1.9.1", + "btoi", + "gix-actor 0.29.1", + "gix-date 0.8.4", + "gix-features 0.37.2", + "gix-hash 0.14.1", + "gix-validate", + "itoa", + "smallvec", "thiserror", + "winnow", ] [[package]] @@ -6531,7 +6602,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1dd295ca055d8270de23b6037176b03782de753f75c84dabb7713f7d7e229fd" dependencies = [ "arc-swap", - "gix-date", + "gix-date 0.7.4", "gix-features 0.33.0", "gix-hash 0.12.0", "gix-object 0.35.0", @@ -6544,24 +6615,21 @@ dependencies = [ ] [[package]] -name = "gix-pack" -version = "0.39.1" +name = "gix-odb" +version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "414935138d90043ea5898de7a93f02c2558e52652492719470e203ef26a8fd0a" +checksum = "46ae6da873de41c6c2b73570e82c571b69df5154dcd8f46dfafc6687767c33b1" dependencies = [ - "clru", - "gix-chunk", - "gix-diff 0.32.0", - "gix-features 0.31.1", - "gix-hash 0.11.4", - "gix-hashtable 0.2.4", - "gix-object 0.32.0", - "gix-path 0.8.4", - "gix-tempfile 7.0.2", - "gix-traverse 0.29.0", - "memmap2 0.7.1", + "arc-swap", + "gix-date 0.8.4", + "gix-features 0.37.2", + "gix-hash 0.14.1", + "gix-object 0.40.1", + "gix-pack 0.46.1", + "gix-path 0.10.6", + "gix-quote", "parking_lot 0.12.1", - "smallvec", + "tempfile", "thiserror", ] @@ -6588,24 +6656,44 @@ dependencies = [ "uluru", ] +[[package]] +name = "gix-pack" +version = "0.46.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "782b4d42790a14072d5c400deda9851f5765f50fe72bca6dece0da1cd6f05a9a" +dependencies = [ + "clru", + "gix-chunk", + "gix-features 0.37.2", + "gix-hash 0.14.1", + "gix-hashtable 0.5.1", + "gix-object 0.40.1", + "gix-path 0.10.6", + "gix-tempfile 12.0.1", + "memmap2 0.9.4", + "parking_lot 0.12.1", + "smallvec", + "thiserror", +] + [[package]] name = "gix-packetline-blocking" -version = "0.16.5" +version = "0.16.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e39142400d3faa7057680ed3947c3b70e46b6a0b16a7c242ec8f0249e37518ba" +checksum = "7d8395f7501c84d6a1fe902035fdfd8cd86d89e2dd6be0200ec1a72fd3c92d39" dependencies = [ - "bstr 1.6.2", - "faster-hex", + "bstr 1.9.1", + "faster-hex 0.8.1", "thiserror", ] [[package]] name = "gix-path" -version = "0.8.4" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18609c8cbec8508ea97c64938c33cd305b75dfc04a78d0c3b78b8b3fd618a77c" +checksum = "764b31ac54472e796f08be376eaeea3e30800949650566620809659d39969dbd" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-trace", "home", "once_cell", @@ -6614,11 +6702,11 @@ dependencies = [ [[package]] name = "gix-path" -version = "0.9.0" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "764b31ac54472e796f08be376eaeea3e30800949650566620809659d39969dbd" +checksum = "69e0b521a5c345b7cd6a81e3e6f634407360a038c8b74ba14c621124304251b8" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-trace", "home", "once_cell", @@ -6631,28 +6719,15 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4ba6662a29a6332926494542f6144ee87a59df3c70a4c680ebd235b646d7866" dependencies = [ - "bitflags 2.4.0", - "bstr 1.6.2", - "gix-attributes 0.17.0", + "bitflags 2.4.2", + "bstr 1.9.1", + "gix-attributes", "gix-config-value 0.13.0", "gix-glob 0.11.0", "gix-path 0.9.0", "thiserror", ] -[[package]] -name = "gix-prompt" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c22decaf4a063ccae2b2108820c8630c01bd6756656df3fe464b32b8958a5ea" -dependencies = [ - "gix-command", - "gix-config-value 0.12.5", - "parking_lot 0.12.1", - "rustix 0.38.28", - "thiserror", -] - [[package]] name = "gix-prompt" version = "0.6.0" @@ -6662,39 +6737,18 @@ dependencies = [ "gix-command", "gix-config-value 0.13.0", "parking_lot 0.12.1", - "rustix 0.38.28", + "rustix 0.38.31", "thiserror", ] [[package]] name = "gix-quote" -version = "0.4.7" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "475c86a97dd0127ba4465fbb239abac9ea10e68301470c9791a6dd5351cdc905" +checksum = "4d1b102957d975c6eb56c2b7ad9ac7f26d117299b910812b2e9bf086ec43496d" dependencies = [ - "bstr 1.6.2", - "btoi", - "thiserror", -] - -[[package]] -name = "gix-ref" -version = "0.32.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39453f4e5f23cddc2e6e4cca2ba20adfdbec29379e3ca829714dfe98ae068ccd" -dependencies = [ - "gix-actor 0.23.0", - "gix-date", - "gix-features 0.31.1", - "gix-fs 0.3.0", - "gix-hash 0.11.4", - "gix-lock 7.0.2", - "gix-object 0.32.0", - "gix-path 0.8.4", - "gix-tempfile 7.0.2", - "gix-validate 0.7.7", - "memmap2 0.7.1", - "nom", + "bstr 1.9.1", + "gix-utils", "thiserror", ] @@ -6705,7 +6759,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "993ce5c448a94038b8da1a8969c0facd6c1fbac509fa013344c580458f41527d" dependencies = [ "gix-actor 0.25.0", - "gix-date", + "gix-date 0.7.4", "gix-features 0.33.0", "gix-fs 0.5.0", "gix-hash 0.12.0", @@ -6713,24 +6767,31 @@ dependencies = [ "gix-object 0.35.0", "gix-path 0.9.0", "gix-tempfile 8.0.0", - "gix-validate 0.8.0", + "gix-validate", "memmap2 0.7.1", "thiserror", "winnow", ] [[package]] -name = "gix-refspec" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8e76ff1f82fba295a121e31ab02f69642994e532c45c0c899aa393f4b740302" -dependencies = [ - "bstr 1.6.2", - "gix-hash 0.11.4", - "gix-revision 0.17.0", - "gix-validate 0.7.7", - "smallvec", +name = "gix-ref" +version = "0.40.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64d9bd1984638d8f3511a2fcbe84fcedb8a5b5d64df677353620572383f42649" +dependencies = [ + "gix-actor 0.29.1", + "gix-date 0.8.4", + "gix-features 0.37.2", + "gix-fs 0.9.1", + "gix-hash 0.14.1", + "gix-lock 12.0.1", + "gix-object 0.40.1", + "gix-path 0.10.6", + "gix-tempfile 12.0.1", + "gix-validate", + "memmap2 0.9.4", "thiserror", + "winnow", ] [[package]] @@ -6739,26 +6800,25 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3171923a0f9075feae790bb81d824c0c1f91a899df51508705d4957bacd006e" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-hash 0.12.0", "gix-revision 0.20.0", - "gix-validate 0.8.0", + "gix-validate", "smallvec", "thiserror", ] [[package]] -name = "gix-revision" -version = "0.17.0" +name = "gix-refspec" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237428a7d3978e8572964e1e45d984027c2acc94df47e594baa6c4b0da7c9922" +checksum = "be219df5092c1735abb2a53eccdf775e945eea6986ee1b6e7a5896dccc0be704" dependencies = [ - "bstr 1.6.2", - "gix-date", - "gix-hash 0.11.4", - "gix-hashtable 0.2.4", - "gix-object 0.32.0", - "gix-revwalk 0.3.0", + "bstr 1.9.1", + "gix-hash 0.14.1", + "gix-revision 0.25.1", + "gix-validate", + "smallvec", "thiserror", ] @@ -6768,8 +6828,8 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2443886b7c55e73a813f203fe8603b94ac5deb3dfad8812d25e731b81f569f27" dependencies = [ - "bstr 1.6.2", - "gix-date", + "bstr 1.9.1", + "gix-date 0.7.4", "gix-hash 0.12.0", "gix-hashtable 0.3.0", "gix-object 0.35.0", @@ -6779,17 +6839,18 @@ dependencies = [ ] [[package]] -name = "gix-revwalk" -version = "0.3.0" +name = "gix-revision" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028d50fcaf8326a8f79a359490d9ca9fb4e2b51ac9ac86503560d0bcc888d2eb" +checksum = "aa78e1df3633bc937d4db15f8dca2abdb1300ca971c0fabcf9fa97e38cf4cd9f" dependencies = [ - "gix-commitgraph 0.17.1", - "gix-date", - "gix-hash 0.11.4", - "gix-hashtable 0.2.4", - "gix-object 0.32.0", - "smallvec", + "bstr 1.9.1", + "gix-date 0.8.4", + "gix-hash 0.14.1", + "gix-hashtable 0.5.1", + "gix-object 0.40.1", + "gix-revwalk 0.11.1", + "gix-trace", "thiserror", ] @@ -6800,7 +6861,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "362f71e173364f67d02899388c4b3d2f6bac7c16c0f3a9bbc04683f984f59daa" dependencies = [ "gix-commitgraph 0.19.0", - "gix-date", + "gix-date 0.7.4", "gix-hash 0.12.0", "gix-hashtable 0.3.0", "gix-object 0.35.0", @@ -6809,15 +6870,18 @@ dependencies = [ ] [[package]] -name = "gix-sec" -version = "0.8.4" +name = "gix-revwalk" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9615cbd6b456898aeb942cd75e5810c382fbfc48dbbff2fa23ebd2d33dcbe9c7" +checksum = "702de5fe5c2bbdde80219f3a8b9723eb927466e7ecd187cfd1b45d986408e45f" dependencies = [ - "bitflags 2.4.0", - "gix-path 0.8.4", - "libc", - "windows 0.48.0", + "gix-commitgraph 0.23.2", + "gix-date 0.8.4", + "gix-hash 0.14.1", + "gix-hashtable 0.5.1", + "gix-object 0.40.1", + "smallvec", + "thiserror", ] [[package]] @@ -6826,19 +6890,31 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0debc2e70613a077c257c2bb45ab4f652a550ae1d00bdca356633ea9de88a230" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.2", "gix-path 0.9.0", "libc", "windows 0.48.0", ] +[[package]] +name = "gix-sec" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "022592a0334bdf77c18c06e12a7c0eaff28845c37e73c51a3e37d56dd495fb35" +dependencies = [ + "bitflags 2.4.2", + "gix-path 0.10.6", + "libc", + "windows-sys 0.52.0", +] + [[package]] name = "gix-submodule" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71cc3ecd5e2387102aa275fc88fcf36e0f0b9df23a1335bf6255327abbb9bb3f" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-config 0.28.0", "gix-path 0.9.0", "gix-pathspec", @@ -6849,11 +6925,11 @@ dependencies = [ [[package]] name = "gix-tempfile" -version = "7.0.2" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa28d567848cec8fdd77d36ad4f5f78ecfaba7d78f647d4f63c8ae1a2cec7243" +checksum = "cea558d3daf3b1d0001052b12218c66c8f84788852791333b633d7eeb6999db1" dependencies = [ - "gix-fs 0.4.1", + "gix-fs 0.5.0", "libc", "once_cell", "parking_lot 0.12.1", @@ -6864,11 +6940,11 @@ dependencies = [ [[package]] name = "gix-tempfile" -version = "8.0.0" +version = "12.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea558d3daf3b1d0001052b12218c66c8f84788852791333b633d7eeb6999db1" +checksum = "a8ef376d718b1f5f119b458e21b00fbf576bc9d4e26f8f383d29f5ffe3ba3eaa" dependencies = [ - "gix-fs 0.5.0", + "gix-fs 0.9.1", "libc", "once_cell", "parking_lot 0.12.1", @@ -6879,25 +6955,9 @@ dependencies = [ [[package]] name = "gix-trace" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836" - -[[package]] -name = "gix-traverse" -version = "0.29.0" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3cdfd54598db4fae57d5ae6f52958422b2d13382d2745796bfe5c8015ffa86e" -dependencies = [ - "gix-commitgraph 0.17.1", - "gix-date", - "gix-hash 0.11.4", - "gix-hashtable 0.2.4", - "gix-object 0.32.0", - "gix-revwalk 0.3.0", - "smallvec", - "thiserror", -] +checksum = "02b202d766a7fefc596e2cc6a89cda8ad8ad733aed82da635ac120691112a9b1" [[package]] name = "gix-traverse" @@ -6906,7 +6966,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "beecf2e4d8924cbe0cace0bd396f9b037fdf7db9799d5695fe70dcad959ed067" dependencies = [ "gix-commitgraph 0.19.0", - "gix-date", + "gix-date 0.7.4", "gix-hash 0.12.0", "gix-hashtable 0.3.0", "gix-object 0.35.0", @@ -6916,17 +6976,19 @@ dependencies = [ ] [[package]] -name = "gix-url" -version = "0.20.1" +name = "gix-traverse" +version = "0.36.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beaede6dbc83f408b19adfd95bb52f1dbf01fb8862c3faf6c6243e2e67fcdfa1" +checksum = "65109e445ba7a409b48f34f570a4d7db72eade1dc1bcff81990a490e86c07161" dependencies = [ - "bstr 1.6.2", - "gix-features 0.31.1", - "gix-path 0.8.4", - "home", + "gix-commitgraph 0.23.2", + "gix-date 0.8.4", + "gix-hash 0.14.1", + "gix-hashtable 0.5.1", + "gix-object 0.40.1", + "gix-revwalk 0.11.1", + "smallvec", "thiserror", - "url", ] [[package]] @@ -6935,7 +6997,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6059e15828df32027a7db9097e5a9baf320d2dcc10a4e1598ffe05be8dfd1fa6" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-features 0.33.0", "gix-path 0.9.0", "home", @@ -6944,52 +7006,36 @@ dependencies = [ ] [[package]] -name = "gix-utils" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f" -dependencies = [ - "fastrand 2.0.0", -] - -[[package]] -name = "gix-validate" -version = "0.7.7" +name = "gix-url" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba9b3737b2cef3dcd014633485f0034b0f1a931ee54aeb7d8f87f177f3c89040" +checksum = "8f0f17cceb7552a231d1fec690bc2740c346554e3be6f5d2c41dfa809594dc44" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", + "gix-features 0.37.2", + "gix-path 0.10.6", + "home", "thiserror", + "url", ] [[package]] -name = "gix-validate" -version = "0.8.0" +name = "gix-utils" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5" +checksum = "60157a15b9f14b11af1c6817ad7a93b10b50b4e5136d98a127c46a37ff16eeb6" dependencies = [ - "bstr 1.6.2", - "thiserror", + "fastrand 2.0.1", + "unicode-normalization", ] [[package]] -name = "gix-worktree" -version = "0.21.1" +name = "gix-validate" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1363b9aa66b9e14412ac04e1f759827203f491729d92172535a8ce6cde02efa" +checksum = "ac7cc36f496bd5d96cdca0f9289bb684480725d40db60f48194aa7723b883854" dependencies = [ - "bstr 1.6.2", - "filetime", - "gix-attributes 0.14.1", - "gix-features 0.31.1", - "gix-fs 0.3.0", - "gix-glob 0.9.1", - "gix-hash 0.11.4", - "gix-ignore 0.4.1", - "gix-index 0.20.0", - "gix-object 0.32.0", - "gix-path 0.8.4", - "io-close", + "bstr 1.9.1", "thiserror", ] @@ -6999,13 +7045,13 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a38eab0fdd752ecfa50130c127c9f42bd329bf7f4e52872f4ac24c12bbc02baf" dependencies = [ - "bstr 1.6.2", - "gix-attributes 0.17.0", + "bstr 1.9.1", + "gix-attributes", "gix-features 0.33.0", "gix-fs 0.5.0", "gix-glob 0.11.0", "gix-hash 0.12.0", - "gix-ignore 0.6.0", + "gix-ignore", "gix-index 0.22.0", "gix-object 0.35.0", "gix-path 0.9.0", @@ -7017,7 +7063,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44629a04d238493f0da657a0eee4d60086f0172c364ca4a71398b1898fda32a6" dependencies = [ - "bstr 1.6.2", + "bstr 1.9.1", "gix-features 0.33.0", "gix-filter", "gix-fs 0.5.0", @@ -7026,7 +7072,7 @@ dependencies = [ "gix-index 0.22.0", "gix-object 0.35.0", "gix-path 0.9.0", - "gix-worktree 0.24.0", + "gix-worktree", "io-close", "thiserror", ] @@ -7037,7 +7083,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a9582aa0875d19d188501dc0d6beb38259a5842777b0755d1c208b38a10aa5a" dependencies = [ - "gix-attributes 0.17.0", + "gix-attributes", "gix-features 0.33.0", "gix-filter", "gix-fs 0.5.0", @@ -7079,23 +7125,14 @@ dependencies = [ [[package]] name = "goldenfile" -version = "1.4.5" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf1e66766a6a6960b997e03eeaa212b05b87e0275ede54eb3fe2ec1c6071305b" +checksum = "e4a67453a3b358bd8213aedafd4feed75eecab9fb04bed26ba6fdf94694be560" dependencies = [ + "scopeguard", "similar-asserts", "tempfile", -] - -[[package]] -name = "group" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" -dependencies = [ - "ff 0.12.1", - "rand_core 0.6.4", - "subtle", + "yansi 1.0.0-rc.1", ] [[package]] @@ -7104,7 +7141,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ - "ff 0.13.0", + "ff", "rand_core 0.6.4", "subtle", ] @@ -7121,7 +7158,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.3", + "indexmap 2.2.5", "slab", "tokio", "tokio-util", @@ -7134,7 +7171,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6fb938100651db317719f46877a3cd82105920be4ea2ff49d55d1d65fa7bec1" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", "auto_ops", "either", "float_eq", @@ -7143,16 +7180,11 @@ dependencies = [ [[package]] name = "half" -version = "1.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" - -[[package]] -name = "half" -version = "2.2.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" +checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" dependencies = [ + "cfg-if", "crunchy", "num-traits", ] @@ -7172,7 +7204,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash 0.7.6", + "ahash 0.7.8", ] [[package]] @@ -7181,7 +7213,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", ] [[package]] @@ -7190,35 +7222,36 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", "allocator-api2", ] [[package]] name = "hashlink" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f" +checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ "hashbrown 0.14.3", ] [[package]] name = "hdfs-sys" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73dcfda0dbca0569e98b8bfb87028d83d2f07705587bac1fddea7dc9ee1eca13" +checksum = "33e2d5cefba2d51a26b44d2a493f963a32725a0f6593c91be4a610ad449c49cb" dependencies = [ "cc", + "java-locator", ] [[package]] name = "hdrhistogram" -version = "7.5.2" +version = "7.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" +checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" dependencies = [ - "base64 0.13.1", + "base64 0.21.7", "byteorder", "flate2", "nom", @@ -7227,9 +7260,9 @@ dependencies = [ [[package]] name = "hdrs" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd139e8f6c58950322dc73060b8c23b80be07d235dd2eaf5c7c821c1d91eb469" +checksum = "00a7b465f2d12e45db2af56af13a1cbfe1d5616d54355f5610b26c0961dec7b7" dependencies = [ "blocking", "errno", @@ -7241,12 +7274,11 @@ dependencies = [ [[package]] name = "headers" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" +checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" dependencies = [ - "base64 0.13.1", - "bitflags 1.3.2", + "base64 0.21.7", "bytes", "headers-core", "http", @@ -7266,9 +7298,9 @@ dependencies = [ [[package]] name = "heapless" -version = "0.7.16" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743" +checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" dependencies = [ "atomic-polyfill", "hash32", @@ -7312,18 +7344,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - -[[package]] -name = "hermit-abi" -version = "0.3.1" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hex" @@ -7396,9 +7419,9 @@ dependencies = [ [[package]] name = "hkdf" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" +checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" dependencies = [ "hmac", ] @@ -7414,35 +7437,35 @@ dependencies = [ [[package]] name = "hmac-sha1-compact" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e2440a0078e20c3b68ca01234cea4219f23e64b0c0bdb1200c5550d54239bb" +checksum = "dff9d405ec732fa3fcde87264e54a32a84956a377b3e3107de96e59b798c84a7" [[package]] name = "hmac-sha256" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc736091aacb31ddaa4cd5f6988b3c21e99913ac846b41f32538c5fae5d71bfe" +checksum = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735" dependencies = [ "digest", ] [[package]] name = "hmac-sha512" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520c9c3f6040661669bc5c91e551b605a520c8e0a63a766a91a65adef734d151" +checksum = "e4ce1f4656bae589a3fab938f9f09bf58645b7ed01a2c5f8a3c238e01a4ef78a" dependencies = [ "digest", ] [[package]] name = "home" -version = "0.5.4" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" +checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "winapi", + "windows-sys 0.52.0", ] [[package]] @@ -7458,9 +7481,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", @@ -7469,9 +7492,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", "http", @@ -7485,9 +7508,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad" dependencies = [ "anyhow", - "async-channel", + "async-channel 1.9.0", "base64 0.13.1", - "futures-lite", + "futures-lite 1.13.0", "http", "infer", "pin-project-lite", @@ -7507,15 +7530,15 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human_format" -version = "1.0.3" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86cce260d758a9aa3d7c4b99d55c815a540f8a37514ba6046ab6be402a157cb0" +checksum = "5c3b1f728c459d27b12448862017b96ad4767b1ec2ec5e6434e99f1577f085b8" [[package]] name = "humantime" @@ -7525,9 +7548,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.27" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", @@ -7540,7 +7563,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.9", + "socket2 0.5.6", "tokio", "tower-service", "tracing", @@ -7549,13 +7572,14 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.24.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7" +checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ + "futures-util", "http", "hyper", - "rustls", + "rustls 0.21.10", "tokio", "tokio-rustls", ] @@ -7574,43 +7598,42 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.53" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "winapi", + "windows-core 0.52.0", ] [[package]] name = "iana-time-zone-haiku" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" dependencies = [ - "cxx", - "cxx-build", + "cc", ] [[package]] name = "icelake" version = "0.0.10" -source = "git+https://github.com/icelake-io/icelake?rev=f06cdf3#f06cdf38996886fbf5267366f427f15442951090" +source = "git+https://github.com/icelake-io/icelake?rev=54fd72f#54fd72fbd1dd8c592f05eeeb79223c8a6a33c297" dependencies = [ "anyhow", "apache-avro", - "arrow-arith", - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-ord", - "arrow-row", - "arrow-schema", - "arrow-select", + "arrow-arith 50.0.0", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-ord 50.0.0", + "arrow-row 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", "async-trait", "bitvec", "bytes", @@ -7618,14 +7641,15 @@ dependencies = [ "csv", "derive_builder", "enum-display", - "faster-hex", + "faster-hex 0.8.1", "futures", "itertools 0.11.0", + "lazy_static", "log", "murmur3", "once_cell", "opendal", - "ordered-float 3.7.0", + "ordered-float 3.9.2", "parquet", "regex", "reqwest", @@ -7635,7 +7659,7 @@ dependencies = [ "serde_json", "serde_with", "tokio", - "toml 0.7.6", + "toml 0.7.8", "url", "urlencoding", "uuid", @@ -7687,15 +7711,15 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", "hashbrown 0.12.3", ] [[package]] name = "indexmap" -version = "1.9.2" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown 0.12.3", @@ -7704,32 +7728,33 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.3" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" +checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" dependencies = [ "equivalent", "hashbrown 0.14.3", + "serde", ] [[package]] name = "indicatif" -version = "0.17.6" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ "console", "instant", "number_prefix", - "portable-atomic 1.4.3", + "portable-atomic 1.6.0", "unicode-width", ] [[package]] name = "indoc" -version = "1.0.9" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "infer" @@ -7739,12 +7764,12 @@ checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "inferno" -version = "0.11.15" +version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb7c1b80a1dfa604bb4a649a5c5aeef3d913f7c520cb42b40e534e8a61bcdfc" +checksum = "321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9" dependencies = [ - "ahash 0.8.6", - "indexmap 1.9.2", + "ahash 0.8.10", + "indexmap 2.2.5", "is-terminal", "itoa", "log", @@ -7792,13 +7817,9 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.4" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "498ae1c9c329c7972b917506239b557a60386839192f1cf0ca034f345b65db99" -dependencies = [ - "ctor 0.1.26", - "ghost", -] +checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" [[package]] name = "io-close" @@ -7812,42 +7833,42 @@ dependencies = [ [[package]] name = "io-lifetimes" -version = "1.0.6" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3" +checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ + "hermit-abi 0.3.9", "libc", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] name = "ipconfig" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be" +checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.4.9", + "socket2 0.5.6", "widestring", - "winapi", - "winreg 0.10.1", + "windows-sys 0.48.0", + "winreg", ] [[package]] name = "ipnet" -version = "2.7.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-terminal" -version = "0.4.4" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" +checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ - "hermit-abi 0.3.1", - "io-lifetimes", - "rustix 0.36.16", - "windows-sys 0.45.0", + "hermit-abi 0.3.9", + "libc", + "windows-sys 0.52.0", ] [[package]] @@ -7868,26 +7889,36 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itoa" -version = "1.0.6" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" +checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] -name = "jobserver" -version = "0.1.26" +name = "java-locator" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" +checksum = "90003f2fd9c52f212c21d8520f1128da0080bad6fff16b68fe6e7f2f0c3780c2" dependencies = [ - "libc", + "glob", + "lazy_static", ] [[package]] name = "js-sys" -version = "0.3.65" +version = "0.3.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8" +checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" dependencies = [ "wasm-bindgen", ] @@ -7936,10 +7967,10 @@ version = "9.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c7ea04a7c5c055c175f189b6dc6ba036fd62306b58c66c9f6389036c503a3f4" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "js-sys", "pem", - "ring 0.17.5", + "ring", "serde", "serde_json", "simple_asn1", @@ -7957,9 +7988,9 @@ dependencies = [ [[package]] name = "jwt-simple" -version = "0.11.4" +version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ff4ddff10e7804e02c30026b6848dc7eef2753545e7e79266d114e4fd6266a4" +checksum = "357892bb32159d763abdea50733fadcb9a8e1c319a9aa77592db8555d05af83e" dependencies = [ "anyhow", "binstring", @@ -7970,7 +8001,7 @@ dependencies = [ "hmac-sha256", "hmac-sha512", "k256", - "p256 0.12.0", + "p256", "p384", "rand 0.8.5", "rsa 0.7.2", @@ -7983,42 +8014,46 @@ dependencies = [ [[package]] name = "k256" -version = "0.12.0" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92a55e0ff3b72c262bcf041d9e97f1b84492b68f1c1a384de2323d3dc9403397" +checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" dependencies = [ "cfg-if", - "ecdsa 0.15.1", - "elliptic-curve 0.12.3", + "ecdsa", + "elliptic-curve", "once_cell", "sha2", - "signature 2.0.0", + "signature 2.2.0", ] [[package]] name = "keyed_priority_queue" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d63b6407b66fc81fc539dccf3ddecb669f393c5101b6a2be3976c95099a06e8" +checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" dependencies = [ - "indexmap 1.9.2", + "indexmap 2.2.5", ] [[package]] name = "konst" -version = "0.3.4" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4850f150968eec6df7f1b348a0874db47a9bcd5e2a41ee1d347392f929590d9d" +checksum = "8d712a8c49d4274f8d8a5cf61368cb5f3c143d149882b1a2918129e53395fdb0" dependencies = [ "const_panic", "konst_kernel", + "typewit", ] [[package]] name = "konst_kernel" -version = "0.3.4" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7771682454392dfe62a909aba2c6efc6674e2ad0b678fbc33b154e2e1bd59b89" +checksum = "dac6ea8c376b6e208a81cf39b8e82bebf49652454d98a4829e907dac16ef1790" +dependencies = [ + "typewit", +] [[package]] name = "kstring" @@ -8148,62 +8183,77 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.150" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libflate" -version = "1.4.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18" +checksum = "9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf" dependencies = [ "adler32", + "core2", "crc32fast", + "dary_heap", "libflate_lz77", ] [[package]] name = "libflate_lz77" -version = "1.2.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf" +checksum = "be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524" dependencies = [ + "core2", + "hashbrown 0.13.2", "rle-decode-fast", ] [[package]] name = "libloading" -version = "0.7.4" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164" dependencies = [ "cfg-if", - "winapi", + "windows-targets 0.52.4", ] [[package]] name = "libm" -version = "0.2.6" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" + +[[package]] +name = "libredox" +version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" +checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" +dependencies = [ + "bitflags 2.4.2", + "libc", + "redox_syscall 0.4.1", +] [[package]] name = "libtest-mimic" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7b603516767d1ab23d0de09d023e62966c3322f7148297c35cf3d97aa8b37fa" +checksum = "6d8de370f98a6cb8a4606618e53e802f93b094ddec0f96988eaec2c27e6e9ce7" dependencies = [ - "clap 4.4.2", + "clap 4.5.1", "termcolor", "threadpool", ] [[package]] name = "libz-sys" -version = "1.1.8" +version = "1.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf" +checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" dependencies = [ "cc", "pkg-config", @@ -8219,15 +8269,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "link-cplusplus" -version = "1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" -dependencies = [ - "cc", -] - [[package]] name = "linked-hash-map" version = "0.5.6" @@ -8236,9 +8277,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linkedbytes" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20a196eed38906d45351c7ed2cced83bb31e48637449d30ef397f6d35c09190d" +checksum = "487640b2e3f554987c1345fc71c3eda34d6d750fba63a39147205ccc93f920cd" dependencies = [ "bytes", "faststr", @@ -8265,9 +8306,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "lock_api" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" +checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" dependencies = [ "autocfg", "scopeguard", @@ -8275,9 +8316,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" dependencies = [ "serde", "value-bag", @@ -8314,7 +8355,7 @@ dependencies = [ "fnv", "proc-macro2", "quote", - "regex-syntax 0.6.28", + "regex-syntax 0.6.29", "syn 1.0.109", ] @@ -8335,9 +8376,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.0" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60" +checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" dependencies = [ "hashbrown 0.14.3", ] @@ -8371,6 +8412,15 @@ dependencies = [ "libc", ] +[[package]] +name = "lz4_flex" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15" +dependencies = [ + "twox-hash", +] + [[package]] name = "lzma-sys" version = "0.1.20" @@ -8393,9 +8443,9 @@ dependencies = [ [[package]] name = "mach2" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" +checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" dependencies = [ "libc", ] @@ -8407,7 +8457,7 @@ source = "git+https://github.com/drmingdrmer/openraft?tag=v0.9.0-alpha.7#685fe8d dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -8444,33 +8494,35 @@ dependencies = [ [[package]] name = "matchit" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40" +checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[package]] name = "matrixmultiply" -version = "0.3.2" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" +checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" dependencies = [ + "autocfg", "rawpointer", ] [[package]] name = "md-5" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" +checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" dependencies = [ + "cfg-if", "digest", ] [[package]] name = "memchr" -version = "2.6.3" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" +checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "memmap2" @@ -8491,12 +8543,12 @@ dependencies = [ ] [[package]] -name = "memoffset" -version = "0.8.0" +name = "memmap2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" +checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" dependencies = [ - "autocfg", + "libc", ] [[package]] @@ -8510,14 +8562,14 @@ dependencies = [ [[package]] name = "metainfo" -version = "0.7.7" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8013adc0924307a90cba54e66167b94ce322c605c9c8b1f3f6a1621292a8d21" +checksum = "4283746e22960db4d36eaac4eece76c84d2047706a2b06c56449cde440691fb9" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", "faststr", - "fxhash", "paste", + "rustc-hash", "tokio", ] @@ -8526,9 +8578,9 @@ name = "metrics" version = "0.20.1" source = "git+https://github.com/datafuse-extras/metrics.git?rev=fc2ecd1#fc2ecd143dc0461166081f80bc76f0b38381f3a1" dependencies = [ - "ahash 0.7.6", + "ahash 0.7.8", "metrics-macros", - "portable-atomic 0.3.19", + "portable-atomic 0.3.20", ] [[package]] @@ -8537,11 +8589,11 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8603921e1f54ef386189335f288441af761e0fc61bcb552168d9cedfe63ebc70" dependencies = [ - "indexmap 1.9.2", + "indexmap 1.9.3", "metrics", "metrics-util", "parking_lot 0.12.1", - "portable-atomic 0.3.19", + "portable-atomic 0.3.20", "quanta 0.10.1", "thiserror", ] @@ -8568,19 +8620,19 @@ dependencies = [ "metrics", "num_cpus", "parking_lot 0.12.1", - "portable-atomic 0.3.19", + "portable-atomic 0.3.20", "quanta 0.10.1", "sketches-ddsketch", ] [[package]] name = "micromarshal" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2777e7006e9b80afb5d2797e2b9e23865451708c9e280a61253586a0dd3a5db1" +checksum = "a6793011b42fc5acf43fd594545720a69df9a81be80352d57304abf93f3865e9" dependencies = [ - "ethnum 1.3.2", - "ordered-float 3.7.0", + "ethnum 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ordered-float 3.9.2", ] [[package]] @@ -8588,15 +8640,15 @@ name = "micromarshal" version = "0.5.0" source = "git+https://github.com/ariesdevil/opensrv?rev=6c96813#6c96813099b49e63719740c216914e2f252321bc" dependencies = [ - "ethnum 1.5.0", + "ethnum 1.5.0 (git+https://github.com/ariesdevil/ethnum-rs?rev=4cb05f1)", "ordered-float 4.2.0", ] [[package]] name = "mime" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" +checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "mime_guess" @@ -8616,9 +8668,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "minitrace" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0902c19dd1eaeb26d77bf2984475bfcc2185b31f139696d0502e673c6038d56e" +checksum = "c2df1d765f7ec35138abeefde2a023c3b26b8d9bb2e4a3b98ed132acf2d755a7" dependencies = [ "futures", "minitrace-macro", @@ -8632,9 +8684,9 @@ dependencies = [ [[package]] name = "minitrace-macro" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93114a0fc311242ab7f05d1b2f9c46dab4e24342df9fcdc7296ce368f71675fc" +checksum = "36aca96c5da5b6a8c7f75910fb52c8d5aecb70f27d821adeae06ba54d2cf74b0" dependencies = [ "proc-macro-error 1.0.4", "proc-macro2", @@ -8644,9 +8696,9 @@ dependencies = [ [[package]] name = "minitrace-opentelemetry" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f4fa7ea2c3666a86e9bbd1ac50e13cb01f6b397a722022790bf573f39ee324c" +checksum = "bc2ec34c8f759ef45261cc2c5b089cdaf07b43efb6c047b112b19d5f6f3d3bfe" dependencies = [ "futures", "log", @@ -8657,29 +8709,28 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" dependencies = [ "adler", ] [[package]] name = "minstant" -version = "0.1.3" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7df94bf4a15ed69e64ea45405e504ef293a3614413e7d8f5529112c5acd4a114" +checksum = "1fb9b5c752f145ac5046bccc3c4f62892e3c950c1d1eab80c5949cd68a2078db" dependencies = [ "ctor 0.1.26", - "libc", - "wasi 0.7.0", + "web-time", ] [[package]] name = "mio" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" +checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" dependencies = [ "libc", "log", @@ -8689,9 +8740,9 @@ dependencies = [ [[package]] name = "mockall" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326" +checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" dependencies = [ "cfg-if", "downcast", @@ -8704,9 +8755,9 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0" +checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" dependencies = [ "cfg-if", "proc-macro2", @@ -8716,11 +8767,11 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.2" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f353abec74660d4b8533c2516c86eb062f1ec8ca49a2758f4f2b1b60b06b0c6e" +checksum = "b1911e88d5831f748a4097a43862d129e3c6fca831eecac9b8db6d01d93c9de2" dependencies = [ - "async-lock", + "async-lock 2.8.0", "async-trait", "crossbeam-channel", "crossbeam-epoch", @@ -8728,7 +8779,7 @@ dependencies = [ "futures-util", "once_cell", "parking_lot 0.12.1", - "quanta 0.11.1", + "quanta 0.12.2", "rustc_version", "skeptic", "smallvec", @@ -8763,9 +8814,9 @@ dependencies = [ [[package]] name = "multer" -version = "2.0.4" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed4198ce7a4cbd2a57af78d28c6fbb57d81ac5f1d6ad79ac6c5587419cbdf22" +checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" dependencies = [ "bytes", "encoding_rs", @@ -8804,14 +8855,14 @@ version = "0.30.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56b0d8a0db9bf6d2213e11f2c701cb91387b0614361625ab7b9743b41aa4938f" dependencies = [ - "darling 0.20.1", + "darling 0.20.8", "heck 0.4.1", "num-bigint", "proc-macro-crate 1.3.1", "proc-macro-error 1.0.4", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", "termcolor", "thiserror", ] @@ -8838,11 +8889,11 @@ dependencies = [ "percent-encoding", "pin-project", "rand 0.8.5", - "rustls", + "rustls 0.21.10", "rustls-pemfile", "serde", "serde_json", - "socket2 0.5.5", + "socket2 0.5.6", "thiserror", "tokio", "tokio-rustls", @@ -8850,7 +8901,7 @@ dependencies = [ "twox-hash", "url", "webpki", - "webpki-roots 0.25.2", + "webpki-roots 0.25.4", ] [[package]] @@ -8859,10 +8910,10 @@ version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06f19e4cfa0ab5a76b627cec2d81331c49b034988eaf302c3bafeada684eadef" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "bigdecimal", "bindgen", - "bitflags 2.4.0", + "bitflags 2.4.2", "bitvec", "btoi", "byteorder", @@ -8890,7 +8941,7 @@ dependencies = [ "thiserror", "time", "uuid", - "zstd", + "zstd 0.12.4", ] [[package]] @@ -8923,14 +8974,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ "bitflags 1.3.2", "cfg-if", "libc", - "static_assertions", ] [[package]] @@ -8939,10 +8989,10 @@ version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.2", "cfg-if", "libc", - "memoffset 0.9.0", + "memoffset", ] [[package]] @@ -8977,9 +9027,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "ntapi" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc" +checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" dependencies = [ "winapi", ] @@ -9010,9 +9060,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" +checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" dependencies = [ "arbitrary", "autocfg", @@ -9022,9 +9072,9 @@ dependencies = [ [[package]] name = "num-bigint-dig" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905" +checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" dependencies = [ "byteorder", "lazy_static", @@ -9039,13 +9089,19 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.4.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" +checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" dependencies = [ "num-traits", ] +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + [[package]] name = "num-derive" version = "0.3.3" @@ -9063,25 +9119,24 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.2", + "arrayvec 0.7.4", "itoa", ] [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] [[package]] name = "num-iter" -version = "0.1.43" +version = "0.1.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" +checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" dependencies = [ "autocfg", "num-integer", @@ -9102,9 +9157,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" dependencies = [ "autocfg", "libm", @@ -9112,40 +9167,40 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.2.6", + "hermit-abi 0.3.9", "libc", ] [[package]] name = "num_enum" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0" +checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e" +checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ - "proc-macro-crate 2.0.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "num_threads" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" +checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" dependencies = [ "libc", ] @@ -9158,25 +9213,25 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "object" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" +checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ "memchr", ] [[package]] name = "object_store" -version = "0.7.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f930c88a43b1c3f6e776dfe495b4afab89882dbc81530c632db2ed65451ebcb4" +checksum = "d139f545f64630e2e3688fd9f81c470888ab01edeb72d13b4e86c566f1130000" dependencies = [ "async-trait", "bytes", "chrono", "futures", "humantime", - "itertools 0.11.0", + "itertools 0.12.1", "parking_lot 0.12.1", "percent-encoding", "snafu", @@ -9219,12 +9274,12 @@ dependencies = [ "async-backtrace", "async-trait", "backon", - "base64 0.21.0", + "base64 0.21.7", "bytes", "chrono", "flagset", "futures", - "getrandom 0.2.11", + "getrandom 0.2.12", "hdrs", "http", "log", @@ -9248,16 +9303,16 @@ dependencies = [ [[package]] name = "openraft" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a564e30e56d0064e47f51cd6d480160f042a1f960dde15eaf2096be20d290e" +checksum = "04aaa62d64ce668ebbb2ff14fafc7fb8506df01a25b43db49a05cd3726db443e" dependencies = [ "anyerror", "anyhow", "async-trait", "byte-unit", "bytes", - "clap 3.2.23", + "clap 3.2.25", "derive_more", "futures", "maplit", @@ -9277,12 +9332,12 @@ dependencies = [ "anyerror", "anyhow", "byte-unit", - "clap 4.4.2", + "clap 4.5.1", "derive_more", "futures", "macros", "maplit", - "openraft 0.7.5", + "openraft 0.7.6", "rand 0.8.5", "serde", "serde_json", @@ -9324,7 +9379,7 @@ checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a" dependencies = [ "futures-core", "futures-sink", - "indexmap 2.2.3", + "indexmap 2.2.5", "js-sys", "once_cell", "pin-project-lite", @@ -9396,18 +9451,18 @@ dependencies = [ [[package]] name = "ordered-float" -version = "2.10.0" +version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" +checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" dependencies = [ "num-traits", ] [[package]] name = "ordered-float" -version = "3.7.0" +version = "3.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213" +checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" dependencies = [ "num-traits", ] @@ -9418,7 +9473,7 @@ version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" dependencies = [ - "borsh 1.2.1", + "borsh", "num-traits", "rand 0.8.5", "serde", @@ -9440,15 +9495,15 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4d6a8c22fc714f0c2373e6091bf6f5e9b37b1bc0b1184874b7e0a4e303d318f" dependencies = [ - "dlv-list 0.5.0", + "dlv-list 0.5.2", "hashbrown 0.14.3", ] [[package]] name = "os_info" -version = "3.6.0" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c424bc68d15e0778838ac013b5b3449544d8133633d8016319e7e05a820b8c0" +checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" dependencies = [ "log", "serde", @@ -9457,18 +9512,9 @@ dependencies = [ [[package]] name = "os_str_bytes" -version = "6.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" - -[[package]] -name = "output_vt100" -version = "0.1.3" +version = "6.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" -dependencies = [ - "winapi", -] +checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" [[package]] name = "overload" @@ -9484,45 +9530,33 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "p256" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49c124b3cbce43bcbac68c58ec181d98ed6cc7e6d0aa7c3ba97b2563410b0e55" -dependencies = [ - "ecdsa 0.15.1", - "elliptic-curve 0.12.3", - "primeorder 0.12.1", - "sha2", -] - -[[package]] -name = "p256" -version = "0.13.0" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7270da3e5caa82afd3deb054cc237905853813aea3859544bc082c3fe55b8d47" +checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" dependencies = [ - "ecdsa 0.16.1", - "elliptic-curve 0.13.2", - "primeorder 0.13.0", + "ecdsa", + "elliptic-curve", + "primeorder", "sha2", ] [[package]] name = "p384" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630a4a9b2618348ececfae61a4905f564b817063bf2d66cdfc2ced523fe1d2d4" +checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" dependencies = [ - "ecdsa 0.15.1", - "elliptic-curve 0.12.3", - "primeorder 0.12.1", + "ecdsa", + "elliptic-curve", + "primeorder", "sha2", ] [[package]] name = "parking" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" +checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" [[package]] name = "parking_lot" @@ -9542,7 +9576,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.9", ] [[package]] @@ -9561,39 +9595,40 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" +checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.3.5", + "redox_syscall 0.4.1", "smallvec", - "windows-targets 0.48.0", + "windows-targets 0.48.5", ] [[package]] -name = "parquet" -version = "47.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0463cc3b256d5f50408c49a4be3a16674f4c8ceef60941709620a062b1f6bf4d" -dependencies = [ - "ahash 0.8.6", - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-data", - "arrow-ipc", - "arrow-schema", - "arrow-select", - "base64 0.21.0", +name = "parquet" +version = "50.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "547b92ebf0c1177e3892f44c8f79757ee62e678d564a9834189725f2c5b7a750" +dependencies = [ + "ahash 0.8.10", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-cast 50.0.0", + "arrow-data 50.0.0", + "arrow-ipc 50.0.0", + "arrow-schema 50.0.0", + "arrow-select 50.0.0", + "base64 0.21.7", "brotli", "bytes", "chrono", "flate2", "futures", + "half", "hashbrown 0.14.3", - "lz4", + "lz4_flex", "num", "num-bigint", "object_store", @@ -9603,7 +9638,7 @@ dependencies = [ "thrift", "tokio", "twox-hash", - "zstd", + "zstd 0.13.0", ] [[package]] @@ -9632,7 +9667,7 @@ dependencies = [ "snap", "streaming-decompression", "xxhash-rust", - "zstd", + "zstd 0.12.4", ] [[package]] @@ -9655,9 +9690,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pathdiff" @@ -9677,11 +9712,11 @@ dependencies = [ [[package]] name = "pem" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" +checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "serde", ] @@ -9711,9 +9746,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5" +checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" dependencies = [ "memchr", "thiserror", @@ -9722,9 +9757,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2" +checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" dependencies = [ "pest", "pest_generator", @@ -9732,22 +9767,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227" +checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "pest_meta" -version = "2.7.5" +version = "2.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6" +checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" dependencies = [ "once_cell", "pest", @@ -9756,28 +9791,28 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" +checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 1.9.2", + "indexmap 2.2.5", ] [[package]] name = "phf" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" +checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" dependencies = [ "phf_shared", ] [[package]] name = "phf_codegen" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" +checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" dependencies = [ "phf_generator", "phf_shared", @@ -9785,9 +9820,9 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" +checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" dependencies = [ "phf_shared", "rand 0.8.5", @@ -9795,9 +9830,9 @@ dependencies = [ [[package]] name = "phf_shared" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" +checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" dependencies = [ "siphasher", ] @@ -9808,7 +9843,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e9c5ca077f7e8a8a92c770871f3904fd6b6db3d1dac76fc7f40169b28571ec7" dependencies = [ - "ahash 0.8.6", + "ahash 0.8.10", "anyhow", "async-recursion", "bytes", @@ -9826,22 +9861,22 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.12" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" +checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.12" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" +checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] @@ -9856,6 +9891,17 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" +[[package]] +name = "piper" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" +dependencies = [ + "atomic-waker", + "fastrand 2.0.1", + "futures-io", +] + [[package]] name = "pkcs1" version = "0.4.1" @@ -9874,9 +9920,9 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" dependencies = [ - "der 0.7.6", + "der 0.7.8", "pkcs8 0.10.2", - "spki 0.7.2", + "spki 0.7.3", ] [[package]] @@ -9887,11 +9933,11 @@ checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6" dependencies = [ "aes", "cbc", - "der 0.7.6", + "der 0.7.8", "pbkdf2", "scrypt", "sha2", - "spki 0.7.2", + "spki 0.7.3", ] [[package]] @@ -9910,10 +9956,10 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der 0.7.6", + "der 0.7.8", "pkcs5", "rand_core 0.6.4", - "spki 0.7.2", + "spki 0.7.3", ] [[package]] @@ -9933,9 +9979,9 @@ dependencies = [ [[package]] name = "plotters" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" +checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" dependencies = [ "num-traits", "plotters-backend", @@ -9946,26 +9992,26 @@ dependencies = [ [[package]] name = "plotters-backend" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" +checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" [[package]] name = "plotters-svg" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" +checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" dependencies = [ "plotters-backend", ] [[package]] name = "poem" -version = "1.3.57" +version = "1.3.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0d92c532a37a9e98c0e9a0411e6852b8acccf9ec07d5e6e450b01cbf947d90b" +checksum = "504774c97b0744c1ee108a37e5a65a9745a4725c4c06277521dabc28eb53a904" dependencies = [ - "async-compression 0.4.1", + "async-compression 0.4.6", "async-trait", "bytes", "futures-util", @@ -9974,6 +10020,7 @@ dependencies = [ "hyper", "mime", "multer", + "nix 0.27.1", "parking_lot 0.12.1", "percent-encoding", "pin-project-lite", @@ -9990,25 +10037,26 @@ dependencies = [ "tokio-rustls", "tokio-util", "tracing", + "wildmatch", ] [[package]] name = "poem-derive" -version = "1.3.57" +version = "1.3.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5dd58846a1f582215370384c3090c62c9ef188e9d798ffc67ea90d0a1a8a3b8" +checksum = "42ddcf4680d8d867e1e375116203846acb088483fa2070244f90589f458bbb31" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 2.0.0", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "polling" -version = "2.6.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" +checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" dependencies = [ "autocfg", "bitflags 1.3.2", @@ -10017,20 +10065,37 @@ dependencies = [ "libc", "log", "pin-project-lite", - "windows-sys 0.45.0", + "windows-sys 0.48.0", +] + +[[package]] +name = "polling" +version = "3.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" +dependencies = [ + "cfg-if", + "concurrent-queue", + "pin-project-lite", + "rustix 0.38.31", + "tracing", + "windows-sys 0.52.0", ] [[package]] name = "portable-atomic" -version = "0.3.19" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b" +checksum = "e30165d31df606f5726b090ec7592c308a0eaf61721ff64c9a3018e344a8753e" +dependencies = [ + "portable-atomic 1.6.0", +] [[package]] name = "portable-atomic" -version = "1.4.3" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" +checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" [[package]] name = "pot" @@ -10041,11 +10106,17 @@ dependencies = [ "byteorder", "bytes", "derive-where", - "half 2.2.1", + "half", "serde", "thiserror", ] +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + [[package]] name = "pprof" version = "0.11.1" @@ -10058,7 +10129,7 @@ dependencies = [ "inferno", "libc", "log", - "nix 0.26.2", + "nix 0.26.4", "once_cell", "parking_lot 0.12.1", "protobuf", @@ -10103,15 +10174,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2" +checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" [[package]] name = "predicates-tree" -version = "1.0.7" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d" +checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" dependencies = [ "predicates-core", "termtree", @@ -10131,71 +10202,59 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" +checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" dependencies = [ - "ctor 0.1.26", "diff", - "output_vt100", - "yansi", + "yansi 0.5.1", ] [[package]] name = "prettyplease" -version = "0.2.12" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62" +checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" dependencies = [ "proc-macro2", - "syn 2.0.46", -] - -[[package]] -name = "primeorder" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b54f7131b3dba65a2f414cf5bd25b66d4682e4608610668eae785750ba4c5b2" -dependencies = [ - "elliptic-curve 0.12.3", + "syn 2.0.52", ] [[package]] name = "primeorder" -version = "0.13.0" +version = "0.13.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7613fdcc0831c10060fa69833ea8fa2caa94b6456f51e25356a885b530a2e3d0" +checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" dependencies = [ - "elliptic-curve 0.13.2", + "elliptic-curve", ] [[package]] name = "proc-macro-crate" -version = "0.1.5" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" dependencies = [ - "toml 0.5.11", + "once_cell", + "toml_edit 0.19.15", ] [[package]] name = "proc-macro-crate" -version = "1.3.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" +checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" dependencies = [ - "once_cell", - "toml_edit 0.19.14", + "toml_edit 0.20.7", ] [[package]] name = "proc-macro-crate" -version = "2.0.1" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a" +checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" dependencies = [ - "toml_datetime", - "toml_edit 0.20.2", + "toml_edit 0.21.1", ] [[package]] @@ -10256,9 +10315,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.74" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] @@ -10273,7 +10332,7 @@ dependencies = [ "byteorder", "hex", "lazy_static", - "rustix 0.36.16", + "rustix 0.36.17", ] [[package]] @@ -10288,7 +10347,7 @@ dependencies = [ "flate2", "hex", "lazy_static", - "rustix 0.36.16", + "rustix 0.36.17", ] [[package]] @@ -10301,6 +10360,12 @@ dependencies = [ "human_format", ] +[[package]] +name = "prodash" +version = "28.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79" + [[package]] name = "prometheus" version = "0.13.3" @@ -10320,9 +10385,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510c4f1c9d81d556458f94c98f857748130ea9737bbd6053da497503b26ea63c" +checksum = "6f87c10af16e0af74010d2a123d202e8363c04db5acfa91d8747f64a8524da3a" dependencies = [ "dtoa", "itoa", @@ -10338,34 +10403,34 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "prometheus-parse" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef7a8ed15bcffc55fe0328931ef20d393bb89ad704756a37bd20cffb4804f306" +checksum = "811031bea65e5a401fb2e1f37d802cca6601e204ac463809a3189352d13b78a5" dependencies = [ "chrono", - "itertools 0.10.5", - "lazy_static", + "itertools 0.12.1", + "once_cell", "regex", ] [[package]] name = "proptest" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c003ac8c77cb07bb74f5f198bce836a689bcd5a42574612bf14d17bfd08c20e" +checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.2", "lazy_static", "num-traits", "rand 0.8.5", "rand_chacha 0.3.1", "rand_xorshift", - "regex-syntax 0.7.4", + "regex-syntax 0.8.2", "unarray", ] @@ -10381,19 +10446,19 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d" +checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" dependencies = [ "bytes", - "prost-derive 0.12.1", + "prost-derive 0.12.3", ] [[package]] name = "prost-build" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac" +checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2" dependencies = [ "bytes", "heck 0.4.1", @@ -10403,10 +10468,10 @@ dependencies = [ "once_cell", "petgraph", "prettyplease", - "prost 0.12.1", + "prost 0.12.3", "prost-types", "regex", - "syn 2.0.46", + "syn 2.0.52", "tempfile", "which", ] @@ -10426,24 +10491,24 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32" +checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" dependencies = [ "anyhow", "itertools 0.11.0", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "prost-types" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf" +checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e" dependencies = [ - "prost 0.12.1", + "prost 0.12.3", ] [[package]] @@ -10493,27 +10558,28 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.2" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" +checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.2", "memchr", "unicase", ] [[package]] name = "pyo3" -version = "0.19.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb88ae05f306b4bfcde40ac4a51dc0b05936a9207a4b75b798c7729c4258a59" +checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" dependencies = [ "cfg-if", "indoc", "libc", - "memoffset 0.9.0", + "memoffset", "parking_lot 0.12.1", - "pyo3-build-config 0.19.1", + "portable-atomic 1.6.0", + "pyo3-build-config 0.20.3", "pyo3-ffi", "pyo3-macros", "unindent", @@ -10531,9 +10597,9 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.19.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "554db24f0b3c180a9c0b1268f91287ab3f17c162e15b54caaae5a6b3773396b0" +checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" dependencies = [ "once_cell", "target-lexicon", @@ -10541,35 +10607,37 @@ dependencies = [ [[package]] name = "pyo3-ffi" -version = "0.19.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "922ede8759e8600ad4da3195ae41259654b9c55da4f7eec84a0ccc7d067a70a4" +checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" dependencies = [ "libc", - "pyo3-build-config 0.19.1", + "pyo3-build-config 0.20.3", ] [[package]] name = "pyo3-macros" -version = "0.19.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a5caec6a1dd355964a841fcbeeb1b89fe4146c87295573f94228911af3cc5a2" +checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" dependencies = [ "proc-macro2", "pyo3-macros-backend", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "pyo3-macros-backend" -version = "0.19.1" +version = "0.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0b78ccbb160db1556cdb6fd96c50334c5d4ec44dc5e0a968d0a1208fa0efa8b" +checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" dependencies = [ + "heck 0.4.1", "proc-macro2", + "pyo3-build-config 0.20.3", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] @@ -10588,7 +10656,7 @@ dependencies = [ "libc", "mach", "once_cell", - "raw-cpuid", + "raw-cpuid 10.7.0", "wasi 0.10.2+wasi-snapshot-preview1", "web-sys", "winapi", @@ -10604,7 +10672,22 @@ dependencies = [ "libc", "mach2", "once_cell", - "raw-cpuid", + "raw-cpuid 10.7.0", + "wasi 0.11.0+wasi-snapshot-preview1", + "web-sys", + "winapi", +] + +[[package]] +name = "quanta" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca0b7bac0b97248c40bb77288fc52029cf1459c0461ea1b05ee32ccf011de2c" +dependencies = [ + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid 11.0.1", "wasi 0.11.0+wasi-snapshot-preview1", "web-sys", "winapi", @@ -10730,7 +10813,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.11", + "getrandom 0.2.12", "serde", ] @@ -10780,7 +10863,7 @@ checksum = "8b86292cf41ccfc96c5de7165c1c53d5b4ac540c5bab9d1857acbe9eba5f1a0b" dependencies = [ "proc-macro-hack", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -10801,6 +10884,15 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "raw-cpuid" +version = "11.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" +dependencies = [ + "bitflags 2.4.2", +] + [[package]] name = "rawpointer" version = "0.2.1" @@ -10809,9 +10901,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" +checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" dependencies = [ "either", "rayon-core", @@ -10819,9 +10911,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" +checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ "crossbeam-deque", "crossbeam-utils", @@ -10838,34 +10930,34 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.3.5" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" dependencies = [ "bitflags 1.3.2", ] [[package]] name = "redox_users" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" +checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" dependencies = [ - "getrandom 0.2.11", - "redox_syscall 0.2.16", + "getrandom 0.2.12", + "libredox", "thiserror", ] [[package]] name = "regex" -version = "1.9.1" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.3.3", - "regex-syntax 0.7.4", + "regex-automata 0.4.5", + "regex-syntax 0.8.2", ] [[package]] @@ -10874,37 +10966,49 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ - "regex-syntax 0.6.28", + "regex-syntax 0.6.29", ] [[package]] name = "regex-automata" -version = "0.3.3" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" +checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.7.4", + "regex-syntax 0.8.2", ] +[[package]] +name = "regex-lite" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" + [[package]] name = "regex-syntax" -version = "0.6.28" +version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.4" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" + +[[package]] +name = "regex-syntax" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "rend" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" +checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" dependencies = [ "bytecheck", ] @@ -10923,10 +11027,10 @@ checksum = "43e319d9de9ff4d941abf4ac718897118b0fe04577ea3f8e0f5788971784eef5" dependencies = [ "anyhow", "async-trait", - "base64 0.21.0", + "base64 0.21.7", "chrono", "form_urlencoded", - "getrandom 0.2.11", + "getrandom 0.2.12", "hex", "hmac", "home", @@ -10938,7 +11042,7 @@ dependencies = [ "quick-xml 0.31.0", "rand 0.8.5", "reqwest", - "rsa 0.9.3", + "rsa 0.9.6", "rust-ini 0.20.0", "serde", "serde_json", @@ -10948,11 +11052,11 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.23" +version = "0.11.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" +checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "bytes", "encoding_rs", "futures-core", @@ -10970,12 +11074,13 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls", + "rustls 0.21.10", "rustls-native-certs", "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", + "sync_wrapper", "system-configuration", "tokio", "tokio-rustls", @@ -10986,8 +11091,8 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams", "web-sys", - "webpki-roots 0.25.2", - "winreg 0.50.0", + "webpki-roots 0.25.4", + "winreg", ] [[package]] @@ -11014,20 +11119,9 @@ dependencies = [ [[package]] name = "retain_mut" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086" - -[[package]] -name = "rfc6979" -version = "0.3.1" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" -dependencies = [ - "crypto-bigint 0.4.9", - "hmac", - "zeroize", -] +checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" [[package]] name = "rfc6979" @@ -11050,40 +11144,26 @@ dependencies = [ [[package]] name = "rgb" -version = "0.8.36" +version = "0.8.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" +checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8" dependencies = [ "bytemuck", ] [[package]] name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" -dependencies = [ - "cc", - "libc", - "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", - "web-sys", - "winapi", -] - -[[package]] -name = "ring" -version = "0.17.5" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", - "getrandom 0.2.11", + "cfg-if", + "getrandom 0.2.12", "libc", "spin 0.9.8", - "untrusted 0.9.0", - "windows-sys 0.48.0", + "untrusted", + "windows-sys 0.52.0", ] [[package]] @@ -11103,23 +11183,27 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.7.40" +version = "0.7.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c30f1d45d9aa61cbc8cd1eb87705470892289bb2d01943e7803b873a57404dc3" +checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" dependencies = [ + "bitvec", "bytecheck", + "bytes", "hashbrown 0.12.3", "ptr_meta", "rend", "rkyv_derive", "seahash", + "tinyvec", + "uuid", ] [[package]] name = "rkyv_derive" -version = "0.7.40" +version = "0.7.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff26ed6c7c4dfc2aa9480b86a60e3c7233543a270a680e10758a507c5a4ce476" +checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" dependencies = [ "proc-macro2", "quote", @@ -11134,9 +11218,9 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rmp" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f" +checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20" dependencies = [ "byteorder", "num-traits", @@ -11145,9 +11229,9 @@ dependencies = [ [[package]] name = "rmp-serde" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" +checksum = "bffea85eea980d8a74453e5d02a8d93028f3c34725de143085a844ebe953258a" dependencies = [ "byteorder", "rmp", @@ -11156,13 +11240,12 @@ dependencies = [ [[package]] name = "roaring" -version = "0.10.1" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0fb5e826a8bde011ecae6a8539dd333884335c57ff0f003fbe27c25bbe8f71" +checksum = "a1c77081a55300e016cb86f2864415b7518741879db925b8d488a0ee0d2da6bf" dependencies = [ "bytemuck", "byteorder", - "retain_mut", "serde", ] @@ -11206,9 +11289,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.3" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ef35bf3e7fe15a53c4ab08a998e42271eab13eb0db224126bc7bc4c4bad96d" +checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" dependencies = [ "const-oid", "digest", @@ -11219,8 +11302,8 @@ dependencies = [ "pkcs8 0.10.2", "rand_core 0.6.4", "sha2", - "signature 2.0.0", - "spki 0.7.2", + "signature 2.2.0", + "spki 0.7.3", "subtle", "zeroize", ] @@ -11267,14 +11350,12 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.30.0" +version = "1.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0446843641c69436765a35a5a77088e28c2e6a12da93e84aa3ab1cd4aa5a042" +checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df" dependencies = [ - "arrayvec 0.7.2", - "borsh 0.10.2", - "bytecheck", - "byteorder", + "arrayvec 0.7.4", + "borsh", "bytes", "num-traits", "rand 0.8.5", @@ -11285,9 +11366,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" +checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustc-hash" @@ -11306,9 +11387,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.16" +version = "0.36.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6da3636faa25820d8648e0e31c5d519bbb01f72fdf57131f0f5f7da5fed36eab" +checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" dependencies = [ "bitflags 1.3.2", "errno", @@ -11320,25 +11401,25 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.7" +version = "0.37.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" +checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" dependencies = [ "bitflags 1.3.2", "errno", "io-lifetimes", "libc", "linux-raw-sys 0.3.8", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] name = "rustix" -version = "0.38.28" +version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" +checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ - "bitflags 2.4.0", + "bitflags 2.4.2", "errno", "libc", "linux-raw-sys 0.4.13", @@ -11347,16 +11428,30 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.7" +version = "0.21.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" +checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" dependencies = [ "log", - "ring 0.16.20", - "rustls-webpki 0.101.4", + "ring", + "rustls-webpki 0.101.7", "sct", ] +[[package]] +name = "rustls" +version = "0.22.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" +dependencies = [ + "log", + "ring", + "rustls-pki-types", + "rustls-webpki 0.102.2", + "subtle", + "zeroize", +] + [[package]] name = "rustls-native-certs" version = "0.6.3" @@ -11371,31 +11466,38 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", ] +[[package]] +name = "rustls-pki-types" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" + [[package]] name = "rustls-webpki" -version = "0.100.2" +version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring", + "untrusted", ] [[package]] name = "rustls-webpki" -version = "0.101.4" +version = "0.102.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" +checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring", + "rustls-pki-types", + "untrusted", ] [[package]] @@ -11418,7 +11520,7 @@ dependencies = [ "libc", "log", "memchr", - "nix 0.26.2", + "nix 0.26.4", "radix_trie", "scopeguard", "unicode-segmentation", @@ -11429,9 +11531,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.13" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" +checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" [[package]] name = "salsa20" @@ -11459,11 +11561,11 @@ checksum = "ece8e78b2f38ec51c51f5d475df0a7187ba5111b2a28bdc761ee05b075d40a71" [[package]] name = "schannel" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" +checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" dependencies = [ - "windows-sys 0.42.0", + "windows-sys 0.52.0", ] [[package]] @@ -11478,12 +11580,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "scratch" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" - [[package]] name = "scroll" version = "0.11.0" @@ -11503,12 +11599,12 @@ dependencies = [ [[package]] name = "sct" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring", + "untrusted", ] [[package]] @@ -11519,26 +11615,12 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "sec1" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" -dependencies = [ - "base16ct 0.1.1", - "der 0.6.1", - "generic-array", - "pkcs8 0.9.0", - "subtle", - "zeroize", -] - -[[package]] -name = "sec1" -version = "0.7.1" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48518a2b5775ba8ca5b46596aae011caa431e6ce7e4a67ead66d92f08884220e" +checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ - "base16ct 0.2.0", - "der 0.7.6", + "base16ct", + "der 0.7.8", "generic-array", "pkcs8 0.10.2", "subtle", @@ -11547,9 +11629,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.8.2" +version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" +checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" dependencies = [ "bitflags 1.3.2", "core-foundation", @@ -11560,9 +11642,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.8.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" +checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" dependencies = [ "core-foundation-sys", "libc", @@ -11570,9 +11652,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" +checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" dependencies = [ "serde", ] @@ -11585,7 +11667,7 @@ checksum = "766448f12e44d68e675d5789a261515c46ac6ccd240abdd451a9c46c84a49523" dependencies = [ "httpdate", "reqwest", - "rustls", + "rustls 0.21.10", "sentry-backtrace", "sentry-contexts", "sentry-core", @@ -11593,7 +11675,7 @@ dependencies = [ "sentry-tracing", "tokio", "ureq", - "webpki-roots 0.25.2", + "webpki-roots 0.25.4", ] [[package]] @@ -11676,15 +11758,15 @@ dependencies = [ [[package]] name = "seq-macro" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b44e8fc93a14e66336d230954dda83d18b4605ccace8fe09bc7514a71ad0bc" +checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" -version = "1.0.194" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773" +checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" dependencies = [ "serde_derive", ] @@ -11696,7 +11778,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f68e451f87e0f0a51c565c907017f033ecce23a1aef9eb3faee0dfd6e578d84" dependencies = [ "anyhow", - "indexmap 1.9.2", + "indexmap 1.9.3", "serde", ] @@ -11713,22 +11795,22 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.12" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff" +checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.194" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0" +checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -11742,11 +11824,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.107" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "itoa", "ryu", "serde", @@ -11765,20 +11847,20 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.11" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395627de918015623b32e7669714206363a7fc00382bf477e72c1f7533e8eafc" +checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "serde_spanned" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" +checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" dependencies = [ "serde", ] @@ -11797,15 +11879,17 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.0.0" +version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513" +checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "chrono", "hex", - "indexmap 1.9.2", + "indexmap 1.9.3", + "indexmap 2.2.5", "serde", + "serde_derive", "serde_json", "serde_with_macros", "time", @@ -11813,14 +11897,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.0.0" +version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070" +checksum = "865f9743393e638991566a8b7a479043c2c8da94a33e0a31f18214c9cae0a64d" dependencies = [ - "darling 0.20.1", + "darling 0.20.8", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -11830,19 +11914,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f40f8bc5badc980cedcab554e3a630a5657ee53a94b274e4c937394e19186af8" dependencies = [ "anyhow", - "indexmap 1.9.2", + "indexmap 1.9.3", "log", "serde", "serde-bridge", "serde-env", - "toml 0.7.6", + "toml 0.7.8", ] [[package]] name = "sha1" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ "cfg-if", "cpufeatures", @@ -11857,9 +11941,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012" [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", @@ -11868,9 +11952,9 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.4" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" dependencies = [ "lazy_static", ] @@ -11883,9 +11967,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" dependencies = [ "libc", "signal-hook-registry", @@ -11923,9 +12007,9 @@ dependencies = [ [[package]] name = "signature" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe458c98333f9c8152221191a77e2a44e8325d0193484af2e9421a53019e57d" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest", "rand_core 0.6.4", @@ -11939,9 +12023,9 @@ checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" [[package]] name = "similar" -version = "2.2.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" +checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" dependencies = [ "bstr 0.2.17", "unicode-segmentation", @@ -11949,9 +12033,9 @@ dependencies = [ [[package]] name = "similar-asserts" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18" +checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" dependencies = [ "console", "similar", @@ -11975,8 +12059,8 @@ version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbdc537413bd6a291f57e2cc0a17579beb5ccaeea534e9c3001e39d9a07fa14f" dependencies = [ - "ahash 0.8.6", - "borsh 1.2.1", + "ahash 0.8.10", + "borsh", "serde", ] @@ -11986,15 +12070,15 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1649c86f6ff4bec1c5a96b834f1e0da09eff92d85e3963286a61f41afca65de5" dependencies = [ - "strsim", + "strsim 0.10.0", "triple_accel", ] [[package]] name = "siphasher" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "sized-chunks" @@ -12023,15 +12107,15 @@ dependencies = [ [[package]] name = "sketches-ddsketch" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceb945e54128e09c43d8e4f1277851bd5044c6fc540bbaa2ad888f60b3da9ae7" +checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" [[package]] name = "slab" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" dependencies = [ "autocfg", ] @@ -12052,9 +12136,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "snafu" @@ -12090,15 +12174,15 @@ dependencies = [ [[package]] name = "snap" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "socket2" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ "libc", "winapi", @@ -12106,20 +12190,21 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" +checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" dependencies = [ "libc", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "spade" -version = "2.2.1" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab085cfe5486093ca290034bd2d424e283f9725b4bcf8ba5a7f6c7612b59841c" +checksum = "61addf9117b11d1f5b4bf6fe94242ba25f59d2d4b2080544b771bd647024fd00" dependencies = [ + "hashbrown 0.14.3", "num-traits", "robust", "smallvec", @@ -12152,12 +12237,12 @@ dependencies = [ [[package]] name = "spki" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", - "der 0.7.6", + "der 0.7.8", ] [[package]] @@ -12262,6 +12347,12 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +[[package]] +name = "strsim" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" + [[package]] name = "strum" version = "0.24.1" @@ -12289,15 +12380,15 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.25.1" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232" +checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" dependencies = [ "heck 0.4.1", "proc-macro2", "quote", "rustversion", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -12322,21 +12413,21 @@ dependencies = [ [[package]] name = "subtle" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" +checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "sval" -version = "2.6.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b031320a434d3e9477ccf9b5756d57d4272937b8d22cb88af80b7633a1b78b1" +checksum = "82a2386bea23a121e4e72450306b1dd01078b6399af11b93897bf84640a28a59" [[package]] name = "sval_buffer" -version = "2.6.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bf7e9412af26b342f3f2cc5cc4122b0105e9d16eb76046cd14ed10106cf6028" +checksum = "b16c047898a0e19002005512243bc9ef1c1037aad7d03d6c594e234efec80795" dependencies = [ "sval", "sval_ref", @@ -12344,18 +12435,18 @@ dependencies = [ [[package]] name = "sval_dynamic" -version = "2.6.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0ef628e8a77a46ed3338db8d1b08af77495123cc229453084e47cd716d403cf" +checksum = "a74fb116e2ecdcb280b0108aa2ee4434df50606c3208c47ac95432730eaac20c" dependencies = [ "sval", ] [[package]] name = "sval_fmt" -version = "2.6.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dc09e9364c2045ab5fa38f7b04d077b3359d30c4c2b3ec4bae67a358bd64326" +checksum = "10837b4f0feccef271b2b1c03784e08f6d0bb6d23272ec9e8c777bfadbb8f1b8" dependencies = [ "itoa", "ryu", @@ -12364,34 +12455,44 @@ dependencies = [ [[package]] name = "sval_json" -version = "2.6.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ada6f627e38cbb8860283649509d87bc4a5771141daa41c78fd31f2b9485888d" +checksum = "891f5ecdf34ce61a8ab2d10f9cfdc303347b0afec4dad6702757419d2d8312a9" dependencies = [ "itoa", "ryu", "sval", ] +[[package]] +name = "sval_nested" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63fcffb4b79c531f38e3090788b64f3f4d54a180aacf02d69c42fa4e4bf284c3" +dependencies = [ + "sval", + "sval_buffer", + "sval_ref", +] + [[package]] name = "sval_ref" -version = "2.6.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "703ca1942a984bd0d9b5a4c0a65ab8b4b794038d080af4eb303c71bc6bf22d7c" +checksum = "af725f9c2aa7cec4ca9c47da2cc90920c4c82d3fa537094c66c77a5459f5809d" dependencies = [ "sval", ] [[package]] name = "sval_serde" -version = "2.6.1" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830926cd0581f7c3e5d51efae4d35c6b6fc4db583842652891ba2f1bed8db046" +checksum = "3d7589c649a03d21df40b9a926787d2c64937fa1dccec8d87c6cd82989a2e0a4" dependencies = [ "serde", "sval", - "sval_buffer", - "sval_fmt", + "sval_nested", ] [[package]] @@ -12430,9 +12531,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.46" +version = "2.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89456b690ff72fddcecf231caedbe615c59480c93358a93dfae7fc29e3ebbf0e" +checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" dependencies = [ "proc-macro2", "quote", @@ -12441,9 +12542,9 @@ dependencies = [ [[package]] name = "syn-mid" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9" +checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed" dependencies = [ "proc-macro2", "quote", @@ -12459,7 +12560,7 @@ dependencies = [ "proc-macro-error 1.0.4", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -12480,9 +12581,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.30.5" +version = "0.30.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2" +checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196" dependencies = [ "cfg-if", "core-foundation-sys", @@ -12528,37 +12629,36 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.7" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5" +checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "temp-env" -version = "0.3.2" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c0c07fe42fe15dcf97c394cb8350483a6e5095affb3a99e0dfd5f664be15fc3" +checksum = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050" dependencies = [ - "once_cell", + "parking_lot 0.12.1", ] [[package]] name = "tempfile" -version = "3.4.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", - "fastrand 1.9.0", - "redox_syscall 0.2.16", - "rustix 0.36.16", - "windows-sys 0.42.0", + "fastrand 2.0.1", + "rustix 0.38.31", + "windows-sys 0.52.0", ] [[package]] name = "termcolor" -version = "1.2.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] @@ -12569,15 +12669,15 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" dependencies = [ - "rustix 0.37.7", + "rustix 0.37.27", "windows-sys 0.48.0", ] [[package]] name = "termtree" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" +checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-harness" @@ -12587,40 +12687,40 @@ checksum = "e71277381bd8b17eea2126a849dced540862c498398d4dd52405233a5d3cc643" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "textwrap" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ "cfg-if", "once_cell", @@ -12644,15 +12744,15 @@ dependencies = [ "byteorder", "integer-encoding 3.0.4", "log", - "ordered-float 2.10.0", + "ordered-float 2.10.1", "threadpool", ] [[package]] name = "tikv-jemalloc-ctl" -version = "0.5.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1" +checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" dependencies = [ "libc", "paste", @@ -12661,9 +12761,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.5.3+5.3.0-patched" +version = "0.5.4+5.3.0-patched" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8" +checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" dependencies = [ "cc", "libc", @@ -12671,14 +12771,16 @@ dependencies = [ [[package]] name = "time" -version = "0.3.28" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", "libc", + "num-conv", "num_threads", + "powerfmt", "serde", "time-core", "time-macros", @@ -12686,16 +12788,17 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.14" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" +checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" dependencies = [ + "num-conv", "time-core", ] @@ -12735,9 +12838,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.0" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)", "bytes", @@ -12747,7 +12850,7 @@ dependencies = [ "parking_lot 0.12.1", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.5", + "socket2 0.5.6", "tokio-macros", "tracing", "windows-sys 0.48.0", @@ -12771,7 +12874,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -12791,7 +12894,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls", + "rustls 0.21.10", "tokio", ] @@ -12808,9 +12911,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.8" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" +checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" dependencies = [ "bytes", "futures-core", @@ -12832,32 +12935,32 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.19.14", + "toml_edit 0.19.15", ] [[package]] name = "toml_datetime" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" +checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "serde", "serde_spanned", "toml_datetime", @@ -12866,11 +12969,22 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.2" +version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" +checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", + "toml_datetime", + "winnow", +] + +[[package]] +name = "toml_edit" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" +dependencies = [ + "indexmap 2.2.5", "toml_datetime", "winnow", ] @@ -12883,7 +12997,7 @@ checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" dependencies = [ "async-trait", "axum", - "base64 0.21.0", + "base64 0.21.7", "bytes", "futures-core", "futures-util", @@ -12912,7 +13026,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "base64 0.21.0", + "base64 0.21.7", "bytes", "h2", "http", @@ -12921,8 +13035,8 @@ dependencies = [ "hyper-timeout", "percent-encoding", "pin-project", - "prost 0.12.1", - "rustls", + "prost 0.12.3", + "rustls 0.21.10", "rustls-native-certs", "rustls-pemfile", "tokio", @@ -12944,7 +13058,7 @@ dependencies = [ "proc-macro2", "prost-build", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -12953,7 +13067,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fa37c513df1339d197f4ba21d28c918b9ef1ac1768265f11ecb6b7f1cba1b76" dependencies = [ - "prost 0.12.1", + "prost 0.12.3", "prost-types", "tokio", "tokio-stream", @@ -12968,7 +13082,7 @@ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ "futures-core", "futures-util", - "indexmap 1.9.2", + "indexmap 1.9.3", "pin-project", "pin-project-lite", "rand 0.8.5", @@ -13024,7 +13138,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] @@ -13095,9 +13209,9 @@ dependencies = [ [[package]] name = "triomphe" -version = "0.1.8" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1ee9bd9239c339d714d657fac840c6d2a4f9c45f4f9ec7b0975113458be78db" +checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" [[package]] name = "triple_accel" @@ -13107,9 +13221,9 @@ checksum = "622b09ce2fe2df4618636fb92176d205662f59803f39e70d1c333393082de96c" [[package]] name = "try-lock" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "twox-hash" @@ -13130,26 +13244,35 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typed-builder" -version = "0.14.0" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "444d8748011b93cb168770e8092458cb0f8854f931ff82fdf6ddfbd72a9c933e" +dependencies = [ + "typed-builder-macro", +] + +[[package]] +name = "typed-builder-macro" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64cba322cb9b7bc6ca048de49e83918223f35e7a86311267013afff257004870" +checksum = "563b3b88238ec95680aef36bdece66896eaa7ce3c0f1b4f39d38fb2435261352" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", ] [[package]] name = "typenum" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "typetag" -version = "0.2.6" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69bf9bd14fed1815295233a0eee76a963283b53ebcbd674d463f697d3bfcae0c" +checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf" dependencies = [ "erased-serde", "inventory", @@ -13160,15 +13283,30 @@ dependencies = [ [[package]] name = "typetag-impl" -version = "0.2.6" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf9f5f225956dc2254c6c27500deac9390a066b2e8a1a571300627a7c4400a33" +checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.52", +] + +[[package]] +name = "typewit" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6fb9ae6a3cafaf0a5d14c2302ca525f9ae8e07a0f0e6949de88d882c37a6e24" +dependencies = [ + "typewit_proc_macros", ] +[[package]] +name = "typewit_proc_macros" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6" + [[package]] name = "ucd-trie" version = "0.1.6" @@ -13181,7 +13319,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db" dependencies = [ - "arrayvec 0.7.2", + "arrayvec 0.7.4", ] [[package]] @@ -13201,60 +13339,60 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "uncased" -version = "0.9.7" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" +checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" dependencies = [ "version_check", ] [[package]] name = "unicase" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" +checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" dependencies = [ "version_check", ] [[package]] name = "unicode-bidi" -version = "0.3.11" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-bom" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552" +checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" [[package]] name = "unicode-ident" -version = "1.0.8" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" dependencies = [ "tinyvec", ] [[package]] name = "unicode-segmentation" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "unicode_categories" @@ -13264,15 +13402,9 @@ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" [[package]] name = "unindent" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" - -[[package]] -name = "untrusted" -version = "0.7.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" [[package]] name = "untrusted" @@ -13282,20 +13414,21 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "2.7.1" +version = "2.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9" +checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35" dependencies = [ - "base64 0.21.0", + "base64 0.21.7", "flate2", "log", "once_cell", - "rustls", - "rustls-webpki 0.100.2", + "rustls 0.22.2", + "rustls-pki-types", + "rustls-webpki 0.102.2", "serde", "serde_json", "url", - "webpki-roots 0.23.1", + "webpki-roots 0.26.1", ] [[package]] @@ -13318,9 +13451,9 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] name = "utf8-width" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" +checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" [[package]] name = "utf8parse" @@ -13330,11 +13463,11 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" dependencies = [ - "getrandom 0.2.11", + "getrandom 0.2.12", "serde", ] @@ -13365,9 +13498,9 @@ dependencies = [ [[package]] name = "value-bag" -version = "1.4.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3" +checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b" dependencies = [ "value-bag-serde1", "value-bag-sval2", @@ -13375,9 +13508,9 @@ dependencies = [ [[package]] name = "value-bag-serde1" -version = "1.4.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394" +checksum = "ede32f342edc46e84bd41fd394ce2192b553de11725dd83b6223150610c21b44" dependencies = [ "erased-serde", "serde", @@ -13386,9 +13519,9 @@ dependencies = [ [[package]] name = "value-bag-sval2" -version = "1.4.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d" +checksum = "0024e44b25144c2f4d0ed35d39688e0090d57753e20fef38d08e0c1a40bdf23d" dependencies = [ "sval", "sval_buffer", @@ -13407,12 +13540,15 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vergen" -version = "8.2.4" +version = "8.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbc5ad0d9d26b2c49a5ab7da76c3e79d3ee37e7821799f8223fcb8f2f391a2e7" +checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525" dependencies = [ "anyhow", - "gix 0.48.0", + "cargo_metadata 0.18.1", + "cfg-if", + "gix 0.57.1", + "regex", "rustc_version", "rustversion", "time", @@ -13449,7 +13585,7 @@ dependencies = [ "once_cell", "pin-project", "rand 0.8.5", - "socket2 0.5.5", + "socket2 0.5.6", "thiserror", "tokio", "tokio-stream", @@ -13459,9 +13595,9 @@ dependencies = [ [[package]] name = "volo-thrift" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d5edac4395077223385cd041b5a1643d4a2f03158183b634d4f7127f3a0faf4" +checksum = "bd55554f0472ee1a4d5ea73006477494fb7b2b046b1403d7688e8e92eebc0dbd" dependencies = [ "anyhow", "bytes", @@ -13486,37 +13622,29 @@ dependencies = [ [[package]] name = "waker-fn" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" +checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" [[package]] name = "walkdir" -version = "2.3.2" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", - "winapi", "winapi-util", ] [[package]] name = "want" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" +checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" dependencies = [ - "log", "try-lock", ] -[[package]] -name = "wasi" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" - [[package]] name = "wasi" version = "0.9.0+wasi-snapshot-preview1" @@ -13535,11 +13663,20 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasix" +version = "0.12.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" +dependencies = [ + "wasi 0.11.0+wasi-snapshot-preview1", +] + [[package]] name = "wasm-bindgen" -version = "0.2.88" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce" +checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -13547,24 +13684,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.88" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217" +checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.34" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" +checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" dependencies = [ "cfg-if", "js-sys", @@ -13574,9 +13711,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.88" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2" +checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13584,28 +13721,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.88" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907" +checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.88" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b" +checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" [[package]] name = "wasm-streams" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7" +checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" dependencies = [ "futures-util", "js-sys", @@ -13616,9 +13753,19 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.61" +version = "0.3.68" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + +[[package]] +name = "web-time" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" dependencies = [ "js-sys", "wasm-bindgen", @@ -13630,41 +13777,48 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ - "ring 0.17.5", - "untrusted 0.9.0", + "ring", + "untrusted", ] [[package]] name = "webpki-roots" -version = "0.23.1" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" -dependencies = [ - "rustls-webpki 0.100.2", -] +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.25.2" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" +checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" +dependencies = [ + "rustls-pki-types", +] [[package]] name = "which" -version = "4.4.0" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" +checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" dependencies = [ "either", - "libc", + "home", "once_cell", + "rustix 0.38.31", ] [[package]] name = "widestring" -version = "0.5.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" +checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" + +[[package]] +name = "wildmatch" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "495ec47bf3c1345005f40724f0269362c8556cbc43aed0526ed44cae1d35fceb" [[package]] name = "winapi" @@ -13684,9 +13838,9 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" dependencies = [ "winapi", ] @@ -13699,30 +13853,31 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows" -version = "0.44.0" +version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" +checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" dependencies = [ - "windows-targets 0.42.2", + "windows-targets 0.48.5", ] [[package]] name = "windows" -version = "0.48.0" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" dependencies = [ - "windows-targets 0.48.0", + "windows-core 0.52.0", + "windows-targets 0.52.4", ] [[package]] name = "windows" -version = "0.52.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" dependencies = [ - "windows-core", - "windows-targets 0.52.0", + "windows-core 0.53.0", + "windows-targets 0.52.4", ] [[package]] @@ -13731,22 +13886,26 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.0", + "windows-targets 0.52.4", ] [[package]] -name = "windows-sys" -version = "0.42.0" +name = "windows-core" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" +checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows-result", + "windows-targets 0.52.4", +] + +[[package]] +name = "windows-result" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd19df78e5168dfb0aedc343d1d1b8d422ab2db6756d2dc3fef75035402a3f64" +dependencies = [ + "windows-targets 0.52.4", ] [[package]] @@ -13764,7 +13923,7 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ - "windows-targets 0.48.0", + "windows-targets 0.48.5", ] [[package]] @@ -13773,7 +13932,7 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.0", + "windows-targets 0.52.4", ] [[package]] @@ -13793,32 +13952,32 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" dependencies = [ - "windows_aarch64_gnullvm 0.48.0", - "windows_aarch64_msvc 0.48.0", - "windows_i686_gnu 0.48.0", - "windows_i686_msvc 0.48.0", - "windows_x86_64_gnu 0.48.0", - "windows_x86_64_gnullvm 0.48.0", - "windows_x86_64_msvc 0.48.0", + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", ] [[package]] name = "windows-targets" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" +checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" dependencies = [ - "windows_aarch64_gnullvm 0.52.0", - "windows_aarch64_msvc 0.52.0", - "windows_i686_gnu 0.52.0", - "windows_i686_msvc 0.52.0", - "windows_x86_64_gnu 0.52.0", - "windows_x86_64_gnullvm 0.52.0", - "windows_x86_64_msvc 0.52.0", + "windows_aarch64_gnullvm 0.52.4", + "windows_aarch64_msvc 0.52.4", + "windows_i686_gnu 0.52.4", + "windows_i686_msvc 0.52.4", + "windows_x86_64_gnu 0.52.4", + "windows_x86_64_gnullvm 0.52.4", + "windows_x86_64_msvc 0.52.4", ] [[package]] @@ -13829,15 +13988,15 @@ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" +checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" [[package]] name = "windows_aarch64_msvc" @@ -13847,15 +14006,15 @@ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" [[package]] name = "windows_aarch64_msvc" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" +checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" [[package]] name = "windows_i686_gnu" @@ -13865,15 +14024,15 @@ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] name = "windows_i686_gnu" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" +checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" [[package]] name = "windows_i686_msvc" @@ -13883,15 +14042,15 @@ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" [[package]] name = "windows_i686_msvc" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" +checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" [[package]] name = "windows_x86_64_gnu" @@ -13901,15 +14060,15 @@ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" [[package]] name = "windows_x86_64_gnu" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" +checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" [[package]] name = "windows_x86_64_gnullvm" @@ -13919,15 +14078,15 @@ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" [[package]] name = "windows_x86_64_gnullvm" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" +checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" [[package]] name = "windows_x86_64_msvc" @@ -13937,34 +14096,25 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "windows_x86_64_msvc" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.0" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" +checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" [[package]] name = "winnow" -version = "0.5.15" +version = "0.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" dependencies = [ "memchr", ] -[[package]] -name = "winreg" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" -dependencies = [ - "winapi", -] - [[package]] name = "winreg" version = "0.50.0" @@ -13977,13 +14127,13 @@ dependencies = [ [[package]] name = "wiremock" -version = "0.5.17" +version = "0.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12316b50eb725e22b2f6b9c4cbede5b7b89984274d113a7440c86e5c3fc6f99b" +checksum = "13a3a53eaf34f390dd30d7b1b078287dd05df2aa2e21a589ccb80f5c7253c2e9" dependencies = [ "assert-json-diff", "async-trait", - "base64 0.13.1", + "base64 0.21.7", "deadpool", "futures", "futures-timer", @@ -14020,9 +14170,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.14" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c" +checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" [[package]] name = "xorf" @@ -14043,9 +14193,9 @@ dependencies = [ [[package]] name = "xxhash-rust" -version = "0.8.6" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70" +checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" [[package]] name = "xz2" @@ -14071,6 +14221,12 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +[[package]] +name = "yansi" +version = "1.0.0-rc.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377" + [[package]] name = "z3" version = "0.12.1" @@ -14097,34 +14253,13 @@ version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a599daf1b507819c1121f0bf87fa37eb19daac6aff3aefefd4e6e2e0f2020fc" -[[package]] -name = "zerocopy" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6" -dependencies = [ - "byteorder", - "zerocopy-derive 0.6.6", -] - [[package]] name = "zerocopy" version = "0.7.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" dependencies = [ - "zerocopy-derive 0.7.32", -] - -[[package]] -name = "zerocopy-derive" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.46", + "zerocopy-derive", ] [[package]] @@ -14135,14 +14270,14 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.46", + "syn 2.0.52", ] [[package]] name = "zeroize" -version = "1.5.7" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" +checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" [[package]] name = "zstd" @@ -14150,26 +14285,48 @@ version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ - "zstd-safe", + "zstd-safe 6.0.6", +] + +[[package]] +name = "zstd" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" +dependencies = [ + "zstd-safe 7.0.0", ] [[package]] name = "zstd-safe" -version = "6.0.4+zstd.1.5.4" +version = "6.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543" +checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" dependencies = [ "libc", "zstd-sys", ] +[[package]] +name = "zstd-safe" +version = "7.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" +dependencies = [ + "zstd-sys", +] + [[package]] name = "zstd-sys" -version = "2.0.7+zstd.1.5.4" +version = "2.0.9+zstd.1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" +checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" dependencies = [ "cc", - "libc", "pkg-config", ] + +[[patch.unused]] +name = "sentry" +version = "0.31.5" +source = "git+https://github.com/getsentry/sentry-rust?rev=6ef6d97#6ef6d976225f029b6d58541eb267879b40778f0b" diff --git a/Cargo.toml b/Cargo.toml index 8879fcb5359f..fabfd206577a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ feature-set = { version = "0.1.1" } geo = { version = "0.27.0", features = ["use-serde"] } geozero = { version = "0.11.0", features = ["default", "with-wkb"] } itertools = "0.10.5" -log = { version = "0.4.19", features = ["serde", "kv_unstable_std"] } +log = { version = "0.4.21", features = ["serde", "kv_unstable_std"] } logcall = "0.1.5" match-template = "0.0.1" metrics = "0.20.1" @@ -185,19 +185,19 @@ anyhow = { version = "1.0.65" } thiserror = { version = "1" } # Crates from arrow-rs -arrow = { version = "47.0.0" } -arrow-array = { version = "47.0.0" } -arrow-buffer = { version = "47.0.0" } -arrow-cast = { version = "47.0.0", features = ["prettyprint"] } -arrow-data = { version = "47.0.0" } -arrow-flight = { version = "47.0.0", features = ["flight-sql-experimental", "tls"] } +arrow = { version = "50" } +arrow-array = { version = "50" } +arrow-buffer = { version = "50" } +arrow-cast = { version = "50", features = ["prettyprint"] } +arrow-data = { version = "50" } +arrow-flight = { version = "50", features = ["flight-sql-experimental", "tls"] } arrow-format = { version = "0.8.1", features = ["flight-data", "flight-service", "ipc"] } -arrow-ipc = { version = "47.0.0" } -arrow-ord = { version = "47.0.0" } -arrow-schema = { version = "47.0.0", features = ["serde"] } -arrow-select = { version = "47.0.0" } -parquet = { version = "47.0.0", features = ["async"] } -parquet_rs = { package = "parquet", version = "47.0.0" } +arrow-ipc = { version = "50" } +arrow-ord = { version = "50" } +arrow-schema = { version = "50", features = ["serde"] } +arrow-select = { version = "50" } +parquet = { version = "50", features = ["async"] } +parquet_rs = { package = "parquet", version = "50" } # Serialization prost = { version = "0.12.1" } @@ -256,7 +256,8 @@ rpath = false arrow-format = { git = "https://github.com/everpcpc/arrow-format", rev = "ad8f2dd" } parquet2 = { git = "https://github.com/jorgecarleitao/parquet2", rev = "b0e6545" } metrics = { git = "https://github.com/datafuse-extras/metrics.git", rev = "fc2ecd1" } -icelake = { git = "https://github.com/icelake-io/icelake", rev = "f06cdf3" } +icelake = { git = "https://github.com/icelake-io/icelake", rev = "54fd72f" } +sentry = { git = "https://github.com/getsentry/sentry-rust", rev = "6ef6d97" } micromarshal = { git = "https://github.com/ariesdevil/opensrv", rev = "6c96813" } async-backtrace = { git = "https://github.com/zhang2014/async-backtrace.git", rev = "dea4553" } z3 = { git = "https://github.com/prove-rs/z3.rs", rev = "247d308" } diff --git a/src/bendpy/Cargo.toml b/src/bendpy/Cargo.toml index e0bbbc9be109..fa20c229aceb 100644 --- a/src/bendpy/Cargo.toml +++ b/src/bendpy/Cargo.toml @@ -33,7 +33,7 @@ databend-query = { path = "../query/service", features = [ # # Crates.io dependencies ctor = "0.2.5" -pyo3 = { version = "0.19.1", features = ["extension-module", "abi3", "abi3-py37"] } +pyo3 = { version = "0.20", features = ["extension-module", "abi3", "abi3-py37"] } tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "sync"] } tokio-stream = { workspace = true } uuid = { workspace = true } diff --git a/src/bendpy/src/dataframe.rs b/src/bendpy/src/dataframe.rs index cb53b0fef4c9..36652745281a 100644 --- a/src/bendpy/src/dataframe.rs +++ b/src/bendpy/src/dataframe.rs @@ -129,7 +129,7 @@ impl PyDataFrame { .into_iter() .map(|block| { block - .to_record_batch(self.df.schema().as_ref()) + .to_record_batch_with_dataschema(self.df.schema().as_ref()) .unwrap() .to_pyarrow(py) }) diff --git a/src/common/arrow/Cargo.toml b/src/common/arrow/Cargo.toml index 069ded6574c3..7fb9c7e60ce8 100644 --- a/src/common/arrow/Cargo.toml +++ b/src/common/arrow/Cargo.toml @@ -113,7 +113,7 @@ ethnum = { workspace = true } simdutf8 = "0.1.4" # A Rust port of SwissTable -hashbrown = { version = "0.14", default-features = false, features = ["ahash"] } +hashbrown = { version = "0.14.3", default-features = false, features = ["ahash"] } # for timezone support chrono-tz = { workspace = true, optional = true } diff --git a/src/common/cache/Cargo.toml b/src/common/cache/Cargo.toml index a4a9333b35e5..3277f55b9353 100644 --- a/src/common/cache/Cargo.toml +++ b/src/common/cache/Cargo.toml @@ -17,7 +17,7 @@ heapsize = ["heapsize_"] # Crates.io dependencies bytes = { workspace = true } -hashbrown = "0.14" +hashbrown = "0.14.3" hashlink = "0.8" [target.'cfg(not(target_os = "macos"))'.dependencies] diff --git a/src/meta/api/src/background_api_impl.rs b/src/meta/api/src/background_api_impl.rs index 9ad18ecc6160..d7ab4953c0d4 100644 --- a/src/meta/api/src/background_api_impl.rs +++ b/src/meta/api/src/background_api_impl.rs @@ -49,7 +49,6 @@ use databend_common_meta_types::MetaError; use databend_common_meta_types::MetaSpec; use databend_common_meta_types::Operation; use databend_common_meta_types::TxnRequest; -use log::as_debug; use log::debug; use minitrace::func_name; @@ -77,7 +76,7 @@ impl> BackgroundApi for KV { &self, req: CreateBackgroundJobReq, ) -> Result { - debug!(req = as_debug!(&req); "BackgroundApi: {}", func_name!()); + debug!(req :? =(&req); "BackgroundApi: {}", func_name!()); let name_key = &req.job_name; @@ -87,7 +86,7 @@ impl> BackgroundApi for KV { // Get db mask by name to ensure absence let (seq, id) = get_u64_value(self, name_key).await?; - debug!(seq = seq, id = id, name_key = as_debug!(name_key); "create_background_job"); + debug!(seq = seq, id = id, name_key :? =(name_key); "create_background_job"); if seq > 0 { return if req.if_not_exists { @@ -106,8 +105,8 @@ impl> BackgroundApi for KV { let id_key = BackgroundJobId { id }; debug!( - id = as_debug!(&id_key), - name_key = as_debug!(name_key); + id :? =(&id_key), + name_key :? =(name_key); "new backgroundjob id" ); @@ -128,8 +127,8 @@ impl> BackgroundApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key), - id = as_debug!(&id_key), + name :? =(name_key), + id :? =(&id_key), succ = succ; "create_background_job" ); @@ -192,7 +191,7 @@ impl> BackgroundApi for KV { &self, req: GetBackgroundJobReq, ) -> Result { - debug!(req = as_debug!(&req); "BackgroundApi: {}", func_name!()); + debug!(req :? =(&req); "BackgroundApi: {}", func_name!()); let name_key = &req.name; @@ -232,9 +231,9 @@ impl> BackgroundApi for KV { &self, req: UpdateBackgroundTaskReq, ) -> Result { - debug!(req = as_debug!(&req); "BackgroundApi: {}", func_name!()); + debug!(req :? =(&req); "BackgroundApi: {}", func_name!()); let name_key = &req.task_name; - debug!(name_key = as_debug!(name_key); "update_background_task"); + debug!(name_key :? =(name_key); "update_background_task"); let meta = req.task_info.clone(); @@ -281,7 +280,7 @@ impl> BackgroundApi for KV { req: GetBackgroundTaskReq, ) -> Result { debug!( - req = as_debug!(&req); + req :? =(&req); "BackgroundTaskApi: {}", func_name!() ); @@ -325,7 +324,7 @@ pub fn background_job_has_to_exist( name_ident: &BackgroundJobIdent, ) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, name_ident = as_debug!(name_ident); "background job does not exist"); + debug!(seq = seq, name_ident :? =(name_ident); "background job does not exist"); Err(KVAppError::AppError(AppError::UnknownBackgroundJob( UnknownBackgroundJob::new(&name_ident.name, format!("{:?}", name_ident)), ))) @@ -355,7 +354,7 @@ async fn update_background_job bool>( name: &BackgroundJobIdent, mutation: F, ) -> Result { - debug!(req = as_debug!(name); "BackgroundApi: {}", func_name!()); + debug!(req :? =(name); "BackgroundApi: {}", func_name!()); let (id, id_val_seq, mut info) = get_background_job_or_error(kv_api, name, "update_background_job").await?; let should_update = mutation(&mut info); diff --git a/src/meta/api/src/data_mask_api_impl.rs b/src/meta/api/src/data_mask_api_impl.rs index 56d7f4bb2520..e950849f1c75 100644 --- a/src/meta/api/src/data_mask_api_impl.rs +++ b/src/meta/api/src/data_mask_api_impl.rs @@ -37,7 +37,6 @@ use databend_common_meta_types::MetaError; use databend_common_meta_types::TxnCondition; use databend_common_meta_types::TxnOp; use databend_common_meta_types::TxnRequest; -use log::as_debug; use log::debug; use minitrace::func_name; @@ -63,7 +62,7 @@ impl> DatamaskApi for KV { &self, req: CreateDatamaskReq, ) -> Result { - debug!(req = as_debug!(&req); "DatamaskApi: {}", func_name!()); + debug!(req :? =(&req); "DatamaskApi: {}", func_name!()); let name_key = &req.name; @@ -73,7 +72,7 @@ impl> DatamaskApi for KV { // Get db mask by name to ensure absence let (seq, id) = get_u64_value(self, name_key).await?; - debug!(seq = seq, id = id, name_key = as_debug!(name_key); "create_data_mask"); + debug!(seq = seq, id = id, name_key :? =(name_key); "create_data_mask"); let mut condition = vec![]; let mut if_then = vec![]; @@ -117,8 +116,8 @@ impl> DatamaskApi for KV { }; debug!( - id = as_debug!(&id_key), - name_key = as_debug!(name_key); + id :? =(&id_key), + name_key :? =(name_key); "new datamask id" ); @@ -141,8 +140,8 @@ impl> DatamaskApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key), - id = as_debug!(&id_key), + name :? =(name_key), + id :? =(&id_key), succ = succ; "create_data_mask" ); @@ -157,7 +156,7 @@ impl> DatamaskApi for KV { } async fn drop_data_mask(&self, req: DropDatamaskReq) -> Result { - debug!(req = as_debug!(&req); "DatamaskApi: {}", func_name!()); + debug!(req :? =(&req); "DatamaskApi: {}", func_name!()); let name_key = &req.name; @@ -199,7 +198,7 @@ impl> DatamaskApi for KV { } async fn get_data_mask(&self, req: GetDatamaskReq) -> Result { - debug!(req = as_debug!(&req); "DatamaskApi: {}", func_name!()); + debug!(req :? =(&req); "DatamaskApi: {}", func_name!()); let name_key = &req.name; @@ -242,7 +241,7 @@ pub fn data_mask_has_to_exist( msg: impl Display, ) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, name_ident = as_debug!(name_ident); "data mask does not exist"); + debug!(seq = seq, name_ident :? =(name_ident); "data mask does not exist"); Err(KVAppError::AppError(AppError::UnknownDatamask( UnknownDatamask::new(&name_ident.name, format!("{}: {}", msg, name_ident)), @@ -329,8 +328,8 @@ async fn construct_drop_mask_policy_operations( } debug!( - name = as_debug!(name_key), - id = as_debug!(&DatamaskId { id }), + name :? =(name_key), + id :? =(&DatamaskId { id }), ctx = ctx; "construct_drop_mask_policy_operations" ); diff --git a/src/meta/api/src/schema_api_impl.rs b/src/meta/api/src/schema_api_impl.rs index 257f65a2264b..848022cf5e5e 100644 --- a/src/meta/api/src/schema_api_impl.rs +++ b/src/meta/api/src/schema_api_impl.rs @@ -196,8 +196,6 @@ use databend_common_meta_types::TxnOp; use databend_common_meta_types::TxnRequest; use databend_common_meta_types::UpsertKV; use futures::TryStreamExt; -use log::as_debug; -use log::as_display; use log::debug; use log::error; use log::warn; @@ -256,7 +254,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: CreateDatabaseReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = &req.name_ident; @@ -272,7 +270,7 @@ impl + ?Sized> SchemaApi for KV { // Get db by name to ensure absence let (db_id_seq, db_id) = get_u64_value(self, name_key).await?; - debug!(db_id_seq = db_id_seq, db_id = db_id, name_key = as_debug!(name_key); "get_database"); + debug!(db_id_seq = db_id_seq, db_id = db_id, name_key :? =(name_key); "get_database"); let mut condition = vec![]; let mut if_then = vec![]; @@ -336,7 +334,7 @@ impl + ?Sized> SchemaApi for KV { let id_key = DatabaseId { db_id }; let id_to_name_key = DatabaseIdToName { db_id }; - debug!(db_id = db_id, name_key = as_debug!(name_key); "new database id"); + debug!(db_id = db_id, name_key :? =(name_key); "new database id"); { // append db_id into db_id_list @@ -363,8 +361,8 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key), - id = as_debug!(&id_key), + name :? =(name_key), + id :? =(&id_key), succ = succ; "create_database" ); @@ -379,7 +377,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn drop_database(&self, req: DropDatabaseReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_dbname = &req.name_ident; @@ -408,7 +406,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(tenant_dbname), + name :? =(tenant_dbname), succ = succ; "drop_database" ); @@ -425,7 +423,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: UndropDatabaseReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = &req.name_ident; @@ -477,7 +475,7 @@ impl + ?Sized> SchemaApi for KV { let (db_meta_seq, db_meta): (_, Option) = get_pb_value(self, &dbid).await?; - debug!(db_id = db_id, name_key = as_debug!(name_key); "undrop_database"); + debug!(db_id = db_id, name_key :? =(name_key); "undrop_database"); { // reset drop on time @@ -506,7 +504,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name_key = as_debug!(name_key), + name_key :? =(name_key), succ = succ; "undrop_database" ); @@ -524,7 +522,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: RenameDatabaseReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_dbname = &req.name_ident; let tenant_newdbname = DatabaseNameIdent { @@ -548,7 +546,7 @@ impl + ?Sized> SchemaApi for KV { debug!( old_db_id = old_db_id, - tenant_dbname = as_debug!(tenant_dbname); + tenant_dbname :? =(tenant_dbname); "rename_database" ); @@ -644,9 +642,9 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(tenant_dbname), - to = as_debug!(&tenant_newdbname), - database_id = as_debug!(&old_db_id), + name :? =(tenant_dbname), + to :? =(&tenant_newdbname), + database_id :? =(&old_db_id), succ = succ; "rename_database" ); @@ -661,7 +659,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn get_database(&self, req: GetDatabaseReq) -> Result, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = &req.inner; @@ -686,7 +684,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListDatabaseReq, ) -> Result>, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); // List tables by tenant, db_id, table_name. let dbid_tbname_idlist = DbIdListKey { @@ -843,7 +841,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListDatabaseReq, ) -> Result>, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = DatabaseNameIdent { tenant: req.tenant, @@ -898,7 +896,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn create_index(&self, req: CreateIndexReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_index = &req.name_ident; @@ -917,7 +915,7 @@ impl + ?Sized> SchemaApi for KV { debug!( index_id_seq = index_id_seq, index_id = index_id, - tenant_index = as_debug!(tenant_index); + tenant_index :? =(tenant_index); "get_index_seq_id" ); @@ -964,7 +962,7 @@ impl + ?Sized> SchemaApi for KV { debug!( index_id = index_id, - index_key = as_debug!(tenant_index); + index_key :? =(tenant_index); "new index id" ); @@ -988,8 +986,8 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - index_name = as_debug!(tenant_index), - id = as_debug!(&id_key), + index_name :? =(tenant_index), + id :? =(&id_key), succ = succ; "create_index" ); @@ -1004,7 +1002,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn drop_index(&self, req: DropIndexReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_index = &req.name_ident; @@ -1037,8 +1035,8 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(tenant_index), - id = as_debug!(&IndexId { index_id }), + name :? =(tenant_index), + id :? =(&IndexId { index_id }), succ = succ; "drop_index" ); @@ -1053,7 +1051,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn get_index(&self, req: GetIndexReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_index = &req.name_ident; @@ -1072,7 +1070,7 @@ impl + ?Sized> SchemaApi for KV { debug!( index_id = index_id, - name_key = as_debug!(tenant_index); + name_key :? =(tenant_index); "drop_index" ); @@ -1092,7 +1090,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn update_index(&self, req: UpdateIndexReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let index_id_key = IndexId { index_id: req.index_id, @@ -1122,7 +1120,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListIndexesReq, ) -> Result, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); // Get index id list by `prefix_list` "/" let prefix_key = kvapi::KeyBuilder::new_prefixed(IndexNameIdent::PREFIX) @@ -1169,7 +1167,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListIndexesByIdReq, ) -> Result, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); // Get index id list by `prefix_list` "/" let prefix_key = kvapi::KeyBuilder::new_prefixed(IndexNameIdent::PREFIX) @@ -1186,7 +1184,7 @@ impl + ?Sized> SchemaApi for KV { id_name_list.push((index_id.0, name_ident.index_name)); } - debug!(ident = as_display!(&prefix_key); "list_indexes"); + debug!(ident :% =(&prefix_key); "list_indexes"); if id_name_list.is_empty() { return Ok(vec![]); @@ -1210,7 +1208,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListIndexesByIdReq, ) -> Result, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); // Get index id list by `prefix_list` "/" let prefix_key = kvapi::KeyBuilder::new_prefixed(IndexNameIdent::PREFIX) @@ -1227,7 +1225,7 @@ impl + ?Sized> SchemaApi for KV { id_name_list.push((index_id.0, name_ident.index_name)); } - debug!(ident = as_display!(&prefix_key); "list_indexes"); + debug!(ident :% =(&prefix_key); "list_indexes"); if id_name_list.is_empty() { return Ok(vec![]); @@ -1251,7 +1249,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: CreateVirtualColumnReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let ctx = func_name!(); let mut trials = txn_backoff(None, func_name!()); @@ -1318,7 +1316,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - "req.name_ident" = as_debug!(&virtual_column_meta), + "req.name_ident" :? =(&virtual_column_meta), succ = succ; "create_virtual_column" ); @@ -1337,7 +1335,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: UpdateVirtualColumnReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let ctx = func_name!(); @@ -1382,7 +1380,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - "req.name_ident" = as_debug!(&virtual_column_meta), + "req.name_ident" :? =(&virtual_column_meta), succ = succ; "update_virtual_column" ); @@ -1401,7 +1399,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: DropVirtualColumnReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let ctx = func_name!(); @@ -1432,7 +1430,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - "name_ident" = as_debug!(&req.name_ident), + "name_ident" :? =(&req.name_ident), succ = succ; "drop_virtual_column" ); @@ -1450,7 +1448,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListVirtualColumnsReq, ) -> Result, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); if let Some(table_id) = req.table_id { let name_ident = VirtualColumnNameIdent { @@ -1509,7 +1507,7 @@ impl + ?Sized> SchemaApi for KV { } } - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant = req.name_ident.tenant(); let tenant_dbname_tbname = &req.name_ident; @@ -1686,8 +1684,8 @@ impl + ?Sized> SchemaApi for KV { let key_table_id_to_name = TableIdToName { table_id }; debug!( - key_table_id = as_debug!(key_table_id), - name = as_debug!(tenant_dbname_tbname); + key_table_id :? =(key_table_id), + name :? =(tenant_dbname_tbname); "new table id" ); @@ -1738,10 +1736,10 @@ impl + ?Sized> SchemaApi for KV { let (succ, responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(tenant_dbname_tbname), - key_table_id = as_debug!(&key_table_id), + name :? =(tenant_dbname_tbname), + key_table_id :? =(&key_table_id), succ = succ, - responses = as_debug!(responses); + responses :? =(responses); "create_table" ); @@ -1794,7 +1792,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn undrop_table(&self, req: UndropTableReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_dbname_tbname = &req.name_ident; let tenant_dbname = req.name_ident.db_name_ident(); @@ -1887,8 +1885,8 @@ impl + ?Sized> SchemaApi for KV { // (db_id, table_name) -> table_id debug!( - ident = as_display!(&tbid), - name = as_display!(tenant_dbname_tbname); + ident :% =(&tbid), + name :% =(tenant_dbname_tbname); "undrop table" ); @@ -1930,8 +1928,8 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(tenant_dbname_tbname), - id = as_debug!(&tbid), + name :? =(tenant_dbname_tbname), + id :? =(&tbid), succ = succ; "undrop_table" ); @@ -1946,7 +1944,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn rename_table(&self, req: RenameTableReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_dbname_tbname = &req.name_ident; let tenant_dbname = tenant_dbname_tbname.db_name_ident(); @@ -2125,9 +2123,9 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(tenant_dbname_tbname), - to = as_debug!(&newdbid_newtbname), - table_id = as_debug!(&table_id), + name :? =(tenant_dbname_tbname), + to :? =(&newdbid_newtbname), + table_id :? =(&table_id), succ = succ; "rename_table" ); @@ -2142,7 +2140,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn get_table(&self, req: GetTableReq) -> Result, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_dbname_tbname = &req.inner; let tenant_dbname = tenant_dbname_tbname.db_name_ident(); @@ -2194,9 +2192,9 @@ impl + ?Sized> SchemaApi for KV { )?; debug!( - ident = as_display!(&tbid), - name = as_display!(tenant_dbname_tbname), - table_meta = as_debug!(&tb_meta); + ident :% =(&tbid), + name :% =(tenant_dbname_tbname), + table_meta :? =(&tb_meta); "get_table" ); @@ -2231,7 +2229,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListTableReq, ) -> Result>, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_dbname = &req.inner; @@ -2288,7 +2286,7 @@ impl + ?Sized> SchemaApi for KV { }; debug!( - name = as_display!(&table_id_list_key); + name :% =(&table_id_list_key); "get_table_history" ); @@ -2359,7 +2357,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn list_tables(&self, req: ListTableReq) -> Result>, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tenant_dbname = &req.inner; @@ -2392,13 +2390,13 @@ impl + ?Sized> SchemaApi for KV { &self, table_id: MetaId, ) -> Result<(TableIdent, Arc), KVAppError> { - debug!(req = as_debug!(&table_id); "SchemaApi: {}", func_name!()); + debug!(req :? =(&table_id); "SchemaApi: {}", func_name!()); let tbid = TableId { table_id }; let (tb_meta_seq, table_meta): (_, Option) = get_pb_value(self, &tbid).await?; - debug!(ident = as_display!(&tbid); "get_table_by_id"); + debug!(ident :% =(&tbid); "get_table_by_id"); if tb_meta_seq == 0 || table_meta.is_none() { return Err(KVAppError::AppError(AppError::UnknownTableId( @@ -2415,14 +2413,14 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn get_table_name_by_id(&self, table_id: MetaId) -> Result { - debug!(req = as_debug!(&table_id); "SchemaApi: {}", func_name!()); + debug!(req :? =(&table_id); "SchemaApi: {}", func_name!()); let table_id_to_name_key = TableIdToName { table_id }; let (tb_meta_seq, table_name): (_, Option) = get_pb_value(self, &table_id_to_name_key).await?; - debug!(ident = as_display!(&table_id_to_name_key); "get_table_name_by_id"); + debug!(ident :% =(&table_id_to_name_key); "get_table_name_by_id"); if tb_meta_seq == 0 || table_name.is_none() { return Err(KVAppError::AppError(AppError::UnknownTableId( @@ -2436,14 +2434,14 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn get_db_name_by_id(&self, db_id: u64) -> Result { - debug!(req = as_debug!(&db_id); "SchemaApi: {}", func_name!()); + debug!(req :? =(&db_id); "SchemaApi: {}", func_name!()); let db_id_to_name_key = DatabaseIdToName { db_id }; let (meta_seq, db_name): (_, Option) = get_pb_value(self, &db_id_to_name_key).await?; - debug!(ident = as_display!(&db_id_to_name_key); "get_db_name_by_id"); + debug!(ident :% =(&db_id_to_name_key); "get_db_name_by_id"); if meta_seq == 0 || db_name.is_none() { return Err(KVAppError::AppError(AppError::UnknownDatabaseId( @@ -2458,7 +2456,7 @@ impl + ?Sized> SchemaApi for KV { #[minitrace::trace] async fn drop_table_by_id(&self, req: DropTableByIdReq) -> Result { let table_id = req.tb_id; - debug!(req = as_debug!(&table_id); "SchemaApi: {}", func_name!()); + debug!(req :? =(&table_id); "SchemaApi: {}", func_name!()); let mut tb_count = None; let tenant = &req.tenant; @@ -2497,8 +2495,8 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - tenant = as_display!(&tenant), - id = as_debug!(&table_id), + tenant :% =(&tenant), + id :? =(&table_id), succ = succ; "drop_table_by_id" ); @@ -2519,7 +2517,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: GetTableCopiedFileReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let table_id = req.table_id; @@ -2534,8 +2532,8 @@ impl + ?Sized> SchemaApi for KV { } debug!( - ident = as_display!(&tbid), - table_meta = as_debug!(&tb_meta); + ident :% =(&tbid), + table_meta :? =(&tb_meta); "get_table_copied_file_info" ); @@ -2579,7 +2577,7 @@ impl + ?Sized> SchemaApi for KV { // NOTE: this method read and remove in multiple transactions. // It is not atomic, but it is safe because it deletes only the files that matches the seq. - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let ctx = func_name!(); @@ -2665,7 +2663,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - id = as_debug!(&table_id), + id :? =(&table_id), succ = succ, ctx = ctx; "" @@ -2686,7 +2684,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: UpsertTableOptionReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tbid = TableId { table_id: req.table_id, @@ -2697,7 +2695,7 @@ impl + ?Sized> SchemaApi for KV { let (tb_meta_seq, table_meta): (_, Option) = get_pb_value(self, &tbid).await?; - debug!(ident = as_display!(&tbid); "upsert_table_option"); + debug!(ident :% =(&tbid); "upsert_table_option"); if tb_meta_seq == 0 || table_meta.is_none() { return Err(KVAppError::AppError(AppError::UnknownTableId( @@ -2742,7 +2740,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - id = as_debug!(&tbid), + id :? =(&tbid), succ = succ; "upsert_table_option" ); @@ -2761,7 +2759,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: UpdateTableMetaReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tbid = TableId { table_id: req.table_id, }; @@ -2777,7 +2775,7 @@ impl + ?Sized> SchemaApi for KV { let (tb_meta_seq, table_meta): (_, Option) = get_pb_value(self, &tbid).await?; - debug!(ident = as_display!(&tbid); "update_table_meta"); + debug!(ident :% =(&tbid); "update_table_meta"); if tb_meta_seq == 0 || table_meta.is_none() { return Err(KVAppError::AppError(AppError::UnknownTableId( @@ -2869,7 +2867,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, responses) = send_txn(self, txn_req).await?; debug!( - id = as_debug!(&tbid), + id :? =(&tbid), succ = succ; "update_table_meta" ); @@ -3040,7 +3038,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: SetTableColumnMaskPolicyReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let tbid = TableId { table_id: req.table_id, }; @@ -3053,7 +3051,7 @@ impl + ?Sized> SchemaApi for KV { let (tb_meta_seq, table_meta): (_, Option) = get_pb_value(self, &tbid).await?; - debug!(ident = as_display!(&tbid); "set_table_column_mask_policy"); + debug!(ident :% =(&tbid); "set_table_column_mask_policy"); if tb_meta_seq == 0 || table_meta.is_none() { return Err(KVAppError::AppError(AppError::UnknownTableId( @@ -3120,7 +3118,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - id = as_debug!(&tbid), + id :? =(&tbid), succ = succ; "set_table_column_mask_policy" ); @@ -3139,7 +3137,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListDroppedTableReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); if let TableInfoFilter::AllDroppedTables(filter_drop_on) = &req.filter { let db_infos = self @@ -3341,7 +3339,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn count_tables(&self, req: CountTablesReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let key = CountTablesKey { tenant: req.tenant.to_string_key(), @@ -3421,7 +3419,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: CreateLockRevReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let lock_key = &req.lock_key; let lock_type = lock_key.lock_type(); @@ -3473,7 +3471,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - ident = as_display!(&tbid), + ident :% =(&tbid), succ = succ; "create_lock_revision" ); @@ -3488,7 +3486,7 @@ impl + ?Sized> SchemaApi for KV { #[minitrace::trace] async fn extend_lock_revision(&self, req: ExtendLockRevReq) -> Result<(), KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let ctx = func_name!(); @@ -3537,7 +3535,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - ident = as_display!(&tbid), + ident :% =(&tbid), succ = succ; "extend_lock_revision" ); @@ -3551,7 +3549,7 @@ impl + ?Sized> SchemaApi for KV { #[minitrace::trace] async fn delete_lock_revision(&self, req: DeleteLockRevReq) -> Result<(), KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let lock_key = &req.lock_key; @@ -3583,7 +3581,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - ident = as_display!(&tbid), + ident :% =(&tbid), succ = succ; "delete_lock_revision" ); @@ -3633,7 +3631,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: CreateCatalogReq, ) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = &req.name_ident; @@ -3646,7 +3644,7 @@ impl + ?Sized> SchemaApi for KV { debug!( catalog_id_seq = catalog_id_seq, catalog_id = catalog_id, - name_key = as_debug!(name_key); + name_key :? =(name_key); "get_catalog" ); @@ -3671,7 +3669,7 @@ impl + ?Sized> SchemaApi for KV { let id_key = CatalogId { catalog_id }; let id_to_name_key = CatalogIdToName { catalog_id }; - debug!(catalog_id = catalog_id, name_key = as_debug!(name_key); "new catalog id"); + debug!(catalog_id = catalog_id, name_key :? =(name_key); "new catalog id"); { let condition = vec![ @@ -3693,8 +3691,8 @@ impl + ?Sized> SchemaApi for KV { let (succ, _) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key), - id = as_debug!(&id_key), + name :? =(name_key), + id :? =(&id_key), succ = succ; "create_catalog" ); @@ -3709,7 +3707,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn get_catalog(&self, req: GetCatalogReq) -> Result, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = &req.inner; @@ -3728,7 +3726,7 @@ impl + ?Sized> SchemaApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn drop_catalog(&self, req: DropCatalogReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = &req.name_ident; @@ -3761,7 +3759,7 @@ impl + ?Sized> SchemaApi for KV { debug!( catalog_id = catalog_id, - name_key = as_debug!(&name_key); + name_key :? =(&name_key); "catalog keys to delete" ); @@ -3782,8 +3780,8 @@ impl + ?Sized> SchemaApi for KV { let (succ, _) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(&name_key), - id = as_debug!(&id_key), + name :? =(&name_key), + id :? =(&id_key), succ = succ; "drop_catalog" ); @@ -3803,7 +3801,7 @@ impl + ?Sized> SchemaApi for KV { &self, req: ListCatalogReq, ) -> Result>, KVAppError> { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let name_key = CatalogNameIdent { tenant: req.tenant, @@ -3848,7 +3846,7 @@ impl + ?Sized> SchemaApi for KV { catalog_infos.push(Arc::new(catalog_info)); } else { debug!( - k = as_display!(&kv_keys[i]); + k :% =(&kv_keys[i]); "catalog_meta not found, maybe just deleted after listing names and before listing meta" ); } @@ -3859,7 +3857,7 @@ impl + ?Sized> SchemaApi for KV { #[minitrace::trace] async fn set_table_lvt(&self, req: SetLVTReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let table_id = req.table_id; @@ -3892,7 +3890,7 @@ impl + ?Sized> SchemaApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(req.table_id), + name :? =(req.table_id), succ = succ; "set_table_lvt" ); @@ -3905,7 +3903,7 @@ impl + ?Sized> SchemaApi for KV { #[minitrace::trace] async fn get_table_lvt(&self, req: GetLVTReq) -> Result { - debug!(req = as_debug!(&req); "SchemaApi: {}", func_name!()); + debug!(req :? =(&req); "SchemaApi: {}", func_name!()); let table_id = req.table_id; @@ -3949,7 +3947,7 @@ async fn construct_drop_virtual_column_txn_operations( } debug!( - "name_ident" = as_debug!(&name_ident), + "name_ident" :? =(&name_ident), ctx = ctx; "construct_drop_virtual_column_txn_operations" ); @@ -3983,7 +3981,7 @@ async fn construct_drop_index_txn_operations( // Safe unwrap(): index_meta_seq > 0 implies index_meta is not None. let mut index_meta = index_meta.unwrap(); - debug!(index_id = index_id, name_key = as_debug!(tenant_index); "drop_index"); + debug!(index_id = index_id, name_key :? =(tenant_index); "drop_index"); // drop an index with drop time if index_meta.dropped_on.is_some() { @@ -4092,8 +4090,8 @@ async fn construct_drop_table_txn_operations( } debug!( - ident = as_display!(&tbid), - tenant = as_display!(&tenant); + ident :% =(&tbid), + tenant :% =(&tenant); "drop table by id" ); @@ -4275,8 +4273,8 @@ async fn drop_database_meta( if removed { // if db create from share then remove it directly and remove db id from share debug!( - name = as_debug!(tenant_dbname), - id = as_debug!(&DatabaseId { db_id }); + name :? =(tenant_dbname), + id :? =(&DatabaseId { db_id }); "drop_database from share" ); @@ -4309,7 +4307,7 @@ async fn drop_database_meta( debug!( db_id = db_id, - name_key = as_debug!(tenant_dbname); + name_key :? =(tenant_dbname); "drop_database" ); @@ -4491,7 +4489,7 @@ fn db_has_to_not_exist( if seq == 0 { Ok(()) } else { - debug!(seq = seq, name_ident = as_debug!(name_ident); "exist"); + debug!(seq = seq, name_ident :? =(name_ident); "exist"); Err(KVAppError::AppError(AppError::DatabaseAlreadyExists( DatabaseAlreadyExists::new(&name_ident.db_name, format!("{}: {}", ctx, name_ident)), @@ -4510,7 +4508,7 @@ fn table_has_to_not_exist( if seq == 0 { Ok(()) } else { - debug!(seq = seq, name_ident = as_debug!(name_ident); "exist"); + debug!(seq = seq, name_ident :? =(name_ident); "exist"); Err(KVAppError::AppError(AppError::TableAlreadyExists( TableAlreadyExists::new(&name_ident.table_name, format!("{}: {}", ctx, name_ident)), @@ -5252,7 +5250,7 @@ pub fn catalog_has_to_exist( msg: impl Display, ) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, catalog_name_ident = as_debug!(catalog_name_ident); "catalog does not exist"); + debug!(seq = seq, catalog_name_ident :? =(catalog_name_ident); "catalog does not exist"); Err(KVAppError::AppError(AppError::UnknownCatalog( UnknownCatalog::new( diff --git a/src/meta/api/src/share_api_impl.rs b/src/meta/api/src/share_api_impl.rs index dad55d1eae31..35c1e4c6486f 100644 --- a/src/meta/api/src/share_api_impl.rs +++ b/src/meta/api/src/share_api_impl.rs @@ -41,7 +41,6 @@ use databend_common_meta_types::MetaError; use databend_common_meta_types::TxnCondition; use databend_common_meta_types::TxnOp; use databend_common_meta_types::TxnRequest; -use log::as_debug; use log::debug; use log::error; use minitrace::func_name; @@ -80,7 +79,7 @@ impl> ShareApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn show_shares(&self, req: ShowSharesReq) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); // Get all outbound share accounts. let outbound_accounts = get_outbound_share_infos_by_tenant(self, &req.tenant).await?; @@ -91,7 +90,7 @@ impl> ShareApi for KV { #[logcall::logcall("debug")] #[minitrace::trace] async fn create_share(&self, req: CreateShareReq) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let name_key = &req.share_name; @@ -101,7 +100,7 @@ impl> ShareApi for KV { // Get share by name to ensure absence let (share_id_seq, share_id) = get_u64_value(self, name_key).await?; - debug!(share_id_seq = share_id_seq, share_id = share_id, name_key = as_debug!(name_key); "get_share"); + debug!(share_id_seq = share_id_seq, share_id = share_id, name_key :? =(name_key); "get_share"); if share_id_seq > 0 { return if req.if_not_exists { @@ -128,7 +127,7 @@ impl> ShareApi for KV { let id_key = ShareId { share_id }; let id_to_name_key = ShareIdToName { share_id }; - debug!(share_id = share_id, name_key = as_debug!(name_key); "new share id"); + debug!(share_id = share_id, name_key :? =(name_key); "new share id"); // Create share by transaction. { @@ -149,8 +148,8 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key) , - id = as_debug!(&id_key), + name :? =(name_key) , + id :? =(&id_key), succ = succ; "create_share" ); @@ -177,7 +176,7 @@ impl> ShareApi for KV { // remove share id from ObjectSharedByShareIds // drop all the databases created from the share(from ShareMeta.share_from_db_ids), async fn drop_share(&self, req: DropShareReq) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let name_key = &req.share_name; @@ -260,7 +259,7 @@ impl> ShareApi for KV { let share_id_key = ShareId { share_id }; let id_name_key = ShareIdToName { share_id }; - debug!(share_id = share_id, name_key = as_debug!(name_key); "drop_share"); + debug!(share_id = share_id, name_key :? =(name_key); "drop_share"); { condition.push(txn_cond_seq(name_key, Eq, share_id_seq)); @@ -279,8 +278,8 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key) , - id = as_debug!(&share_id_key), + name :? =(name_key) , + id :? =(&share_id_key), succ = succ; "drop_share" ); @@ -301,7 +300,7 @@ impl> ShareApi for KV { &self, req: AddShareAccountsReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let name_key = &req.share_name; @@ -385,8 +384,8 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key) , - id = as_debug!(&id_key), + name :? =(name_key) , + id :? =(&id_key), succ = succ; "add_share_tenants" ); @@ -407,7 +406,7 @@ impl> ShareApi for KV { &self, req: RemoveShareAccountsReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let name_key = &req.share_name; @@ -504,7 +503,7 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - id = as_debug!(&id_key), + id :? =(&id_key), succ = succ; "remove_share_tenants" ); @@ -525,7 +524,7 @@ impl> ShareApi for KV { &self, req: GrantShareObjectReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let share_name_key = &req.share_name; @@ -621,8 +620,8 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(share_name_key), - id = as_debug!(&id_key), + name :? =(share_name_key), + id :? =(&id_key), succ = succ; "grant_share_object" ); @@ -645,7 +644,7 @@ impl> ShareApi for KV { &self, req: RevokeShareObjectReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let share_name_key = &req.share_name; @@ -757,8 +756,8 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(share_name_key), - id = as_debug!(&id_key), + name :? =(share_name_key), + id :? =(&id_key), succ = succ; "revoke_share_object" ); @@ -781,7 +780,7 @@ impl> ShareApi for KV { &self, req: GetShareGrantObjectReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let share_name_key = &req.share_name; @@ -972,7 +971,7 @@ impl> ShareApi for KV { &self, req: CreateShareEndpointReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let name_key = &req.endpoint; @@ -985,7 +984,7 @@ impl> ShareApi for KV { debug!( share_endpoint_id_seq = share_endpoint_id_seq, share_endpoint_id = share_endpoint_id, - name_key = as_debug!(name_key); + name_key :? =(name_key); "create_share_endpoint" ); @@ -1031,7 +1030,7 @@ impl> ShareApi for KV { debug!( share_endpoint_id = share_endpoint_id, - name_key = as_debug!(name_key); + name_key :? =(name_key); "new share endpoint id" ); @@ -1057,8 +1056,8 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key) , - id = as_debug!(&id_key), + name :? =(name_key) , + id :? =(&id_key), succ = succ; "create_share_endpoint" ); @@ -1074,7 +1073,7 @@ impl> ShareApi for KV { &self, req: UpsertShareEndpointReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let name_key = &req.endpoint; @@ -1087,7 +1086,7 @@ impl> ShareApi for KV { debug!( share_endpoint_id_seq = share_endpoint_id_seq, share_endpoint_id = share_endpoint_id, - name_key = as_debug!(name_key); + name_key :? =(name_key); "upsert_share_endpoint" ); @@ -1115,7 +1114,7 @@ impl> ShareApi for KV { debug!( share_endpoint_id = share_endpoint_id, - name_key = as_debug!(name_key); + name_key :? =(name_key); "new share endpoint id" ); @@ -1166,7 +1165,7 @@ impl> ShareApi for KV { let (succ, _responses) = send_txn(self, txn_req).await?; debug!( - name = as_debug!(name_key) , + name :? =(name_key) , succ = succ; "upsert_share_endpoint" ); @@ -1214,7 +1213,7 @@ impl> ShareApi for KV { &self, req: DropShareEndpointReq, ) -> Result { - debug!(req = as_debug!(&req); "ShareApi: {}", func_name!()); + debug!(req :? =(&req); "ShareApi: {}", func_name!()); let name_key = &req.endpoint; @@ -1252,8 +1251,8 @@ impl> ShareApi for KV { let share_id_key = ShareEndpointId { share_endpoint_id }; debug!( - name = as_debug!(name_key) , - id = as_debug!(&share_id_key), + name :? =(name_key) , + id :? =(&share_id_key), succ = succ; "drop_share_endpoint" ); @@ -1316,7 +1315,7 @@ async fn construct_drop_share_endpoint_txn_operations( debug!( share_endpoint_id = share_endpoint_id, - name_key = as_debug!(name_key), + name_key :? =(name_key), ctx = ctx; "construct_drop_share_endpoint_txn_operations" ); diff --git a/src/meta/api/src/util.rs b/src/meta/api/src/util.rs index 1adeeddf8c70..f380ed83d5c1 100644 --- a/src/meta/api/src/util.rs +++ b/src/meta/api/src/util.rs @@ -69,8 +69,6 @@ use databend_common_meta_types::TxnOpResponse; use databend_common_meta_types::TxnRequest; use databend_common_proto_conv::FromToProto; use enumflags2::BitFlags; -use log::as_debug; -use log::as_display; use log::debug; use log::warn; use ConditionResult::Eq; @@ -356,7 +354,7 @@ pub fn db_has_to_exist( msg: impl Display, ) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, db_name_ident = as_debug!(db_name_ident); "db does not exist"); + debug!(seq = seq, db_name_ident :? =(db_name_ident); "db does not exist"); Err(KVAppError::AppError(AppError::UnknownDatabase( UnknownDatabase::new( @@ -374,7 +372,7 @@ pub fn db_has_to_exist( /// Otherwise returns UnknownDatabaseId error pub fn db_id_has_to_exist(seq: u64, db_id: u64, msg: impl Display) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, db_name_ident = as_debug!(db_id); "db_id does not exist"); + debug!(seq = seq, db_name_ident :? =(db_id); "db_id does not exist"); let app_err = AppError::UnknownDatabaseId(UnknownDatabaseId::new( db_id, @@ -399,7 +397,7 @@ pub fn assert_table_exist( return Ok(()); } - debug!(seq = seq, name_ident = as_debug!(name_ident); "does not exist"); + debug!(seq = seq, name_ident :? =(name_ident); "does not exist"); Err(UnknownTable::new( &name_ident.table_name, @@ -419,7 +417,7 @@ pub fn assert_table_id_exist( return Ok(()); } - debug!(seq = seq, table_id = as_debug!(table_id); "does not exist"); + debug!(seq = seq, table_id :? =(table_id); "does not exist"); Err(UnknownTableId::new( table_id.table_id, @@ -440,8 +438,8 @@ pub async fn get_table_by_id_or_err( let table_meta = table_meta.unwrap(); debug!( - ident = as_display!(table_id), - table_meta = as_debug!(&table_meta); + ident :% =(table_id), + table_meta :? =(&table_meta); "{}", ctx ); @@ -511,7 +509,7 @@ fn share_endpoint_has_to_exist( msg: impl Display, ) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, name_key = as_debug!(name_key); "share endpoint does not exist"); + debug!(seq = seq, name_key :? =(name_key); "share endpoint does not exist"); Err(KVAppError::AppError(AppError::UnknownShareEndpoint( UnknownShareEndpoint::new(&name_key.endpoint, format!("{}: {}", msg, name_key)), @@ -596,7 +594,7 @@ fn share_has_to_exist( msg: impl Display, ) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, share_name_ident = as_debug!(share_name_ident); "share does not exist"); + debug!(seq = seq, share_name_ident :? =(share_name_ident); "share does not exist"); Err(KVAppError::AppError(AppError::UnknownShare( UnknownShare::new( @@ -635,7 +633,7 @@ fn share_account_meta_has_to_exist( msg: impl Display, ) -> Result<(), KVAppError> { if seq == 0 { - debug!(seq = seq, name_key = as_debug!(name_key); "share account does not exist"); + debug!(seq = seq, name_key :? =(name_key); "share account does not exist"); Err(KVAppError::AppError(AppError::UnknownShareAccounts( UnknownShareAccounts::new( @@ -1239,8 +1237,8 @@ pub async fn get_virtual_column_by_id_or_err( let virtual_column_meta = virtual_column_meta.unwrap(); debug!( - ident = as_display!(name_ident), - table_meta = as_debug!(&virtual_column_meta); + ident :% =(name_ident), + table_meta :? =(&virtual_column_meta); "{}", ctx ); diff --git a/src/meta/client/src/grpc_action.rs b/src/meta/client/src/grpc_action.rs index 71b5a3ef27d5..5c6256d35653 100644 --- a/src/meta/client/src/grpc_action.rs +++ b/src/meta/client/src/grpc_action.rs @@ -33,7 +33,6 @@ use databend_common_meta_types::protobuf::WatchResponse; use databend_common_meta_types::InvalidArgument; use databend_common_meta_types::TxnReply; use databend_common_meta_types::TxnRequest; -use log::as_debug; use log::debug; use tonic::codegen::BoxStream; use tonic::Request; @@ -81,7 +80,7 @@ impl From for RaftRequest { }; debug!( - req = as_debug!(&raft_request); + req :? =(&raft_request); "build raft_request" ); @@ -97,7 +96,7 @@ impl MetaGrpcReq { }; debug!( - req = as_debug!(&raft_request); + req :? =(&raft_request); "build raft_request" ); @@ -144,7 +143,7 @@ impl From for RaftRequest { }; debug!( - req = as_debug!(&raft_request); + req :? =(&raft_request); "build raft_request" ); @@ -160,7 +159,7 @@ impl MetaGrpcReadReq { }; debug!( - req = as_debug!(&raft_request); + req :? =(&raft_request); "build raft_request" ); diff --git a/src/meta/client/src/grpc_client.rs b/src/meta/client/src/grpc_client.rs index 9eef3adc9aa4..316d97d3745f 100644 --- a/src/meta/client/src/grpc_client.rs +++ b/src/meta/client/src/grpc_client.rs @@ -64,8 +64,6 @@ use databend_common_meta_types::MetaNetworkError; use databend_common_meta_types::TxnReply; use databend_common_meta_types::TxnRequest; use futures::stream::StreamExt; -use log::as_debug; -use log::as_display; use log::debug; use log::error; use log::info; @@ -264,7 +262,7 @@ impl ClientHandle { }; debug!( - request = as_debug!(&req); + request :? =(&req); "Meta ClientHandle send request to meta client worker" ); @@ -281,7 +279,7 @@ impl ClientHandle { grpc_metrics::incr_meta_grpc_client_request_inflight(-1); error!( - error = as_debug!(&err); + error :? =(&err); "Meta ClientHandle send request to meta client worker failed" ); @@ -292,7 +290,7 @@ impl ClientHandle { grpc_metrics::incr_meta_grpc_client_request_inflight(-1); error!( - error = as_debug!(&e); + error :? =(&e); "Meta ClientHandle recv response from meta client worker failed" ); @@ -460,13 +458,13 @@ impl MetaGrpcClient { Some(x) => x, }; - debug!(worker_request = as_debug!(&worker_request); "MetaGrpcClient worker handle request"); + debug!(worker_request :? =(&worker_request); "MetaGrpcClient worker handle request"); let span = Span::enter_with_parent(full_name!(), &worker_request.span); if worker_request.resp_tx.is_closed() { info!( - req = as_debug!(&worker_request.req); + req :? =(&worker_request.req); "MetaGrpcClient request.resp_tx is closed, cancel handling this request" ); continue; @@ -569,16 +567,16 @@ impl MetaGrpcClient { fn send_response(tx: OneSend, request_id: u64, resp: message::Response) { debug!( - request_id = as_debug!(&request_id), - resp = as_debug!(&resp); + request_id :? =(&request_id), + resp :? =(&resp); "MetaGrpcClient send response to the handle" ); let send_res = tx.send(resp); if let Err(err) = send_res { error!( - request_id = as_display!(request_id), - err = as_debug!(&err); + request_id :% =(request_id), + err :? =(&err); "MetaGrpcClient failed to send response to the handle. recv-end closed" ); } @@ -605,7 +603,7 @@ impl MetaGrpcClient { if elapsed > 1000_f64 { warn!( - request_id = as_display!(request_id); + request_id :% =(request_id); "MetaGrpcClient slow request {} to {} takes {} ms: {}", req_name, endpoint, @@ -619,7 +617,7 @@ impl MetaGrpcClient { if let Some(err) = resp_err { grpc_metrics::incr_meta_grpc_client_request_failed(&endpoint, req_name, err); error!( - request_id = as_display!(request_id); + request_id :% =(request_id); "MetaGrpcClient error: {:?}", err ); } else { @@ -813,8 +811,8 @@ impl MetaGrpcClient { password: &str, ) -> Result<(Vec, u64), MetaHandshakeError> { debug!( - client_ver = as_display!(client_ver), - min_metasrv_ver = as_display!(min_metasrv_ver); + client_ver :% =(client_ver), + min_metasrv_ver :% =(min_metasrv_ver); "client version" ); @@ -885,7 +883,7 @@ impl MetaGrpcClient { watch_request: WatchRequest, ) -> Result, MetaError> { debug!( - watch_request = as_debug!(&watch_request); + watch_request :? =(&watch_request); "MetaGrpcClient worker: handle watch request" ); @@ -901,7 +899,7 @@ impl MetaGrpcClient { export_request: message::ExportReq, ) -> Result, MetaError> { debug!( - export_request = as_debug!(&export_request); + export_request :? =(&export_request); "MetaGrpcClient worker: handle export request" ); @@ -949,7 +947,7 @@ impl MetaGrpcClient { let grpc_req: MetaGrpcReq = v.into(); debug!( - req = as_debug!(&grpc_req); + req :? =(&grpc_req); "MetaGrpcClient::kv_api request" ); @@ -971,20 +969,20 @@ impl MetaGrpcClient { .await; debug!( - result = as_debug!(&result); + result :? =(&result); "MetaGrpcClient::kv_api result, {}-th try", i ); if let Err(ref e) = result { warn!( - req = as_debug!(&raft_req), - error = as_debug!(&e); + req :? =(&raft_req), + error :? =(&e); "MetaGrpcClient::kv_api error"); if status_is_retryable(e) { warn!( - req = as_debug!(&raft_req), - error = as_debug!(&e); + req :? =(&raft_req), + error :? =(&e); "MetaGrpcClient::kv_api error is retryable"); self.choose_next_endpoint(); @@ -1016,7 +1014,7 @@ impl MetaGrpcClient { grpc_req: MetaGrpcReadReq, ) -> Result, MetaError> { debug!( - req = as_debug!(&grpc_req); + req :? =(&grpc_req); "MetaGrpcClient::kv_read_v1 request" ); @@ -1037,21 +1035,21 @@ impl MetaGrpcClient { .await; debug!( - result = as_debug!(&result); + result :? =(&result); "MetaGrpcClient::kv_read_v1 result, {}-th try", i ); if let Err(ref e) = result { warn!( - req = as_debug!(&grpc_req), - error = as_debug!(&e); + req :? =(&grpc_req), + error :? =(&e); "MetaGrpcClient::kv_read_v1 error" ); if status_is_retryable(e) { warn!( - req = as_debug!(&grpc_req), - error = as_debug!(&e); + req :? =(&grpc_req), + error :? =(&e); "MetaGrpcClient::kv_read_v1 error is retryable"); self.choose_next_endpoint(); @@ -1081,7 +1079,7 @@ impl MetaGrpcClient { let txn: TxnRequest = req; debug!( - req = as_display!(&txn); + req :% =(&txn); "MetaGrpcClient::transaction request" ); @@ -1110,7 +1108,7 @@ impl MetaGrpcClient { let reply = result?; debug!( - reply = as_display!(&reply); + reply :% =(&reply); "MetaGrpcClient::transaction reply" ); @@ -1172,8 +1170,8 @@ fn threshold() -> Duration { fn info_spent(msg: impl Display) -> impl Fn(Duration, Duration) { move |total, busy| { info!( - total = as_debug!(&total), - busy = as_debug!(&busy); + total :? =(&total), + busy :? =(&busy); "{} spent", msg ); } diff --git a/src/meta/raft-store/src/applier.rs b/src/meta/raft-store/src/applier.rs index 52cd296ae5a9..e570d36128a5 100644 --- a/src/meta/raft-store/src/applier.rs +++ b/src/meta/raft-store/src/applier.rs @@ -49,8 +49,6 @@ use databend_common_meta_types::TxnRequest; use databend_common_meta_types::UpsertKV; use databend_common_meta_types::With; use futures::stream::TryStreamExt; -use log::as_debug; -use log::as_display; use log::debug; use log::error; use log::info; @@ -197,7 +195,7 @@ impl<'a> Applier<'a> { /// update the primary index and optionally update the secondary index. #[minitrace::trace] async fn apply_upsert_kv(&mut self, upsert_kv: &UpsertKV) -> Result { - debug!(upsert_kv = as_debug!(upsert_kv); "apply_update_kv_cmd"); + debug!(upsert_kv :? =(upsert_kv); "apply_update_kv_cmd"); let (prev, result) = self.upsert_kv(upsert_kv).await?; @@ -213,7 +211,7 @@ impl<'a> Applier<'a> { &mut self, upsert_kv: &UpsertKV, ) -> Result<(Option, Option), io::Error> { - debug!(upsert_kv = as_debug!(upsert_kv); "upsert_kv"); + debug!(upsert_kv :? =(upsert_kv); "upsert_kv"); let (prev, result) = self .sm @@ -239,7 +237,7 @@ impl<'a> Applier<'a> { #[minitrace::trace] async fn apply_txn(&mut self, req: &TxnRequest) -> Result { - debug!(txn = as_display!(req); "apply txn cmd"); + debug!(txn :% =(req); "apply txn cmd"); let success = self.eval_txn_conditions(&req.condition).await?; @@ -268,7 +266,7 @@ impl<'a> Applier<'a> { condition: &Vec, ) -> Result { for cond in condition { - debug!(condition = as_display!(cond); "txn_execute_condition"); + debug!(condition :% =(cond); "txn_execute_condition"); if !self.eval_one_condition(cond).await? { return Ok(false); @@ -280,7 +278,7 @@ impl<'a> Applier<'a> { #[minitrace::trace] async fn eval_one_condition(&self, cond: &TxnCondition) -> Result { - debug!(cond = as_display!(cond); "txn_execute_one_condition"); + debug!(cond :% =(cond); "txn_execute_one_condition"); let key = &cond.key; // No expiration check: @@ -347,7 +345,7 @@ impl<'a> Applier<'a> { op: &TxnOp, resp: &mut TxnReply, ) -> Result<(), io::Error> { - debug!(op = as_display!(op); "txn execute TxnOp"); + debug!(op :% =(op); "txn execute TxnOp"); match &op.request { Some(txn_op::Request::Get(get)) => { self.txn_execute_get(get, resp).await?; diff --git a/src/meta/raft-store/src/log/raft_log.rs b/src/meta/raft-store/src/log/raft_log.rs index 121e1f0d606d..2c4499eae52a 100644 --- a/src/meta/raft-store/src/log/raft_log.rs +++ b/src/meta/raft-store/src/log/raft_log.rs @@ -21,7 +21,6 @@ use databend_common_meta_stoerr::MetaStorageError; use databend_common_meta_types::Entry; use databend_common_meta_types::LogId; use databend_common_meta_types::LogIndex; -use log::as_debug; use log::info; use crate::config::RaftConfig; @@ -43,7 +42,7 @@ impl RaftLog { /// Open RaftLog #[minitrace::trace] pub async fn open(db: &sled::Db, config: &RaftConfig) -> Result { - info!(config = as_debug!(config); "open RaftLog"); + info!(config :? =(config); "open RaftLog"); let tree_name = config.tree_name(TREE_RAFT_LOG); let inner = SledTree::open(db, tree_name, config.is_sync())?; diff --git a/src/meta/raft-store/src/ondisk/mod.rs b/src/meta/raft-store/src/ondisk/mod.rs index 8e3aae53a8f6..a7fa68db2838 100644 --- a/src/meta/raft-store/src/ondisk/mod.rs +++ b/src/meta/raft-store/src/ondisk/mod.rs @@ -27,7 +27,6 @@ use databend_common_meta_sled_store::sled; use databend_common_meta_sled_store::SledTree; use databend_common_meta_stoerr::MetaStorageError; pub use header::Header; -use log::as_debug; use log::debug; use log::info; use openraft::AnyError; @@ -81,7 +80,7 @@ impl OnDisk { /// Initialize data version for local store, returns the loaded version. #[minitrace::trace] pub async fn open(db: &sled::Db, config: &RaftConfig) -> Result { - info!(config = as_debug!(config); "open and initialize data-version"); + info!(config :? =(config); "open and initialize data-version"); let tree_name = config.tree_name(TREE_HEADER); let tree = SledTree::open(db, &tree_name, config.is_sync())?; @@ -228,7 +227,7 @@ impl OnDisk { }; debug!( - kv_entry = as_debug!(&kv_entry); + kv_entry :? =(&kv_entry); "upgrade kv from {:?}", self.header.version ); @@ -341,7 +340,7 @@ impl OnDisk { }; debug!( - kv_entry = as_debug!(&kv_entry); + kv_entry :? =(&kv_entry); "upgrade kv from {:?}", self.header.version ); diff --git a/src/meta/raft-store/src/sm_v002/writer_v002.rs b/src/meta/raft-store/src/sm_v002/writer_v002.rs index 5cc1f3ac1c29..8d6f2cb2ca49 100644 --- a/src/meta/raft-store/src/sm_v002/writer_v002.rs +++ b/src/meta/raft-store/src/sm_v002/writer_v002.rs @@ -21,7 +21,6 @@ use std::io::Write; use databend_common_meta_types::LogId; use futures::Stream; use futures_util::StreamExt; -use log::as_debug; use log::debug; use log::info; @@ -98,7 +97,7 @@ impl<'a> WriterV002<'a> { while let Some(ent) = entry_results.next().await { let ent = ent?; - debug!(entry = as_debug!(&ent); "write {} entry", data_version); + debug!(entry :? =(&ent); "write {} entry", data_version); if let RaftStoreEntry::StateMachineMeta { key: StateMachineMetaKey::LastApplied, @@ -106,7 +105,7 @@ impl<'a> WriterV002<'a> { } = ent { let last: LogId = value.clone().try_into().unwrap(); - info!(last_applied = as_debug!(last); "write last applied to snapshot"); + info!(last_applied :? =(last); "write last applied to snapshot"); assert!( self.last_applied.is_none(), @@ -157,7 +156,7 @@ impl<'a> WriterV002<'a> { fs::rename(&self.temp_path, path)?; - info!(snapshot_id = as_debug!(snapshot_id); "snapshot committed: file_size: {}; {}", file_size, snapshot_id.to_string()); + info!(snapshot_id :? =(snapshot_id); "snapshot committed: file_size: {}; {}", file_size, snapshot_id.to_string()); Ok((snapshot_id, file_size)) } diff --git a/src/meta/raft-store/src/state/raft_state.rs b/src/meta/raft-store/src/state/raft_state.rs index c87a662aa0a2..f1643eeb595d 100644 --- a/src/meta/raft-store/src/state/raft_state.rs +++ b/src/meta/raft-store/src/state/raft_state.rs @@ -22,7 +22,6 @@ use databend_common_meta_types::LogId; use databend_common_meta_types::MetaStartupError; use databend_common_meta_types::NodeId; use databend_common_meta_types::Vote; -use log::as_debug; use log::debug; use log::info; @@ -67,7 +66,7 @@ impl RaftState { open: Option<()>, create: Option<()>, ) -> Result { - info!(config = as_debug!(config); "open: {:?}, create: {:?}", open, create); + info!(config :? =(config); "open: {:?}, create: {:?}", open, create); let tree_name = config.tree_name(TREE_RAFT_STATE); let inner = SledTree::open(db, &tree_name, config.is_sync())?; diff --git a/src/meta/raft-store/src/state_machine/sm.rs b/src/meta/raft-store/src/state_machine/sm.rs index e128751217c7..72937709f40f 100644 --- a/src/meta/raft-store/src/state_machine/sm.rs +++ b/src/meta/raft-store/src/state_machine/sm.rs @@ -64,8 +64,6 @@ use databend_common_meta_types::TxnReply; use databend_common_meta_types::TxnRequest; use databend_common_meta_types::UpsertKV; use databend_common_meta_types::With; -use log::as_debug; -use log::as_display; use log::debug; use log::error; use log::info; @@ -237,7 +235,7 @@ impl StateMachine { #[minitrace::trace] pub async fn apply(&self, entry: &Entry) -> Result { info!("apply: summary: {}", entry.summary(),); - debug!(log_id = as_display!(&entry.log_id); "sled tx start: {:?}", entry); + debug!(log_id :% =(&entry.log_id); "sled tx start: {:?}", entry); let log_id = &entry.log_id; let log_time_ms = Self::get_log_time(entry); @@ -398,7 +396,7 @@ impl StateMachine { txn_tree: &mut TransactionSledTree, log_time_ms: u64, ) -> Result { - debug!(upsert_kv = as_debug!(upsert_kv); "apply_update_kv_cmd"); + debug!(upsert_kv :? =(upsert_kv); "apply_update_kv_cmd"); let (expired, prev, result) = Self::txn_upsert_kv(txn_tree, upsert_kv, log_time_ms)?; @@ -452,7 +450,7 @@ impl StateMachine { txn_tree: &TransactionSledTree, cond: &TxnCondition, ) -> Result { - debug!(cond = as_display!(cond); "txn_execute_one_condition"); + debug!(cond :% =(cond); "txn_execute_one_condition"); let key = cond.key.clone(); @@ -495,7 +493,7 @@ impl StateMachine { condition: &Vec, ) -> Result { for cond in condition { - debug!(condition = as_display!(cond); "txn_execute_condition"); + debug!(condition :% =(cond); "txn_execute_condition"); if !self.txn_execute_one_condition(txn_tree, cond)? { return Ok(false); @@ -642,7 +640,7 @@ impl StateMachine { resp: &mut TxnReply, log_time_ms: u64, ) -> Result<(), MetaStorageError> { - debug!(op = as_display!(op); "txn execute TxnOp"); + debug!(op :% =(op); "txn execute TxnOp"); match &op.request { Some(txn_op::Request::Get(get)) => { self.txn_execute_get_operation(txn_tree, get, resp)?; @@ -676,7 +674,7 @@ impl StateMachine { kv_pairs: Option<&(DeleteByPrefixKeyMap, DeleteByPrefixKeyMap)>, log_time_ms: u64, ) -> Result { - debug!(txn = as_display!(req); "apply txn cmd"); + debug!(txn :% =(req); "apply txn cmd"); let condition = &req.condition; diff --git a/src/meta/service/src/meta_service/meta_leader.rs b/src/meta/service/src/meta_service/meta_leader.rs index bb607ccc40b7..2c104004d743 100644 --- a/src/meta/service/src/meta_service/meta_leader.rs +++ b/src/meta/service/src/meta_service/meta_leader.rs @@ -36,7 +36,6 @@ use databend_common_meta_types::RaftError; use databend_common_meta_types::SeqV; use databend_common_metrics::count::Count; use futures::StreamExt; -use log::as_debug; use log::debug; use log::info; use maplit::btreemap; @@ -71,7 +70,7 @@ impl<'a> Handler for MetaLeader<'a> { &self, req: ForwardRequest, ) -> Result { - debug!(req = as_debug!(&req), target = req.forward_to_leader; "handle_forwardable_req"); + debug!(req :? =(&req), target = req.forward_to_leader; "handle_forwardable_req"); match req.body { ForwardRequestBody::Ping => Ok(ForwardResponse::Pong), @@ -115,7 +114,7 @@ impl<'a> Handler for MetaLeader<'a> { &self, req: ForwardRequest, ) -> Result, MetaOperationError> { - debug!(req = as_debug!(&req); "handle(MetaGrpcReadReq)"); + debug!(req :? =(&req); "handle(MetaGrpcReadReq)"); let sm = self.get_state_machine().await; let kv_api = sm.kv_api(); diff --git a/src/meta/service/src/meta_service/meta_node.rs b/src/meta/service/src/meta_service/meta_node.rs index d05bea4ff489..bb2785a403c0 100644 --- a/src/meta/service/src/meta_service/meta_node.rs +++ b/src/meta/service/src/meta_service/meta_node.rs @@ -64,8 +64,6 @@ use databend_common_meta_types::RaftMetrics; use databend_common_meta_types::TypeConfig; use futures::channel::oneshot; use itertools::Itertools; -use log::as_debug; -use log::as_display; use log::debug; use log::error; use log::info; @@ -543,7 +541,7 @@ impl MetaNode { /// according to config. #[minitrace::trace] pub async fn start(config: &MetaConfig) -> Result, MetaStartupError> { - info!(config = as_debug!(config); "start()"); + info!(config :? =(config); "start()"); let mn = Self::do_start(config).await?; info!("Done starting MetaNode: {:?}", config); Ok(mn) @@ -987,8 +985,8 @@ impl MetaNode { for<'a> MetaLeader<'a>: Handler, for<'a> MetaForwarder<'a>: Forwarder, { - debug!(target = as_display!(&req.forward_to_leader), - req = as_debug!(&req); + debug!(target :% =(&req.forward_to_leader), + req :? =(&req); "handle_forwardable_request"); let mut n_retry = 20; diff --git a/src/meta/service/src/store/store.rs b/src/meta/service/src/store/store.rs index 4361451116b7..01faf0cf7f9c 100644 --- a/src/meta/service/src/store/store.rs +++ b/src/meta/service/src/store/store.rs @@ -39,7 +39,6 @@ use databend_common_meta_types::StorageError; use databend_common_meta_types::StoredMembership; use databend_common_meta_types::TypeConfig; use databend_common_meta_types::Vote; -use log::as_debug; use log::debug; use log::error; use log::info; @@ -198,7 +197,7 @@ impl RaftStorage for RaftStore { #[minitrace::trace] async fn save_vote(&mut self, hs: &Vote) -> Result<(), StorageError> { - info!(id = self.id, hs = as_debug!(hs); "save_vote"); + info!(id = self.id, hs :? =(hs); "save_vote"); match self .raft_state @@ -238,7 +237,7 @@ impl RaftStorage for RaftStore { #[minitrace::trace] async fn purge_logs_upto(&mut self, log_id: LogId) -> Result<(), StorageError> { - info!(id = self.id, log_id = as_debug!(&log_id); "purge_logs_upto: start"); + info!(id = self.id, log_id :? =(&log_id); "purge_logs_upto: start"); if let Err(err) = self .log @@ -252,7 +251,7 @@ impl RaftStorage for RaftStore { return Err(err); }; - info!(id = self.id, log_id = as_debug!(&log_id); "purge_logs_upto: Done: set_last_purged()"); + info!(id = self.id, log_id :? =(&log_id); "purge_logs_upto: Done: set_last_purged()"); let log = self.log.write().await.clone(); @@ -267,16 +266,16 @@ impl RaftStorage for RaftStore { databend_common_base::runtime::spawn({ let id = self.id; async move { - info!(id = id, log_id = as_debug!(&log_id); "purge_logs_upto: Start: asynchronous range_remove()"); + info!(id = id, log_id :? =(&log_id); "purge_logs_upto: Start: asynchronous range_remove()"); let res = log.range_remove(..=log_id.index).await; if let Err(err) = res { - error!(id = id, log_id = as_debug!(&log_id); "purge_logs_upto: in asynchronous error: {}", err); + error!(id = id, log_id :? =(&log_id); "purge_logs_upto: in asynchronous error: {}", err); raft_metrics::storage::incr_raft_storage_fail("purge_logs_upto", true); } - info!(id = id, log_id = as_debug!(&log_id); "purge_logs_upto: Done: asynchronous range_remove()"); + info!(id = id, log_id :? =(&log_id); "purge_logs_upto: Done: asynchronous range_remove()"); } }); diff --git a/src/meta/service/src/store/store_inner.rs b/src/meta/service/src/store/store_inner.rs index 03c82b608a9e..913acde04ac0 100644 --- a/src/meta/service/src/store/store_inner.rs +++ b/src/meta/service/src/store/store_inner.rs @@ -59,7 +59,6 @@ use databend_common_meta_types::StorageError; use databend_common_meta_types::StorageIOError; use databend_common_meta_types::Vote; use futures::Stream; -use log::as_display; use log::debug; use log::info; use log::warn; @@ -128,7 +127,7 @@ impl StoreInner { open: Option<()>, create: Option<()>, ) -> Result { - info!(config_id = as_display!(&config.config_id); "open: {:?}, create: {:?}", open, create); + info!(config_id :% =(&config.config_id); "open: {:?}, create: {:?}", open, create); let db = get_sled_db(); @@ -248,7 +247,7 @@ impl StoreInner { } })?; - info!(snapshot_size = as_display!(snapshot_size); "do_build_snapshot complete"); + info!(snapshot_size :% =(snapshot_size); "do_build_snapshot complete"); snapshot_store.clean_old_snapshots().await?; diff --git a/src/meta/store/src/lib.rs b/src/meta/store/src/lib.rs index b03011cfed50..e6aad2a70acc 100644 --- a/src/meta/store/src/lib.rs +++ b/src/meta/store/src/lib.rs @@ -30,7 +30,6 @@ use databend_common_meta_types::protobuf::WatchResponse; use databend_common_meta_types::MetaError; use databend_common_meta_types::TxnReply; use databend_common_meta_types::TxnRequest; -use log::as_debug; use log::info; use tokio_stream::Stream; @@ -123,7 +122,7 @@ impl MetaStoreProvider { pub async fn create_meta_store(&self) -> Result { if self.rpc_conf.local_mode() { info!( - conf = as_debug!(&self.rpc_conf); + conf :? =(&self.rpc_conf); "use embedded meta, data will be removed when process exits" ); @@ -131,7 +130,7 @@ impl MetaStoreProvider { let meta_store = MetaEmbedded::get_meta().await?; Ok(MetaStore::L(meta_store)) } else { - info!(conf = as_debug!(&self.rpc_conf); "use remote meta"); + info!(conf :? =(&self.rpc_conf); "use remote meta"); let client = MetaGrpcClient::try_new(&self.rpc_conf)?; Ok(MetaStore::R(client)) } diff --git a/src/query/catalog/Cargo.toml b/src/query/catalog/Cargo.toml index fcd1016e9359..e0834b1c35b4 100644 --- a/src/query/catalog/Cargo.toml +++ b/src/query/catalog/Cargo.toml @@ -32,7 +32,7 @@ async-trait = { workspace = true } chrono = { workspace = true } dashmap = { workspace = true } dyn-clone = "1.0.9" -log = "0.4.19" +log = { workspace = true } parking_lot = { workspace = true } parquet_rs = { workspace = true } rand = { workspace = true } diff --git a/src/query/catalog/src/plan/datasource/datasource_info/parquet.rs b/src/query/catalog/src/plan/datasource/datasource_info/parquet.rs index 11a45bc06141..07ef121dd106 100644 --- a/src/query/catalog/src/plan/datasource/datasource_info/parquet.rs +++ b/src/query/catalog/src/plan/datasource/datasource_info/parquet.rs @@ -31,13 +31,13 @@ use parquet_rs::format::SchemaElement; use parquet_rs::schema::types; use parquet_rs::schema::types::SchemaDescPtr; use parquet_rs::schema::types::SchemaDescriptor; +use parquet_rs::thrift::TSerializable; use serde::Deserialize; use thrift::protocol::TCompactInputProtocol; use thrift::protocol::TCompactOutputProtocol; use thrift::protocol::TInputProtocol; use thrift::protocol::TListIdentifier; use thrift::protocol::TOutputProtocol; -use thrift::protocol::TSerializable; use thrift::protocol::TType; use crate::plan::datasource::datasource_info::parquet_read_options::ParquetReadOptions; diff --git a/src/query/ee/src/background_service/compaction_job.rs b/src/query/ee/src/background_service/compaction_job.rs index 7e8c4959f273..936180a4c2d1 100644 --- a/src/query/ee/src/background_service/compaction_job.rs +++ b/src/query/ee/src/background_service/compaction_job.rs @@ -47,7 +47,6 @@ use databend_common_users::UserApiProvider; use databend_query::sessions::QueryContext; use databend_query::sessions::Session; use databend_query::table_functions::SuggestedBackgroundTasksSource; -use log::as_debug; use log::debug; use log::error; use log::info; @@ -73,7 +72,7 @@ pub struct CompactionJob { #[async_trait::async_trait] impl Job for CompactionJob { async fn run(&mut self) { - info!(background = true, job_name = as_debug!(&self.creator.clone()); "Compaction job started"); + info!(background = true, job_name :? =(&self.creator.clone()); "Compaction job started"); self.do_compaction_job() .await .expect("failed to do compaction job"); @@ -169,7 +168,7 @@ impl CompactionJob { self.update_job_params(params).await?; for records in Self::do_get_target_tables_from_config(&self.conf, ctx.clone()).await? { - debug!(records = as_debug!(&records); "target_tables"); + debug!(records :? =(&records); "target_tables"); let db_names = records .column(0) .as_any() @@ -292,7 +291,7 @@ impl CompactionJob { .await?; let (seg, blk, stats) = if !self.conf.background.compaction.has_target_tables() { if !seg && !blk { - info!(job = "compaction", background = true, database = database.clone(), table = table.clone(), should_compact_segment = seg, should_compact_blk = blk, table_stats = as_debug!(&stats); "skip compact"); + info!(job = "compaction", background = true, database = database.clone(), table = table.clone(), should_compact_segment = seg, should_compact_blk = blk, table_stats :? =(&stats); "skip compact"); return Ok(()); } (seg, blk, stats) @@ -301,7 +300,7 @@ impl CompactionJob { }; if !seg && !blk { - info!(job = "compaction", background = true, database = database.clone(), table = table.clone(), should_compact_segment = seg, should_compact_blk = blk, table_stats = as_debug!(&stats); "skip compact"); + info!(job = "compaction", background = true, database = database.clone(), table = table.clone(), should_compact_segment = seg, should_compact_blk = blk, table_stats :? =(&stats); "skip compact"); return Ok(()); } let job_info = self.get_info().await?; @@ -313,7 +312,7 @@ impl CompactionJob { } self.update_job_status(status.clone().unwrap()).await?; - info!(job = "compaction", background = true, id=id.clone(), database = database.clone(), table = table.clone(), should_compact_segment = seg, should_compact_blk = blk, table_stats = as_debug!(&stats); "start compact"); + info!(job = "compaction", background = true, id=id.clone(), database = database.clone(), table = table.clone(), should_compact_segment = seg, should_compact_blk = blk, table_stats :? =(&stats); "start compact"); let task_name = BackgroundTaskIdent { tenant: self.creator.tenant.clone(), task_id: status.unwrap().last_task_id.unwrap(), @@ -355,7 +354,7 @@ impl CompactionJob { .await?; Self::set_task_stats(&mut info, new_stats.clone(), start.elapsed()); Self::set_task_status(&mut info, BackgroundTaskState::DONE); - info!(job = "compaction", background = true, id=id.clone(), database = database.clone(), table = table.clone(), table_stats = as_debug!(&new_stats); "finish compact"); + info!(job = "compaction", background = true, id=id.clone(), database = database.clone(), table = table.clone(), table_stats :? =(&new_stats); "finish compact"); self.meta_api .update_background_task(UpdateBackgroundTaskReq { task_name, diff --git a/src/query/ee/src/background_service/job_scheduler.rs b/src/query/ee/src/background_service/job_scheduler.rs index e97ef5364a54..073a24b4811d 100644 --- a/src/query/ee/src/background_service/job_scheduler.rs +++ b/src/query/ee/src/background_service/job_scheduler.rs @@ -27,7 +27,6 @@ use databend_common_exception::Result; use databend_common_meta_app::background::BackgroundJobInfo; use databend_common_meta_app::background::BackgroundJobState; use databend_common_meta_app::background::BackgroundJobType; -use log::as_debug; use log::info; use crate::background_service::job::BoxedJob; @@ -160,7 +159,7 @@ impl JobScheduler { let mut status = info.job_status.clone().unwrap(); status.next_task_scheduled_time = params.get_next_running_time(Utc::now()); job.update_job_status(status.clone()).await?; - info!(background = true, next_scheduled_time = as_debug!(&status.next_task_scheduled_time); "Running job"); + info!(background = true, next_scheduled_time:? = (&status.next_task_scheduled_time); "Running job"); } else { info!(background = true; "Running execute job"); } diff --git a/src/query/expression/src/converts/arrow/to.rs b/src/query/expression/src/converts/arrow/to.rs index 5819f6d1bdf3..47f2211d70cb 100644 --- a/src/query/expression/src/converts/arrow/to.rs +++ b/src/query/expression/src/converts/arrow/to.rs @@ -15,7 +15,12 @@ use std::collections::HashMap; use std::sync::Arc; +use arrow_array::cast::AsArray; +use arrow_array::Array; +use arrow_array::LargeListArray; +use arrow_array::MapArray; use arrow_array::RecordBatch; +use arrow_array::StructArray; use arrow_schema::DataType as ArrowDataType; use arrow_schema::Field as ArrowField; use arrow_schema::Fields; @@ -26,6 +31,7 @@ use databend_common_exception::Result; use super::EXTENSION_KEY; use crate::converts::arrow2::table_field_to_arrow2_field_ignore_inside_nullable; +use crate::infer_table_schema; use crate::Column; use crate::DataBlock; use crate::DataField; @@ -93,27 +99,71 @@ impl From<&DataField> for ArrowField { } impl DataBlock { - pub fn to_record_batch(self, data_schema: &DataSchema) -> Result { + // Notice this function may loss some struct tuples as we are using infer_schema + pub fn to_record_batch_with_dataschema(self, data_schema: &DataSchema) -> Result { + let table_schema = infer_table_schema(data_schema)?; + self.to_record_batch(&table_schema) + } + + pub fn to_record_batch(self, table_schema: &TableSchema) -> Result { + let arrow_schema = table_schema_to_arrow_schema_ignore_inside_nullable(table_schema); let mut arrays = Vec::with_capacity(self.columns().len()); - let mut arrow_fields = Vec::with_capacity(self.columns().len()); - for (entry, f) in self + for (entry, arrow_field) in self .convert_to_full() .columns() .iter() - .zip(data_schema.fields()) + .zip(arrow_schema.fields()) { let column = entry.value.to_owned().into_column().unwrap(); let array = column.into_arrow_rs(); - let arrow_field = ArrowField::new( - f.name(), - array.data_type().clone(), - f.data_type().is_nullable(), + + // Adjust struct array names + arrays.push(Self::adjust_nested_array(array, arrow_field.as_ref())); + } + Ok(RecordBatch::try_new(Arc::new(arrow_schema), arrays)?) + } + + fn adjust_nested_array(array: Arc, arrow_field: &ArrowField) -> Arc { + if let ArrowDataType::Struct(fs) = arrow_field.data_type() { + let array = array.as_ref().as_struct(); + let inner_arrays = array + .columns() + .iter() + .zip(fs.iter()) + .map(|(array, arrow_field)| { + Self::adjust_nested_array(array.clone(), arrow_field.as_ref()) + }) + .collect(); + + let array = StructArray::new(fs.clone(), inner_arrays, array.nulls().cloned()); + Arc::new(array) as _ + } else if let ArrowDataType::LargeList(f) = arrow_field.data_type() { + let array = array.as_ref().as_list::(); + let values = Self::adjust_nested_array(array.values().clone(), f.as_ref()); + let array = LargeListArray::new( + f.clone(), + array.offsets().clone(), + values, + array.nulls().cloned(), + ); + Arc::new(array) as _ + } else if let ArrowDataType::Map(f, ordered) = arrow_field.data_type() { + let array = array.as_ref().as_map(); + + let entry = Arc::new(array.entries().clone()) as Arc; + let entry = Self::adjust_nested_array(entry, f.as_ref()); + + let array = MapArray::new( + f.clone(), + array.offsets().clone(), + entry.as_struct().clone(), + array.nulls().cloned(), + *ordered, ); - arrays.push(array); - arrow_fields.push(arrow_field); + Arc::new(array) as _ + } else { + array } - let schema = Arc::new(ArrowSchema::new(arrow_fields)); - Ok(RecordBatch::try_new(schema, arrays)?) } } diff --git a/src/query/service/src/pipelines/processors/transforms/transform_udf.rs b/src/query/service/src/pipelines/processors/transforms/transform_udf.rs index d60d2f8a8bcd..a09080013fe7 100644 --- a/src/query/service/src/pipelines/processors/transforms/transform_udf.rs +++ b/src/query/service/src/pipelines/processors/transforms/transform_udf.rs @@ -87,7 +87,7 @@ impl AsyncTransform for TransformUdf { let data_schema = DataSchema::new(fields); let input_batch = DataBlock::new(block_entries, num_rows) - .to_record_batch(&data_schema) + .to_record_batch_with_dataschema(&data_schema) .map_err(|err| ErrorCode::from_string(format!("{err}")))?; let mut client = diff --git a/src/query/service/src/servers/flight_sql/flight_sql_service/query.rs b/src/query/service/src/servers/flight_sql/flight_sql_service/query.rs index 774794c8b3ce..9035dbb56cbb 100644 --- a/src/query/service/src/servers/flight_sql/flight_sql_service/query.rs +++ b/src/query/service/src/servers/flight_sql/flight_sql_service/query.rs @@ -55,7 +55,7 @@ impl FlightSqlServiceImpl { pub fn block_to_flight_data(block: DataBlock, data_schema: &DataSchema) -> Result { let batch = block - .to_record_batch(data_schema) + .to_record_batch_with_dataschema(data_schema) .map_err(|e| ErrorCode::Internal(format!("{e:?}")))?; let options = IpcWriteOptions::default(); let data_gen = writer::IpcDataGenerator::default(); diff --git a/src/query/service/src/table_functions/others/suggested_background_compaction_tasks.rs b/src/query/service/src/table_functions/others/suggested_background_compaction_tasks.rs index 471e903a31ae..3815af7c5443 100644 --- a/src/query/service/src/table_functions/others/suggested_background_compaction_tasks.rs +++ b/src/query/service/src/table_functions/others/suggested_background_compaction_tasks.rs @@ -22,7 +22,6 @@ use arrow_array::RecordBatch; use databend_common_exception::Result; use databend_common_meta_app::schema::TableStatistics; use databend_enterprise_background_service::Suggestion; -use log::as_debug; use log::info; use super::suggested_background_tasks::SuggestedBackgroundTasksSource; @@ -80,7 +79,7 @@ impl SuggestedBackgroundTasksSource { let resps = Self::do_get_all_suggested_compaction_tables(ctx).await?; let mut suggestions = vec![]; for records in resps { - info!(records = as_debug!(&records); "target_tables"); + info!(records :? =(&records); "target_tables"); let db_names = records .column(0) .as_any() diff --git a/src/query/service/src/table_functions/others/suggested_background_tasks.rs b/src/query/service/src/table_functions/others/suggested_background_tasks.rs index a0e2de1e6854..64b0864c9660 100644 --- a/src/query/service/src/table_functions/others/suggested_background_tasks.rs +++ b/src/query/service/src/table_functions/others/suggested_background_tasks.rs @@ -187,8 +187,9 @@ impl SuggestedBackgroundTasksSource { } let record = DataBlock::concat(&result)?; let record = record - .to_record_batch(data_schema.as_ref()) + .to_record_batch_with_dataschema(data_schema.as_ref()) .map_err(|e| ErrorCode::Internal(format!("{e:?}")))?; + Ok(Some(record)) } diff --git a/src/query/service/tests/it/servers/flight_sql/flight_sql_handler.rs b/src/query/service/tests/it/servers/flight_sql/flight_sql_handler.rs index 8801bdfafa0e..b6ec40edf4cd 100644 --- a/src/query/service/tests/it/servers/flight_sql/flight_sql_handler.rs +++ b/src/query/service/tests/it/servers/flight_sql/flight_sql_handler.rs @@ -17,11 +17,10 @@ use std::fs; use std::io::Write; +use arrow_array::RecordBatch; use arrow_cast::pretty::pretty_format_batches; use arrow_flight::flight_service_server::FlightServiceServer; use arrow_flight::sql::client::FlightSqlServiceClient; -use arrow_flight::utils::flight_data_to_batches; -use arrow_flight::FlightData; use arrow_schema::ArrowError; use databend_common_base::base::tokio; use databend_common_config::InnerConfig; @@ -68,8 +67,7 @@ async fn run_query( let flight_info = stmt.execute().await?; let ticket = flight_info.endpoint[0].ticket.as_ref().unwrap().clone(); let flight_data = client.do_get(ticket).await?; - let flight_data: Vec = flight_data.try_collect().await.unwrap(); - let batches = flight_data_to_batches(&flight_data)?; + let batches: Vec = flight_data.try_collect().await.unwrap(); pretty_format_batches(batches.as_slice())?.to_string() }; Ok(res) diff --git a/src/query/storages/common/blocks/src/parquet_rs.rs b/src/query/storages/common/blocks/src/parquet_rs.rs index 6d69055306a0..440caa22cd2f 100644 --- a/src/query/storages/common/blocks/src/parquet_rs.rs +++ b/src/query/storages/common/blocks/src/parquet_rs.rs @@ -27,7 +27,7 @@ use parquet_rs::format::FileMetaData; /// Serialize data blocks to parquet format. pub fn blocks_to_parquet( - schema: &TableSchema, + table_schema: &TableSchema, blocks: Vec, write_buffer: &mut Vec, compression: TableCompression, @@ -44,9 +44,11 @@ pub fn blocks_to_parquet( .build(); let batches = blocks .into_iter() - .map(|block| block.to_record_batch(&schema.into())) + .map(|block| block.to_record_batch(table_schema)) .collect::>>()?; - let arrow_schema = Arc::new(table_schema_to_arrow_schema_ignore_inside_nullable(schema)); + let arrow_schema = Arc::new(table_schema_to_arrow_schema_ignore_inside_nullable( + table_schema, + )); let mut writer = ArrowWriter::try_new(write_buffer, arrow_schema, Some(props))?; for batch in batches { writer.write(&batch)?; diff --git a/src/query/storages/delta/Cargo.toml b/src/query/storages/delta/Cargo.toml index 1c02c6142400..7ed002e8094a 100644 --- a/src/query/storages/delta/Cargo.toml +++ b/src/query/storages/delta/Cargo.toml @@ -23,11 +23,12 @@ arrow-schema = { workspace = true } async-backtrace = { workspace = true } async-trait = { version = "0.1.77", package = "async-trait-fn" } bytes = { workspace = true } -deltalake = { git = "https://github.com/delta-io/delta-rs", package = "deltalake-core", rev = "44a3760" } +deltalake = { git = "https://github.com/delta-io/delta-rs", package = "deltalake-core", rev = "7f0454e" } +flagset = "0.4" futures = "0.3" match-template = "0.0.1" minitrace = { workspace = true } -object_store = "0.7" +object_store = "0.9" opendal = { workspace = true } ordered-float = { workspace = true } parquet = { workspace = true } diff --git a/src/query/storages/delta/src/dal.rs b/src/query/storages/delta/src/dal.rs index 919eb65e8de2..02a6c3c6309c 100644 --- a/src/query/storages/delta/src/dal.rs +++ b/src/query/storages/delta/src/dal.rs @@ -21,6 +21,7 @@ use std::task::Poll; use async_trait::async_trait; use bytes::Bytes; use futures::stream::BoxStream; +use futures::FutureExt; use futures::Stream; use futures::StreamExt; use futures::TryStreamExt; @@ -32,6 +33,8 @@ use object_store::ListResult; use object_store::MultipartId; use object_store::ObjectMeta; use object_store::ObjectStore; +use object_store::PutOptions; +use object_store::PutResult; use object_store::Result; use opendal::Entry; use opendal::Metadata; @@ -43,12 +46,29 @@ use tokio::io::AsyncWrite; #[derive(Debug)] pub struct OpendalStore { inner: Operator, + meta_keys: Vec, } impl OpendalStore { /// Create OpendalStore by given Operator. pub fn new(op: Operator) -> Self { - Self { inner: op } + Self { + inner: op, + meta_keys: vec![Metakey::Mode, Metakey::ContentLength, Metakey::LastModified], + } + } + + pub fn with_metakey(mut self, metakey: Metakey) -> Self { + self.meta_keys.push(metakey); + self + } + + pub fn meta_key_flag(&self) -> flagset::FlagSet { + let mut res = Metakey::ContentLength.into(); + for key in self.meta_keys.iter() { + res |= *key; + } + res } } @@ -60,12 +80,29 @@ impl std::fmt::Display for OpendalStore { #[async_trait] impl ObjectStore for OpendalStore { - async fn put(&self, location: &Path, bytes: Bytes) -> Result<()> { - Ok(self - .inner + async fn put(&self, location: &Path, bytes: Bytes) -> Result { + self.inner .write(location.as_ref(), bytes) .await - .map_err(|err| format_object_store_error(err, location.as_ref()))?) + .map_err(|err| format_object_store_error(err, location.as_ref()))?; + Ok(PutResult { + e_tag: None, + version: None, + }) + } + + async fn put_opts( + &self, + _location: &Path, + _bytes: Bytes, + _opts: PutOptions, + ) -> Result { + Err(object_store::Error::NotSupported { + source: Box::new(opendal::Error::new( + opendal::ErrorKind::Unsupported, + "put_opts is not implemented so far", + )), + }) } async fn put_multipart( @@ -110,6 +147,7 @@ impl ObjectStore for OpendalStore { last_modified: meta.last_modified().unwrap_or_default(), size: meta.content_length() as usize, e_tag: meta.etag().map(|x| x.to_string()), + version: meta.version().map(|x| x.to_string()), }; let r = self .inner @@ -146,7 +184,8 @@ impl ObjectStore for OpendalStore { location: location.clone(), last_modified: meta.last_modified().unwrap_or_default(), size: meta.content_length() as usize, - e_tag: None, + e_tag: meta.etag().map(|x| x.to_string()), + version: meta.version().map(|x| x.to_string()), }) } @@ -159,54 +198,66 @@ impl ObjectStore for OpendalStore { Ok(()) } - async fn list(&self, prefix: Option<&Path>) -> Result>> { + fn list(&self, prefix: Option<&Path>) -> BoxStream<'_, Result> { // object_store `Path` always removes trailing slash // need to add it back let path = prefix.map_or("".into(), |x| format!("{}/", x)); - let stream = self - .inner - .lister_with(&path) - .metakey(Metakey::ContentLength | Metakey::LastModified) - .await - .map_err(|err| format_object_store_error(err, &path))?; - let stream = stream.then(|res| async { - let entry = res.map_err(|err| format_object_store_error(err, ""))?; - let meta = entry.metadata(); + let fut = async move { + let stream = self + .inner + .lister_with(&path) + .metakey(self.meta_key_flag()) + .recursive(true) + .await + .map_err(|err| format_object_store_error(err, &path))?; - Ok(format_object_meta(entry.path(), meta)) - }); + let stream = stream.then(|res| async { + let entry = res.map_err(|err| format_object_store_error(err, ""))?; + let meta = entry.metadata(); - Ok(stream.boxed()) + Ok(format_object_meta(entry.path(), meta)) + }); + Ok::<_, object_store::Error>(stream) + }; + + fut.into_stream().try_flatten().boxed() } - async fn list_with_offset( + fn list_with_offset( &self, prefix: Option<&Path>, offset: &Path, - ) -> Result>> { + ) -> BoxStream<'_, Result> { let path = prefix.map_or("".into(), |x| format!("{}/", x)); let offset = offset.clone(); - let stream = if self.inner.info().full_capability().list_with_start_after { - self.inner - .lister_with(&path) - .start_after(offset.as_ref()) - .metakey(Metakey::ContentLength | Metakey::LastModified) - .await - .map_err(|err| format_object_store_error(err, &path))? - .then(try_format_object_meta) - .boxed() - } else { - self.inner - .lister_with(&path) - .metakey(Metakey::ContentLength | Metakey::LastModified) - .await - .map_err(|err| format_object_store_error(err, &path))? - .try_filter(move |entry| futures::future::ready(entry.path() > offset.as_ref())) - .then(try_format_object_meta) - .boxed() + + let fut = async move { + let fut = if self.inner.info().full_capability().list_with_start_after { + self.inner + .lister_with(&path) + .start_after(offset.as_ref()) + .metakey(self.meta_key_flag()) + .recursive(true) + .await + .map_err(|err| format_object_store_error(err, &path))? + .then(try_format_object_meta) + .boxed() + } else { + self.inner + .lister_with(&path) + .metakey(self.meta_key_flag()) + .recursive(true) + .await + .map_err(|err| format_object_store_error(err, &path))? + .try_filter(move |entry| futures::future::ready(entry.path() > offset.as_ref())) + .then(try_format_object_meta) + .boxed() + }; + Ok::<_, object_store::Error>(fut) }; - Ok(stream) + + fut.into_stream().try_flatten().boxed() } async fn list_with_delimiter(&self, prefix: Option<&Path>) -> Result { @@ -214,7 +265,7 @@ impl ObjectStore for OpendalStore { let mut stream = self .inner .lister_with(&path) - .metakey(Metakey::Mode | Metakey::ContentLength | Metakey::LastModified) + .metakey(self.meta_key_flag()) .await .map_err(|err| format_object_store_error(err, &path))?; @@ -292,7 +343,8 @@ fn format_object_meta(path: &str, meta: &Metadata) -> ObjectMeta { location: path.into(), last_modified: meta.last_modified().unwrap_or_default(), size: meta.content_length() as usize, - e_tag: None, + e_tag: meta.etag().map(|x| x.to_string()), + version: meta.version().map(|x| x.to_string()), } } @@ -321,7 +373,6 @@ impl Stream for OpendalReader { }) } } - #[cfg(test)] mod tests { use std::sync::Arc; @@ -378,21 +429,39 @@ mod tests { async fn test_list() { let object_store = create_test_object_store().await; let path: Path = "data/".into(); - let results = object_store - .list(Some(&path)) - .await - .unwrap() - .collect::>() - .await; + let results = object_store.list(Some(&path)).collect::>().await; assert_eq!(results.len(), 2); let mut locations = results .iter() .map(|x| x.as_ref().unwrap().location.as_ref()) .collect::>(); - let expected_files = vec!["data/nested", "data/test.txt"]; + let expected_files = vec![ + ( + "data/nested/test.txt", + Bytes::from_static(b"hello, world! I am nested."), + ), + ("data/test.txt", Bytes::from_static(b"hello, world!")), + ]; + + let expected_locations = expected_files.iter().map(|x| x.0).collect::>(); + locations.sort(); - assert_eq!(locations, expected_files); + assert_eq!(locations, expected_locations); + + for (location, bytes) in expected_files { + let path: Path = location.into(); + assert_eq!( + object_store + .get(&path) + .await + .unwrap() + .bytes() + .await + .unwrap(), + bytes + ); + } } #[tokio::test] @@ -413,8 +482,6 @@ mod tests { let offset: Path = "data/nested/test.txt".into(); let result = object_store .list_with_offset(Some(&path), &offset) - .await - .unwrap() .collect::>() .await; assert_eq!(result.len(), 1); diff --git a/src/query/storages/delta/src/partition_columns/values_serde.rs b/src/query/storages/delta/src/partition_columns/values_serde.rs index f35b3c0f3beb..eab44babf951 100644 --- a/src/query/storages/delta/src/partition_columns/values_serde.rs +++ b/src/query/storages/delta/src/partition_columns/values_serde.rs @@ -23,28 +23,6 @@ use databend_common_expression::Scalar; use databend_common_expression::TableField; use deltalake::kernel::Add; use ordered_float::OrderedFloat; -use parquet::record::Field as ParquetFieldValue; - -fn field_to_value(value: &ParquetFieldValue) -> Result { - match value { - ParquetFieldValue::Bool(v) => Ok(Scalar::Boolean(*v)), - ParquetFieldValue::Byte(v) => Ok(Scalar::Number(NumberScalar::Int8(*v))), - ParquetFieldValue::Short(v) => Ok(Scalar::Number(NumberScalar::Int16(*v))), - ParquetFieldValue::Int(v) => Ok(Scalar::Number(NumberScalar::Int32(*v))), - ParquetFieldValue::Long(v) => Ok(Scalar::Number(NumberScalar::Int64(*v))), - ParquetFieldValue::UByte(v) => Ok(Scalar::Number(NumberScalar::UInt8(*v))), - ParquetFieldValue::UShort(v) => Ok(Scalar::Number(NumberScalar::UInt16(*v))), - ParquetFieldValue::UInt(v) => Ok(Scalar::Number(NumberScalar::UInt32(*v))), - ParquetFieldValue::ULong(v) => Ok(Scalar::Number(NumberScalar::UInt64(*v))), - ParquetFieldValue::Float(v) => Ok(Scalar::Number(NumberScalar::Float32(OrderedFloat(*v)))), - ParquetFieldValue::Double(v) => Ok(Scalar::Number(NumberScalar::Float64(OrderedFloat(*v)))), - ParquetFieldValue::Str(v) => Ok(Scalar::String(v.clone())), - _ => Err(ErrorCode::IllegalDataType(format!( - "Unsupported parquet type {:?}", - value - ))), - } -} pub fn str_to_scalar(value: &str, data_type: &DataType) -> Result { if value.is_empty() { @@ -105,26 +83,18 @@ pub fn str_to_scalar(value: &str, data_type: &DataType) -> Result { } pub fn get_partition_values(add: &Add, fields: &[&TableField]) -> Result> { - match &add.partition_values_parsed { - Some(row) => row - .get_column_iter() - .map(|(_, field)| field_to_value(field)) - .collect(), - None => { - let mut values = Vec::with_capacity(fields.len()); - for f in fields { - match add.partition_values.get(&f.name) { - Some(Some(v)) => values.push(str_to_scalar(v, &f.data_type().into())?), - Some(None) => values.push(Scalar::Null), - None => { - return Err(ErrorCode::BadArguments(format!( - "partition value for column {} not found", - &f.name - ))); - } - } + let mut values = Vec::with_capacity(fields.len()); + for f in fields { + match add.partition_values.get(&f.name) { + Some(Some(v)) => values.push(str_to_scalar(v, &f.data_type().into())?), + Some(None) => values.push(Scalar::Null), + None => { + return Err(ErrorCode::BadArguments(format!( + "partition value for column {} not found", + &f.name + ))); } - Ok(values) } } + Ok(values) } diff --git a/src/query/storages/delta/src/table.rs b/src/query/storages/delta/src/table.rs index 5993384901c2..0eb738f5cf44 100644 --- a/src/query/storages/delta/src/table.rs +++ b/src/query/storages/delta/src/table.rs @@ -13,7 +13,6 @@ // limitations under the License. use std::any::Any; -use std::collections::HashMap; use std::sync::Arc; use arrow_schema::Schema as ArrowSchema; @@ -45,9 +44,8 @@ use databend_common_storages_parquet::ParquetRSPruner; use databend_common_storages_parquet::ParquetRSReaderBuilder; use databend_storages_common_table_meta::table::OPT_KEY_ENGINE_META; use deltalake::kernel::Add; -use deltalake::logstore::default_logstore::DefaultLogStore; -use deltalake::logstore::LogStoreConfig; -use deltalake::DeltaTableConfig; +use deltalake::DeltaTableBuilder; +use opendal::Metakey; use serde::Deserialize; use serde::Serialize; use tokio::sync::OnceCell; @@ -141,7 +139,7 @@ impl DeltaTable { ErrorCode::ReadTableDataError(format!("Cannot convert table metadata: {e:?}")) })?; - let state = table.state.current_metadata().ok_or_else(|| { + let state = table.metadata().map_err(|_| { ErrorCode::ReadTableDataError("bug: Delta table current_metadata is None.") })?; let meta = DeltaTableMeta { @@ -158,13 +156,15 @@ impl DeltaTable { #[async_backtrace::framed] pub async fn load(sp: &StorageParams) -> Result { let op = init_operator(sp)?; - let opendal_store = Arc::new(OpendalStore::new(op)); - let config = DeltaTableConfig::default(); - let log_store = Arc::new(DefaultLogStore::new(opendal_store, LogStoreConfig { - location: Url::from_directory_path("/").unwrap(), - options: HashMap::new().into(), - })); - let mut table = deltalake::table::DeltaTable::new(log_store, config); + let opendal_store = Arc::new(OpendalStore::new(op).with_metakey(Metakey::Version)); + + let mut table = DeltaTableBuilder::from_uri(Url::from_directory_path("/").unwrap()) + .with_storage_backend(opendal_store, Url::from_directory_path("/").unwrap()) + .build() + .map_err(|err| { + ErrorCode::ReadTableDataError(format!("Delta table load failed: {err:?}")) + })?; + table.load().await.map_err(|err| { ErrorCode::ReadTableDataError(format!("Delta table load failed: {err:?}")) })?; @@ -280,20 +280,35 @@ impl DeltaTable { let mut read_bytes = 0; let partition_fields = self.get_partition_fields()?; - let adds = table.get_state().files(); + let adds = table + .snapshot() + .and_then(|f| f.file_actions()) + .map_err(|e| { + ErrorCode::ReadTableDataError(format!("Cannot read file_actions: {e:?}")) + })?; let total_files = adds.len(); + + #[derive(serde::Deserialize)] + struct Stats { + #[serde(rename = "numRecords")] + pub num_records: i64, + } + let parts = adds.iter() .map(|add: &Add| { - let stats = add - .get_stats() - .map_err(|e| ErrorCode::ReadTableDataError(format!("Cannot get stats: {e:?}")))? - .ok_or_else(|| { - ErrorCode::ReadTableDataError(format!( - "Current DeltaTable assuming Add contains Stats, but found in {}.", - add.path - )) - })?; - read_rows += stats.num_records as usize; + let num_records = add + .get_stats_parsed() + .ok() + .and_then(|s| match (s, add.stats.as_ref()) { + (Some(s), _) => Some(s.num_records), + (None, Some(s)) => { + let stats = serde_json::from_str::(s.as_str()).unwrap(); + Some(stats.num_records) + }, + _ => None, + } + ).unwrap_or(1); + read_rows += num_records as usize; read_bytes += add.size as usize; let partition_values = get_partition_values(add, &partition_fields[..])?; Ok(Arc::new( diff --git a/src/query/storages/hive/hive/src/converters.rs b/src/query/storages/hive/hive/src/converters.rs index 681202fb9d74..f6e84a6ce2ef 100644 --- a/src/query/storages/hive/hive/src/converters.rs +++ b/src/query/storages/hive/hive/src/converters.rs @@ -66,7 +66,7 @@ pub fn try_into_table_info( let partition_keys = if let Some(partitions) = &hms_table.partition_keys { let r = partitions .iter() - .filter_map(|field| field.name.clone().map(|v| v.into_string())) + .filter_map(|field| field.name.clone().map(|v| v.to_string())) .collect(); Some(r) } else { diff --git a/src/query/storages/hive/hive/src/hive_catalog.rs b/src/query/storages/hive/hive/src/hive_catalog.rs index df3a6f2374c5..772142a1acf5 100644 --- a/src/query/storages/hive/hive/src/hive_catalog.rs +++ b/src/query/storages/hive/hive/src/hive_catalog.rs @@ -217,10 +217,7 @@ impl HiveCatalog { .await .map_err(from_thrift_error)?; - Ok(partition_names - .into_iter() - .map(|v| v.into_string()) - .collect()) + Ok(partition_names.into_iter().map(|v| v.to_string()).collect()) } fn handle_table_meta(table_meta: &hive_metastore::Table) -> Result<()> { diff --git a/src/query/storages/iceberg/src/table.rs b/src/query/storages/iceberg/src/table.rs index 40e9f689f040..ebaafc461bc4 100644 --- a/src/query/storages/iceberg/src/table.rs +++ b/src/query/storages/iceberg/src/table.rs @@ -96,7 +96,6 @@ impl IcebergTable { pub async fn load_iceberg_table(dop: DataOperator) -> Result { // FIXME: we should implement catalog for icelake. let icelake_catalog = Arc::new(icelake::catalog::StorageCatalog::new( - "databend", OperatorCreatorWrapper(dop.clone()), )); @@ -173,7 +172,6 @@ impl IcebergTable { let op = DataOperator::try_new(sp)?; // FIXME: we should implement catalog for icelake. let icelake_catalog = Arc::new(icelake::catalog::StorageCatalog::new( - "databend", OperatorCreatorWrapper(op), )); diff --git a/src/query/storages/parquet/src/parquet_rs/partition.rs b/src/query/storages/parquet/src/parquet_rs/partition.rs index ca7896132e15..015b06131c02 100644 --- a/src/query/storages/parquet/src/parquet_rs/partition.rs +++ b/src/query/storages/parquet/src/parquet_rs/partition.rs @@ -24,13 +24,13 @@ use parquet::format::SchemaElement; use parquet::schema::types::from_thrift; use parquet::schema::types::to_thrift; use parquet::schema::types::SchemaDescriptor; +use parquet::thrift::TSerializable; use serde::Deserialize; use thrift::protocol::TCompactInputProtocol; use thrift::protocol::TCompactOutputProtocol; use thrift::protocol::TInputProtocol; use thrift::protocol::TListIdentifier; use thrift::protocol::TOutputProtocol; -use thrift::protocol::TSerializable; use thrift::protocol::TType; /// Serializable row selector. diff --git a/tests/sqllogictests/suites/ee/02_ee_aggregating_index/02_0000_async_agg_index_base.test b/tests/sqllogictests/suites/ee/02_ee_aggregating_index/02_0000_async_agg_index_base.test index 10e4e0a71592..c0e28689c35a 100644 --- a/tests/sqllogictests/suites/ee/02_ee_aggregating_index/02_0000_async_agg_index_base.test +++ b/tests/sqllogictests/suites/ee/02_ee_aggregating_index/02_0000_async_agg_index_base.test @@ -394,7 +394,7 @@ EvalScalar ├── table: default.test_index.t ├── output columns: [id (#0), user_id (#1), event_name (#2)] ├── read rows: 8 - ├── read bytes: 196 + ├── read bytes: 179 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -439,7 +439,7 @@ EvalScalar ├── table: default.test_index.t ├── output columns: [id (#0), user_id (#1), event_name (#2)] ├── read rows: 8 - ├── read bytes: 196 + ├── read bytes: 179 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -486,7 +486,7 @@ EvalScalar ├── table: default.test_index.t ├── output columns: [id (#0), user_id (#1), event_name (#2)] ├── read rows: 8 - ├── read bytes: 196 + ├── read bytes: 179 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] diff --git a/tests/sqllogictests/suites/mode/standalone/ee/explain_virtual_column.test b/tests/sqllogictests/suites/mode/standalone/ee/explain_virtual_column.test index 288b6245a034..c9909ad4ec23 100644 --- a/tests/sqllogictests/suites/mode/standalone/ee/explain_virtual_column.test +++ b/tests/sqllogictests/suites/mode/standalone/ee/explain_virtual_column.test @@ -124,7 +124,7 @@ EvalScalar ├── table: default.test_virtual_db.t2 ├── output columns: [a (#0), v (#1)] ├── read rows: 1 - ├── read bytes: 252 + ├── read bytes: 128 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -146,7 +146,7 @@ EvalScalar ├── table: default.test_virtual_db.t2 ├── output columns: [a (#0), v (#1)] ├── read rows: 1 - ├── read bytes: 252 + ├── read bytes: 128 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -166,7 +166,7 @@ TableScan ├── table: default.test_virtual_db.t2 ├── output columns: [a (#0), v['a'][0] (#2), v['b'] (#3)] ├── read rows: 1 -├── read bytes: 252 +├── read bytes: 128 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -180,7 +180,7 @@ TableScan ├── table: default.test_virtual_db.t2 ├── output columns: [a (#0), v['a'][0] (#2)] ├── read rows: 1 -├── read bytes: 252 +├── read bytes: 128 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -198,7 +198,7 @@ Filter ├── table: default.test_virtual_db.t2 ├── output columns: [a (#0), v['b'] (#2), v['a'][0] (#3)] ├── read rows: 1 - ├── read bytes: 252 + ├── read bytes: 128 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] diff --git a/tests/sqllogictests/suites/mode/standalone/explain/explain_like.test b/tests/sqllogictests/suites/mode/standalone/explain/explain_like.test index 9b8a0603cb23..a3f9ee9462c3 100644 --- a/tests/sqllogictests/suites/mode/standalone/explain/explain_like.test +++ b/tests/sqllogictests/suites/mode/standalone/explain/explain_like.test @@ -29,7 +29,7 @@ Sort ├── table: default.default.t1 ├── output columns: [s (#0)] ├── read rows: 4 - ├── read bytes: 80 + ├── read bytes: 66 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -56,7 +56,7 @@ Sort ├── table: default.default.t1 ├── output columns: [s (#0)] ├── read rows: 4 - ├── read bytes: 80 + ├── read bytes: 66 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] diff --git a/tests/sqllogictests/suites/mode/standalone/explain/push_down_filter.test b/tests/sqllogictests/suites/mode/standalone/explain/push_down_filter.test index 75b77d05c382..d0ede503ab0e 100644 --- a/tests/sqllogictests/suites/mode/standalone/explain/push_down_filter.test +++ b/tests/sqllogictests/suites/mode/standalone/explain/push_down_filter.test @@ -31,7 +31,7 @@ EvalScalar ├── table: default.default.products ├── output columns: [name (#0), details (#1)] ├── read rows: 3 - ├── read bytes: 620 + ├── read bytes: 329 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] @@ -62,7 +62,7 @@ EvalScalar ├── table: default.default.products ├── output columns: [name (#0), details (#1)] ├── read rows: 3 - ├── read bytes: 620 + ├── read bytes: 329 ├── partitions total: 1 ├── partitions scanned: 1 ├── pruning stats: [segments: , blocks: ] diff --git a/tests/suites/0_stateless/05_hints/05_0001_set_var.result b/tests/suites/0_stateless/05_hints/05_0001_set_var.result index 0d5c636c073c..16a472d191bc 100644 --- a/tests/suites/0_stateless/05_hints/05_0001_set_var.result +++ b/tests/suites/0_stateless/05_hints/05_0001_set_var.result @@ -22,5 +22,5 @@ Asia/Shanghai America/Toronto 2022-02-02 03:00:00 2022-02-01 14:00:00 -1 64 497 +1 64 416 Asia/Shanghai diff --git a/tests/suites/0_stateless/18_rbac/18_0002_ownership_cover.result b/tests/suites/0_stateless/18_rbac/18_0002_ownership_cover.result index b1bf62b8fd07..8e5b3a07f196 100644 --- a/tests/suites/0_stateless/18_rbac/18_0002_ownership_cover.result +++ b/tests/suites/0_stateless/18_rbac/18_0002_ownership_cover.result @@ -1,7 +1,7 @@ === test db/table === 200 === test stage === -1 8 397 +1 8 402 0 === test udf === 2 diff --git a/tests/suites/0_stateless/18_rbac/20_0012_privilege_access.result b/tests/suites/0_stateless/18_rbac/20_0012_privilege_access.result index f919d52e902b..34873c1c0e1a 100644 --- a/tests/suites/0_stateless/18_rbac/20_0012_privilege_access.result +++ b/tests/suites/0_stateless/18_rbac/20_0012_privilege_access.result @@ -45,7 +45,7 @@ Error: APIError: ResponseError with 1063: Permission denied: User 'a'@'%' does n Error: APIError: ResponseError with 1063: Permission denied: User 'a'@'%' does not have the required privileges for database 'nogrant' 1 0 -1 64 373 +1 64 378 Error: APIError: ResponseError with 1063: Permission denied, privilege [Select] is required on 'default'.'default'.'t1' for user 'b'@'%' with roles [public] Error: APIError: ResponseError with 1063: Permission denied, privilege [Read] is required on STAGE s3 for user 'b'@'%' with roles [public] Error: APIError: ResponseError with 1063: Permission denied, privilege [Select] is required on 'default'.'default'.'t' for user 'b'@'%' with roles [public] diff --git a/tests/suites/0_stateless/20+_others/20_0015_compact_hook_stas_issue_13947.result b/tests/suites/0_stateless/20+_others/20_0015_compact_hook_stas_issue_13947.result index abb80d871fb7..94970b3e6c26 100644 --- a/tests/suites/0_stateless/20+_others/20_0015_compact_hook_stas_issue_13947.result +++ b/tests/suites/0_stateless/20+_others/20_0015_compact_hook_stas_issue_13947.result @@ -1,4 +1,4 @@ -2 10 382 +2 10 387 expects .stats.write_progress.rows be 2 expects .error be null 2 diff --git a/tests/suites/1_stateful/00_stage/00_0001_copy_into_stage.result b/tests/suites/1_stateful/00_stage/00_0001_copy_into_stage.result index c7ebadfda9ea..6955ff2a80bf 100755 --- a/tests/suites/1_stateful/00_stage/00_0001_copy_into_stage.result +++ b/tests/suites/1_stateful/00_stage/00_0001_copy_into_stage.result @@ -1,4 +1,4 @@ 20 160 160 -20 450 819 +20 450 800 2 20 160 160 diff --git a/tests/suites/1_stateful/00_stage/00_0007_copy_into_stage2.result b/tests/suites/1_stateful/00_stage/00_0007_copy_into_stage2.result index dca19d102f2b..e7ecd758a226 100644 --- a/tests/suites/1_stateful/00_stage/00_0007_copy_into_stage2.result +++ b/tests/suites/1_stateful/00_stage/00_0007_copy_into_stage2.result @@ -14,19 +14,19 @@ ---csv_20 5 20 -20 450 819 +20 450 800 ---parq 1 20 -20 450 819 +20 450 800 ---parq_single 1 20 -20 450 7890 +20 450 7700 ---parq_40 10 20 -20 450 4075 +20 450 3980 ---parq_80 5 20 @@ -35,7 +35,7 @@ big.csv 2000 0 NULL NULL ---csv_big_20 2 2000 -2000 8250 4460 +2000 8250 4465 ---parq_big_80 1 2000 diff --git a/tests/suites/1_stateful/00_stage/00_0012_stage_priv.result b/tests/suites/1_stateful/00_stage/00_0012_stage_priv.result index ef0e2235fbf1..e24451fd9149 100644 --- a/tests/suites/1_stateful/00_stage/00_0012_stage_priv.result +++ b/tests/suites/1_stateful/00_stage/00_0012_stage_priv.result @@ -17,7 +17,7 @@ Error: APIError: ResponseError with 1063: Permission denied, privilege [Write] i Error: APIError: ResponseError with 1063: Permission denied, privilege [Read] is required on STAGE presign_stage for user 'u1'@'%' with roles [public] 000 Error: APIError: ResponseError with 1063: Permission denied, privilege [Write] is required on STAGE s3 for user 'u1'@'%' with roles [public] -1 64 373 +1 64 378 Error: APIError: ResponseError with 1063: Permission denied, privilege [Read] is required on STAGE s3 for user 'u1'@'%' with roles [public] Error: APIError: ResponseError with 1063: Permission denied, privilege READ is required on stage s3 for user 'u1'@'%' Error: APIError: ResponseError with 1063: Permission denied, privilege READ is required on stage s3 for user 'u1'@'%' diff --git a/tests/suites/1_stateful/00_stage/00_0012_stage_with_connection.result b/tests/suites/1_stateful/00_stage/00_0012_stage_with_connection.result index d290b3821277..41419e071848 100644 --- a/tests/suites/1_stateful/00_stage/00_0012_stage_with_connection.result +++ b/tests/suites/1_stateful/00_stage/00_0012_stage_with_connection.result @@ -7,7 +7,7 @@ >>>> create stage my_stage url= 's3://testbucket/admin/tempdata/' connection = (connection_name='my_conn'); >>>> remove @my_stage; >>>> copy into @my_stage/a.csv from my_table -3 13 383 +3 13 388 >>>> select * from @my_stage order by a; 1 2 diff --git a/tests/suites/1_stateful/00_stage/00_0015_unload_output.result b/tests/suites/1_stateful/00_stage/00_0015_unload_output.result index 00b327bfec3d..2ad18e45d3e7 100644 --- a/tests/suites/1_stateful/00_stage/00_0015_unload_output.result +++ b/tests/suites/1_stateful/00_stage/00_0015_unload_output.result @@ -29,34 +29,34 @@ a/bc/data_UUID_0000_00000009.csv 2 1 <<<< <<<< >>>> copy /*+ set_var(max_threads=1) */ into @s1/a/bc from (select * from t1) max_file_size=1 detailed_output=true -a/bc/data_UUID_0000_00000000.parquet 374 1 -a/bc/data_UUID_0000_00000001.parquet 374 1 -a/bc/data_UUID_0000_00000002.parquet 374 1 -a/bc/data_UUID_0000_00000003.parquet 374 1 -a/bc/data_UUID_0000_00000004.parquet 374 1 -a/bc/data_UUID_0000_00000005.parquet 374 1 -a/bc/data_UUID_0000_00000006.parquet 374 1 -a/bc/data_UUID_0000_00000007.parquet 374 1 -a/bc/data_UUID_0000_00000008.parquet 374 1 -a/bc/data_UUID_0000_00000009.parquet 374 1 +a/bc/data_UUID_0000_00000000.parquet 379 1 +a/bc/data_UUID_0000_00000001.parquet 379 1 +a/bc/data_UUID_0000_00000002.parquet 379 1 +a/bc/data_UUID_0000_00000003.parquet 379 1 +a/bc/data_UUID_0000_00000004.parquet 379 1 +a/bc/data_UUID_0000_00000005.parquet 379 1 +a/bc/data_UUID_0000_00000006.parquet 379 1 +a/bc/data_UUID_0000_00000007.parquet 379 1 +a/bc/data_UUID_0000_00000008.parquet 379 1 +a/bc/data_UUID_0000_00000009.parquet 379 1 >>>> unload path >>>> copy /*+ set_var(max_threads=1) */ into @s1 from (select 1) detailed_output=true -data_UUID_0000_00000000.parquet 373 1 +data_UUID_0000_00000000.parquet 378 1 <<<< >>>> copy /*+ set_var(max_threads=1) */ into @s1/ from (select 1) detailed_output=true -data_UUID_0000_00000000.parquet 373 1 +data_UUID_0000_00000000.parquet 378 1 <<<< >>>> copy /*+ set_var(max_threads=1) */ into @s1/a from (select 1) detailed_output=true -a/data_UUID_0000_00000000.parquet 373 1 +a/data_UUID_0000_00000000.parquet 378 1 <<<< >>>> copy /*+ set_var(max_threads=1) */ into @s1/a/ from (select 1) detailed_output=true -a/data_UUID_0000_00000000.parquet 373 1 +a/data_UUID_0000_00000000.parquet 378 1 <<<< >>>> copy /*+ set_var(max_threads=1) */ into @s1/a/bc from (select 1) detailed_output=true -a/bc/data_UUID_0000_00000000.parquet 373 1 +a/bc/data_UUID_0000_00000000.parquet 378 1 <<<< >>>> copy /*+ set_var(max_threads=1) */ into @s1/a/data_ from (select 1) detailed_output=true -a/data_UUID_0000_00000000.parquet 373 1 +a/data_UUID_0000_00000000.parquet 378 1 <<<< >>>> drop stage if exists s1 >>>> drop table if exists t1 diff --git a/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_00_basic.result b/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_00_basic.result index 7ee9414c1c00..bb260fb88183 100755 --- a/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_00_basic.result +++ b/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_00_basic.result @@ -1,8 +1,8 @@ --- named internal stage -2 45 789 +2 45 770 1 2 3 4 5 6 -2 45 789 +2 45 770 --- external stage 1 2 3 4 5 6 @@ -10,6 +10,6 @@ 1 2 3 4 5 6 --- variant named internal stage -2 70 816 +2 70 726 1 [1,2,3] 2 {"k":"v"} diff --git a/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_06_transform.result b/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_06_transform.result index 17424933a29d..3f6c99270ab7 100755 --- a/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_06_transform.result +++ b/tests/suites/1_stateful/08_select_stage/08_00_parquet/08_00_06_transform.result @@ -1,4 +1,4 @@ -2 18 565 +2 18 573 --- copy from uri with transform 2 5