From 52b504bc0b838e1f496eaab9d5a4b372a6f11dda Mon Sep 17 00:00:00 2001 From: Krishna Vishal Date: Tue, 21 Apr 2026 18:44:22 +0530 Subject: [PATCH] chore(deps): update workspace dependencies --- Cargo.lock | 303 ++++++++++++++++++++++++++---------------------- Cargo.toml | 16 +-- DEPENDENCIES.md | 75 ++++++------ 3 files changed, 210 insertions(+), 184 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af9fc16dcc..29ba28e346 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8,7 +8,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "bytes", "futures-core", "futures-sink", @@ -44,7 +44,7 @@ dependencies = [ "actix-service", "actix-utils", "actix-web", - "bitflags 2.11.0", + "bitflags 2.11.1", "bytes", "derive_more", "futures-core", @@ -59,16 +59,16 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.12.0" +version = "3.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f860ee6746d0c5b682147b2f7f8ef036d4f92fe518251a3a35ffa3650eafdf0e" +checksum = "93acb4a42f64936f9b8cae4a433b237599dd6eb6ed06124eb67132ef8cc90662" dependencies = [ "actix-codec", "actix-rt", "actix-service", "actix-utils", "base64 0.22.1", - "bitflags 2.11.0", + "bitflags 2.11.1", "brotli", "bytes", "bytestring", @@ -87,8 +87,8 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.4", - "sha1", + "rand 0.10.1", + "sha1 0.11.0", "smallvec", "tokio", "tokio-util", @@ -716,9 +716,9 @@ dependencies = [ [[package]] name = "assert_cmd" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9" +checksum = "39bae1d3fa576f7c6519514180a72559268dd7d1fe104070956cb687bc6673bd" dependencies = [ "anstyle", "bstr", @@ -990,9 +990,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.16.2" +version = "1.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" +checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f" dependencies = [ "aws-lc-sys", "zeroize", @@ -1000,9 +1000,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.39.1" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" +checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7" dependencies = [ "cc", "cmake", @@ -1261,7 +1261,7 @@ version = "0.71.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "cexpr", "clang-sys", "itertools 0.13.0", @@ -1322,20 +1322,20 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" +checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" dependencies = [ "serde_core", ] [[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]] @@ -1418,7 +1418,7 @@ checksum = "ee04c4c84f1f811b017f2fbb7dd8815c976e7ca98593de9c1e2afad0f636bff4" dependencies = [ "async-stream", "base64 0.22.1", - "bitflags 2.11.0", + "bitflags 2.11.1", "bollard-buildkit-proto", "bollard-stubs", "bytes", @@ -1727,9 +1727,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", @@ -1868,9 +1868,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.6.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" +checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" dependencies = [ "clap_builder", "clap_derive", @@ -1900,9 +1900,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.6.0" +version = "4.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" +checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" dependencies = [ "heck", "proc-macro2", @@ -2370,15 +2370,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" @@ -3242,7 +3233,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "block2", "libc", "objc2", @@ -3750,12 +3741,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", ] @@ -3830,7 +3821,7 @@ version = "25.12.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "rustc_version", ] @@ -4259,7 +4250,7 @@ version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "libc", "libgit2-sys", "log", @@ -4291,7 +4282,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "ignore", "walkdir", ] @@ -4697,9 +4688,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", ] @@ -5053,7 +5044,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c2e65a48d3b300843ac84a2fe8e166bb5a5b00f30054593bcee8157e4b465fd" dependencies = [ "arrayvec", - "bitflags 2.11.0", + "bitflags 2.11.1", "derive_more", "errno", "hwlocality-sys", @@ -5128,9 +5119,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.8" +version = "0.27.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2b52f86d1d4bc0d6b4e6826d960b1b333217e07d36b882dca570a5e1c48895b" +checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" dependencies = [ "http 1.4.0", "hyper", @@ -5141,7 +5132,7 @@ dependencies = [ "tokio", "tokio-rustls", "tower-service", - "webpki-roots 1.0.6", + "webpki-roots 1.0.7", ] [[package]] @@ -5255,7 +5246,7 @@ dependencies = [ "once_cell", "ordered-float 4.6.0", "parquet", - "rand 0.8.5", + "rand 0.8.6", "reqwest 0.12.28", "roaring", "serde", @@ -5463,7 +5454,7 @@ dependencies = [ "tracing", "trait-variant", "tungstenite 0.29.0", - "webpki-roots 1.0.6", + "webpki-roots 1.0.7", ] [[package]] @@ -6113,7 +6104,7 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "inotify-sys", "libc", ] @@ -6220,11 +6211,11 @@ 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.0", + "bitflags 2.11.1", "cfg-if", "libc", ] @@ -6430,7 +6421,7 @@ dependencies = [ "p256", "p384", "pem", - "rand 0.8.5", + "rand 0.8.6", "rsa", "serde", "serde_json", @@ -6624,9 +6615,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" @@ -6704,12 +6695,11 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libmimalloc-sys" -version = "0.1.44" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" +checksum = "bc89deee4af0429081d2a518c0431ae068222a5a262a3bc6ff4d8535ec2e02fe" dependencies = [ "cc", - "libc", ] [[package]] @@ -6718,7 +6708,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "libc", "plain", "redox_syscall 0.7.4", @@ -7058,9 +7048,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.48" +version = "0.1.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" +checksum = "aca3c01a711f395b4257b81674c0e90e8dd1f1e62c4b7db45f684cc7a4fcb18a" dependencies = [ "libmimalloc-sys", ] @@ -7175,12 +7165,12 @@ checksum = "224484c5d09285a7b8cb0a0c117e847ebd14cb6e4470ecf68cdb89c503b0edb9" [[package]] name = "mongodb" -version = "3.5.2" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c5941683db2ab2697f71e58dc0319024e808d3b28e7cf20f4bfb445fe54a30b" +checksum = "1ef2c933617431ad0246fb5b43c425ebdae18c7f7259c87de0726d93b0e7e91b" dependencies = [ "base64 0.22.1", - "bitflags 2.11.0", + "bitflags 2.11.1", "bson", "derive-where", "derive_more", @@ -7204,7 +7194,7 @@ dependencies = [ "serde", "serde_bytes", "serde_with", - "sha1", + "sha1 0.10.6", "sha2", "socket2 0.6.3", "stringprep", @@ -7216,14 +7206,14 @@ dependencies = [ "tokio-util", "typed-builder 0.22.0", "uuid", - "webpki-roots 1.0.6", + "webpki-roots 1.0.7", ] [[package]] name = "mongodb-internal-macros" -version = "3.5.2" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47021a12bbf0dffde9c890fa2d36ff6ae342c532016226b04a42301b2b912660" +checksum = "9e5758dc828eb2d02ec30563cba365609d56ddd833190b192beaee2b475a7bb3" dependencies = [ "macro_magic", "proc-macro2", @@ -7265,12 +7255,21 @@ version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "cfg-if", "cfg_aliases", "libc", ] +[[package]] +name = "no_std_io2" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b51ed7824b6e07d354605f4abb3d9d300350701299da96642ee084f5ce631550" +dependencies = [ + "memchr", +] + [[package]] name = "nom" version = "7.1.3" @@ -7331,7 +7330,7 @@ version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "fsevent-sys", "inotify", "kqueue", @@ -7349,7 +7348,7 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", ] [[package]] @@ -7413,7 +7412,7 @@ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "serde", ] @@ -7428,7 +7427,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "smallvec", "zeroize", ] @@ -7549,7 +7548,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", ] [[package]] @@ -7672,11 +7671,11 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.77" +version = "0.10.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe4646e360ec77dff7dde40ed3d6c5fee52d156ef4a62f53973d38294dad87f" +checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "cfg-if", "foreign-types", "libc", @@ -7713,9 +7712,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.113" +version = "0.9.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad2f2c0eba47118757e4c6d2bff2838f3e0523380021356e7875e858372ce644" +checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" dependencies = [ "cc", "libc", @@ -8278,7 +8277,7 @@ version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "crc32fast", "fdeflate", "flate2", @@ -8325,9 +8324,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", ] @@ -8641,9 +8640,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" @@ -8788,9 +8787,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -8927,7 +8926,7 @@ version = "11.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", ] [[package]] @@ -8970,7 +8969,7 @@ version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", ] [[package]] @@ -8979,7 +8978,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", ] [[package]] @@ -9076,12 +9075,12 @@ dependencies = [ "log", "percent-encoding", "quick-xml 0.37.5", - "rand 0.8.5", + "rand 0.8.6", "reqwest 0.12.28", "rust-ini", "serde", "serde_json", - "sha1", + "sha1 0.10.6", "sha2", "tokio", ] @@ -9125,7 +9124,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams 0.4.2", "web-sys", - "webpki-roots 1.0.6", + "webpki-roots 1.0.7", ] [[package]] @@ -9326,9 +9325,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f542f74cf247da16f19bbc87e298cd201e912314f4083e88cdd671f44f5fcb53" +checksum = "67d69668de0b0ccd9cc435f700f3b39a7861863cf37a15e1f304ea78688a4826" dependencies = [ "async-trait", "base64 0.22.1", @@ -9358,9 +9357,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2391e4ae47f314e70eaafb6c7bd82e495e770b935448864446302143019151f" +checksum = "48fdc01c81097b0aed18633e676e269fefa3a78ec1df56b4fe597c1241b92025" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -9493,7 +9492,7 @@ dependencies = [ "borsh", "bytes", "num-traits", - "rand 0.8.5", + "rand 0.8.6", "rkyv", "serde", "serde_json", @@ -9540,7 +9539,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "errno", "libc", "linux-raw-sys 0.4.15", @@ -9553,7 +9552,7 @@ version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "errno", "libc", "linux-raw-sys 0.12.1", @@ -9636,9 +9635,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.11" +version = "0.103.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4" +checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" dependencies = [ "aws-lc-rs", "ring", @@ -9658,7 +9657,7 @@ version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "bytemuck", "core_maths", "log", @@ -9806,7 +9805,7 @@ version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "core-foundation", "core-foundation-sys", "libc", @@ -10235,6 +10234,17 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha1" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", + "digest 0.11.2", +] + [[package]] name = "sha2" version = "0.10.9" @@ -10624,7 +10634,7 @@ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" dependencies = [ "atoi", "base64 0.22.1", - "bitflags 2.11.0", + "bitflags 2.11.1", "byteorder", "bytes", "chrono", @@ -10646,10 +10656,10 @@ dependencies = [ "memchr", "once_cell", "percent-encoding", - "rand 0.8.5", + "rand 0.8.6", "rsa", "serde", - "sha1", + "sha1 0.10.6", "sha2", "smallvec", "sqlx-core", @@ -10668,7 +10678,7 @@ checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" dependencies = [ "atoi", "base64 0.22.1", - "bitflags 2.11.0", + "bitflags 2.11.1", "byteorder", "chrono", "crc", @@ -10686,7 +10696,7 @@ dependencies = [ "md-5", "memchr", "once_cell", - "rand 0.8.5", + "rand 0.8.6", "serde", "serde_json", "sha2", @@ -10877,6 +10887,12 @@ dependencies = [ "siphasher", ] +[[package]] +name = "symlink" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" + [[package]] name = "syn" version = "1.0.109" @@ -11103,9 +11119,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", @@ -11328,9 +11344,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.51.1" +version = "1.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" +checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" dependencies = [ "bytes", "libc", @@ -11446,7 +11462,7 @@ dependencies = [ "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", "toml_writer", - "winnow 1.0.1", + "winnow 1.0.2", ] [[package]] @@ -11498,7 +11514,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]] @@ -11592,7 +11608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "async-compression", - "bitflags 2.11.0", + "bitflags 2.11.1", "bytes", "futures-core", "futures-util", @@ -11635,11 +11651,12 @@ dependencies = [ [[package]] name = "tracing-appender" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" +checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c" dependencies = [ "crossbeam-channel", + "symlink", "thiserror 2.0.18", "time", "tracing-subscriber", @@ -11751,7 +11768,7 @@ dependencies = [ "rand 0.9.4", "rustls", "rustls-pki-types", - "sha1", + "sha1 0.10.6", "thiserror 2.0.18", "utf-8", ] @@ -11770,7 +11787,7 @@ dependencies = [ "rand 0.9.4", "rustls", "rustls-pki-types", - "sha1", + "sha1 0.10.6", "thiserror 2.0.18", ] @@ -11857,9 +11874,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" @@ -12039,7 +12056,7 @@ dependencies = [ "rustls-pki-types", "ureq-proto", "utf8-zero", - "webpki-roots 1.0.6", + "webpki-roots 1.0.7", ] [[package]] @@ -12132,9 +12149,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.2", "js-sys", @@ -12151,7 +12168,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33995a1fee055ff743281cde33a41f0d618ee0bdbe8bdf6859e11864499c2595" dependencies = [ "bindgen", - "bitflags 2.11.0", + "bitflags 2.11.1", "fslock", "gzip-header", "home", @@ -12298,11 +12315,11 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" -version = "1.0.2+wasi-0.2.9" +version = "1.0.3+wasi-0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" dependencies = [ - "wit-bindgen", + "wit-bindgen 0.57.1", ] [[package]] @@ -12311,7 +12328,7 @@ version = "0.4.0+wasi-0.3.0-rc-2026-01-06" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" dependencies = [ - "wit-bindgen", + "wit-bindgen 0.51.0", ] [[package]] @@ -12439,7 +12456,7 @@ version = "0.244.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" dependencies = [ - "bitflags 2.11.0", + "bitflags 2.11.1", "hashbrown 0.15.5", "indexmap 2.14.0", "semver", @@ -12482,9 +12499,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", ] @@ -12495,14 +12512,14 @@ version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" dependencies = [ - "webpki-roots 1.0.6", + "webpki-roots 1.0.7", ] [[package]] name = "webpki-roots" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" +checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" dependencies = [ "rustls-pki-types", ] @@ -13099,9 +13116,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" @@ -13141,6 +13158,12 @@ dependencies = [ "wit-bindgen-rust-macro", ] +[[package]] +name = "wit-bindgen" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" + [[package]] name = "wit-bindgen-core" version = "0.51.0" @@ -13190,7 +13213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" dependencies = [ "anyhow", - "bitflags 2.11.0", + "bitflags 2.11.1", "indexmap 2.14.0", "log", "serde", diff --git a/Cargo.toml b/Cargo.toml index 80ad76cf36..250c81accc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ argon2 = "0.5.3" arrow = "57.3.0" arrow-array = "57.3.0" arrow-json = "57.3.0" -assert_cmd = "2.2.0" +assert_cmd = "2.2.1" async-broadcast = "0.7.2" async-channel = "2.5.0" async-dropper = { version = "0.3.1", features = ["tokio", "simple"] } @@ -97,7 +97,7 @@ bytemuck = { version = "1.25", features = ["derive", "min_const_generics"] } bytes = "1.11.1" charming = "0.6.0" chrono = { version = "0.4.44", features = ["serde"] } -clap = { version = "4.6.0", features = ["derive", "wrap_help"] } +clap = { version = "4.6.1", features = ["derive", "wrap_help"] } clap_complete = "4.6.2" clock = { path = "core/clock" } colored = "3.1.1" @@ -188,7 +188,7 @@ mimalloc = "0.1" mime_guess = "2.0" mockall = "0.14.0" moka = { version = "0.12.15", features = ["future"] } -mongodb = { version = "3.5.2", features = ["rustls-tls"] } +mongodb = { version = "3.6.0", features = ["rustls-tls"] } nix = { version = "0.31.2", features = ["feature", "fs", "resource", "sched"] } nonzero_lit = "0.1.2" notify = "8.2.0" @@ -238,7 +238,7 @@ reqwest-retry = "0.9.1" reqwest-tracing = "0.7.0" ring = "0.17.14" ringbuffer = "0.16.0" -rmcp = "1.4.0" +rmcp = "1.5.0" rmp-serde = "1.3.1" rolling-file = "0.2.0" rust-embed = "8.11.0" @@ -275,14 +275,14 @@ 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.51.1", features = ["full"] } +tokio = { version = "1.52.1", features = ["full"] } tokio-rustls = "0.26.4" 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"] } tracing = "0.1.44" -tracing-appender = "0.2.4" +tracing-appender = "0.2.5" tracing-opentelemetry = "0.32.1" tracing-subscriber = { version = "0.3.23", default-features = false, features = [ "fmt", @@ -294,7 +294,7 @@ tungstenite = "0.29.0" twox-hash = { version = "2.1.2", features = ["xxhash32"] } ulid = "1.2.1" ureq = "3.3" -uuid = { version = "1.23.0", features = ["v4", "v7", "fast-rng", "serde", "zerocopy"] } +uuid = { version = "1.23.1", features = ["v4", "v7", "fast-rng", "serde", "zerocopy"] } vergen-git2 = { version = "9.1.0", features = ["build", "cargo", "rustc", "si"] } walkdir = "2.5.0" wasm-bindgen = "0.2" @@ -307,7 +307,7 @@ web-sys = { version = "0.3", features = [ "ResizeObserver", "ResizeObserverEntry", ] } -webpki-roots = "1.0.6" +webpki-roots = "1.0.7" yew = { version = "0.23", features = ["csr"] } yew-router = "0.20" zip = { version = "8.5.1", default-features = false, features = ["deflate"] } diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index c4b061406e..bca4013827 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -3,7 +3,7 @@ actix-codec: 0.5.2, "Apache-2.0 OR MIT", actix-cors: 0.7.1, "Apache-2.0 OR MIT", actix-files: 0.6.10, "Apache-2.0 OR MIT", -actix-http: 3.12.0, "Apache-2.0 OR MIT", +actix-http: 3.12.1, "Apache-2.0 OR MIT", actix-macros: 0.2.4, "Apache-2.0 OR MIT", actix-router: 0.5.4, "Apache-2.0 OR MIT", actix-rt: 2.11.0, "Apache-2.0 OR MIT", @@ -56,7 +56,7 @@ asn1-rs: 0.7.1, "Apache-2.0 OR MIT", 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.0, "Apache-2.0 OR MIT", +assert_cmd: 2.2.1, "Apache-2.0 OR MIT", astral-tokio-tar: 0.6.0, "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", @@ -80,8 +80,8 @@ 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-lc-rs: 1.16.2, "(Apache-2.0 OR ISC) AND ISC", -aws-lc-sys: 0.39.1, "(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-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", axum: 0.8.9, "MIT", axum-core: 0.5.6, "MIT", axum-macros: 0.5.1, "MIT", @@ -109,8 +109,8 @@ bit-vec: 0.8.0, "Apache-2.0 OR MIT", 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.0, "Apache-2.0 OR MIT", -bitstream-io: 4.9.0, "Apache-2.0 OR MIT", +bitflags: 2.11.1, "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.4, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR CC0-1.0", @@ -145,7 +145,7 @@ 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", cesu8: 1.1.0, "Apache-2.0 OR MIT", @@ -158,10 +158,10 @@ charming_macros: 0.1.0, "Apache-2.0 OR MIT", chrono: 0.4.44, "Apache-2.0 OR MIT", cipher: 0.4.4, "Apache-2.0 OR MIT", clang-sys: 1.8.1, "Apache-2.0", -clap: 4.6.0, "Apache-2.0 OR MIT", +clap: 4.6.1, "Apache-2.0 OR MIT", clap_builder: 4.6.0, "Apache-2.0 OR MIT", clap_complete: 4.6.2, "Apache-2.0 OR MIT", -clap_derive: 4.6.0, "Apache-2.0 OR MIT", +clap_derive: 4.6.1, "Apache-2.0 OR MIT", clap_lex: 1.1.0, "Apache-2.0 OR MIT", clock: 0.1.0, "N/A", cmake: 0.1.58, "Apache-2.0 OR MIT", @@ -202,7 +202,6 @@ cooked-waker: 5.0.0, "MPL-2.0", cookie: 0.16.2, "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", @@ -329,7 +328,7 @@ fastrand: 2.4.1, "Apache-2.0 OR MIT", fax: 0.2.6, "MIT", fax_derive: 0.2.0, "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", @@ -412,7 +411,7 @@ 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", half: 2.7.1, "Apache-2.0 OR MIT", @@ -451,7 +450,7 @@ hwlocality-sys: 0.7.0, "MIT", hybrid-array: 0.4.10, "Apache-2.0 OR MIT", hyper: 1.9.0, "MIT", hyper-named-pipe: 0.1.0, "Apache-2.0", -hyper-rustls: 0.27.8, "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", @@ -513,7 +512,7 @@ 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", @@ -553,7 +552,7 @@ 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.185, "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", @@ -562,7 +561,7 @@ 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.46, "MIT", libredox: 0.1.16, "MIT", libsqlite3-sys: 0.30.1, "MIT", libz-sys: 1.1.28, "Apache-2.0 OR MIT", @@ -599,7 +598,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.49, "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", @@ -610,13 +609,14 @@ mockall_derive: 0.14.0, "Apache-2.0 OR MIT", moka: 0.12.15, "(Apache-2.0 OR MIT) AND Apache-2.0", mongocrypt: 0.3.2, "Apache-2.0", mongocrypt-sys: 0.1.5+1.15.1, "Apache-2.0", -mongodb: 3.5.2, "Apache-2.0", -mongodb-internal-macros: 3.5.2, "Apache-2.0", +mongodb: 3.6.0, "Apache-2.0", +mongodb-internal-macros: 3.6.0, "Apache-2.0", moxcms: 0.8.1, "Apache-2.0 OR BSD-3-Clause", 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.3, "Apache-2.0 OR MIT", nom: 7.1.3, "MIT", nom: 8.0.0, "MIT", nom_locate: 5.0.0, "MIT", @@ -654,11 +654,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.77, "Apache-2.0", +openssl: 0.10.78, "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.113, "MIT", +openssl-sys: 0.9.114, "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", @@ -716,7 +716,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", @@ -746,7 +746,7 @@ protox: 0.9.1, "Apache-2.0 OR MIT", protox-parse: 0.9.0, "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", @@ -760,7 +760,7 @@ quote: 1.0.45, "Apache-2.0 OR MIT", r-efi: 5.3.0, "Apache-2.0 OR LGPL-2.1-or-later OR MIT", r-efi: 6.0.0, "Apache-2.0 OR LGPL-2.1-or-later OR MIT", radium: 0.7.0, "MIT", -rand: 0.8.5, "Apache-2.0 OR MIT", +rand: 0.8.6, "Apache-2.0 OR MIT", rand: 0.9.4, "Apache-2.0 OR MIT", rand: 0.10.1, "Apache-2.0 OR MIT", rand_chacha: 0.3.1, "Apache-2.0 OR MIT", @@ -800,8 +800,8 @@ ring: 0.17.14, "Apache-2.0 AND ISC", ringbuffer: 0.16.0, "MIT", rkyv: 0.7.46, "MIT", rkyv_derive: 0.7.46, "MIT", -rmcp: 1.4.0, "Apache-2.0", -rmcp-macros: 1.4.0, "Apache-2.0", +rmcp: 1.5.0, "Apache-2.0", +rmcp-macros: 1.5.0, "Apache-2.0", rmp: 0.8.15, "MIT", rmp-serde: 1.3.1, "MIT", roaring: 0.11.3, "Apache-2.0 OR MIT", @@ -826,7 +826,7 @@ rustls-pemfile: 2.2.0, "Apache-2.0 OR ISC OR MIT", rustls-pki-types: 1.14.0, "Apache-2.0 OR MIT", rustls-platform-verifier: 0.6.2, "Apache-2.0 OR MIT", rustls-platform-verifier-android: 0.1.1, "Apache-2.0 OR MIT", -rustls-webpki: 0.103.11, "ISC", +rustls-webpki: 0.103.13, "ISC", rustversion: 1.0.22, "Apache-2.0 OR MIT", rustybuzz: 0.20.1, "MIT", ryu: 1.0.23, "Apache-2.0 OR BSL-1.0", @@ -871,6 +871,7 @@ serial_test_derive: 3.4.0, "MIT", server: 0.8.0, "Apache-2.0", server-ng: 0.8.0, "Apache-2.0", sha1: 0.10.6, "Apache-2.0 OR MIT", +sha1: 0.11.0, "Apache-2.0 OR MIT", sha2: 0.10.9, "Apache-2.0 OR MIT", sha3: 0.11.0, "Apache-2.0 OR MIT", shard: 0.1.0, "N/A", @@ -923,6 +924,7 @@ strum_macros: 0.27.2, "MIT", strum_macros: 0.28.0, "MIT", subtle: 2.6.1, "BSD-3-Clause", svgtypes: 0.15.3, "Apache-2.0 OR MIT", +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", @@ -945,7 +947,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", @@ -965,7 +967,7 @@ 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.51.1, "MIT", +tokio: 1.52.1, "MIT", tokio-macros: 2.7.0, "MIT", tokio-rustls: 0.26.4, "Apache-2.0 OR MIT", tokio-stream: 0.1.18, "MIT", @@ -989,7 +991,7 @@ tower-http: 0.6.8, "MIT", tower-layer: 0.3.3, "MIT", tower-service: 0.3.3, "MIT", tracing: 0.1.44, "MIT", -tracing-appender: 0.2.4, "MIT", +tracing-appender: 0.2.5, "MIT", tracing-attributes: 0.1.31, "MIT", tracing-core: 0.1.36, "MIT", tracing-log: 0.2.0, "MIT", @@ -1009,7 +1011,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", @@ -1043,7 +1045,7 @@ utf8-width: 0.1.8, "MIT", utf8-zero: 0.8.1, "Apache-2.0 OR MIT", utf8_iter: 1.0.4, "Apache-2.0 OR MIT", utf8parse: 0.2.2, "Apache-2.0 OR MIT", -uuid: 1.23.0, "Apache-2.0 OR MIT", +uuid: 1.23.1, "Apache-2.0 OR MIT", v8: 137.3.0, "MIT", v_frame: 0.3.9, "BSD-2-Clause", v_htmlescape: 0.15.8, "Apache-2.0 OR MIT", @@ -1060,7 +1062,7 @@ wait-timeout: 0.2.1, "Apache-2.0 OR MIT", walkdir: 2.5.0, "MIT OR Unlicense", want: 0.3.1, "MIT", wasi: 0.11.1+wasi-snapshot-preview1, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", -wasip2: 1.0.2+wasi-0.2.9, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", +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.118, "Apache-2.0 OR MIT", @@ -1077,9 +1079,9 @@ 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.95, "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.6, "CDLA-Permissive-2.0", +webpki-roots: 1.0.7, "CDLA-Permissive-2.0", weezl: 0.1.12, "Apache-2.0 OR MIT", which: 6.0.3, "MIT", whoami: 1.6.1, "Apache-2.0 OR BSL-1.0 OR MIT", @@ -1151,10 +1153,11 @@ 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", +wit-bindgen: 0.57.1, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wit-bindgen-core: 0.51.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wit-bindgen-rust: 0.51.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", wit-bindgen-rust-macro: 0.51.0, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",