diff --git a/Cargo.lock b/Cargo.lock index 2c71ecfc28c..85daffdaa83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,23 +251,23 @@ dependencies = [ [[package]] name = "arrow" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d441fdda254b65f3e9025910eb2c2066b6295d9c8ed409522b8d2ace1ff8574c" +checksum = "607e64bb911ee4f90483e044fe78f175989148c2892e659a2cd25429e782ec54" dependencies = [ - "arrow-arith 58.1.0", - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-cast 58.1.0", - "arrow-csv 58.1.0", - "arrow-data 58.1.0", - "arrow-ipc 58.1.0", - "arrow-json 58.1.0", - "arrow-ord 58.1.0", - "arrow-row 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", - "arrow-string 58.1.0", + "arrow-arith 58.2.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-cast 58.2.0", + "arrow-csv 58.2.0", + "arrow-data 58.2.0", + "arrow-ipc 58.2.0", + "arrow-json 58.2.0", + "arrow-ord 58.2.0", + "arrow-row 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", + "arrow-string 58.2.0", ] [[package]] @@ -286,14 +286,14 @@ dependencies = [ [[package]] name = "arrow-arith" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced5406f8b720cc0bc3aa9cf5758f93e8593cda5490677aa194e4b4b383f9a59" +checksum = "e754319ed8a85d817fe7adf183227e0b5308b82790a737b426c1124626b48118" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", "chrono", "num-traits", ] @@ -319,18 +319,18 @@ dependencies = [ [[package]] name = "arrow-array" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772bd34cacdda8baec9418d80d23d0fb4d50ef0735685bd45158b83dfeb6e62d" +checksum = "841321891f247aa86c6112c80d83d89cb36e0addd020fa2425085b8eb6c3f579" dependencies = [ "ahash 0.8.12", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", "chrono", "chrono-tz", "half", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "num-complex", "num-integer", "num-traits", @@ -350,9 +350,9 @@ dependencies = [ [[package]] name = "arrow-buffer" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "898f4cf1e9598fdb77f356fdf2134feedfd0ee8d5a4e0a5f573e7d0aec16baa4" +checksum = "f955dfb73fae000425f49c8226d2044dab60fb7ad4af1e24f961756354d996c9" dependencies = [ "bytes", "half", @@ -384,16 +384,16 @@ dependencies = [ [[package]] name = "arrow-cast" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0127816c96533d20fc938729f48c52d3e48f99717e7a0b5ade77d742510736d" +checksum = "ca5e686972523798f76bef355145bc1ae25a84c731e650268d31ab763c701663" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-ord 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-ord 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", "atoi", "base64", "chrono", @@ -421,13 +421,13 @@ dependencies = [ [[package]] name = "arrow-csv" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca025bd0f38eeecb57c2153c0123b960494138e6a957bbda10da2b25415209fe" +checksum = "86c276756867fc8186ec380c72c290e6e3b23a1d4fb05df6b1d62d2e62666d48" dependencies = [ - "arrow-array 58.1.0", - "arrow-cast 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-cast 58.2.0", + "arrow-schema 58.2.0", "chrono", "csv", "csv-core", @@ -449,12 +449,12 @@ dependencies = [ [[package]] name = "arrow-data" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42d10beeab2b1c3bb0b53a00f7c944a178b622173a5c7bcabc3cb45d90238df4" +checksum = "db3b5846209775b6dc8056d77ff9a032b27043383dd5488abd0b663e265b9373" dependencies = [ - "arrow-buffer 58.1.0", - "arrow-schema 58.1.0", + "arrow-buffer 58.2.0", + "arrow-schema 58.2.0", "half", "num-integer", "num-traits", @@ -478,15 +478,15 @@ dependencies = [ [[package]] name = "arrow-ipc" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "609a441080e338147a84e8e6904b6da482cefb957c5cdc0f3398872f69a315d0" +checksum = "fd8907ddd8f9fbabf91ec2c85c1d81fe2874e336d2443eb36373595e28b98dd5" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", "flatbuffers", "lz4_flex 0.13.0", "zstd", @@ -518,15 +518,16 @@ dependencies = [ [[package]] name = "arrow-json" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ead0914e4861a531be48fe05858265cf854a4880b9ed12618b1d08cba9bebc8" +checksum = "f4518c59acc501f10d7dcae397fe12b8db3d81bc7de94456f8a58f9165d6f502" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-cast 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-cast 58.2.0", + "arrow-ord 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", "chrono", "half", "indexmap", @@ -555,15 +556,15 @@ dependencies = [ [[package]] name = "arrow-ord" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a7ba279b20b52dad300e68cfc37c17efa65e68623169076855b3a9e941ca5" +checksum = "efa70d9d6b1356f1fb9f1f651b84a725b7e0abb93f188cf7d31f14abfa2f2e6f" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", ] [[package]] @@ -581,14 +582,14 @@ dependencies = [ [[package]] name = "arrow-row" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14fe367802f16d7668163ff647830258e6e0aeea9a4d79aaedf273af3bdcd3e" +checksum = "faec88a945338192beffbbd4be0def70135422930caa244ac3cec0cd213b26b4" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", "half", ] @@ -605,9 +606,9 @@ dependencies = [ [[package]] name = "arrow-schema" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c30a1365d7a7dc50cc847e54154e6af49e4c4b0fddc9f607b687f29212082743" +checksum = "18aa020f6bc8e5201dcd2d4b7f98c68f8a410ef37128263243e6ff2a47a67d4f" dependencies = [ "bitflags", "serde_core", @@ -630,15 +631,15 @@ dependencies = [ [[package]] name = "arrow-select" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78694888660a9e8ac949853db393af2a8b8fc82c19ce333132dfa2e72cc1a7fe" +checksum = "a657ab5132e9c8ca3b24eb15a823d0ced38017fe3930ff50167466b02e2d592c" dependencies = [ "ahash 0.8.12", - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", "num-traits", ] @@ -661,15 +662,15 @@ dependencies = [ [[package]] name = "arrow-string" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e04a01f8bb73ce54437514c5fd3ee2aa3e8abe4c777ee5cc55853b1652f79e" +checksum = "f6de2efbbd1a9f9780ceb8d1ff5d20421b35863b361e3386b4f571f1fc69fcb8" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", "memchr", "num-traits", "regex", @@ -1542,9 +1543,9 @@ dependencies = [ [[package]] name = "codspeed" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c83592369519f73d5731f9c91aa562e213a33cc14bb0f27ac2f5730fd1ecbcec" +checksum = "d7ce4a32373a5c84f4fa785099b300b9b1796311abc122b9eb62c65fa615145d" dependencies = [ "anyhow", "cc", @@ -1560,9 +1561,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat-walltime" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1601803d919d1bca7338b98948a319f0e40275c304516792aeabdd98db6dcd4f" +checksum = "43ac19f0a5c3542301e9d011d658f93c3f550698ec8ba7d7c072692e7924c401" dependencies = [ "anes", "cast", @@ -1587,9 +1588,9 @@ dependencies = [ [[package]] name = "codspeed-divan-compat" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a717deb83a7472e31b38244f836c92947ac17890970f61a083495b3a6653bf1b" +checksum = "9fd4b79be5d5be3dd4ab2c2067759dedbfb65df01faba452f6b9f549acf30c9b" dependencies = [ "clap", "codspeed", @@ -1600,9 +1601,9 @@ dependencies = [ [[package]] name = "codspeed-divan-compat-macros" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eed8dc7bd913f259c57e2b94657a4c9fd20b3bded18462b22c647877feb43b53" +checksum = "9726dee335c75f77ad4a01e1b637bd11e2e520204835efe95c6548961ad1fcb0" dependencies = [ "divan-macros", "itertools 0.14.0", @@ -1614,9 +1615,9 @@ dependencies = [ [[package]] name = "codspeed-divan-compat-walltime" -version = "4.5.0" +version = "4.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96500330271308ca89e68e1885951716cf2d3895ef9508192376dd125321a8f2" +checksum = "32522981b494ec2422499ea1c62cf04e432ac8caaa6cee8a71f074f144db43e3" dependencies = [ "cfg-if", "clap", @@ -1640,7 +1641,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1683,8 +1684,8 @@ name = "compress-bench" version = "0.1.0" dependencies = [ "anyhow", - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "async-trait", "bytes", "clap", @@ -1692,7 +1693,7 @@ dependencies = [ "indicatif", "itertools 0.14.0", "lance-bench", - "parquet 58.1.0", + "parquet 58.2.0", "regex", "tokio", "tracing", @@ -1867,9 +1868,9 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpubits" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ef0c543070d296ea414df2dd7625d1b24866ce206709d8a4a424f28377f5861" +checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae" [[package]] name = "cpufeatures" @@ -2244,8 +2245,8 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93db0e623840612f7f2cd757f7e8a8922064192363732c88692e0870016e141b" dependencies = [ - "arrow 58.1.0", - "arrow-schema 58.1.0", + "arrow 58.2.0", + "arrow-schema 58.2.0", "async-trait", "bytes", "bzip2", @@ -2283,7 +2284,7 @@ dependencies = [ "log", "object_store 0.13.2", "parking_lot", - "parquet 58.1.0", + "parquet 58.2.0", "rand 0.9.4", "regex", "sqlparser 0.61.0", @@ -2351,7 +2352,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37cefde60b26a7f4ff61e9d2ff2833322f91df2b568d7238afe67bde5bdffb66" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "dashmap", "datafusion-common 53.1.0", @@ -2399,7 +2400,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17e112307715d6a7a331111a4c2330ff54bc237183511c319e3708a4cff431fb" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "datafusion-catalog 53.1.0", "datafusion-common 53.1.0", @@ -2446,8 +2447,8 @@ checksum = "d72a11ca44a95e1081870d3abb80c717496e8a7acb467a1d3e932bb636af5cc2" dependencies = [ "ahash 0.8.12", "apache-avro", - "arrow 58.1.0", - "arrow-ipc 58.1.0", + "arrow 58.2.0", + "arrow-ipc 58.2.0", "chrono", "half", "hashbrown 0.16.1", @@ -2456,7 +2457,7 @@ dependencies = [ "libc", "log", "object_store 0.13.2", - "parquet 58.1.0", + "parquet 58.2.0", "paste", "recursive", "sqlparser 0.61.0", @@ -2521,7 +2522,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9fb386e1691355355a96419978a0022b7947b44d4a24a6ea99f00b6b485cbb6" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-compression", "async-trait", "bytes", @@ -2580,8 +2581,8 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffa6c52cfed0734c5f93754d1c0175f558175248bf686c944fb05c373e5fc096" dependencies = [ - "arrow 58.1.0", - "arrow-ipc 58.1.0", + "arrow 58.2.0", + "arrow-ipc 58.2.0", "async-trait", "bytes", "datafusion-common 53.1.0", @@ -2605,7 +2606,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a579c3bd290c66ea4b269493e75e8a3ed42c9c895a651f10210a29538aee50c4" dependencies = [ "apache-avro", - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "bytes", "datafusion-common 53.1.0", @@ -2647,7 +2648,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "503f29e0582c1fc189578d665ff57d9300da1f80c282777d7eb67bb79fb8cdca" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "bytes", "datafusion-common 53.1.0", @@ -2692,7 +2693,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e33804749abc8d0c8cb7473228483cb8070e524c6f6086ee1b85a64debe2b3d2" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "bytes", "datafusion-common 53.1.0", @@ -2716,7 +2717,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a8e0365e0e08e8ff94d912f0ababcf9065a1a304018ba90b1fc83c855b4997" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "bytes", "datafusion-common 53.1.0", @@ -2736,7 +2737,7 @@ dependencies = [ "log", "object_store 0.13.2", "parking_lot", - "parquet 58.1.0", + "parquet 58.2.0", "tokio", ] @@ -2779,8 +2780,8 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c03c7fbdaefcca4ef6ffe425a5fc2325763bfb426599bb0bf4536466efabe709" dependencies = [ - "arrow 58.1.0", - "arrow-buffer 58.1.0", + "arrow 58.2.0", + "arrow-buffer 58.2.0", "async-trait", "chrono", "dashmap", @@ -2824,7 +2825,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "574b9b6977fedbd2a611cbff12e5caf90f31640ad9dc5870f152836d94bad0dd" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "chrono", "datafusion-common 53.1.0", @@ -2860,7 +2861,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d7c3adf3db8bf61e92eb90cb659c8e8b734593a8f7c8e12a843c7ddba24b87e" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "indexmap", "itertools 0.14.0", @@ -2904,8 +2905,8 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28aa4e10384e782774b10e72aca4d93ef7b31aa653095d9d4536b0a3dbc51b6" dependencies = [ - "arrow 58.1.0", - "arrow-buffer 58.1.0", + "arrow 58.2.0", + "arrow-buffer 58.2.0", "base64", "blake2", "blake3", @@ -2958,7 +2959,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00aa6217e56098ba84e0a338176fe52f0a84cca398021512c6c8c5eff806d0ad" dependencies = [ "ahash 0.8.12", - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "datafusion-doc 53.1.0", "datafusion-execution 53.1.0", @@ -2993,7 +2994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b511250349407db7c43832ab2de63f5557b19a20dfd236b39ca2c04468b50d47" dependencies = [ "ahash 0.8.12", - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "datafusion-expr-common 53.1.0", "datafusion-physical-expr-common 53.1.0", @@ -3028,8 +3029,8 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef13a858e20d50f0a9bb5e96e7ac82b4e7597f247515bccca4fdd2992df0212a" dependencies = [ - "arrow 58.1.0", - "arrow-ord 58.1.0", + "arrow 58.2.0", + "arrow-ord 58.2.0", "datafusion-common 53.1.0", "datafusion-doc 53.1.0", "datafusion-execution 53.1.0", @@ -3069,7 +3070,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b40d3f5bbb3905f9ccb1ce9485a9595c77b69758a7c24d3ba79e334ff51e7e" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "datafusion-catalog 53.1.0", "datafusion-common 53.1.0", @@ -3103,7 +3104,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4e88ec9d57c9b685d02f58bfee7be62d72610430ddcedb82a08e5d9925dbfb6" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "datafusion-doc 53.1.0", "datafusion-expr 53.1.0", @@ -3182,7 +3183,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e929015451a67f77d9d8b727b2bf3a40c4445fdef6cdc53281d7d97c76888ace" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "chrono", "datafusion-common 53.1.0", "datafusion-expr 53.1.0", @@ -3226,7 +3227,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b1e68aba7a4b350401cfdf25a3d6f989ad898a7410164afe9ca52080244cb59" dependencies = [ "ahash 0.8.12", - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "datafusion-expr 53.1.0", "datafusion-expr-common 53.1.0", @@ -3264,7 +3265,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea22315f33cf2e0adc104e8ec42e285f6ed93998d565c65e82fec6a9ee9f9db4" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "datafusion-expr 53.1.0", "datafusion-functions 53.1.0", @@ -3297,7 +3298,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b04b45ea8ad3ac2d78f2ea2a76053e06591c9629c7a603eda16c10649ecf4362" dependencies = [ "ahash 0.8.12", - "arrow 58.1.0", + "arrow 58.2.0", "chrono", "datafusion-common 53.1.0", "datafusion-expr-common 53.1.0", @@ -3331,7 +3332,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cb13397809a425918f608dfe8653f332015a3e330004ab191b4404187238b95" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "datafusion-execution 53.1.0", "datafusion-expr 53.1.0", @@ -3382,9 +3383,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5edc023675791af9d5fb4cc4c24abf5f7bd3bd4dcf9e5bd90ea1eff6976dcc79" dependencies = [ "ahash 0.8.12", - "arrow 58.1.0", - "arrow-ord 58.1.0", - "arrow-schema 58.1.0", + "arrow 58.2.0", + "arrow-ord 58.2.0", + "arrow-schema 58.2.0", "async-trait", "datafusion-common 53.1.0", "datafusion-common-runtime 53.1.0", @@ -3430,7 +3431,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac8c76860e355616555081cab5968cec1af7a80701ff374510860bcd567e365a" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "datafusion-common 53.1.0", "datafusion-datasource 53.1.0", "datafusion-expr-common 53.1.0", @@ -3475,7 +3476,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e059dcf8544da0d6598d0235be3cc29c209094a5976b2e4822e4a2cf91c2b5c5" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "bigdecimal", "chrono", "crc32fast", @@ -3519,7 +3520,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa0d133ddf8b9b3b872acac900157f783e7b879fe9a6bccf389abebbfac45ec1" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "bigdecimal", "chrono", "datafusion-common 53.1.0", @@ -3538,7 +3539,7 @@ version = "53.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04e5a4a7a49143a68936992b6dbb0db44121c635e9992b2482817278f1e69c56" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "async-trait", "bigdecimal", "clap", @@ -3660,9 +3661,9 @@ dependencies = [ [[package]] name = "digest" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c" +checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" dependencies = [ "block-buffer 0.12.0", "const-oid", @@ -3741,7 +3742,7 @@ version = "1.10502.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fdc796383b176dd5a45353fbb5e64583c0ee4da12cb62c9e510b785324b2488" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "cast", "comfy-table", "fallible-iterator", @@ -4373,9 +4374,9 @@ checksum = "b40ca9252762c466af32d0b1002e91e4e1bc5398f77455e55474deb466355ff5" [[package]] name = "h2" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" +checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" dependencies = [ "atomic-waker", "bytes", @@ -4495,7 +4496,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" dependencies = [ - "digest 0.11.2", + "digest 0.11.3", ] [[package]] @@ -5077,9 +5078,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.95" +version = "0.3.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" +checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf" dependencies = [ "cfg-if", "futures-util", @@ -5827,7 +5828,7 @@ dependencies = [ "bitflags", "libc", "plain", - "redox_syscall 0.7.4", + "redox_syscall 0.7.5", ] [[package]] @@ -6833,17 +6834,17 @@ dependencies = [ [[package]] name = "parquet" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d3f9f2205199603564127932b89695f52b62322f541d0fc7179d57c2e1c9877" +checksum = "43d7efd3052f7d6ef601085559a246bc991e9a8cc77e02753737df6322ce35f1" dependencies = [ "ahash 0.8.12", - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-data 58.1.0", - "arrow-ipc 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-data 58.2.0", + "arrow-ipc 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", "base64", "brotli", "bytes", @@ -6851,7 +6852,7 @@ dependencies = [ "flate2", "futures", "half", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "lz4_flex 0.13.0", "num-bigint", "num-integer", @@ -6869,26 +6870,28 @@ dependencies = [ [[package]] name = "parquet-variant" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf493f3c9ddd984d0efb019f67343e4aa4bab893931f6a14b82083065dc3d28" +checksum = "262fd51760f388670dbab2283efaadd0f4ed87ad584e60bd0db7fb79d527f045" dependencies = [ - "arrow-schema 58.1.0", + "arrow 58.2.0", + "arrow-schema 58.2.0", "chrono", "half", "indexmap", + "num-traits", "simdutf8", "uuid", ] [[package]] name = "parquet-variant-compute" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ac038d46a503a7d563b4f5df5802c4315d5343d009feab195d15ac512b4cb27" +checksum = "4c94fc2c2c077a00b3d5232f965037cee3455c432567a78d66db101daa035689" dependencies = [ - "arrow 58.1.0", - "arrow-schema 58.1.0", + "arrow 58.2.0", + "arrow-schema 58.2.0", "chrono", "half", "indexmap", @@ -6900,11 +6903,11 @@ dependencies = [ [[package]] name = "parquet-variant-json" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "015a09c2ffe5108766c7c1235c307b8a3c2ea64eca38455ba1a7f3a7f32f16e2" +checksum = "7ed1077da4aeb4e4141aa2f9858ac354975595eb30f907762894587941e8f2f7" dependencies = [ - "arrow-schema 58.1.0", + "arrow-schema 58.2.0", "base64", "chrono", "parquet-variant", @@ -6973,7 +6976,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629" dependencies = [ - "digest 0.11.2", + "digest 0.11.3", "hmac", ] @@ -7065,7 +7068,7 @@ checksum = "044b1fa4f259f4df9ad5078e587b208f5d288a25407575fcddb9face30c7c692" dependencies = [ "rand 0.9.4", "socket2", - "thiserror 1.0.69", + "thiserror 2.0.18", ] [[package]] @@ -7500,9 +7503,9 @@ checksum = "5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40" [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b" dependencies = [ "memchr", "serde", @@ -7884,9 +7887,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" +checksum = "4666a1a60d8412eab19d94f6d13dcc9cea0a5ef4fdf6a5db306537413c661b1b" dependencies = [ "bitflags", ] @@ -8234,7 +8237,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -8252,9 +8255,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.39" +version = "0.23.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2c118cb077cca2822033836dfb1b975355dfb784b5e8da48f7b6c5db74e60e" +checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" dependencies = [ "aws-lc-rs", "once_cell", @@ -8656,7 +8659,7 @@ checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" dependencies = [ "cfg-if", "cpufeatures 0.3.0", - "digest 0.11.2", + "digest 0.11.3", ] [[package]] @@ -8678,7 +8681,7 @@ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" dependencies = [ "cfg-if", "cpufeatures 0.3.0", - "digest 0.11.2", + "digest 0.11.3", ] [[package]] @@ -8780,9 +8783,9 @@ dependencies = [ [[package]] name = "siphasher" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" +checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "sketches-ddsketch" @@ -9649,9 +9652,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.1" +version = "1.52.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" +checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" dependencies = [ "bytes", "libc", @@ -9864,7 +9867,7 @@ name = "tpchgen-arrow" version = "2.0.2" source = "git+https://github.com/clflushopt/tpchgen-rs.git?rev=438e9c2dbc25b2fff82c0efc08b3f13b5707874f#438e9c2dbc25b2fff82c0efc08b3f13b5707874f" dependencies = [ - "arrow 58.1.0", + "arrow 58.2.0", "tpchgen", ] @@ -10186,13 +10189,13 @@ name = "vector-search-bench" version = "0.1.0" dependencies = [ "anyhow", - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-schema 58.2.0", "clap", "futures", "indicatif", - "parquet 58.1.0", + "parquet 58.2.0", "rand 0.10.1", "serde", "tabled", @@ -10216,12 +10219,12 @@ name = "vortex" version = "0.1.0" dependencies = [ "anyhow", - "arrow-array 58.1.0", + "arrow-array 58.2.0", "codspeed-divan-compat", "fastlanes", "futures", "mimalloc", - "parquet 58.1.0", + "parquet 58.2.0", "paste", "rand 0.10.1", "rand_distr 0.6.0", @@ -10288,15 +10291,15 @@ dependencies = [ "arbitrary", "arc-swap", "arcref", - "arrow-arith 58.1.0", - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-cast 58.1.0", - "arrow-data 58.1.0", - "arrow-ord 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", - "arrow-string 58.1.0", + "arrow-arith 58.2.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-cast 58.2.0", + "arrow-data 58.2.0", + "arrow-ord 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", + "arrow-string 58.2.0", "async-lock", "bytes", "cfg-if", @@ -10359,9 +10362,9 @@ name = "vortex-bench" version = "0.1.0" dependencies = [ "anyhow", - "arrow-array 58.1.0", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", "async-trait", "bytes", "bzip2", @@ -10377,7 +10380,7 @@ dependencies = [ "noodles-bgzf", "noodles-vcf", "parking_lot", - "parquet 58.1.0", + "parquet 58.2.0", "rand 0.10.1", "regex", "reqwest 0.13.3", @@ -10405,9 +10408,9 @@ name = "vortex-bench-migrate" version = "0.1.0-alpha.0" dependencies = [ "anyhow", - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-schema 58.2.0", "clap", "duckdb", "flate2", @@ -10486,7 +10489,7 @@ dependencies = [ name = "vortex-buffer" version = "0.1.0" dependencies = [ - "arrow-buffer 58.1.0", + "arrow-buffer 58.2.0", "bitvec", "bytes", "codspeed-divan-compat", @@ -10517,13 +10520,13 @@ dependencies = [ name = "vortex-compat" version = "0.1.0" dependencies = [ - "arrow-array 58.1.0", - "arrow-select 58.1.0", + "arrow-array 58.2.0", + "arrow-select 58.2.0", "base16ct", "bytes", "clap", "futures", - "parquet 58.1.0", + "parquet 58.2.0", "reqwest 0.13.3", "serde", "serde_json", @@ -10614,8 +10617,8 @@ name = "vortex-cxx" version = "0.1.0" dependencies = [ "anyhow", - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "async-fs", "cxx", "futures", @@ -10629,7 +10632,7 @@ name = "vortex-datafusion" version = "0.1.0" dependencies = [ "anyhow", - "arrow-schema 58.1.0", + "arrow-schema 58.2.0", "async-trait", "datafusion 53.1.0", "datafusion-catalog 53.1.0", @@ -10723,7 +10726,7 @@ dependencies = [ name = "vortex-error" version = "0.1.0" dependencies = [ - "arrow-schema 58.1.0", + "arrow-schema 58.2.0", "flatbuffers", "jiff", "object_store 0.13.2", @@ -10758,8 +10761,8 @@ dependencies = [ name = "vortex-ffi" version = "0.1.0" dependencies = [ - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "async-fs", "cbindgen", "futures", @@ -10925,8 +10928,8 @@ dependencies = [ name = "vortex-jni" version = "0.1.0" dependencies = [ - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "futures", "jni", "object_store 0.13.2", @@ -10943,8 +10946,8 @@ name = "vortex-layout" version = "0.1.0" dependencies = [ "arcref", - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "async-stream", "async-trait", "bit-vec", @@ -10985,7 +10988,7 @@ dependencies = [ name = "vortex-mask" version = "0.1.0" dependencies = [ - "arrow-buffer 58.1.0", + "arrow-buffer 58.2.0", "codspeed-divan-compat", "itertools 0.14.0", "rstest", @@ -11018,9 +11021,9 @@ dependencies = [ name = "vortex-parquet-variant" version = "0.1.0" dependencies = [ - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-schema 58.2.0", "chrono", "parquet-variant", "parquet-variant-compute", @@ -11060,9 +11063,9 @@ dependencies = [ name = "vortex-python" version = "0.1.0" dependencies = [ - "arrow-array 58.1.0", - "arrow-data 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-data 58.2.0", + "arrow-schema 58.2.0", "bytes", "itertools 0.14.0", "log", @@ -11084,8 +11087,8 @@ name = "vortex-runend" version = "0.1.0" dependencies = [ "arbitrary", - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "codspeed-divan-compat", "itertools 0.14.0", "num-traits", @@ -11205,8 +11208,8 @@ dependencies = [ name = "vortex-test-e2e-cuda" version = "0.1.0" dependencies = [ - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "futures", "vortex", "vortex-cuda", @@ -11217,8 +11220,8 @@ name = "vortex-tui" version = "0.1.0" dependencies = [ "anyhow", - "arrow-array 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-schema 58.2.0", "clap", "console_error_panic_hook", "crossterm 0.29.0", @@ -11231,7 +11234,7 @@ dependencies = [ "indicatif", "itertools 0.14.0", "js-sys", - "parquet 58.1.0", + "parquet 58.2.0", "ratatui", "ratzilla", "serde", @@ -11259,9 +11262,9 @@ dependencies = [ name = "vortex-web-wasm" version = "0.1.0" dependencies = [ - "arrow-array 58.1.0", - "arrow-ipc 58.1.0", - "arrow-schema 58.1.0", + "arrow-array 58.2.0", + "arrow-ipc 58.2.0", + "arrow-schema 58.2.0", "console_error_panic_hook", "futures", "js-sys", @@ -11347,9 +11350,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.118" +version = "0.2.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" +checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1" dependencies = [ "cfg-if", "once_cell", @@ -11361,9 +11364,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.68" +version = "0.4.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8" +checksum = "af934872acec734c2d80e6617bbb5ff4f12b052dd8e6332b0817bce889516084" dependencies = [ "js-sys", "wasm-bindgen", @@ -11371,9 +11374,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.118" +version = "0.2.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" +checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -11381,9 +11384,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.118" +version = "0.2.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" +checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41" dependencies = [ "bumpalo", "proc-macro2", @@ -11394,9 +11397,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.118" +version = "0.2.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" +checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea" dependencies = [ "unicode-ident", ] @@ -11463,9 +11466,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.95" +version = "0.3.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d" +checksum = "2eadbac71025cd7b0834f20d1fe8472e8495821b4e9801eb0a60bd1f19827602" dependencies = [ "js-sys", "wasm-bindgen",