From 5735f5386ca3703d8adf2ce14144c8d0e1253f5b Mon Sep 17 00:00:00 2001 From: Krishna Vishal Date: Sat, 9 May 2026 08:10:44 +0530 Subject: [PATCH] chore(deps): bump workspace dependencies --- Cargo.lock | 860 ++++++++++++++++++++++++++---------------------- Cargo.toml | 24 +- DEPENDENCIES.md | 206 ++++++------ 3 files changed, 582 insertions(+), 508 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 201f97dcfb..3a48443372 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ "actix-rt", "actix-service", "actix-utils", - "base64 0.22.1", + "base64", "bitflags 2.11.1", "brotli", "bytes", @@ -495,23 +495,23 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[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-arith 58.2.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-cast 58.2.0", "arrow-csv", - "arrow-data 58.1.0", - "arrow-ipc 58.1.0", - "arrow-json 58.1.0", - "arrow-ord 58.1.0", + "arrow-data 58.2.0", + "arrow-ipc 58.2.0", + "arrow-json 58.2.0", + "arrow-ord 58.2.0", "arrow-row", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", - "arrow-string 58.1.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", + "arrow-string 58.2.0", ] [[package]] @@ -530,14 +530,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", ] @@ -562,18 +562,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", @@ -593,9 +593,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", @@ -616,7 +616,7 @@ dependencies = [ "arrow-schema 57.3.0", "arrow-select 57.3.0", "atoi", - "base64 0.22.1", + "base64", "chrono", "half", "lexical-core", @@ -626,18 +626,18 @@ 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 0.22.1", + "base64", "chrono", "half", "lexical-core", @@ -647,13 +647,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", @@ -675,12 +675,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", @@ -702,15 +702,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", ] @@ -740,15 +740,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 2.14.0", @@ -777,27 +778,27 @@ 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]] 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", ] @@ -809,9 +810,9 @@ checksum = "8c872d36b7bf2a6a6a2b40de9156265f0242910791db366a2c17476ba8330d68" [[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 2.11.1", "serde", @@ -834,15 +835,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", ] @@ -865,15 +866,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", @@ -961,9 +962,9 @@ dependencies = [ [[package]] name = "astral-tokio-tar" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c23f3af104b40a3430ccb90ed5f7bd877a8dc5c26fc92fde51a22b40890dcf9" +checksum = "4ce73b17c62717c4b6a9af10b43e87c578b0cac27e00666d48304d3b7d2c0693" dependencies = [ "filetime", "futures-core", @@ -1001,9 +1002,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" +checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" dependencies = [ "compression-codecs", "compression-core", @@ -1211,18 +1212,18 @@ dependencies = [ [[package]] name = "avif-serialize" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375082f007bd67184fb9c0374614b29f9aaa604ec301635f72338bb65386a53d" +checksum = "e7178fe5f7d460b13895ebb9dcb28a3a6216d2df2574a0806cb51b555d297f38" dependencies = [ "arrayvec", ] [[package]] name = "aws-config" -version = "1.8.15" +version = "1.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11493b0bad143270fb8ad284a096dd529ba91924c5409adeac856cc1bf047dbc" +checksum = "50f156acdd2cf55f5aa53ee416c4ac851cf1222694506c0b1f78c85695e9ca9d" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1333,9 +1334,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.96.0" +version = "1.98.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64a6eded248c6b453966e915d32aeddb48ea63ad17932682774eb026fbef5b1" +checksum = "d69c77aafa20460c68b6b3213c84f6423b6e76dbf89accd3e1789a686ffd9489" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1357,9 +1358,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.98.0" +version = "1.100.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db96d720d3c622fcbe08bae1c4b04a72ce6257d8b0584cb5418da00ae20a344f" +checksum = "1c7e7b09346d5ca22a2a08267555843a6a0127fb20d8964cb6ecfb8fdb190225" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1467,7 +1468,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", "aws-smithy-types", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "hyper", "hyper-rustls", @@ -1722,12 +1723,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - [[package]] name = "base64" version = "0.22.1" @@ -1809,7 +1804,7 @@ dependencies = [ "rand 0.10.1", "serde", "serde_json", - "sysinfo 0.38.4", + "sysinfo 0.39.0", "terminal_size", "tracing", "uuid", @@ -1934,11 +1929,11 @@ dependencies = [ [[package]] name = "bitstream-io" -version = "4.9.0" +version = "4.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" +checksum = "7eff00be299a18769011411c9def0d827e8f2d7bf0c3dbf53633147a8867fd1f" dependencies = [ - "core2", + "no_std_io2", ] [[package]] @@ -2020,7 +2015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee04c4c84f1f811b017f2fbb7dd8815c976e7ca98593de9c1e2afad0f636bff4" dependencies = [ "async-stream", - "base64 0.22.1", + "base64", "bitflags 2.11.1", "bollard-buildkit-proto", "bollard-stubs", @@ -2077,7 +2072,7 @@ version = "1.52.1-rc.29.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f0a8ca8799131c1837d1282c3f81f31e76ceb0ce426e04a7fe1ccee3287c066" dependencies = [ - "base64 0.22.1", + "base64", "bollard-buildkit-proto", "bytes", "prost", @@ -2164,7 +2159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e" dependencies = [ "ahash 0.8.12", - "base64 0.22.1", + "base64", "bitvec", "getrandom 0.2.17", "getrandom 0.3.4", @@ -2218,7 +2213,7 @@ dependencies = [ "indexmap 2.14.0", "itertools 0.14.0", "object_store", - "parquet 58.1.0", + "parquet 58.2.0", "rand 0.9.4", "reqwest 0.13.3", "roaring", @@ -2335,9 +2330,9 @@ dependencies = [ [[package]] name = "bytestring" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289" +checksum = "86566c496f2f47d9b8147a4c8b02ffdb69c919fe0c2b2e7195d22cbba0e635c9" dependencies = [ "bytes", ] @@ -2382,9 +2377,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082" +checksum = "dd0061da739915fae12ea00e16397555ed4371a6bb285431aab930f61b0aa4ba" dependencies = [ "serde", "serde_core", @@ -2406,9 +2401,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.60" +version = "1.2.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" +checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" dependencies = [ "find-msvc-tools", "jobserver", @@ -2451,7 +2446,7 @@ checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" dependencies = [ "cfg-if", "cpufeatures 0.3.0", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -2852,14 +2847,14 @@ dependencies = [ "compio-log", "compio-net", "compio-tls", - "tungstenite", + "tungstenite 0.28.0", ] [[package]] name = "compression-codecs" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" +checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" dependencies = [ "bzip2", "compression-core", @@ -2872,9 +2867,9 @@ dependencies = [ [[package]] name = "compression-core" -version = "0.4.31" +version = "0.4.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" +checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" [[package]] name = "concurrent-queue" @@ -2901,7 +2896,7 @@ dependencies = [ "static-toml", "strum 0.28.0", "tracing", - "tungstenite", + "tungstenite 0.29.0", ] [[package]] @@ -3060,15 +3055,6 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" -[[package]] -name = "core2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" -dependencies = [ - "memchr", -] - [[package]] name = "core_affinity" version = "0.8.3" @@ -3118,9 +3104,9 @@ dependencies = [ [[package]] name = "crc-catalog" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" +checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" [[package]] name = "crc32c" @@ -3204,9 +3190,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crossfire" -version = "3.1.9" +version = "3.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bec9a5b4e86daeb0f54e94026e03d82f9530ab31f898cbb05070bf2e0da3d9e" +checksum = "ebed7d0a3a92ebc771f880516a5eecef5942a0fc67855dc4f30e719b04c77ac5" dependencies = [ "crossbeam-utils", "futures-core", @@ -3286,11 +3272,11 @@ dependencies = [ [[package]] name = "ctor" -version = "1.0.1" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7335955a5f85f95f3188623240e081e7b2059a8ad1bae68944b7cfdd718fb10" +checksum = "e2049d5ec0c16ffe3815be58fe6966159a0f37dcf16ae1c7330808ed7c9b71a1" dependencies = [ - "link-section 0.13.1", + "link-section 0.16.0", "linktime-proc-macro", ] @@ -3420,7 +3406,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9123b02f7942d1f9e7608a2243d4d1face2935facda972a3551ea7a087f722ab" dependencies = [ "async-stream", - "base64 0.22.1", + "base64", "cfg-if", "compio", "cyper-core", @@ -3431,7 +3417,7 @@ dependencies = [ "hyper", "hyper-util", "mime", - "rustls-platform-verifier", + "rustls-platform-verifier 0.6.2", "send_wrapper", "serde", "serde_urlencoded", @@ -3592,9 +3578,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" +checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" [[package]] name = "data-url" @@ -3604,13 +3590,13 @@ checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" [[package]] name = "dbus" -version = "0.9.10" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b3aa68d7e7abee336255bd7248ea965cc393f3e70411135a6f6a4b651345d4" +checksum = "b942602992bb7acfd1f51c49811c58a610ef9181b6e66f3e519d79b540a3bf73" dependencies = [ "libc", "libdbus-sys", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3654,9 +3640,9 @@ dependencies = [ [[package]] name = "deltalake" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fa1982d9e81550676c64169e8e9feaaf8aafb218c88418a1e50642eecd2508e" +checksum = "8268de472e1692b47d4a3016d3443fa7aa1f24d5a92337ee867204951959c293" dependencies = [ "buoyant_kernel", "ctor 0.10.1", @@ -3709,21 +3695,21 @@ dependencies = [ [[package]] name = "deltalake-core" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fe744c5c69db390db74a114f7d5e412f1b5d8cc3dcef50bf19599035ad8fff6" +checksum = "4b6f1d41164959efaaae6d77fc00f9609ec59159ad4d0278924e79a0738f61b0" dependencies = [ "arrow", - "arrow-arith 58.1.0", - "arrow-array 58.1.0", - "arrow-buffer 58.1.0", - "arrow-cast 58.1.0", - "arrow-ipc 58.1.0", - "arrow-json 58.1.0", - "arrow-ord 58.1.0", + "arrow-arith 58.2.0", + "arrow-array 58.2.0", + "arrow-buffer 58.2.0", + "arrow-cast 58.2.0", + "arrow-ipc 58.2.0", + "arrow-json 58.2.0", + "arrow-ord 58.2.0", "arrow-row", - "arrow-schema 58.1.0", - "arrow-select 58.1.0", + "arrow-schema 58.2.0", + "arrow-select 58.2.0", "async-trait", "buoyant_kernel", "bytes", @@ -3740,7 +3726,7 @@ dependencies = [ "num_cpus", "object_store", "parking_lot", - "parquet 58.1.0", + "parquet 58.2.0", "percent-encoding", "percent-encoding-rfc3986", "pin-project-lite", @@ -4040,9 +4026,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 0.10.2", @@ -4145,11 +4131,11 @@ dependencies = [ [[package]] name = "docker_credential" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d89dfcba45b4afad7450a99b39e751590463e45c04728cf555d36bb66940de8" +checksum = "a4564c274ebf369f501de192b02a0b81a5c4bda375abfe526aa70fc702fa6fa0" dependencies = [ - "base64 0.21.7", + "base64", "serde", "serde_json", ] @@ -4183,9 +4169,9 @@ dependencies = [ [[package]] name = "dtor" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28bbca46d741260734f34c4399a572923cc477a4401ae7ffff13d9f7ca4bb675" +checksum = "df64ec34e01d9a0ad0677077efba521b91be7363445bd7a2ac001b60180545c3" dependencies = [ "linktime-proc-macro", ] @@ -4261,7 +4247,7 @@ version = "9.1.0-alpha.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12bb303aa6e1d28c0c86b6fbfe484fd0fd3f512629aeed1ac4f6b85f81d9834a" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "dyn-clone", "flate2", @@ -4340,18 +4326,18 @@ dependencies = [ [[package]] name = "enumset" -version = "1.1.10" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634" +checksum = "7f96a4a12fe60ac746ae295a1a4ecb5bb02debc20856506c8635288065f142de" dependencies = [ "enumset_derive", ] [[package]] name = "enumset_derive" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43e744e4ea338060faee68ed933e46e722fb7f3617e722a5772d7e856d8b3ce" +checksum = "4bd536557b58c682b217b8fb199afdff47cd3eff260623f19e77074eb073d63a" dependencies = [ "darling 0.21.3", "proc-macro2", @@ -4576,23 +4562,9 @@ dependencies = [ [[package]] name = "fax" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" -dependencies = [ - "fax_derive", -] - -[[package]] -name = "fax_derive" -version = "0.2.0" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.117", -] +checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a" [[package]] name = "fdeflate" @@ -4605,12 +4577,12 @@ dependencies = [ [[package]] name = "ferroid" -version = "0.8.9" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb330bbd4cb7a5b9f559427f06f98a4f853a137c8298f3bd3f8ca57663e21986" +checksum = "ee93edf3c501f0035bbeffeccfed0b79e14c311f12195ec0e661e114a0f60da4" dependencies = [ "portable-atomic", - "rand 0.9.4", + "rand 0.10.1", "web-time", ] @@ -4664,13 +4636,12 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.27" +version = "0.2.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" +checksum = "2d5b2eef6fafbf69f877e55509ce5b11a760690ac9700a2921be067aa6afaef6" dependencies = [ "cfg-if", "libc", - "libredox", ] [[package]] @@ -5055,7 +5026,7 @@ dependencies = [ "js-sys", "libc", "r-efi 6.0.0", - "rand_core 0.10.0", + "rand_core 0.10.1", "wasip2", "wasip3", "wasm-bindgen", @@ -5552,9 +5523,9 @@ dependencies = [ [[package]] name = "gzip-header" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2" +checksum = "86848f4fd157d91041a62c78046fb7b248bcc2dce78376d436a1756e9a038577" dependencies = [ "crc32fast", ] @@ -5580,9 +5551,9 @@ dependencies = [ [[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", @@ -5813,7 +5784,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]] @@ -5957,9 +5928,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" +checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" dependencies = [ "typenum", ] @@ -5974,7 +5945,7 @@ dependencies = [ "bytes", "futures-channel", "futures-core", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "httparse", @@ -6003,9 +5974,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.7" +version = "0.27.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" +checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" dependencies = [ "http 1.4.0", "hyper", @@ -6013,7 +5984,6 @@ dependencies = [ "log", "rustls", "rustls-native-certs", - "rustls-pki-types", "tokio", "tokio-rustls", "tower-service", @@ -6039,7 +6009,7 @@ version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "futures-channel", "futures-util", @@ -6099,9 +6069,9 @@ dependencies = [ [[package]] name = "iceberg" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b795ef2e2197596efad630c5e8cc4b4ebdfc488c02dadc709bef0416e1ffd49" +checksum = "4d9c3fc1f55c84ff64645c0d2ee35159f5574d33f729fc0860783bc247c8b8c5" dependencies = [ "anyhow", "apache-avro", @@ -6117,7 +6087,7 @@ dependencies = [ "as-any", "async-trait", "backon", - "base64 0.22.1", + "base64", "bimap", "bytes", "chrono", @@ -6133,7 +6103,7 @@ dependencies = [ "once_cell", "ordered-float 4.6.0", "parquet 57.3.0", - "rand 0.8.6", + "rand 0.9.4", "reqwest 0.12.28", "roaring", "serde", @@ -6153,9 +6123,9 @@ dependencies = [ [[package]] name = "iceberg-catalog-rest" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "892fe71df3f5d1707c7ede042545051aca659a8a4a8ca828c5a13064338f56fc" +checksum = "a49dfef578060c3a2a3f619522dcb25382a7ce85336dcb500495d4b8d72ae714" dependencies = [ "async-trait", "chrono", @@ -6174,9 +6144,9 @@ dependencies = [ [[package]] name = "iceberg-storage-opendal" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b8745ded8db2a4c2febc84ce2d5e9aaf5e2a1c0c9f6a82a1ea8134691e30a0b" +checksum = "30acae4698949eea6cfbd3e64ddf1c3ec39e6b7191acb0b0da2dcd1a25dfa842" dependencies = [ "anyhow", "async-trait", @@ -6298,9 +6268,9 @@ dependencies = [ [[package]] name = "idna_adapter" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" dependencies = [ "icu_normalizer", "icu_properties", @@ -6364,7 +6334,7 @@ dependencies = [ "rand 0.10.1", "rayon", "serde", - "sysinfo 0.38.4", + "sysinfo 0.39.0", "tokio", "tracing", "tracing-appender", @@ -6471,7 +6441,7 @@ dependencies = [ "serde_with", "serde_yaml_ng", "strum 0.28.0", - "sysinfo 0.38.4", + "sysinfo 0.39.0", "tempfile", "thiserror 2.0.18", "tokio", @@ -6536,7 +6506,7 @@ dependencies = [ "aligned-vec", "async-broadcast", "async-trait", - "base64 0.22.1", + "base64", "blake3", "bon", "byte-unit", @@ -6569,7 +6539,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tracing", - "tungstenite", + "tungstenite 0.29.0", "twox-hash", "ulid", "uuid", @@ -6598,7 +6568,7 @@ name = "iggy_connector_elasticsearch_sink" version = "0.4.0" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "dashmap", "elasticsearch", "iggy_common", @@ -6636,7 +6606,7 @@ name = "iggy_connector_http_sink" version = "0.4.0" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "bytes", "humantime", "iggy_connector_sdk", @@ -6678,7 +6648,7 @@ name = "iggy_connector_influxdb_sink" version = "0.4.0" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "bytes", "dashmap", "futures", @@ -6700,7 +6670,7 @@ name = "iggy_connector_influxdb_source" version = "0.4.0" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "csv", "dashmap", "futures", @@ -6759,7 +6729,7 @@ name = "iggy_connector_postgres_source" version = "0.4.0" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "dashmap", "futures", "humantime", @@ -6816,7 +6786,7 @@ dependencies = [ "anyhow", "apache-avro", "async-trait", - "base64 0.22.1", + "base64", "dashmap", "flatbuffers", "http 1.4.0", @@ -6938,9 +6908,9 @@ checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" [[package]] name = "imgref" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" +checksum = "40fac9d56ed6437b198fddba683305e8e2d651aa42647f00f5ae542e7f5c94a2" [[package]] name = "impl-more" @@ -7044,15 +7014,15 @@ version = "0.0.1" dependencies = [ "assert_cmd", "async-trait", - "base64 0.22.1", + "base64", "bon", "bytes", "compio", "configs", "configs_derive", - "ctor 1.0.1", + "ctor 1.0.4", "deltalake", - "dtor 1.0.0", + "dtor 1.0.2", "figment", "futures", "harness_derive", @@ -7082,7 +7052,7 @@ dependencies = [ "server", "socket2 0.6.3", "sqlx", - "sysinfo 0.38.4", + "sysinfo 0.39.0", "tempfile", "test-case", "testcontainers-modules", @@ -7119,9 +7089,9 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd7bddefd0a8833b88a4b68f90dae22c7450d11b354198baee3874fd811b344" +checksum = "4d09b98f7eace8982db770e4408e7470b028ce513ac28fecdc6bf4c30fe92b62" dependencies = [ "bitflags 2.11.1", "cfg-if", @@ -7158,16 +7128,6 @@ version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" -[[package]] -name = "iri-string" -version = "0.7.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "is_terminal_polyfill" version = "1.70.2" @@ -7200,9 +7160,9 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "jiff" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" +checksum = "f00b5dbd620d61dfdcb6007c9c1f6054ebd75319f163d886a9055cec1155073d" dependencies = [ "jiff-static", "jiff-tzdb-platform", @@ -7215,9 +7175,9 @@ dependencies = [ [[package]] name = "jiff-static" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" +checksum = "e000de030ff8022ea1da3f466fbb0f3a809f5e51ed31f6dd931c35181ad8e6d7" dependencies = [ "proc-macro2", "quote", @@ -7255,6 +7215,36 @@ dependencies = [ "windows-sys 0.45.0", ] +[[package]] +name = "jni" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" +dependencies = [ + "cfg-if", + "combine", + "jni-macros", + "jni-sys 0.4.1", + "log", + "simd_cesu8", + "thiserror 2.0.18", + "walkdir", + "windows-link 0.2.1", +] + +[[package]] +name = "jni-macros" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" +dependencies = [ + "proc-macro2", + "quote", + "rustc_version", + "simd_cesu8", + "syn 2.0.117", +] + [[package]] name = "jni-sys" version = "0.3.1" @@ -7305,9 +7295,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.94" +version = "0.3.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" +checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08" dependencies = [ "cfg-if", "futures-util", @@ -7321,7 +7311,7 @@ version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ - "base64 0.22.1", + "base64", "ed25519-dalek", "getrandom 0.2.17", "hmac 0.12.1", @@ -7382,11 +7372,11 @@ dependencies = [ [[package]] name = "kqueue-sys" -version = "1.0.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" +checksum = "a7b65860415f949f23fa882e669f2dbd4a0f0eeb1acdd56790b30494afd7da2f" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.11.1", "libc", ] @@ -7523,9 +7513,9 @@ dependencies = [ [[package]] name = "libbz2-rs-sys" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" +checksum = "b3a6a8c165077efc8f3a971534c50ea6a1a18b329ef4a66e897a7e3a1494565f" [[package]] name = "libc" @@ -7555,9 +7545,9 @@ dependencies = [ [[package]] name = "libgit2-sys" -version = "0.18.3+1.9.2" +version = "0.18.4+1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" +checksum = "9b26f66f35e1871b22efcf7191564123d2a446ca0538cde63c23adfefa9b15b7" dependencies = [ "cc", "libc", @@ -7603,12 +7593,11 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libmimalloc-sys" -version = "0.1.44" +version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" +checksum = "2d1eacfa31c33ec25e873c136ba5669f00f9866d0688bea7be4d3f7e43067df6" dependencies = [ "cc", - "libc", ] [[package]] @@ -7620,7 +7609,7 @@ dependencies = [ "bitflags 2.11.1", "libc", "plain", - "redox_syscall 0.7.4", + "redox_syscall 0.7.5", ] [[package]] @@ -7653,9 +7642,9 @@ checksum = "b685d66585d646efe09fec763d796c291049c8b6bf84e04954bffc8748341f0d" [[package]] name = "link-section" -version = "0.13.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea2c24837c4fd5ab6a31d64133eae954f5199247523cf29586117e85245c0dd3" +checksum = "e19299f36b28d94bcf0d8b913305e2b79bd5cb53f981e3855968abfd177379cd" [[package]] name = "linked-hash-map" @@ -7986,9 +7975,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.48" +version = "0.1.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" +checksum = "b3627c4272df786b9260cabaa46aec1d59c93ede723d4c3ef646c503816b0640" dependencies = [ "libmimalloc-sys", ] @@ -8107,7 +8096,7 @@ version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ef2c933617431ad0246fb5b43c425ebdae18c7f7259c87de0726d93b0e7e91b" dependencies = [ - "base64 0.22.1", + "base64", "bitflags 2.11.1", "bson", "derive-where", @@ -8199,6 +8188,15 @@ dependencies = [ "libc", ] +[[package]] +name = "no_std_io2" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003" +dependencies = [ + "memchr", +] + [[package]] name = "nom" version = "7.1.3" @@ -8478,6 +8476,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ "bitflags 2.11.1", + "dispatch2", + "objc2", ] [[package]] @@ -8486,6 +8486,16 @@ version = "4.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" +[[package]] +name = "objc2-foundation" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" +dependencies = [ + "bitflags 2.11.1", + "objc2", +] + [[package]] name = "objc2-io-kit" version = "0.3.2" @@ -8496,6 +8506,17 @@ dependencies = [ "objc2-core-foundation", ] +[[package]] +name = "objc2-open-directory" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb82bed227edf5201dfedf072bba4015a33d3d4a98519837295a90f0a23f676d" +dependencies = [ + "objc2", + "objc2-core-foundation", + "objc2-foundation", +] + [[package]] name = "object" version = "0.37.3" @@ -8512,7 +8533,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "bytes", "chrono", "form_urlencoded", @@ -8528,7 +8549,7 @@ dependencies = [ "md-5", "parking_lot", "percent-encoding", - "quick-xml 0.39.2", + "quick-xml 0.39.4", "rand 0.10.1", "reqwest 0.12.28", "ring", @@ -8553,7 +8574,7 @@ checksum = "ce7ace5d83b077dd50ff01214a81feea17e258b8f677590c2286add76dc8238e" dependencies = [ "arc-swap", "async-trait", - "base64 0.22.1", + "base64", "bytes", "cargo_metadata", "cfg-if", @@ -8625,7 +8646,7 @@ checksum = "d075ab8a203a6ab4bc1bce0a4b9fe486a72bf8b939037f4b78d95386384bc80a" dependencies = [ "anyhow", "backon", - "base64 0.22.1", + "base64", "bytes", "crc32c", "futures", @@ -8648,15 +8669,14 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.78" +version = "0.10.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" +checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" dependencies = [ "bitflags 2.11.1", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -8689,9 +8709,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.114" +version = "0.9.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" +checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" dependencies = [ "cc", "libc", @@ -8922,7 +8942,7 @@ dependencies = [ "arrow-ipc 57.3.0", "arrow-schema 57.3.0", "arrow-select 57.3.0", - "base64 0.22.1", + "base64", "brotli", "bytes", "chrono", @@ -8946,25 +8966,25 @@ 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", - "base64 0.22.1", + "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", "chrono", "flate2", "futures", "half", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "lz4_flex 0.13.0", "num-bigint", "num-integer", @@ -9058,9 +9078,9 @@ checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" [[package]] name = "pastey" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b867cad97c0791bbd3aaa6472142568c6c9e8f71937e98379f584cfb0cf35bec" +checksum = "c5a797f0e07bdf071d15742978fc3128ec6c22891c31a3a931513263904c982a" [[package]] name = "pbkdf2" @@ -9127,7 +9147,7 @@ version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ - "base64 0.22.1", + "base64", "serde_core", ] @@ -9221,18 +9241,18 @@ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" [[package]] name = "pin-project" -version = "1.1.11" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" +checksum = "cbf0d9e68100b3a7989b4901972f265cd542e560a3a8a724e1e20322f4d06ce9" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.11" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" +checksum = "a990e22f43e84855daf260dded30524ef4a9021cc7541c26540500a50b624389" dependencies = [ "proc-macro2", "quote", @@ -9361,9 +9381,9 @@ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "portable-atomic-util" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3" +checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" dependencies = [ "portable-atomic", ] @@ -9566,18 +9586,18 @@ dependencies = [ [[package]] name = "profiling" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" +checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5" dependencies = [ "profiling-procmacros", ] [[package]] name = "profiling-procmacros" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" +checksum = "4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb" dependencies = [ "quote", "syn 2.0.117", @@ -9679,9 +9699,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8" +checksum = "645dbe486e346d9b5de3ef16ede18c26e6c70ad97418f4874b8b1889d6e761ea" dependencies = [ "ar_archive_writer", "cc", @@ -9709,9 +9729,9 @@ dependencies = [ [[package]] name = "pxfm" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a041e753da8b807c9255f28de81879c78c876392ff2469cde94799b2896b9d" +checksum = "e0c5ccf5294c6ccd63a74f1565028353830a9c2f5eb0c682c355c471726a6e3f" [[package]] name = "qoi" @@ -9771,9 +9791,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.39.2" +version = "0.39.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d" +checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" dependencies = [ "memchr", "serde", @@ -9815,7 +9835,7 @@ dependencies = [ "rustc-hash", "rustls", "rustls-pki-types", - "rustls-platform-verifier", + "rustls-platform-verifier 0.6.2", "slab", "thiserror 2.0.18", "tinyvec", @@ -9893,7 +9913,7 @@ checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -9936,9 +9956,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" +checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" [[package]] name = "rand_xoshiro" @@ -9946,7 +9966,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f0b2cc7bfeef8f0320ca45f88b00157a03c67137022d59393614352d6bf4312" dependencies = [ - "rand_core 0.10.0", + "rand_core 0.10.1", ] [[package]] @@ -10073,9 +10093,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 2.11.1", ] @@ -10163,7 +10183,7 @@ checksum = "43451dbf3590a7590684c25fb8d12ecdcc90ed3ac123433e500447c7d77ed701" dependencies = [ "anyhow", "async-trait", - "base64 0.22.1", + "base64", "chrono", "form_urlencoded", "getrandom 0.2.17", @@ -10190,12 +10210,12 @@ version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "futures-channel", "futures-core", "futures-util", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "http-body-util", @@ -10234,12 +10254,12 @@ version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "encoding_rs", "futures-core", "futures-util", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "http-body-util", @@ -10254,7 +10274,7 @@ dependencies = [ "quinn", "rustls", "rustls-pki-types", - "rustls-platform-verifier", + "rustls-platform-verifier 0.7.0", "serde", "serde_json", "serde_urlencoded", @@ -10431,14 +10451,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e12ca9067b5ebfbd5b3fcdc4acfceb81aa7d5ab2a879dff7cb75d22434276aad" dependencies = [ "async-trait", - "base64 0.22.1", + "base64", "bytes", "chrono", "futures", "http 1.4.0", "http-body 1.0.1", "http-body-util", - "pastey 0.2.1", + "pastey 0.2.2", "pin-project-lite", "rand 0.10.1", "reqwest 0.13.3", @@ -10490,9 +10510,9 @@ dependencies = [ [[package]] name = "roaring" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba9ce64a8f45d7fc86358410bb1a82e8c987504c0d4900e9141d69a9f26c885" +checksum = "1dedc5658c6ecb3bdb5ef5f3295bb9253f42dcf3fd1402c03f6b1f7659c3c4a9" dependencies = [ "bytemuck", "byteorder", @@ -10585,9 +10605,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce901f9a19d251159075a4c37af514c3b8ef99c22e02dd8c19161cf397ee94a" +checksum = "0c5108e3d4d903e21aac27f12ba5377b6b34f9f44b325e4894c7924169d06995" dependencies = [ "arrayvec", "borsh", @@ -10699,9 +10719,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" +checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" dependencies = [ "web-time", "zeroize", @@ -10715,7 +10735,28 @@ checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" dependencies = [ "core-foundation 0.10.1", "core-foundation-sys", - "jni", + "jni 0.21.1", + "log", + "once_cell", + "rustls", + "rustls-native-certs", + "rustls-platform-verifier-android", + "rustls-webpki", + "security-framework", + "security-framework-sys", + "webpki-root-certs", + "windows-sys 0.61.2", +] + +[[package]] +name = "rustls-platform-verifier" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" +dependencies = [ + "core-foundation 0.10.1", + "core-foundation-sys", + "jni 0.22.4", "log", "once_cell", "rustls", @@ -11115,7 +11156,7 @@ version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f05839ce67618e14a09b286535c0d9c94e85ef25469b0e13cb4f844e5593eb19" dependencies = [ - "base64 0.22.1", + "base64", "chrono", "hex", "indexmap 1.9.3", @@ -11238,7 +11279,7 @@ dependencies = [ "slab", "socket2 0.6.3", "strum 0.28.0", - "sysinfo 0.38.4", + "sysinfo 0.39.0", "tempfile", "thiserror 2.0.18", "toml 1.1.2+spec-1.1.0", @@ -11310,7 +11351,7 @@ dependencies = [ "slab", "socket2 0.6.3", "strum 0.28.0", - "sysinfo 0.38.4", + "sysinfo 0.39.0", "tempfile", "thiserror 2.0.18", "toml 1.1.2+spec-1.1.0", @@ -11343,7 +11384,7 @@ checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" dependencies = [ "cfg-if", "cpufeatures 0.3.0", - "digest 0.11.2", + "digest 0.11.3", ] [[package]] @@ -11365,7 +11406,7 @@ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" dependencies = [ "cfg-if", "cpufeatures 0.3.0", - "digest 0.11.2", + "digest 0.11.3", ] [[package]] @@ -11374,7 +11415,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" dependencies = [ - "digest 0.11.2", + "digest 0.11.3", "keccak", ] @@ -11453,6 +11494,16 @@ dependencies = [ "value-trait", ] +[[package]] +name = "simd_cesu8" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" +dependencies = [ + "rustc_version", + "simdutf8", +] + [[package]] name = "simd_helpers" version = "0.1.0" @@ -11512,9 +11563,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 = "slab" @@ -11679,7 +11730,7 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" dependencies = [ - "base64 0.22.1", + "base64", "bytes", "chrono", "crc", @@ -11756,7 +11807,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" dependencies = [ "atoi", - "base64 0.22.1", + "base64", "bitflags 2.11.1", "byteorder", "bytes", @@ -11800,7 +11851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" dependencies = [ "atoi", - "base64 0.22.1", + "base64", "bitflags 2.11.1", "byteorder", "chrono", @@ -11860,9 +11911,9 @@ dependencies = [ [[package]] name = "sse-stream" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb4dc4d33c68ec1f27d386b5610a351922656e1fdf5c05bbaad930cd1519479a" +checksum = "f3962b63f038885f15bce2c6e02c0e7925c072f1ac86bb60fd44c5c6b762fb72" dependencies = [ "bytes", "futures-util", @@ -11879,15 +11930,15 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stacker" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013" +checksum = "640c8cdd92b6b12f5bcb1803ca3bbf5ab96e5e6b6b96b9ab77dabe9e880b3190" dependencies = [ "cc", "cfg-if", "libc", "psm", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -12062,9 +12113,9 @@ dependencies = [ [[package]] name = "synchrony" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c174d82fd56da8214ec095cfe4568e59e5ccb49d060e70c2f98e3ba352b23e45" +checksum = "416090a4d8f6358526df5f9f65dfe28750b8b7bfd1fd8a5620f483fc4a75722c" dependencies = [ "futures-util", "loom", @@ -12150,15 +12201,16 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.4" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" +checksum = "cd9f9fe3d2b7b75cf4f2805e5b9926e8ac47146667b16b86298c4a8bf08cc469" dependencies = [ "libc", "memchr", "ntapi", "objc2-core-foundation", "objc2-io-kit", + "objc2-open-directory", "windows 0.62.2", ] @@ -12276,9 +12328,9 @@ dependencies = [ [[package]] name = "testcontainers" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd36b06a2a6c0c3c81a83be1ab05fe86460d054d4d51bf513bc56b3e15bdc22" +checksum = "bfd5785b5483672915ed5fe3cddf9f546802779fc1eceff0a6fb7321fac81c1e" dependencies = [ "astral-tokio-tar", "async-trait", @@ -12501,9 +12553,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.2" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "110a78583f19d5cdb2c5ccf321d1290344e71313c6c37d43520d386027d18386" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc", @@ -12550,9 +12602,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" +checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" dependencies = [ "futures-util", "log", @@ -12560,7 +12612,7 @@ dependencies = [ "rustls-pki-types", "tokio", "tokio-rustls", - "tungstenite", + "tungstenite 0.29.0", "webpki-roots 0.26.11", ] @@ -12619,7 +12671,7 @@ dependencies = [ "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", "toml_writer", - "winnow 1.0.1", + "winnow 1.0.2", ] [[package]] @@ -12671,7 +12723,7 @@ version = "1.1.2+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" dependencies = [ - "winnow 1.0.1", + "winnow 1.0.2", ] [[package]] @@ -12688,15 +12740,15 @@ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" [[package]] name = "tonic" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" +checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" dependencies = [ "async-trait", "axum", - "base64 0.22.1", + "base64", "bytes", - "h2 0.4.13", + "h2 0.4.14", "http 1.4.0", "http-body 1.0.1", "http-body-util", @@ -12717,9 +12769,9 @@ dependencies = [ [[package]] name = "tonic-prost" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" +checksum = "50849f68853be452acf590cde0b146665b8d507b3b8af17261df47e02c209ea0" dependencies = [ "bytes", "prost", @@ -12760,9 +12812,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.8" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" dependencies = [ "async-compression", "bitflags 2.11.1", @@ -12772,7 +12824,6 @@ dependencies = [ "http 1.4.0", "http-body 1.0.1", "http-body-util", - "iri-string", "pin-project-lite", "tokio", "tokio-util", @@ -12780,6 +12831,7 @@ dependencies = [ "tower-layer", "tower-service", "tracing", + "url", ] [[package]] @@ -12930,6 +12982,24 @@ dependencies = [ "utf-8", ] +[[package]] +name = "tungstenite" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" +dependencies = [ + "bytes", + "data-encoding", + "http 1.4.0", + "httparse", + "log", + "rand 0.9.4", + "rustls", + "rustls-pki-types", + "sha1 0.10.6", + "thiserror 2.0.18", +] + [[package]] name = "twox-hash" version = "2.1.2" @@ -13013,9 +13083,9 @@ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" [[package]] name = "typenum" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" +checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" [[package]] name = "typetag" @@ -13187,7 +13257,7 @@ version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0" dependencies = [ - "base64 0.22.1", + "base64", "flate2", "log", "percent-encoding", @@ -13204,7 +13274,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" dependencies = [ - "base64 0.22.1", + "base64", "http 1.4.0", "httparse", "log", @@ -13235,7 +13305,7 @@ version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" dependencies = [ - "base64 0.22.1", + "base64", "data-url", "flate2", "fontdb", @@ -13508,9 +13578,9 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" [[package]] name = "wasm-bindgen" -version = "0.2.117" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" +checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790" dependencies = [ "cfg-if", "once_cell", @@ -13521,9 +13591,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.67" +version = "0.4.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e" +checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8" dependencies = [ "js-sys", "wasm-bindgen", @@ -13531,9 +13601,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.117" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" +checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13541,9 +13611,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.117" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" +checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2" dependencies = [ "bumpalo", "proc-macro2", @@ -13554,9 +13624,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.117" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" +checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441" dependencies = [ "unicode-ident", ] @@ -13647,9 +13717,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.94" +version = "0.3.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a" +checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa" dependencies = [ "js-sys", "wasm-bindgen", @@ -13668,9 +13738,9 @@ dependencies = [ [[package]] name = "webpki-root-certs" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" +checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c" dependencies = [ "rustls-pki-types", ] @@ -14285,9 +14355,9 @@ dependencies = [ [[package]] name = "winnow" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5" +checksum = "2ee1708bef14716a11bae175f579062d4554d95be2c6829f518df847b7b3fdd0" [[package]] name = "winsafe" @@ -14302,7 +14372,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031" dependencies = [ "assert-json-diff", - "base64 0.22.1", + "base64", "deadpool", "futures", "http 1.4.0", diff --git a/Cargo.toml b/Cargo.toml index 4ca7ee162c..949a498f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,16 +127,16 @@ configs_derive = { path = "core/configs_derive", version = "0.1.0" } consensus = { path = "core/consensus" } console-subscriber = "0.5.0" crossbeam = "0.8.4" -crossfire = "3.1.9" +crossfire = "3.1.10" csv = "1.4.0" -ctor = "1.0.1" +ctor = "1.0.4" ctrlc = { version = "3.5", features = ["termination"] } cucumber = "0.23" cyper = { version = "0.8.3", features = ["rustls"], default-features = false } cyper-axum = { version = "0.8.0" } darling = "0.23" dashmap = "6.1.0" -deltalake = { version = "0.32.0", features = ["azure", "gcs", "s3"] } +deltalake = { version = "0.32.1", features = ["azure", "gcs", "s3"] } derive-new = "0.7.0" derive_builder = "0.20.2" derive_more = { version = "2.1.1", features = ["full"] } @@ -144,7 +144,7 @@ dircpy = "0.3.20" dirs = "6.0.0" dlopen2 = "0.8.2" dotenvy = "0.15.7" -dtor = "1.0.0" +dtor = "1.0.2" elasticsearch = { version = "9.1.0-alpha.1", features = ["rustls-tls"], default-features = false } enumset = "1.1" env_logger = "0.11.10" @@ -169,9 +169,9 @@ http = "1" human-repr = "1.1.0" humantime = "2.3.0" hwlocality = "1.0.0-alpha.12" -iceberg = "0.9.0" -iceberg-catalog-rest = "0.9.0" -iceberg-storage-opendal = "0.9.0" +iceberg = "0.9.1" +iceberg-catalog-rest = "0.9.1" +iceberg-storage-opendal = "0.9.1" iggy = { path = "core/sdk", version = "0.10.0" } iggy-cli = { path = "core/cli", version = "0.13.0" } iggy_binary_protocol = { path = "core/binary_protocol", version = "0.10.0" } @@ -276,18 +276,18 @@ static-toml = "1.3.0" strum = { version = "0.28.0", features = ["derive"] } strum_macros = "0.28.0" syn = { version = "2", features = ["full", "extra-traits"] } -sysinfo = "0.38.4" +sysinfo = "0.39.0" tempfile = "3.27.0" terminal_size = { version = "0.4.4" } test-case = "3.3.1" testcontainers-modules = { version = "0.15.0", features = ["postgres", "http_wait"] } thiserror = "2.0.18" -tokio = { version = "1.52.2", features = ["full"] } +tokio = { version = "1.52.3", features = ["full"] } tokio-rustls = "0.26.4" -tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"] } +tokio-tungstenite = { version = "0.29", features = ["rustls-tls-webpki-roots"] } tokio-util = { version = "0.7.18", features = ["compat"] } toml = "1.1.2" -tower-http = { version = "0.6.8", features = ["add-extension", "cors", "trace"] } +tower-http = { version = "0.6.10", features = ["add-extension", "cors", "trace"] } tracing = "0.1.44" tracing-appender = "0.2.5" tracing-opentelemetry = "0.32.1" @@ -297,7 +297,7 @@ tracing-subscriber = { version = "0.3.23", default-features = false, features = "ansi", ] } trait-variant = "0.1.2" -tungstenite = "0.28.0" +tungstenite = "0.29.0" twox-hash = { version = "2.1.2", features = ["xxhash32"] } ulid = "1.2.1" ureq = "3.3" diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 7b920c812a..e3120c36e8 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -40,31 +40,31 @@ argon2: 0.5.3, "Apache-2.0 OR MIT", array-init: 2.1.0, "Apache-2.0 OR MIT", arrayref: 0.3.9, "BSD-2-Clause", arrayvec: 0.7.6, "Apache-2.0 OR MIT", -arrow: 58.1.0, "Apache-2.0", +arrow: 58.2.0, "Apache-2.0", arrow-arith: 57.3.0, "Apache-2.0", -arrow-arith: 58.1.0, "Apache-2.0", +arrow-arith: 58.2.0, "Apache-2.0", arrow-array: 57.3.0, "Apache-2.0", -arrow-array: 58.1.0, "Apache-2.0", +arrow-array: 58.2.0, "Apache-2.0 AND MIT", arrow-buffer: 57.3.0, "Apache-2.0", -arrow-buffer: 58.1.0, "Apache-2.0", +arrow-buffer: 58.2.0, "Apache-2.0", arrow-cast: 57.3.0, "Apache-2.0", -arrow-cast: 58.1.0, "Apache-2.0", -arrow-csv: 58.1.0, "Apache-2.0", +arrow-cast: 58.2.0, "Apache-2.0", +arrow-csv: 58.2.0, "Apache-2.0", arrow-data: 57.3.0, "Apache-2.0", -arrow-data: 58.1.0, "Apache-2.0", +arrow-data: 58.2.0, "Apache-2.0", arrow-ipc: 57.3.0, "Apache-2.0", -arrow-ipc: 58.1.0, "Apache-2.0", +arrow-ipc: 58.2.0, "Apache-2.0", arrow-json: 57.3.0, "Apache-2.0", -arrow-json: 58.1.0, "Apache-2.0", +arrow-json: 58.2.0, "Apache-2.0", arrow-ord: 57.3.0, "Apache-2.0", -arrow-ord: 58.1.0, "Apache-2.0", -arrow-row: 58.1.0, "Apache-2.0", +arrow-ord: 58.2.0, "Apache-2.0", +arrow-row: 58.2.0, "Apache-2.0", arrow-schema: 57.3.0, "Apache-2.0", -arrow-schema: 58.1.0, "Apache-2.0", +arrow-schema: 58.2.0, "Apache-2.0", arrow-select: 57.3.0, "Apache-2.0", -arrow-select: 58.1.0, "Apache-2.0", +arrow-select: 58.2.0, "Apache-2.0", arrow-string: 57.3.0, "Apache-2.0", -arrow-string: 58.1.0, "Apache-2.0", +arrow-string: 58.2.0, "Apache-2.0", as-any: 0.3.2, "Apache-2.0 OR MIT", as-slice: 0.2.1, "Apache-2.0 OR MIT", asn1-rs: 0.7.1, "Apache-2.0 OR MIT", @@ -72,10 +72,10 @@ asn1-rs-derive: 0.6.0, "Apache-2.0 OR MIT", asn1-rs-impl: 0.2.0, "Apache-2.0 OR MIT", assert-json-diff: 2.0.2, "MIT", assert_cmd: 2.2.1, "Apache-2.0 OR MIT", -astral-tokio-tar: 0.6.0, "Apache-2.0 OR MIT", +astral-tokio-tar: 0.6.1, "Apache-2.0 OR MIT", async-broadcast: 0.7.2, "Apache-2.0 OR MIT", async-channel: 2.5.0, "Apache-2.0 OR MIT", -async-compression: 0.4.41, "Apache-2.0 OR MIT", +async-compression: 0.4.42, "Apache-2.0 OR MIT", async-dropper: 0.3.1, "MIT", async-dropper-derive: 0.3.1, "MIT", async-dropper-simple: 0.2.6, "MIT", @@ -94,15 +94,15 @@ autocfg: 1.5.0, "Apache-2.0 OR MIT", autotools: 0.2.7, "MIT", av-scenechange: 0.14.1, "MIT", av1-grain: 0.2.5, "BSD-2-Clause", -avif-serialize: 0.8.8, "BSD-3-Clause", -aws-config: 1.8.15, "Apache-2.0", +avif-serialize: 0.8.9, "BSD-3-Clause", +aws-config: 1.8.16, "Apache-2.0", aws-credential-types: 1.2.14, "Apache-2.0", aws-lc-rs: 1.16.3, "(Apache-2.0 OR ISC) AND ISC", aws-lc-sys: 0.40.0, "(Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0) AND (Apache-2.0 OR ISC) AND Apache-2.0 AND BSD-3-Clause AND ISC AND MIT", aws-runtime: 1.7.3, "Apache-2.0", aws-sdk-dynamodb: 1.111.0, "Apache-2.0", -aws-sdk-sso: 1.96.0, "Apache-2.0", -aws-sdk-ssooidc: 1.98.0, "Apache-2.0", +aws-sdk-sso: 1.98.0, "Apache-2.0", +aws-sdk-ssooidc: 1.100.0, "Apache-2.0", aws-sdk-sts: 1.103.0, "Apache-2.0", aws-sigv4: 1.4.3, "Apache-2.0", aws-smithy-async: 1.2.14, "Apache-2.0", @@ -124,7 +124,6 @@ axum-server: 0.8.0, "MIT", az: 1.3.0, "Apache-2.0 OR MIT", backon: 1.6.0, "Apache-2.0", base16ct: 0.2.0, "Apache-2.0 OR MIT", -base64: 0.21.7, "Apache-2.0 OR MIT", base64: 0.22.1, "Apache-2.0 OR MIT", base64-simd: 0.8.0, "MIT", base64ct: 1.8.3, "Apache-2.0 OR MIT", @@ -145,7 +144,7 @@ bit-vec: 0.9.1, "Apache-2.0 OR MIT", bit_field: 0.10.3, "Apache-2.0 OR MIT", bitflags: 1.3.2, "Apache-2.0 OR MIT", bitflags: 2.11.1, "Apache-2.0 OR MIT", -bitstream-io: 4.9.0, "Apache-2.0 OR MIT", +bitstream-io: 4.10.0, "Apache-2.0 OR MIT", bitvec: 1.0.1, "MIT", blake2: 0.10.6, "Apache-2.0 OR MIT", blake3: 1.8.5, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR CC0-1.0", @@ -178,14 +177,14 @@ byteorder: 1.5.0, "MIT OR Unlicense", byteorder-lite: 0.1.0, "MIT OR Unlicense", bytes: 1.11.1, "MIT", bytes-utils: 0.1.4, "Apache-2.0 OR MIT", -bytestring: 1.5.0, "Apache-2.0 OR MIT", +bytestring: 1.5.1, "Apache-2.0 OR MIT", bzip2: 0.6.1, "Apache-2.0 OR MIT", camino: 1.2.2, "Apache-2.0 OR MIT", capacity_builder: 0.5.0, "MIT", capacity_builder_macros: 0.3.0, "MIT", -cargo-platform: 0.3.2, "Apache-2.0 OR MIT", +cargo-platform: 0.3.3, "Apache-2.0 OR MIT", cargo_metadata: 0.23.1, "MIT", -cc: 1.2.60, "Apache-2.0 OR MIT", +cc: 1.2.62, "Apache-2.0 OR MIT", cesu8: 1.1.0, "Apache-2.0 OR MIT", cexpr: 0.6.0, "Apache-2.0 OR MIT", cfg-if: 1.0.4, "Apache-2.0 OR MIT", @@ -223,8 +222,8 @@ compio-quic: 0.7.2, "MIT", compio-runtime: 0.11.0, "MIT", compio-tls: 0.9.1, "MIT", compio-ws: 0.3.1, "MIT", -compression-codecs: 0.4.37, "Apache-2.0 OR MIT", -compression-core: 0.4.31, "Apache-2.0 OR MIT", +compression-codecs: 0.4.38, "Apache-2.0 OR MIT", +compression-core: 0.4.32, "Apache-2.0 OR MIT", concurrent-queue: 2.5.0, "Apache-2.0 OR MIT", configs: 0.1.0, "Apache-2.0", configs_derive: 0.1.0, "Apache-2.0", @@ -244,13 +243,12 @@ cookie: 0.16.2, "Apache-2.0 OR MIT", core-foundation: 0.9.4, "Apache-2.0 OR MIT", core-foundation: 0.10.1, "Apache-2.0 OR MIT", core-foundation-sys: 0.8.7, "Apache-2.0 OR MIT", -core2: 0.4.0, "Apache-2.0 OR MIT", core_affinity: 0.8.3, "Apache-2.0 OR MIT", core_maths: 0.1.1, "MIT", cpufeatures: 0.2.17, "Apache-2.0 OR MIT", cpufeatures: 0.3.0, "Apache-2.0 OR MIT", crc: 3.4.0, "Apache-2.0 OR MIT", -crc-catalog: 2.4.0, "Apache-2.0 OR MIT", +crc-catalog: 2.5.0, "Apache-2.0 OR MIT", crc32c: 0.6.8, "Apache-2.0 OR MIT", crc32fast: 1.5.0, "Apache-2.0 OR MIT", critical-section: 1.2.0, "Apache-2.0 OR MIT", @@ -260,7 +258,7 @@ crossbeam-deque: 0.8.6, "Apache-2.0 OR MIT", crossbeam-epoch: 0.9.18, "Apache-2.0 OR MIT", crossbeam-queue: 0.3.12, "Apache-2.0 OR MIT", crossbeam-utils: 0.8.21, "Apache-2.0 OR MIT", -crossfire: 3.1.9, "Apache-2.0", +crossfire: 3.1.10, "Apache-2.0", crunchy: 0.2.4, "MIT", crypto-bigint: 0.5.5, "Apache-2.0 OR MIT", crypto-common: 0.1.7, "Apache-2.0 OR MIT", @@ -268,7 +266,7 @@ crypto-common: 0.2.1, "Apache-2.0 OR MIT", csv: 1.4.0, "MIT OR Unlicense", csv-core: 0.1.13, "MIT OR Unlicense", ctor: 0.10.1, "Apache-2.0 OR MIT", -ctor: 1.0.1, "Apache-2.0 OR MIT", +ctor: 1.0.4, "Apache-2.0 OR MIT", ctor-proc-macro: 0.0.13, "Apache-2.0 OR MIT", ctr: 0.9.2, "Apache-2.0 OR MIT", ctrlc: 3.5.2, "Apache-2.0 OR MIT", @@ -291,17 +289,17 @@ darling_macro: 0.20.11, "MIT", darling_macro: 0.21.3, "MIT", darling_macro: 0.23.0, "MIT", dashmap: 6.1.0, "MIT", -data-encoding: 2.10.0, "MIT", +data-encoding: 2.11.0, "MIT", data-url: 0.3.2, "Apache-2.0 OR MIT", -dbus: 0.9.10, "Apache-2.0 OR MIT", +dbus: 0.9.11, "Apache-2.0 OR MIT", dbus-secret-service: 4.1.0, "Apache-2.0 OR MIT", deadpool: 0.12.3, "Apache-2.0 OR MIT", deadpool-runtime: 0.1.4, "Apache-2.0 OR MIT", debugid: 0.8.0, "Apache-2.0", -deltalake: 0.32.0, "Apache-2.0", +deltalake: 0.32.1, "Apache-2.0", deltalake-aws: 0.15.0, "Apache-2.0", deltalake-azure: 0.15.0, "Apache-2.0", -deltalake-core: 0.32.0, "Apache-2.0", +deltalake-core: 0.32.1, "Apache-2.0", deltalake-derive: 1.0.0, "Apache-2.0", deltalake-gcp: 0.16.0, "Apache-2.0", deno_core: 0.351.0, "MIT", @@ -324,7 +322,7 @@ derive_more: 2.1.1, "MIT", derive_more-impl: 2.1.1, "MIT", difflib: 0.4.0, "MIT", digest: 0.10.7, "Apache-2.0 OR MIT", -digest: 0.11.2, "Apache-2.0 OR MIT", +digest: 0.11.3, "Apache-2.0 OR MIT", dircpy: 0.3.20, "MIT", dirs: 6.0.0, "Apache-2.0 OR MIT", dirs-sys: 0.5.0, "Apache-2.0 OR MIT", @@ -334,12 +332,12 @@ dissimilar: 1.0.11, "Apache-2.0", dlopen2: 0.8.2, "MIT", dlopen2_derive: 0.4.3, "MIT", dlv-list: 0.5.2, "Apache-2.0 OR MIT", -docker_credential: 1.3.2, "Apache-2.0 OR MIT", +docker_credential: 1.3.3, "Apache-2.0 OR MIT", dotenvy: 0.15.7, "MIT", downcast: 0.11.0, "MIT", dtoa: 1.0.11, "Apache-2.0 OR MIT", dtor: 0.8.1, "Apache-2.0 OR MIT", -dtor: 1.0.0, "Apache-2.0 OR MIT", +dtor: 1.0.2, "Apache-2.0 OR MIT", dtor-proc-macro: 0.0.13, "Apache-2.0 OR MIT", dunce: 1.0.5, "Apache-2.0 OR CC0-1.0 OR MIT-0", dyn-clone: 1.0.20, "Apache-2.0 OR MIT", @@ -354,8 +352,8 @@ embedded-io: 0.6.1, "Apache-2.0 OR MIT", encode_unicode: 1.0.0, "Apache-2.0 OR MIT", encoding_rs: 0.8.35, "(Apache-2.0 OR MIT) AND BSD-3-Clause", enum-as-inner: 0.6.1, "Apache-2.0 OR MIT", -enumset: 1.1.10, "Apache-2.0 OR MIT", -enumset_derive: 0.14.0, "Apache-2.0 OR MIT", +enumset: 1.1.12, "Apache-2.0 OR MIT", +enumset_derive: 0.15.0, "Apache-2.0 OR MIT", equator: 0.4.2, "MIT", equator-macro: 0.4.2, "MIT", equivalent: 1.0.2, "Apache-2.0 OR MIT", @@ -377,16 +375,15 @@ extension-traits: 1.0.1, "Apache-2.0 OR MIT OR Zlib", fastbloom: 0.14.1, "Apache-2.0 OR MIT", fastnum: 0.7.4, "Apache-2.0 OR MIT", fastrand: 2.4.1, "Apache-2.0 OR MIT", -fax: 0.2.6, "MIT", -fax_derive: 0.2.0, "MIT", +fax: 0.2.7, "MIT", fdeflate: 0.3.7, "Apache-2.0 OR MIT", -ferroid: 0.8.9, "Apache-2.0 OR MIT", +ferroid: 2.0.0, "Apache-2.0 OR MIT", ff: 0.13.1, "Apache-2.0 OR MIT", fiat-crypto: 0.2.9, "Apache-2.0 OR BSD-1-Clause OR MIT", figlet-rs: 1.0.0, "Apache-2.0", figment: 0.10.19, "Apache-2.0 OR MIT", file-operation: 0.8.19, "MIT", -filetime: 0.2.27, "Apache-2.0 OR MIT", +filetime: 0.2.28, "Apache-2.0 OR MIT", find-msvc-tools: 0.1.9, "Apache-2.0 OR MIT", flatbuffers: 25.12.19, "Apache-2.0", flate2: 1.1.9, "Apache-2.0 OR MIT", @@ -463,9 +460,9 @@ gloo-worker-macros: 0.1.0, "Apache-2.0 OR MIT", gloo-worker-macros: 0.2.0, "Apache-2.0 OR MIT", governor: 0.10.4, "MIT", group: 0.13.0, "Apache-2.0 OR MIT", -gzip-header: 1.0.0, "Apache-2.0 OR MIT", +gzip-header: 1.1.0, "Apache-2.0 OR MIT", h2: 0.3.27, "MIT", -h2: 0.4.13, "MIT", +h2: 0.4.14, "MIT", half: 2.7.1, "Apache-2.0 OR MIT", halfbrown: 0.4.0, "Apache-2.0 OR MIT", handlebars: 6.4.0, "MIT", @@ -501,18 +498,18 @@ human-repr: 1.1.0, "MIT", humantime: 2.3.0, "Apache-2.0 OR MIT", hwlocality: 1.0.0-alpha.12, "MIT", hwlocality-sys: 0.7.0, "MIT", -hybrid-array: 0.4.10, "Apache-2.0 OR MIT", +hybrid-array: 0.4.11, "Apache-2.0 OR MIT", hyper: 1.9.0, "MIT", hyper-named-pipe: 0.1.0, "Apache-2.0", -hyper-rustls: 0.27.7, "Apache-2.0 OR ISC OR MIT", +hyper-rustls: 0.27.9, "Apache-2.0 OR ISC OR MIT", hyper-timeout: 0.5.2, "Apache-2.0 OR MIT", hyper-util: 0.1.20, "MIT", hyperlocal: 0.9.1, "MIT", iana-time-zone: 0.1.65, "Apache-2.0 OR MIT", iana-time-zone-haiku: 0.1.2, "Apache-2.0 OR MIT", -iceberg: 0.9.0, "Apache-2.0", -iceberg-catalog-rest: 0.9.0, "Apache-2.0", -iceberg-storage-opendal: 0.9.0, "Apache-2.0", +iceberg: 0.9.1, "Apache-2.0", +iceberg-catalog-rest: 0.9.1, "Apache-2.0", +iceberg-storage-opendal: 0.9.1, "Apache-2.0", icu_collections: 2.2.0, "Unicode-3.0", icu_locale_core: 2.2.0, "Unicode-3.0", icu_normalizer: 2.2.0, "Unicode-3.0", @@ -523,7 +520,7 @@ icu_provider: 2.2.0, "Unicode-3.0", id-arena: 2.3.0, "Apache-2.0 OR MIT", ident_case: 1.0.1, "Apache-2.0 OR MIT", idna: 1.1.0, "Apache-2.0 OR MIT", -idna_adapter: 1.2.1, "Apache-2.0 OR MIT", +idna_adapter: 1.2.2, "Apache-2.0 OR MIT", if_chain: 1.0.3, "Apache-2.0 OR MIT", iggy: 0.10.0, "Apache-2.0", iggy-bench: 0.5.0, "Apache-2.0", @@ -552,7 +549,7 @@ ignore: 0.4.25, "MIT OR Unlicense", image: 0.25.10, "Apache-2.0 OR MIT", image-webp: 0.2.4, "Apache-2.0 OR MIT", imagesize: 0.13.0, "MIT", -imgref: 1.12.0, "Apache-2.0 OR CC0-1.0", +imgref: 1.12.1, "Apache-2.0 OR CC0-1.0", impl-more: 0.1.9, "Apache-2.0 OR MIT", implicit-clone: 0.6.0, "Apache-2.0 OR MIT", implicit-clone-derive: 0.1.2, "Apache-2.0 OR MIT", @@ -567,32 +564,33 @@ integer-encoding: 3.0.4, "MIT", integration: 0.0.1, "Apache-2.0", interpolate_name: 0.2.4, "MIT", inventory: 0.3.24, "Apache-2.0 OR MIT", -io-uring: 0.7.11, "Apache-2.0 OR MIT", +io-uring: 0.7.12, "Apache-2.0 OR MIT", io_uring_buf_ring: 0.2.3, "MIT", ipconfig: 0.3.4, "Apache-2.0 OR MIT", ipnet: 2.12.0, "Apache-2.0 OR MIT", -iri-string: 0.7.12, "Apache-2.0 OR MIT", is_terminal_polyfill: 1.70.2, "Apache-2.0 OR MIT", itertools: 0.13.0, "Apache-2.0 OR MIT", itertools: 0.14.0, "Apache-2.0 OR MIT", itoa: 1.0.18, "Apache-2.0 OR MIT", -jiff: 0.2.23, "MIT OR Unlicense", -jiff-static: 0.2.23, "MIT OR Unlicense", +jiff: 0.2.24, "MIT OR Unlicense", +jiff-static: 0.2.24, "MIT OR Unlicense", jiff-tzdb: 0.1.6, "MIT OR Unlicense", jiff-tzdb-platform: 0.1.3, "MIT OR Unlicense", jni: 0.21.1, "Apache-2.0 OR MIT", +jni: 0.22.4, "Apache-2.0 OR MIT", +jni-macros: 0.22.4, "Apache-2.0 OR MIT", jni-sys: 0.3.1, "Apache-2.0 OR MIT", jni-sys: 0.4.1, "Apache-2.0 OR MIT", jni-sys-macros: 0.4.1, "Apache-2.0 OR MIT", jobserver: 0.1.34, "Apache-2.0 OR MIT", journal: 0.1.0, "Apache-2.0", -js-sys: 0.3.94, "Apache-2.0 OR MIT", +js-sys: 0.3.98, "Apache-2.0 OR MIT", jsonwebtoken: 10.3.0, "MIT", jwalk: 0.8.1, "MIT", keccak: 0.2.0, "Apache-2.0 OR MIT", keyring: 3.6.3, "Apache-2.0 OR MIT", kqueue: 1.1.1, "MIT", -kqueue-sys: 1.0.4, "MIT", +kqueue-sys: 1.1.0, "MIT", kurbo: 0.11.3, "Apache-2.0 OR MIT", language-tags: 0.3.2, "Apache-2.0 OR MIT", lazy_static: 1.5.0, "Apache-2.0 OR MIT", @@ -607,21 +605,21 @@ lexical-parse-integer: 1.0.6, "Apache-2.0 OR MIT", lexical-util: 1.0.7, "Apache-2.0 OR MIT", lexical-write-float: 1.0.6, "Apache-2.0 OR MIT", lexical-write-integer: 1.0.6, "Apache-2.0 OR MIT", -libbz2-rs-sys: 0.2.2, "bzip2-1.0.6", +libbz2-rs-sys: 0.2.3, "bzip2-1.0.6", libc: 0.2.186, "Apache-2.0 OR MIT", libdbus-sys: 0.2.7, "Apache-2.0 OR MIT", libfuzzer-sys: 0.4.12, "(Apache-2.0 OR MIT) AND NCSA", -libgit2-sys: 0.18.3+1.9.2, "Apache-2.0 OR MIT", +libgit2-sys: 0.18.4+1.9.3, "Apache-2.0 OR MIT", libloading: 0.8.9, "ISC", liblzma: 0.4.6, "Apache-2.0 OR MIT", liblzma-sys: 0.4.6, "Apache-2.0 OR MIT", libm: 0.2.16, "MIT", -libmimalloc-sys: 0.1.44, "MIT", +libmimalloc-sys: 0.1.47, "MIT", libredox: 0.1.16, "MIT", libsqlite3-sys: 0.30.1, "MIT", libz-sys: 1.1.28, "Apache-2.0 OR MIT", link-section: 0.2.1, "Apache-2.0 OR MIT", -link-section: 0.13.1, "Apache-2.0 OR MIT", +link-section: 0.16.0, "Apache-2.0 OR MIT", linked-hash-map: 0.5.6, "Apache-2.0 OR MIT", linktime-proc-macro: 0.1.0, "Apache-2.0 OR MIT", linux-raw-sys: 0.4.15, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", @@ -655,7 +653,7 @@ message_bus: 0.1.0, "Apache-2.0", metadata: 0.1.0, "Apache-2.0", miette: 7.6.0, "Apache-2.0", miette-derive: 7.6.0, "Apache-2.0", -mimalloc: 0.1.48, "MIT", +mimalloc: 0.1.50, "MIT", mime: 0.3.17, "Apache-2.0 OR MIT", mime_guess: 2.0.5, "MIT", minimal-lexical: 0.2.1, "Apache-2.0 OR MIT", @@ -673,6 +671,7 @@ murmur3: 0.5.2, "Apache-2.0 OR MIT", never-say-never: 6.6.666, "Apache-2.0 OR MIT OR Zlib", new_debug_unreachable: 1.0.6, "MIT", nix: 0.31.2, "MIT", +no_std_io2: 0.9.4, "Apache-2.0 OR MIT", nom: 7.1.3, "MIT", nom: 8.0.0, "MIT", nom_locate: 5.0.0, "MIT", @@ -703,7 +702,9 @@ num_threads: 0.1.7, "Apache-2.0 OR MIT", objc2: 0.6.4, "MIT", objc2-core-foundation: 0.3.2, "Apache-2.0 OR MIT OR Zlib", objc2-encode: 4.1.0, "MIT", +objc2-foundation: 0.3.2, "MIT", objc2-io-kit: 0.3.2, "Apache-2.0 OR MIT OR Zlib", +objc2-open-directory: 0.3.2, "Apache-2.0 OR MIT OR Zlib", object: 0.37.3, "Apache-2.0 OR MIT", object_store: 0.13.2, "Apache-2.0 OR MIT", octocrab: 0.50.0, "Apache-2.0 OR MIT", @@ -712,11 +713,11 @@ once_cell: 1.21.4, "Apache-2.0 OR MIT", once_cell_polyfill: 1.70.2, "Apache-2.0 OR MIT", opaque-debug: 0.3.1, "Apache-2.0 OR MIT", opendal: 0.55.0, "Apache-2.0", -openssl: 0.10.78, "Apache-2.0", +openssl: 0.10.79, "Apache-2.0", openssl-macros: 0.1.1, "Apache-2.0 OR MIT", openssl-probe: 0.2.1, "Apache-2.0 OR MIT", openssl-src: 300.6.0+3.6.2, "Apache-2.0 OR MIT", -openssl-sys: 0.9.114, "MIT", +openssl-sys: 0.9.115, "MIT", opentelemetry: 0.31.0, "Apache-2.0", opentelemetry-appender-tracing: 0.31.1, "Apache-2.0", opentelemetry-http: 0.31.0, "Apache-2.0", @@ -737,7 +738,7 @@ parking: 2.2.1, "Apache-2.0 OR MIT", parking_lot: 0.12.5, "Apache-2.0 OR MIT", parking_lot_core: 0.9.12, "Apache-2.0 OR MIT", parquet: 57.3.0, "Apache-2.0", -parquet: 58.1.0, "Apache-2.0", +parquet: 58.2.0, "Apache-2.0", parse-display: 0.9.1, "Apache-2.0 OR MIT", parse-display-derive: 0.9.1, "Apache-2.0 OR MIT", partitions: 0.1.0, "Apache-2.0", @@ -745,7 +746,7 @@ passterm: 2.0.6, "BSD-3-Clause", password-hash: 0.5.0, "Apache-2.0 OR MIT", paste: 1.0.15, "Apache-2.0 OR MIT", pastey: 0.1.1, "Apache-2.0 OR MIT", -pastey: 0.2.1, "Apache-2.0 OR MIT", +pastey: 0.2.2, "Apache-2.0 OR MIT", pbkdf2: 0.12.2, "Apache-2.0 OR MIT", pear: 0.2.9, "Apache-2.0 OR MIT", pear_codegen: 0.2.9, "Apache-2.0 OR MIT", @@ -763,8 +764,8 @@ pest_meta: 2.8.6, "Apache-2.0 OR MIT", phf: 0.12.1, "MIT", phf_shared: 0.12.1, "MIT", pico-args: 0.5.0, "MIT", -pin-project: 1.1.11, "Apache-2.0 OR MIT", -pin-project-internal: 1.1.11, "Apache-2.0 OR MIT", +pin-project: 1.1.12, "Apache-2.0 OR MIT", +pin-project-internal: 1.1.12, "Apache-2.0 OR MIT", pin-project-lite: 0.2.17, "Apache-2.0 OR MIT", pin-utils: 0.1.0, "Apache-2.0 OR MIT", pinned: 0.1.0, "Apache-2.0 OR MIT", @@ -778,7 +779,7 @@ polling: 3.11.0, "Apache-2.0 OR MIT", polonius-the-crab: 0.2.1, "Apache-2.0 OR MIT OR Zlib", polyval: 0.6.2, "Apache-2.0 OR MIT", portable-atomic: 1.13.1, "Apache-2.0 OR MIT", -portable-atomic-util: 0.2.6, "Apache-2.0 OR MIT", +portable-atomic-util: 0.2.7, "Apache-2.0 OR MIT", postcard: 1.1.3, "Apache-2.0 OR MIT", potential_utf: 0.1.5, "Unicode-3.0", powerfmt: 0.2.0, "Apache-2.0 OR MIT", @@ -798,8 +799,8 @@ proc-macro-rules: 0.4.0, "Apache-2.0 OR MIT", proc-macro-rules-macros: 0.4.0, "Apache-2.0 OR MIT", proc-macro2: 1.0.106, "Apache-2.0 OR MIT", proc-macro2-diagnostics: 0.10.1, "Apache-2.0 OR MIT", -profiling: 1.0.17, "Apache-2.0 OR MIT", -profiling-procmacros: 1.0.17, "Apache-2.0 OR MIT", +profiling: 1.0.18, "Apache-2.0 OR MIT", +profiling-procmacros: 1.0.18, "Apache-2.0 OR MIT", prometheus-client: 0.24.1, "Apache-2.0 OR MIT", prometheus-client-derive-encode: 0.5.0, "Apache-2.0 OR MIT", prost: 0.14.3, "Apache-2.0", @@ -808,17 +809,17 @@ prost-reflect: 0.16.3, "Apache-2.0 OR MIT", prost-types: 0.14.3, "Apache-2.0", protox: 0.9.1, "Apache-2.0 OR MIT", protox-parse: 0.9.0, "Apache-2.0 OR MIT", -psm: 0.1.30, "Apache-2.0 OR MIT", +psm: 0.1.31, "Apache-2.0 OR MIT", ptr_meta: 0.1.4, "MIT", ptr_meta_derive: 0.1.4, "MIT", -pxfm: 0.1.28, "Apache-2.0 OR BSD-3-Clause", +pxfm: 0.1.29, "Apache-2.0 OR BSD-3-Clause", qoi: 0.4.1, "Apache-2.0 OR MIT", quad-rand: 0.2.3, "MIT", quanta: 0.12.6, "MIT", quick-error: 2.0.1, "Apache-2.0 OR MIT", quick-xml: 0.37.5, "MIT", quick-xml: 0.38.4, "MIT", -quick-xml: 0.39.2, "MIT", +quick-xml: 0.39.4, "MIT", quinn: 0.11.9, "Apache-2.0 OR MIT", quinn-proto: 0.11.14, "Apache-2.0 OR MIT", quinn-udp: 0.5.14, "Apache-2.0 OR MIT", @@ -833,7 +834,7 @@ rand_chacha: 0.3.1, "Apache-2.0 OR MIT", rand_chacha: 0.9.0, "Apache-2.0 OR MIT", rand_core: 0.6.4, "Apache-2.0 OR MIT", rand_core: 0.9.5, "Apache-2.0 OR MIT", -rand_core: 0.10.0, "Apache-2.0 OR MIT", +rand_core: 0.10.1, "Apache-2.0 OR MIT", rand_xoshiro: 0.8.0, "Apache-2.0 OR MIT", rav1e: 0.8.1, "BSD-2-Clause", ravif: 0.13.0, "BSD-3-Clause", @@ -844,7 +845,7 @@ rcgen: 0.14.7, "Apache-2.0 OR MIT", recursive: 0.1.1, "MIT", recursive-proc-macro-impl: 0.1.1, "MIT", redox_syscall: 0.5.18, "MIT", -redox_syscall: 0.7.4, "MIT", +redox_syscall: 0.7.5, "MIT", redox_users: 0.5.2, "MIT", ref-cast: 1.0.25, "Apache-2.0 OR MIT", ref-cast-impl: 1.0.25, "Apache-2.0 OR MIT", @@ -872,7 +873,7 @@ rmcp: 1.6.0, "Apache-2.0", rmcp-macros: 1.6.0, "Apache-2.0", rmp: 0.8.15, "MIT", rmp-serde: 1.3.1, "MIT", -roaring: 0.11.3, "Apache-2.0 OR MIT", +roaring: 0.11.4, "Apache-2.0 OR MIT", rolling-file: 0.2.0, "Apache-2.0 OR MIT", route-recognizer: 0.3.1, "MIT", roxmltree: 0.20.0, "Apache-2.0 OR MIT", @@ -881,7 +882,7 @@ rust-embed: 8.11.0, "MIT", rust-embed-impl: 8.11.0, "MIT", rust-embed-utils: 8.11.0, "MIT", rust-ini: 0.21.3, "MIT", -rust_decimal: 1.41.0, "MIT", +rust_decimal: 1.42.0, "MIT", rustc-hash: 2.1.2, "Apache-2.0 OR MIT", rustc_version: 0.4.1, "Apache-2.0 OR MIT", rustc_version_runtime: 0.3.0, "MIT", @@ -891,8 +892,9 @@ rustix: 1.1.4, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", rustls: 0.23.40, "Apache-2.0 OR ISC OR MIT", rustls-native-certs: 0.8.3, "Apache-2.0 OR ISC OR MIT", rustls-pemfile: 2.2.0, "Apache-2.0 OR ISC OR MIT", -rustls-pki-types: 1.14.0, "Apache-2.0 OR MIT", +rustls-pki-types: 1.14.1, "Apache-2.0 OR MIT", rustls-platform-verifier: 0.6.2, "Apache-2.0 OR MIT", +rustls-platform-verifier: 0.7.0, "Apache-2.0 OR MIT", rustls-platform-verifier-android: 0.1.1, "Apache-2.0 OR MIT", rustls-webpki: 0.103.13, "ISC", rustversion: 1.0.22, "Apache-2.0 OR MIT", @@ -950,12 +952,13 @@ signal-hook-registry: 1.4.8, "Apache-2.0 OR MIT", signature: 2.2.0, "Apache-2.0 OR MIT", simd-adler32: 0.3.9, "MIT", simd-json: 0.17.0, "Apache-2.0 OR MIT", +simd_cesu8: 1.1.1, "Apache-2.0 OR MIT", simd_helpers: 0.1.0, "MIT", simdutf8: 0.1.5, "Apache-2.0 OR MIT", simple_asn1: 0.6.4, "ISC", simplecss: 0.2.2, "Apache-2.0 OR MIT", simulator: 0.1.0, "N/A", -siphasher: 1.0.2, "Apache-2.0 OR MIT", +siphasher: 1.0.3, "Apache-2.0 OR MIT", slab: 0.4.12, "MIT", slotmap: 1.1.1, "Zlib", smallvec: 1.15.1, "Apache-2.0 OR MIT", @@ -978,9 +981,9 @@ sqlx-macros-core: 0.8.6, "Apache-2.0 OR MIT", sqlx-mysql: 0.8.6, "Apache-2.0 OR MIT", sqlx-postgres: 0.8.6, "Apache-2.0 OR MIT", sqlx-sqlite: 0.8.6, "Apache-2.0 OR MIT", -sse-stream: 0.2.1, "Apache-2.0 OR MIT", +sse-stream: 0.2.3, "Apache-2.0 OR MIT", stable_deref_trait: 1.2.1, "Apache-2.0 OR MIT", -stacker: 0.1.23, "Apache-2.0 OR MIT", +stacker: 0.1.24, "Apache-2.0 OR MIT", static-toml: 1.3.0, "MIT", static_assertions: 1.1.0, "Apache-2.0 OR MIT", strict-num: 0.1.1, "MIT", @@ -999,7 +1002,7 @@ symlink: 0.1.0, "Apache-2.0 OR MIT", syn: 1.0.109, "Apache-2.0 OR MIT", syn: 2.0.117, "Apache-2.0 OR MIT", sync_wrapper: 1.0.2, "Apache-2.0", -synchrony: 0.1.7, "MIT", +synchrony: 0.1.8, "MIT", synstructure: 0.13.2, "MIT", synthez: 0.4.0, "BlueOak-1.0.0", synthez-codegen: 0.4.0, "BlueOak-1.0.0", @@ -1007,7 +1010,7 @@ synthez-core: 0.4.0, "BlueOak-1.0.0", sys_traits: 0.1.27, "MIT", sys_traits_macros: 0.1.0, "MIT", sysinfo: 0.37.2, "MIT", -sysinfo: 0.38.4, "MIT", +sysinfo: 0.39.0, "MIT", system-configuration: 0.7.0, "Apache-2.0 OR MIT", system-configuration-sys: 0.6.0, "Apache-2.0 OR MIT", tagptr: 0.2.0, "Apache-2.0 OR MIT", @@ -1020,7 +1023,7 @@ termtree: 0.5.1, "MIT", test-case: 3.3.1, "MIT", test-case-core: 3.3.1, "MIT", test-case-macros: 3.3.1, "MIT", -testcontainers: 0.27.2, "Apache-2.0 OR MIT", +testcontainers: 0.27.3, "Apache-2.0 OR MIT", testcontainers-modules: 0.15.0, "MIT", textwrap: 0.16.2, "MIT", thin-cell: 0.1.2, "MIT", @@ -1040,11 +1043,11 @@ tiny-skia-path: 0.11.4, "BSD-3-Clause", tinystr: 0.8.3, "Unicode-3.0", tinyvec: 1.11.0, "Apache-2.0 OR MIT OR Zlib", tinyvec_macros: 0.1.1, "Apache-2.0 OR MIT OR Zlib", -tokio: 1.52.2, "MIT", +tokio: 1.52.3, "MIT", tokio-macros: 2.7.0, "MIT", tokio-rustls: 0.26.4, "Apache-2.0 OR MIT", tokio-stream: 0.1.18, "MIT", -tokio-tungstenite: 0.28.0, "MIT", +tokio-tungstenite: 0.29.0, "MIT", tokio-util: 0.7.18, "MIT", tokise: 0.2.1, "Apache-2.0 OR MIT", toml: 0.8.23, "Apache-2.0 OR MIT", @@ -1056,11 +1059,11 @@ toml_edit: 0.22.27, "Apache-2.0 OR MIT", toml_parser: 1.1.2+spec-1.1.0, "Apache-2.0 OR MIT", toml_write: 0.1.2, "Apache-2.0 OR MIT", toml_writer: 1.1.1+spec-1.1.0, "Apache-2.0 OR MIT", -tonic: 0.14.5, "MIT", -tonic-prost: 0.14.5, "MIT", +tonic: 0.14.6, "MIT", +tonic-prost: 0.14.6, "MIT", tools: 0.1.0, "Apache-2.0", tower: 0.5.3, "MIT", -tower-http: 0.6.8, "MIT", +tower-http: 0.6.10, "MIT", tower-layer: 0.3.3, "MIT", tower-service: 0.3.3, "MIT", tracing: 0.1.44, "MIT", @@ -1074,6 +1077,7 @@ trait-variant: 0.1.2, "Apache-2.0 OR MIT", try-lock: 0.2.5, "MIT", ttf-parser: 0.25.1, "Apache-2.0 OR MIT", tungstenite: 0.28.0, "Apache-2.0 OR MIT", +tungstenite: 0.29.0, "Apache-2.0 OR MIT", twox-hash: 2.1.2, "MIT", typed-builder: 0.20.1, "Apache-2.0 OR MIT", typed-builder: 0.22.0, "Apache-2.0 OR MIT", @@ -1083,7 +1087,7 @@ typed-builder-macro: 0.22.0, "Apache-2.0 OR MIT", typed-builder-macro: 0.23.2, "Apache-2.0 OR MIT", typed-path: 0.12.3, "Apache-2.0 OR MIT", typeid: 1.0.3, "Apache-2.0 OR MIT", -typenum: 1.19.0, "Apache-2.0 OR MIT", +typenum: 1.20.0, "Apache-2.0 OR MIT", typetag: 0.2.21, "Apache-2.0 OR MIT", typetag-impl: 0.2.21, "Apache-2.0 OR MIT", ucd-trie: 0.1.7, "Apache-2.0 OR MIT", @@ -1139,11 +1143,11 @@ wasi: 0.11.1+wasi-snapshot-preview1, "Apache-2.0 OR Apache-2.0 WITH LLVM-excepti wasip2: 1.0.3+wasi-0.2.9, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wasip3: 0.4.0+wasi-0.3.0-rc-2026-01-06, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wasite: 0.1.0, "Apache-2.0 OR BSL-1.0 OR MIT", -wasm-bindgen: 0.2.117, "Apache-2.0 OR MIT", -wasm-bindgen-futures: 0.4.67, "Apache-2.0 OR MIT", -wasm-bindgen-macro: 0.2.117, "Apache-2.0 OR MIT", -wasm-bindgen-macro-support: 0.2.117, "Apache-2.0 OR MIT", -wasm-bindgen-shared: 0.2.117, "Apache-2.0 OR MIT", +wasm-bindgen: 0.2.121, "Apache-2.0 OR MIT", +wasm-bindgen-futures: 0.4.71, "Apache-2.0 OR MIT", +wasm-bindgen-macro: 0.2.121, "Apache-2.0 OR MIT", +wasm-bindgen-macro-support: 0.2.121, "Apache-2.0 OR MIT", +wasm-bindgen-shared: 0.2.121, "Apache-2.0 OR MIT", wasm-encoder: 0.244.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wasm-metadata: 0.244.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wasm-streams: 0.4.2, "Apache-2.0 OR MIT", @@ -1151,9 +1155,9 @@ wasm-streams: 0.5.0, "Apache-2.0 OR MIT", wasm_dep_analyzer: 0.3.0, "MIT", wasmparser: 0.244.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wasmtimer: 0.4.3, "MIT", -web-sys: 0.3.94, "Apache-2.0 OR MIT", +web-sys: 0.3.98, "Apache-2.0 OR MIT", web-time: 1.1.0, "Apache-2.0 OR MIT", -webpki-root-certs: 1.0.6, "CDLA-Permissive-2.0", +webpki-root-certs: 1.0.7, "CDLA-Permissive-2.0", webpki-roots: 0.26.11, "CDLA-Permissive-2.0", webpki-roots: 1.0.7, "CDLA-Permissive-2.0", weezl: 0.1.12, "Apache-2.0 OR MIT", @@ -1227,7 +1231,7 @@ windows_x86_64_msvc: 0.52.6, "Apache-2.0 OR MIT", windows_x86_64_msvc: 0.53.1, "Apache-2.0 OR MIT", winnow: 0.5.40, "MIT", winnow: 0.7.15, "MIT", -winnow: 1.0.1, "MIT", +winnow: 1.0.2, "MIT", winsafe: 0.0.19, "MIT", wiremock: 0.6.5, "Apache-2.0 OR MIT", wit-bindgen: 0.51.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",