From 1c0973760d92f4985df7fdff86d703ee315bb5e6 Mon Sep 17 00:00:00 2001 From: "jl.jiang" Date: Fri, 5 Dec 2025 13:40:09 +0800 Subject: [PATCH 1/2] build: migrate BUCK files Signed-off-by: jl.jiang --- BUCK | 10 +- buckal.snap | 244 ++++-------------- buckal.toml | 1 + third-party/rust/crates/aes/0.8.4/BUCK | 33 --- .../android_system_properties/0.1.5/BUCK | 2 +- third-party/rust/crates/base64/0.22.1/BUCK | 1 - .../crates/base64ct/{1.6.0 => 1.8.0}/BUCK | 13 +- third-party/rust/crates/bindgen/0.72.1/BUCK | 24 +- .../rust/crates/block-padding/0.3.3/BUCK | 30 --- .../crates/borsh-derive/{1.5.7 => 1.6.0}/BUCK | 6 +- .../rust/crates/borsh/{1.5.7 => 1.6.0}/BUCK | 10 +- third-party/rust/crates/cbc/0.1.2/BUCK | 33 --- third-party/rust/crates/cc/1.2.45/BUCK | 2 +- third-party/rust/crates/cipher/0.4.4/BUCK | 33 --- third-party/rust/crates/clang-sys/1.8.1/BUCK | 2 +- .../rust/crates/crc/{3.3.0 => 3.4.0}/BUCK | 6 +- third-party/rust/crates/errno/0.3.14/BUCK | 2 +- third-party/rust/crates/fnv/1.0.7/BUCK | 32 --- .../rust/crates/generic-array/0.14.7/BUCK | 20 +- third-party/rust/crates/getrandom/0.2.16/BUCK | 9 +- third-party/rust/crates/getrandom/0.3.4/BUCK | 2 +- third-party/rust/crates/h2/0.4.12/BUCK | 41 --- .../crates/hashbrown/{0.16.0 => 0.16.1}/BUCK | 6 +- .../rust/crates/hyper-util/0.1.17/BUCK | 13 - third-party/rust/crates/hyper/1.8.1/BUCK | 4 - .../crates/indexmap/{2.12.0 => 2.12.1}/BUCK | 8 +- third-party/rust/crates/inout/0.1.4/BUCK | 36 --- third-party/rust/crates/ipnet/2.11.0/BUCK | 32 --- third-party/rust/crates/jobserver/0.1.34/BUCK | 2 +- .../crates/libc/{0.2.177 => 0.2.178}/BUCK | 11 +- third-party/rust/crates/libredox/0.1.10/BUCK | 2 +- third-party/rust/crates/mio/1.1.0/BUCK | 2 +- third-party/rust/crates/num-bigint/0.4.6/BUCK | 2 - .../rust/crates/num-integer/0.1.46/BUCK | 1 - third-party/rust/crates/num_cpus/1.17.0/BUCK | 2 +- .../rust/crates/parking_lot_core/0.9.12/BUCK | 2 +- third-party/rust/crates/pbkdf2/0.12.2/BUCK | 36 --- .../rust/crates/pem-rfc7468/0.7.0/BUCK | 7 +- third-party/rust/crates/pkcs5/0.7.1/BUCK | 41 --- third-party/rust/crates/pkcs8/0.10.2/BUCK | 5 - .../rust/crates/prettyplease/0.2.37/BUCK | 61 ----- third-party/rust/crates/rand/0.8.5/BUCK | 3 +- third-party/rust/crates/rkyv/0.7.45/BUCK | 2 +- .../rust/crates/rsa/{0.9.8 => 0.9.9}/BUCK | 8 +- .../rust/crates/rust_decimal/1.39.0/BUCK | 2 +- third-party/rust/crates/rustix/1.1.2/BUCK | 2 +- third-party/rust/crates/salsa20/0.10.2/BUCK | 29 --- third-party/rust/crates/scrypt/0.11.0/BUCK | 33 --- third-party/rust/crates/sea-orm/1.1.19/BUCK | 2 +- .../rust/crates/sea-query-binder/0.7.0/BUCK | 2 +- third-party/rust/crates/sea-query/0.32.7/BUCK | 2 +- third-party/rust/crates/sha1/0.10.6/BUCK | 1 - third-party/rust/crates/sha2/0.10.9/BUCK | 1 - .../crates/signal-hook-registry/1.4.6/BUCK | 2 +- third-party/rust/crates/socket2/0.6.1/BUCK | 2 +- third-party/rust/crates/spki/0.7.3/BUCK | 2 +- third-party/rust/crates/sqlx-core/0.8.6/BUCK | 6 +- third-party/rust/crates/sqlx-mysql/0.8.6/BUCK | 6 +- .../rust/crates/sqlx-postgres/0.8.6/BUCK | 4 +- .../rust/crates/sqlx-sqlite/0.8.6/BUCK | 2 +- third-party/rust/crates/subtle/2.6.1/BUCK | 5 - .../rust/crates/sync_wrapper/1.0.2/BUCK | 5 - .../rust/crates/tokio-stream/0.1.17/BUCK | 4 - .../rust/crates/tokio-util/0.7.17/BUCK | 1 - third-party/rust/crates/tokio/1.48.0/BUCK | 2 +- third-party/rust/crates/toml_edit/0.23.7/BUCK | 4 +- .../rust/crates/toml_parser/1.0.4/BUCK | 2 +- third-party/rust/crates/tower/0.5.2/BUCK | 2 - third-party/rust/crates/try-lock/0.2.5/BUCK | 28 -- .../rust/crates/uuid/{1.18.1 => 1.19.0}/BUCK | 10 +- third-party/rust/crates/want/0.3.1/BUCK | 29 --- .../rust/crates/windows-sys/0.61.2/BUCK | 7 - .../crates/winnow/{0.7.13 => 0.7.14}/BUCK | 6 +- 73 files changed, 145 insertions(+), 900 deletions(-) create mode 100644 buckal.toml delete mode 100644 third-party/rust/crates/aes/0.8.4/BUCK rename third-party/rust/crates/base64ct/{1.6.0 => 1.8.0}/BUCK (75%) delete mode 100644 third-party/rust/crates/block-padding/0.3.3/BUCK rename third-party/rust/crates/borsh-derive/{1.5.7 => 1.6.0}/BUCK (88%) rename third-party/rust/crates/borsh/{1.5.7 => 1.6.0}/BUCK (86%) delete mode 100644 third-party/rust/crates/cbc/0.1.2/BUCK delete mode 100644 third-party/rust/crates/cipher/0.4.4/BUCK rename third-party/rust/crates/crc/{3.3.0 => 3.4.0}/BUCK (78%) delete mode 100644 third-party/rust/crates/fnv/1.0.7/BUCK delete mode 100644 third-party/rust/crates/h2/0.4.12/BUCK rename third-party/rust/crates/hashbrown/{0.16.0 => 0.16.1}/BUCK (82%) rename third-party/rust/crates/indexmap/{2.12.0 => 2.12.1}/BUCK (80%) delete mode 100644 third-party/rust/crates/inout/0.1.4/BUCK delete mode 100644 third-party/rust/crates/ipnet/2.11.0/BUCK rename third-party/rust/crates/libc/{0.2.177 => 0.2.178}/BUCK (83%) delete mode 100644 third-party/rust/crates/pbkdf2/0.12.2/BUCK delete mode 100644 third-party/rust/crates/pkcs5/0.7.1/BUCK delete mode 100644 third-party/rust/crates/prettyplease/0.2.37/BUCK rename third-party/rust/crates/rsa/{0.9.8 => 0.9.9}/BUCK (85%) delete mode 100644 third-party/rust/crates/salsa20/0.10.2/BUCK delete mode 100644 third-party/rust/crates/scrypt/0.11.0/BUCK delete mode 100644 third-party/rust/crates/try-lock/0.2.5/BUCK rename third-party/rust/crates/uuid/{1.18.1 => 1.19.0}/BUCK (73%) delete mode 100644 third-party/rust/crates/want/0.3.1/BUCK rename third-party/rust/crates/winnow/{0.7.13 => 0.7.14}/BUCK (85%) diff --git a/BUCK b/BUCK index 1f215779..16042ef1 100644 --- a/BUCK +++ b/BUCK @@ -15,7 +15,7 @@ cargo_manifest( ) rust_library( - name = "git-internal", + name = "git_internal", srcs = [":git-internal-vendor"], crate = "git_internal", crate_root = "vendor/src/lib.rs", @@ -43,7 +43,7 @@ rust_library( "//third-party/rust/crates/futures-util/0.3.31:futures-util", "//third-party/rust/crates/futures/0.3.31:futures", "//third-party/rust/crates/hex/0.4.3:hex", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/lru-mem/0.3.0:lru-mem", "//third-party/rust/crates/memchr/2.7.6:memchr", "//third-party/rust/crates/natord/1.0.9:natord", @@ -62,7 +62,7 @@ rust_library( "//third-party/rust/crates/tokio/1.48.0:tokio", "//third-party/rust/crates/tracing-subscriber/0.3.22:tracing-subscriber", "//third-party/rust/crates/tracing/0.1.43:tracing", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", "//third-party/rust/crates/zstd-sys/2.0.16+zstd.1.5.7:zstd-sys", ], ) @@ -96,7 +96,7 @@ rust_test( "//third-party/rust/crates/futures-util/0.3.31:futures-util", "//third-party/rust/crates/futures/0.3.31:futures", "//third-party/rust/crates/hex/0.4.3:hex", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/lru-mem/0.3.0:lru-mem", "//third-party/rust/crates/memchr/2.7.6:memchr", "//third-party/rust/crates/natord/1.0.9:natord", @@ -119,7 +119,7 @@ rust_test( "//third-party/rust/crates/tokio/1.48.0:tokio", "//third-party/rust/crates/tracing-subscriber/0.3.22:tracing-subscriber", "//third-party/rust/crates/tracing/0.1.43:tracing", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", "//third-party/rust/crates/zstd-sys/2.0.16+zstd.1.5.7:zstd-sys", ], ) diff --git a/buckal.snap b/buckal.snap index 5989f1ac..a06f1c91 100644 --- a/buckal.snap +++ b/buckal.snap @@ -3,19 +3,14 @@ version = 1 [fingerprints] -"path+file:///home/jl-jiang/Dev/r2cn/git-internal#0.2.2" = "c661b1ec134324c8a7cfde0510985ffdd0c1e0690fe612fc43971c090378f1db" +"path+file://($WORKSPACE)#0.3.0" = "651540c294ccd960de2f2efc3f5bd39e7df8e6ec38f57501b432671076307aea" "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1" = "7081ce7693ca45bff0e855374e6b7f386805bba1de9f7c288b1c706b99abef7f" -"registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2" = "7aded40575af74fcf3661cae3c8feffc989eddf3a2b8653c4d7357b9e880999d" -"registry+https://github.com/rust-lang/crates.io-index#aes-gcm@0.10.3" = "a94867eb8bcfef13f41f0a54030c6a5eb07223d6dc12a8bf32fc3e78ea3ac4a5" -"registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4" = "801f01a6e220fe6d471609c6a6c3d29b866dff9f7a4c9c75db25628cf45e2a83" "registry+https://github.com/rust-lang/crates.io-index#ahash@0.7.8" = "263bbc26dec8ade458658cf9dae3ef8fc606e85f04c7b47abb4f9255319689ac" "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12" = "0db1758283e0704ef5ed18906d4ad5501d91c8df8138847a789dc877c3e26301" "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4" = "19271515eef34f896bf45f2ea7790d1cc8ab40987de83c6165ab190857c97fa0" "registry+https://github.com/rust-lang/crates.io-index#aliasable@0.1.3" = "380164ac2bd1024f63312c57faa8fc77464c767b9756cc6ddaf242ca759e86c6" "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21" = "75e47cb469e23de4eb2a2d5f7e885087cb963b6d1b2483772130c7ab8518358c" -"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5" = "38535ab2cc59955db50202006b27505a00530115184b6e956a2d440f68904fcd" -"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.100" = "b99939aac694b2955420a94989fa77b677853730b81f8ace64053d82abc7dd08" -"registry+https://github.com/rust-lang/crates.io-index#argon2@0.5.3" = "9d0af21aa345ec69f448c42b858bd5fdebf04f0dcf02faa35bfaf5272c1da741" +"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5" = "c08e8bc4ba2388fe50192370dd368d76cc058e79fa5d1912d6c87a3568b67ccb" "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6" = "70ab2871e8658bba895265e101e4b7f303b04214b35587a52bbe019bc2cdba5d" "registry+https://github.com/rust-lang/crates.io-index#async-stream-impl@0.3.6" = "155949d4d16f91a7f04c91f582b3d2e09c0fe5722d1c653ddfa0112141f9fd55" "registry+https://github.com/rust-lang/crates.io-index#async-stream@0.3.6" = "7f44d1811be169843bff9cef1b21ace70435686b14caec32fc2ee2cecc97af87" @@ -23,65 +18,46 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0" = "a7d39824d7fdaa0f44195f5325522028644a5c56013d5ae6d0a88336decc70ea" "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2" = "042a06271ce13a758d633645e3b5e24d696eb7616240c4ef549138587b20b2f4" "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0" = "bb77c9fe6700bdb8368b3560d69b131e91fda567a5bf1d71453b1f1ab579e551" -"registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.15.0" = "b95d3949647f421ba98cc5fcd61e8bb2a430f8bab30b4bc2abec1288ce4617dc" -"registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.33.0" = "b0326b960eec97614f959df5a5d10a8c7d70ccfdef253e244240bed454f46ff6" "registry+https://github.com/rust-lang/crates.io-index#axum-core@0.5.5" = "732591df923acd5b91c90013cb2169e0d2cf191b85f383eefcbc60598ab56813" "registry+https://github.com/rust-lang/crates.io-index#axum-macros@0.5.0" = "02a2fe3b22001d328555fb23801ee14fde35216ad1d16594acac6d8c69075e6c" "registry+https://github.com/rust-lang/crates.io-index#axum@0.8.7" = "a13cc7de161a21d6a698095607518948f31524afe442efe24d97cf575bd3c445" -"registry+https://github.com/rust-lang/crates.io-index#base16ct@0.2.0" = "4ecc95b99efa283711819ad660bcb5fade0d2c07d4db481e5cc4fc8bbef90e26" -"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1" = "fce21d9cabece8aaaeb755f6544e581b9338a3ad4bba16ef21f3613e432d9e46" -"registry+https://github.com/rust-lang/crates.io-index#base64ct@1.6.0" = "b510237074a396a1ca95e21295f7fefd86c49b9f47d110cecd60504bcec91ffe" -"registry+https://github.com/rust-lang/crates.io-index#bcrypt-pbkdf@0.10.0" = "1c5c139a6455ea249a5db9644422a9d293ff66e4ac675ece377f3f8b375bb0d4" +"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1" = "515d0850a06d4dec36805d42bfd7cb6c8d287e894b16cf7ded43a3d1cdd98192" +"registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.0" = "540723d7b65a89bf1ca865ec9b9954b847f9c80b51629afb22c7cb4aa6ee6270" "registry+https://github.com/rust-lang/crates.io-index#bigdecimal@0.4.9" = "f88bba28db672a65c61e84f5a91f481f570167555da21311619efea9efe3e4c5" "registry+https://github.com/rust-lang/crates.io-index#bincode@2.0.1" = "c91b070a3a9668d0fe974d9525a85ae815338ac61d5097b5e8c6bff1f681ee76" "registry+https://github.com/rust-lang/crates.io-index#bincode_derive@2.0.1" = "c8f177b67811abc8f1afb1461a99441f9c3d27323cffed8957d9d765368697f5" -"registry+https://github.com/rust-lang/crates.io-index#bindgen@0.72.1" = "895fae2de46861b7f78f7e20a89d5ff5b54a957b6c4f2c029687b9a3256d5caa" +"registry+https://github.com/rust-lang/crates.io-index#bindgen@0.72.1" = "07dd07e5be43624fb4d419f076b0b7d10f4363e68d2505f76c5f922524e89c4f" "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.10.0" = "d42a9d45fc396e87228b696c85657ce020419db6ceb6de8080b05b4b9fdc913a" "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.0.1" = "dca0faeeba20245839115b4769219915d84fc18c99f9b0111faa6114bad5eec2" -"registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6" = "283a9f2b1a5d6837f5fc739f24066f59c07154c96d0e3f957358ad81f3407d54" "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4" = "7e3f620f2830fb45f03ee2a365a3ae45061730b4572bba29b8abfe163f1a92ab" -"registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3" = "6c89883d6da51c313dc5240310f5bafcc5cce69bfce20c23589bea3f5156dd06" -"registry+https://github.com/rust-lang/crates.io-index#blowfish@0.9.1" = "bbb6ee96ae2a9f6a67a81370e199efe73c0fd4b800593f667c97fb66ab3c7e78" -"registry+https://github.com/rust-lang/crates.io-index#borsh-derive@1.5.7" = "4e2845dd6c8f7af8997eb2099a1179650682924c21f7b447072a1f9b13df49f4" -"registry+https://github.com/rust-lang/crates.io-index#borsh@1.5.7" = "3088a7151426f49a5c4416a31d6f8f1cebfa99074c972400953a9f21cc9bb869" +"registry+https://github.com/rust-lang/crates.io-index#borsh-derive@1.6.0" = "70ec38960f3e318051f52f1a8a5902240cbd6b33e4df2dd7f35584cc834b8cc8" +"registry+https://github.com/rust-lang/crates.io-index#borsh@1.6.0" = "512d0c71bab9296e141006f7a3231f4663bf575c93f2a0d151279ace30676afb" "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1" = "fa7edaa0050c3586c3fc03d41b9d8b32055777b241239fccc2867b8d6edc80b2" "registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.19.0" = "b61fb56f898b27098f1ce33023e19e683996197a1e5dc7459a6e8105625be66b" "registry+https://github.com/rust-lang/crates.io-index#bytecheck@0.6.12" = "cc1c82108a15bfd9498f5e283fc52b0aa9ce22f82a010fe98960b5b3ee240e80" "registry+https://github.com/rust-lang/crates.io-index#bytecheck_derive@0.6.12" = "8b0c10e17c673205907d056bd4e31e3d89420ca4235e61c243a8892ebd295e77" "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0" = "759111df9ebe307cd1672921dd3a4f812a3a8fb2332bd830dd203ad528986268" "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.0" = "b6a4eaed2f314d979a1b7204a5205ce5bac8430ef3283ad5bf99e6754b872eea" -"registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2" = "6d3a52a326210d6eccffb717278d7fe3b951d5319a98f50ebe1940ac3169002f" -"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.45" = "aea0231ea4e2312c0b73515511ff02be2ed009fd6ece421e91c0c636a5d0d427" +"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.45" = "919cca1a58776839ef6a3705f256cf4fa27fc4d89824c0923f43f3bbc219769f" "registry+https://github.com/rust-lang/crates.io-index#cexpr@0.6.0" = "27a638860942f1f3715f0af5325d7466217185dfbb02c0b72fd09e8b40ec1972" "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4" = "a930db23f176aac70c6eb5dc061658a25fec076e9965158b4bb764efd4a97d69" "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1" = "1b65210b78bbd423b4a7dd205bad98ec274c66d7be10fb4181c781cef66ea94c" -"registry+https://github.com/rust-lang/crates.io-index#chacha20@0.9.1" = "320e45af00b2d5bc729038d4ad628892a1bde05bb6528a204ed336d148130523" "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.42" = "b54905853033ebd718c993f54e5d5a5377a106d7423a902f8ccce09435b039dc" -"registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4" = "647373cc9619f48904aecadf9bb08814b0086858c8f6999ffd84247bda4e2450" -"registry+https://github.com/rust-lang/crates.io-index#clang-sys@1.8.1" = "9295f8232c5262fce705fcd153d25781f83cd58d16295a77719b63a919e9f0fe" -"registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.54" = "02c814f3a423cae9c4398db8a888e688bf2f79f013efd27278269a574754674c" +"registry+https://github.com/rust-lang/crates.io-index#clang-sys@1.8.1" = "533e1480c6141e123e292fa8487de99224f9c01fcc188b6d8d2ee46fbbad4da1" "registry+https://github.com/rust-lang/crates.io-index#colored@3.0.0" = "98ea94ca339b52351f4ae51bc7ff1fc4e4e3edf31ea49ca6f546f8c0f7e02d27" "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0" = "2be1dabff5ee3eb435dc7777031228eac0cd3c048870348d87293fc83c197266" "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6" = "af3f26910edd91809444779049a4ed3fae2348a7fa97ce6a9b0e5ab38fee3ab4" "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7" = "e0f74379b2048b7119489f74c4c13e1d6829e0e7705af435bd55ce8afc4b2279" -"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4" = "eaa2af179dfb8d13a0da8c7686b4451f830f601e5539f648d293c2853c59d59c" -"registry+https://github.com/rust-lang/crates.io-index#core-models@0.0.3" = "6ade5d385a6358862eebb579f0a11860ed13edc2f4bdaaf1436376d52a6454a4" -"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17" = "48089c0f1875e9de39c2366e312a31bf784a37285ad9cc17b9f5e4d0a865a03c" +"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17" = "fefa680eca42047aec8397081ab0672a418c65fcd7ece9f81a3737e8c00b80b3" "registry+https://github.com/rust-lang/crates.io-index#crc-catalog@2.4.0" = "e93bf72ea668bd2b04c0863ad0c2de336e5456787c2a54f271dbd427624a7ecf" "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0" = "e14e15bad29205465cb17d99db857a8a8afd931c58660efa8e5656266b189f7a" -"registry+https://github.com/rust-lang/crates.io-index#crc@3.3.0" = "c3a2b4d6bda042ea5955715f58bcb91f1ff3cbbc184b0bc00b6f60499a27141a" +"registry+https://github.com/rust-lang/crates.io-index#crc@3.4.0" = "079844ca55e905768c6951f24234e117403192fac795bfc94bfb8d7e3a47f3a4" "registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6" = "4e2139d303b8e4cd937d5958dbedd51543c6c4e1ab87c42f484b78ee76522c20" "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18" = "8bedf4ea69cc33250c5f053f53c5e9796edd902c6da44653c78919ee9ffa5c71" "registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12" = "1ec5c50713082d4dd865f534f3a8df03a55c6fd2a31fec73d4afff9672cf6e25" "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21" = "22d6af23773fd1edb02a11fea600629408bbe54b76473a7554ee40edbf0f5625" -"registry+https://github.com/rust-lang/crates.io-index#crypto-bigint@0.5.5" = "1c8ea5fa680a6ce6d5bf235b7ade259e7d18c8a3ff81689a39184e85e2ea5d6f" "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7" = "8136ed5d4856e7fd76f76a3f5d7ed792c1fc6da1d8cc7a392af24f1071a4f807" -"registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2" = "c671ab47d4cb9fe02cb9f9a59a07531a4bc193a8a8b398e207eb7f96fd53d7a5" -"registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek-derive@0.1.1" = "fa3457a6988bbaaef076d7b97905a94441ba7252b1543c6e779fb56b13f9fe58" -"registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3" = "9bed0a977b9c47dfdb817e9d1ee87facba5e5f45bfb7a6253dd70f50438cdac3" "registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0" = "b9bc2ae878eeeec61940e7d8eca1f12f9aa32ff1c5b2f2bf84379fe1f204fe84" -"registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.9.0" = "33c723e805671cfbc7dd55d52273d74f680207d46ec603f485e8f0e2ac6565a9" -"registry+https://github.com/rust-lang/crates.io-index#delegate@0.13.4" = "9d9570b8da347ea256f359eb045c8732b355c967c2917af94f4e423de750807a" "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10" = "a457b12bc1bb19f8c6ce5d0f4dae1c7defc9b590cf943b83d5bf9d4590433e2b" "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.5" = "e17b3f2ebe614f888803da8acff897974fc2919914b455cadc3dfce4e6cd5dda" "registry+https://github.com/rust-lang/crates.io-index#derive_more-impl@2.0.1" = "eb04bf74d7c77a9101d10e45eb42556ac0c76c14ac3bc075fcc4b584758f5005" @@ -90,31 +66,19 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7" = "8b66a496a764eb1d8d28d62d51dcff24540ff816cff06a03ee000a69dd8da153" "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5" = "433bf1da8416b2459f3206ae711b51a046e391f687567a789ea7c171e9fbf5c9" "registry+https://github.com/rust-lang/crates.io-index#dotenvy@0.15.7" = "f8b6c5f1e4cf5b2ebf699a6a42adb35aea874f3f34190d92d8171ded922751ef" -"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5" = "bfd2f880a206d289b9d1fd92b1e9534b2f6c7cea8953ecb1962252b7517494ee" -"registry+https://github.com/rust-lang/crates.io-index#ecdsa@0.16.9" = "7255dd0be690b591800dc3c4c424ccd9a0d2ac79dbc40cd699de69fb0bb26952" -"registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@2.2.0" = "cd65d4c30489e3f5eba37998b723caf0ad09da57be28d1929b0cc326a541c844" -"registry+https://github.com/rust-lang/crates.io-index#ed25519@2.2.3" = "8dbf22e3dcf0e61f68f48efd07c797158d0f0bd6ac1919b88f82da24e048e38f" "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0" = "ea07b094734ae7868b2f92945f1d3eb5c1dca64309662e9f146ff9a57720ec20" -"registry+https://github.com/rust-lang/crates.io-index#elliptic-curve@0.13.8" = "f7fecacac2d95d89dde15d7060adabe599be6de06e333b6a79357bdad7cc0a65" "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35" = "4f2ca74488af878419d09ec566f92d1d553843a64a61111d2a1acac529ebe6fe" -"registry+https://github.com/rust-lang/crates.io-index#enum_dispatch@0.3.13" = "c2573d8774afe346287e109ae23ea8cb2bdf91014290fcfb3245446ef3176590" "registry+https://github.com/rust-lang/crates.io-index#env_logger@0.8.4" = "569e9d63081a381d700082e0c967a24d941223ac674e150428d52557fe967570" "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2" = "5abab9b0ab1fca4d17ce9d4b524c15d1c194ce6618cada03354a3574af2b0c12" -"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14" = "e6ba130d1f1a627a0f1da32f803aaa8e28fa9df68ac2b9c7a6274e370f7d88bf" +"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14" = "683cb1b038a69f5ef8baa41487fbfc73cbbb4b6a9ede75f288c7032ede553842" "registry+https://github.com/rust-lang/crates.io-index#etcetera@0.8.0" = "1b6049c3e827268bd3585c98f66dca16ba7d70b0f6fa1ffde17fe12be4586cab" "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1" = "669248c1dc862d9851b252130df4f070ff91e61d6d314ee8d806ac0d9e079c70" "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0" = "534c43b2eecb8c0ffd628d3ec179befb4764adb1641a87c65bc261205fc4578a" -"registry+https://github.com/rust-lang/crates.io-index#ff@0.13.1" = "52a8383133092ea439dd7b0f33f94bf09c2e82b7f922f0d4760cec67be060eeb" -"registry+https://github.com/rust-lang/crates.io-index#fiat-crypto@0.2.9" = "8ce57f995e3475d6d2905e942211deae84ddc6f1795c0410c6aa996f77806357" "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.4" = "2148e0ff054153ba2636935eff4499701e52290f91e4188148e7e05942a31f26" "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.5" = "3baa120ceb53e94038094b1b930997353f5a89c958b835976347f36b8416675a" "registry+https://github.com/rust-lang/crates.io-index#flume@0.11.1" = "c2a32f2719da0c6f2096ae1bc60566a88c96571b6df52bf74c5c3e4e4ef35254" -"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7" = "ab5b33d8e61af995b985cbf732c0d1b777fc397a8eb03bc443177269f231db01" "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5" = "1584183bf9589ad30f7866826d5c2ee5899fd60a6f169ce1b0be7b9973bc35a0" -"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.1.1" = "7238864c5471c90143cbc639ba1b0363610703d6dfa5fd7a7d55ccb43707838c" -"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.3.2" = "38ced6c1c1cd691367958be803af7996c77b98517af5424f60e3225b7a4996bf" "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2" = "7280a0eda0a4e4666f4a01a1b0b0818c3cb48c440fd8f93a0c930e4e4959e0a6" -"registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0" = "de7ce374df860b076b8e05959dd60421ffdc4c7167f0b617e383e0ce9376cb7c" "registry+https://github.com/rust-lang/crates.io-index#funty@2.0.0" = "57c5dba7077d6aec33fcc91100394cc6bd7e2fa6269ad8431b7313954713d7fd" "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31" = "f2e6cadce3f8a07d55daebcf3e662701ede6162f3822c16f051f6d5bbe238137" "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31" = "eeeaf26dad3b434e2bf3647939699a0f652d0b907eeb0a64051489ff365fdff2" @@ -126,25 +90,18 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31" = "f6952b08d050d19e9d9aa27791ba6e88202de2135f9592b0df313df1935518d5" "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31" = "74aa719140bf3e94ff917b9145cf1e7922a8c5180a1704bb46ece4a505d9686e" "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.31" = "d1c72471b3f0d61c2f913c98af68c7045b916bf0feb344ae995e393653b14305" -"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7" = "0a31233b61a07004136e0296a7cb0544f691b38859977e563cca9be60eeb938a" -"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.16" = "72f9fa0a34487278d93908ec05263872ea4acdbb691c7a17ac769be094dd6656" -"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4" = "4242b17fd0653fe2a09d40b8d889a7891d7a6a566b4042bc229b8df7fe62b91b" -"registry+https://github.com/rust-lang/crates.io-index#ghash@0.5.1" = "b3365f7dc16cb3167a067bfa0aae4d123a9d29f13ac0e36b4594db87c798074e" +"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7" = "fda989f4c8ee1455f983d4015a69307138f8a32f3ad2134cb48cf2e190db4d85" +"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.16" = "2aa89b2ae09c64b92d27a76d45f7c0f55e8a78358359e16f3a830449a3cf16b4" +"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4" = "518ee4415dbb6741909921808a1faf194c36b7c9261b6b94fe8e89a3114c157d" "registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3" = "eb79d7bc94e6f5355badd5a8d40f9f3ed1883ee9e8a811419c949d9e142b9054" -"registry+https://github.com/rust-lang/crates.io-index#group@0.13.0" = "9e5832c4304001bcfe031df67ba9cd95247ab7ca82f4f0d245c098bff4d33b60" -"registry+https://github.com/rust-lang/crates.io-index#h2@0.4.12" = "51eeea11e386d19a73c04281f474fc5d626c13c30aa62ded2a881d9031b5b130" "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3" = "945f02f52c9d9763b6095e9369c2b79236e11d3c3becfdcc3800b031788d115f" "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5" = "9f36a014235dbc170a3a204875840fe6054a7c91bd03bb60f2f29ad20cc356e3" "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5" = "1d9996bce3108422de28520b53aaef69cd8ecb0cca7ee58c89d35ed1ab159453" -"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.0" = "b85c2b5f6ebac4ed5958c7f57ed4309bf06ce21f990286f9fc31b1f1e479e5cc" +"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1" = "0201ae796fd9fa76ed6f4ba14200f9af6021d959c417c83c7a1e4a2a964284c1" "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0" = "d1d0f2d7f3de1eabadf1017a97dffca5a4ee20af74c0e3812d27642f2c7dd9fc" -"registry+https://github.com/rust-lang/crates.io-index#hax-lib-macros-types@0.3.5" = "868b7387da75ae17ea1d95a7663c6adc5f19c959f5dd69d9195d6658dc2f8b78" -"registry+https://github.com/rust-lang/crates.io-index#hax-lib-macros@0.3.5" = "4dc2e24b258ed377db298254b6f0a2f0f3b569e75628e98b25923a9d35a8a8c2" -"registry+https://github.com/rust-lang/crates.io-index#hax-lib@0.3.5" = "341127985ea5f10a1ca62006b8001367096c1e377a3cc17829a93c37ce8d28e8" "registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1" = "eade576223f2d13e270a4d28a77fcc04abfeb482b07dea5e94daf5f5d220d871" "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0" = "045675c241662419ac2d353d5fac43826a3a946715a049a7cc462f7a3fc0ea25" "registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.5.2" = "758f7fe189c45957112457a756361c43d5bcb88e816d122a645b8b27335ec5b6" -"registry+https://github.com/rust-lang/crates.io-index#hex-literal@0.4.1" = "e94a95076bc55c66dc382a6843627a7c1952849a11ba4aa53c1686fc32a149c5" "registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3" = "6be012a5f9d0b263e29be99089373fba8d606919a3885641cdbd617ff687e659" "registry+https://github.com/rust-lang/crates.io-index#hkdf@0.12.4" = "384b40c15e78669d86a84e95c403f0f14328557b9b4aeca8cf85959c1f8508a3" "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1" = "950fba9b1ec23a5ad8b960211fd67fbf0278c4c195ff050386665391272612c6" @@ -154,10 +111,8 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0" = "3b70bea00eae26ee261c83ad837dea6d65d21879320def24e8678e5157b3152c" "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1" = "0624c4d71f0df1fd253efb876badfa614eec1d948bd439dfc5c33194f6ec9d2d" "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3" = "759393f04c8566387c673eb9353fb28f5a93b96529ada6723a1772c1b55a290c" -"registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7" = "66db705951303ee068562752da11471afb671cfa4d6645b07cbc1f9122d25bfd" -"registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.6.0" = "325935e886910451714c468936a709d0f1db5276e0a4c4eda626fe23160b6f6e" -"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.17" = "ac865444fd3cd45b8e3879407da50ea6187ce9819179a26021ff848c8b72481f" -"registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1" = "f887f565606c36d71fb8ddd883ecf328f4a4918b98f2fcac57c697da8c11ccfa" +"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.17" = "e9dd7fb61dc5a7cc545884d264b054b9c851c0bf6ecf6523775a3bdc9c6b5322" +"registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1" = "992b91842a4b8bf3d017fd99be5fee4106dbfd21ea9e4634c10d6cac05368db2" "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2" = "6359455ddb2ffa47a38969649081f9dab5405d5ea67c99394d79e8919403eb27" "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.64" = "a4901151c75db0538d7f053c15d18d246662cd3ad5e44e043a47c42ec65f1656" "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1" = "6626fabc272c09f2f46f40889981488cd75047d9e50d6152cb1c9daa4b97ea4a" @@ -169,26 +124,17 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1" = "f1e191c3e4fa71b07a98f0e980aed0ff5c808ad29e81374db711dcf747107174" "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0" = "e69518f9ad6179e8332014b15367a1888123b4cfb843c34ce838856c58c071af" "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1" = "6f731c5716c18d9ac625711d31f30f81c54fc4749f54fb14eb41ebcde6e88dc6" -"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.12.0" = "dc8ddc5d16852f2f27934c8e76f74b8e856cc4351ba499b92ac1bdb6b304c684" +"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.12.1" = "2487564ea5484ba20592f1f3663d001852e6f58d9e2b1ce7baf2a46aa90e462e" "registry+https://github.com/rust-lang/crates.io-index#inherent@1.0.13" = "b68b96939f4ddef4db14dffd7559dff40e996b71f7fa9ec95141eb55e3372c10" -"registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4" = "46e3fbae714ee8195c5d5d20f535bfc3f0af382219147a6605b0c145716c6f4b" -"registry+https://github.com/rust-lang/crates.io-index#internal-russh-forked-ssh-key@0.6.11+upstream-0.6.7" = "a5f05fcf9e8d214657dd77967a249554648c53b3291ceb438cee6cc1c76f551b" -"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.11.0" = "e3545dce1a57eb4e8df2a2a0a67edde9bd232ad4bbaf62b8d10d2bbf14112220" -"registry+https://github.com/rust-lang/crates.io-index#iri-string@0.7.9" = "9ab08a4ccf1657edd8ff78525483660461f54f8e71f695a7e5c8315a635bc4d0" "registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0" = "e062ccfedbb80efdc226a04d2aa8b036611b6d32bc33fab50b7b4afefcf1107b" "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.15" = "069c02c3cb8ee706408a014038a3d36c0b097aeda593bc7bcab1b7d88b23334a" -"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34" = "b8f3ba572910345d8d63658b9b5be16d56b93f1614118c5c9d775c3e8cac607a" +"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34" = "dad9a5fc4cd3af60196596829d05da1d8ac8c8ce4024b66bc19633c465a33215" "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.82" = "7f4b1024f4be9a4e2dd99e5222249655f578f7006495fcf1493a5309b405e1f1" "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0" = "020e90a9414ab97c5bf9a8a61728ebbdf541855144aa99309e157a89705e0fbd" -"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.177" = "c1a17dde167c6d1ac1334e6b0e8ea341b749026f1e08088d237ce6e39ad8c826" -"registry+https://github.com/rust-lang/crates.io-index#libcrux-intrinsics@0.0.3" = "ef1fa2b0f7ba8e58231d5362892a5ae3c6245ab137926c4b810a74492c1839f7" -"registry+https://github.com/rust-lang/crates.io-index#libcrux-ml-kem@0.0.3" = "7761ac443fbbc795a364c28e4f63129e9c25bf8e7b3ed3e527822dce6b4c0d31" -"registry+https://github.com/rust-lang/crates.io-index#libcrux-platform@0.0.2" = "158610a11ddc8ec33ab46302abfd8214fc4a293c5f0e1c7b4bf5a054910f623a" -"registry+https://github.com/rust-lang/crates.io-index#libcrux-secrets@0.0.3" = "2dd4e95d481a98ed64e50ac156e9dce8aeaa389de94d32746e82952fab9a9b15" -"registry+https://github.com/rust-lang/crates.io-index#libcrux-sha3@0.0.3" = "b810c1d1568b761e630896e553ceb9387533fb84d71c2bd84be30aa9e6bc7124" +"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.178" = "a6096a7d6dac07699c0eb449c7b787157c5474b944aa56628762874ffd6190e5" "registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.9" = "f44726b077f568146166c0f61f392f36298b85b9ae7749ee601b09c6d02473a9" "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.15" = "cd94f7d6d78551309bcf05c2cb102289c9d29e10d6faaaba174722beb8853326" -"registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.10" = "f095c3946a0021c9bdf5862655bb83a4d0cd9529ea11ad1c121fb1ad3eacebf0" +"registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.10" = "03901341dc1937a11d024f80e65d6f3bd94c1b6100a7bc8f038f51e3810003a5" "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.30.1" = "c79e6a4c6da6c48f5a5d9e29feb26089b238bca144bf635522ee4dcf0196cdcb" "registry+https://github.com/rust-lang/crates.io-index#libz-sys@1.1.23" = "58921dbe15d286d87fc4772866bae661c2db328752d3d4028dca01b5c699f081" "registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.11.0" = "5f14c9322eebc368e8f816dccc2d07f2d92ca826d02d6cebdd03a496aad1134f" @@ -198,62 +144,41 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#lru-mem@0.3.0" = "184ca2e67374205c454c41ace5d29d4c922d88ad82bb905d1a00000c50f258c0" "registry+https://github.com/rust-lang/crates.io-index#matchit@0.8.4" = "6e81c53935b51314a8a97cb33528c3b225c9eee1ccdf61fdf59ca517664ff9ee" "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6" = "18d6bb2181b839f6ffadadfb6b499f068c57050da40b6450a177982877ee6a93" -"registry+https://github.com/rust-lang/crates.io-index#md5@0.7.0" = "93a4dad1c93bdb0ae9400e2c4707c60ddf9c1037b763a742c6f116711b4bc997" "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6" = "29a3b30b508184a86b69074e50b4658fb07f0f67ce7a0fcda8b807a121f3c454" "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17" = "874dd444b52333fb0c80c699683e982eb8763067da353cad5039f04907f00658" "registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1" = "8094ff1242ec4361f3e4a095c00361eae5975e5bffa058e8d372f8c9c0f952f7" "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9" = "f2382b47956de7d20e0571544a7c2d8bcf394830eb0dc61d81c95180abe069ad" -"registry+https://github.com/rust-lang/crates.io-index#mio@1.1.0" = "7f0d372abb72dd54ca6a17a7090bea50ddbfb68b75ea15b7da53846c0c20034a" -"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.14" = "de0988f521f3a111279ef716688c3e7a5cdef32a36413a3d7ae122fdd6fe04dd" +"registry+https://github.com/rust-lang/crates.io-index#mio@1.1.0" = "4ffb518a8aac7bf4927798336e2f89d64eb657b6c89063d0fa42fe5b0dc6a05a" "registry+https://github.com/rust-lang/crates.io-index#natord@1.0.9" = "c0227b24bcf1d15d97f25673ede276e2903ff6d31017d1be062a7a7b94599d05" -"registry+https://github.com/rust-lang/crates.io-index#nix@0.29.0" = "7ebe7d38634fefde00d04f3e7d093d414923e60872aeea66d257430194da2a8b" "registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3" = "882b7b8947c92d5d566ef6e1daada9593061e5ab7f7390849d8b5e8bd0ce4705" "registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3" = "414b7230f93019dee6d24b817afcb96bf8eb0d2ea2ee4b830e5635d4bf3111bd" "registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6" = "3fcab07d24fab8268baefc383f9c4476180270d805d1b842cdaa7578f4b27c3b" -"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6" = "e30e0afe943283a8539319ec0c09bf19eec4a13e8cab3fda997c817e92f7c177" +"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6" = "285254bcb55ecce71a0e4fc070be3bd96a306b2675d2517c0058a1aa2ce9133a" "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.1.0" = "abb62446378f34d8079469a25446552d8a52f4314fa7e711e74e1b30d9d59186" -"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46" = "d0a0957d00d83cad655ca89c3849fae752b6f7215b0bc2542a877bdb8de79266" +"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46" = "a0ecdbdf9d7eb162b27a67d77532ec062e39678f13a8f3251733e8ec2d17f1aa" "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45" = "1a7d2dfb41b74c70c2a54f64842104d8523c61e29e4b02a421dbc1747dd788cc" "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19" = "11e2e62ef53e5331d06a9934b786c0e189c394335015ca237e3404848fc7e6b6" -"registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.17.0" = "1292e3914a25a69ea597f66f98d0526c76d98b82f1f816f693d3ff7b8a896723" +"registry+https://github.com/rust-lang/crates.io-index#num_cpus@1.17.0" = "22fdecee57a9deae894937e1290b78816ccc8a9937f0e95e9ec56581e86e6001" "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3" = "052c26f905a581c3d943e058df3aa2745bf2209b114d6e48639c7b6f6eb59e2e" -"registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1" = "f3e7eccd2ebd6e763fcf6c1249a67037610b9e01ef9cb54d74b99f8ea55bb3ad" -"registry+https://github.com/rust-lang/crates.io-index#openssl-macros@0.1.1" = "cc0249d4ae29788d660b98c2555f29bb3aea7b4fbfc3173c2dd0b638d55ca673" -"registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.1.6" = "9c5ef3a01dd89c6eaf6aac47c6ea7ec756627257b33cc650753fbbb4e40c5c2e" -"registry+https://github.com/rust-lang/crates.io-index#openssl-sys@0.9.111" = "24034a50c2b916f322e75f6427b13a714122bd21918e5a2c4d11714c0a0064cf" -"registry+https://github.com/rust-lang/crates.io-index#openssl@0.10.75" = "a2d70e8d6b3daa22da3d8c5a3b8747fe6af94e766ba00c41694f3f2debb21068" "registry+https://github.com/rust-lang/crates.io-index#ordered-float@4.6.0" = "fa73394ac1c216c4e1c7bb1239059215f8db89e8ae555e498f03fd30ca7930fe" "registry+https://github.com/rust-lang/crates.io-index#ouroboros@0.18.5" = "9fcbb04903b779ce55686c83deee486381f909ac382d8b649a3f9fae96bac598" "registry+https://github.com/rust-lang/crates.io-index#ouroboros_macro@0.18.5" = "11b583846ecc27953d09a8ab0a4836736dbb4c169e6726a84e91f07e39f0a8ed" -"registry+https://github.com/rust-lang/crates.io-index#p256@0.13.2" = "d34b21b4acccfc71a19c1c121267f61446d639ed01c0b98af15550b4b5fbe8e2" -"registry+https://github.com/rust-lang/crates.io-index#p384@0.13.1" = "b3200802a45182e5553d3b9b931d06feaa6a219876c5ad9e60419ea17d28d178" -"registry+https://github.com/rust-lang/crates.io-index#p521@0.13.3" = "cc1916388a1a09d981cc25e8749e6c1988f83ed5284759d6bd8d9f6e872ff282" -"registry+https://github.com/rust-lang/crates.io-index#pageant@0.0.1" = "5d8b8fa01266ada59f086e27df7751c81b8f8c67b623cc368403e03f5e335210" -"registry+https://github.com/rust-lang/crates.io-index#pageant@0.1.0" = "062b7dc8f6ee3cf7de0b46b2a9858cb0b0a67417271ef2e8816f11068bb7806c" "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1" = "bf3dc4ef084e7a56d55e901dda7be6f87e464ace67d2b592faaac1bd4a5cd5b5" "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5" = "1bbcdd25e546e54087007ab157b32a91d3e0ac50e172e39f37a90d3f4078c29c" -"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12" = "a3f5d6e965b1d62ba6a6e29095fe6827b97766cf7650192f04efa6fefd094776" -"registry+https://github.com/rust-lang/crates.io-index#password-hash@0.5.0" = "e1f781a4ae4ae47dab27203984f868a134e9d61f00feb82064f80067ce7e3e0b" -"registry+https://github.com/rust-lang/crates.io-index#pastey@0.1.1" = "d8628f7d3c15ed5127473d44619820c83fba1c03013fc699036b6d68f72573cc" +"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12" = "ee662427d7e947f46bc50be65a524f36f57aaae25cf497ef6d3e88587cf6dc7d" "registry+https://github.com/rust-lang/crates.io-index#path-absolutize@3.1.1" = "4e382243d293e25fb016b7971862807652196a48a3fe4654717920fe4b67ef15" "registry+https://github.com/rust-lang/crates.io-index#path-dedot@3.1.1" = "e9b91050d96d701a53fb5657e4e91044e336f05e012e77874dce07886830e651" -"registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2" = "bdb723388775256572d07ad0a34a18fad8b3e873a9121136ebaf35525b81c4cd" -"registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0" = "78cc3b2075958943b6a0f781238ec530a4eefd8c96d14f71d25bc49b4920f361" +"registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0" = "af5d552fd4c7282d2e9ed5e791f8df19d263b24e459b51cfe2e8531b8cc7832d" "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2" = "426f46ef64ae4954a870547079ef15db664ea77324104f2063cb69387b99fa7b" "registry+https://github.com/rust-lang/crates.io-index#pgvector@0.4.1" = "6b19bba7e20dc16a82398c5302bccfb65fd7a5a0c5a7f634aa823dc0f3acf6cc" "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16" = "87157bad7b89ce0669bfa45dd771541b1024360fd82a81b06edf8837478da620" "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0" = "c67276b58aa8fc736013445e009f625e6c9be969360d1aa3e77b87347aa561b7" "registry+https://github.com/rust-lang/crates.io-index#pkcs1@0.7.5" = "a5b49843d6c8526c88fb1ee72844db5ef1fe5ab86443b83fc69986500b47392b" -"registry+https://github.com/rust-lang/crates.io-index#pkcs5@0.7.1" = "7efe27fff83c1be537aca5442b5f92ad2d6234e0138b8902aa6c27443a218d2f" -"registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2" = "a3e75398953e0f5fb054c582855e18b39d3be08a4651bc3bf51f09eac03c0253" +"registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2" = "589c9b6954797db92c26bb08064bacbcd3b8395732807dbfb214ce74c6c87b50" "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32" = "0a22caf43ff06cec56b09c30a7819dfd03c5d5a172fa8c2d5cee834b7bad727a" -"registry+https://github.com/rust-lang/crates.io-index#poly1305@0.8.0" = "7e4c274ec77c94ce2d93ca3a84f36ddfd506420f5860020db1ac76aa89437d6a" -"registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.2" = "c697d814b0643d2f918ccc75c5b6310d72a16763f2e670ecb3026b71cf2ab78a" "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4" = "17e4f2025a2f00adfc543b9d500f1b4349a416e85bb80f9ed9ce2e82f454c98c" "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0" = "50f853bc1536b0b3d6c881a457e02e3da24a97e9f11f38e97ff7745651c52ccb" "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21" = "d44dc7867b109623ab6942d9eafd915d9988c27491df75ef64da6fbbb28c6ec0" -"registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37" = "68ab05a227737d6614514729c7b80c60499489e519717e8f3eda6372b7716247" -"registry+https://github.com/rust-lang/crates.io-index#primeorder@0.13.6" = "59b52c2292825ab153fd9ac53cbf6cf854e3f09abf86c197e8b385d38cd59fe4" "registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.4.0" = "a65159c60d4b2f4b739b5b83ba146854c7f62d95ec0c97e38339fd87de7e9e6c" "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error-attr2@2.0.0" = "a6937e1e95db0ab00e59ee0587cfed71be83b4aad72998eb987576e22d118af8" "registry+https://github.com/rust-lang/crates.io-index#proc-macro-error2@2.0.1" = "35523eb252561598d31d01532d6fc2b604245905a3b9d61cc912b9b26c678d17" @@ -265,7 +190,7 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.42" = "91c8d87ed79d624a31a96de45ffb568d706c6d680d9b059666c790d6b8df9a42" "registry+https://github.com/rust-lang/crates.io-index#r-efi@5.3.0" = "8b782f8b39e0573e49058548a27f0982ac72a7029326d2bc61b6df3c194cffaa" "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0" = "52ab1f0da4ca3712c10b6f2268313ee3f674dace171872ca510a78e825f01b90" -"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" = "e3a19a51fd4d32c04954b5bf6bac6cf09a19b296fbc05e14fbe81be5d0b3a765" +"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5" = "21712832fc72bd90fdf5d6c96cf23ef875e4b77477c833d08bce63ba033df982" "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2" = "878e5168572124872f9ce669597b25ffa4ab4aa8ec02894ad6e5f238a47e6758" "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1" = "08c84d54e52a16abda285b9ff0dc9ba53275ff0400893d18cadca9e62136117c" "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0" = "24a75837f81f30b0b08f17a21c76397c5a0b135189e8534ce16aff9d9d956e28" @@ -278,87 +203,60 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.8" = "b5bd7a8b232100b181ef43ff406fb2382e503828b02a43cd606f98d6ea0ad950" "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.2" = "10f6a5c57952790e35d0c05df1e7eafd9c894d80edd73975f10517c9b6c1a00a" "registry+https://github.com/rust-lang/crates.io-index#rend@0.4.2" = "e1477adda7718f5953efaa45ef12a2e30c0037c5723d544285f1d21d751a092b" -"registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.24" = "c24db3ee5ab1d85e7db6db319850254ef3e16ccd39adebd89f6f69dc04d48656" -"registry+https://github.com/rust-lang/crates.io-index#rfc6979@0.4.0" = "935fe2c6457de240e6eb206e714d2e1a63d782f91a994afe20af87c3e07d9465" -"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14" = "e18656a752193ce740c8b01cfd8e2b107b1c7b7f2b0f8b78da5e41eb8a076511" -"registry+https://github.com/rust-lang/crates.io-index#rkyv@0.7.45" = "7c5fc7bcb579269dab67c3af9e3606860e2ef42f3711dc21e4e893be38686db8" +"registry+https://github.com/rust-lang/crates.io-index#rkyv@0.7.45" = "696526e2a115738bd5270d4fc1fceddf70699a2c77bb1a5f03355cdfb6bdc2a6" "registry+https://github.com/rust-lang/crates.io-index#rkyv_derive@0.7.45" = "ad51df9d2e223d73130300a8075a8eaeed101ff95d4c9ad1252498f7186db950" -"registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.8" = "bd69b5439df972a5599972183f7e893d62baf90fee613b09d798af9d7dc6bf9a" -"registry+https://github.com/rust-lang/crates.io-index#russh-cryptovec@0.48.0" = "1f4dee33fc8b9ee8964552b2bd87fec0d854f9073c5a98d1caa01abb44af2483" -"registry+https://github.com/rust-lang/crates.io-index#russh-cryptovec@0.52.0" = "d5b7989871ff1b873e1cd5d57a7bc8646115488b31ad58353ec9709eb31f2d0d" -"registry+https://github.com/rust-lang/crates.io-index#russh-keys@0.49.2" = "6a86edc10849e7f50347fcd86e92de9733311b10159bdeb215d401c0ca265fdd" -"registry+https://github.com/rust-lang/crates.io-index#russh-util@0.48.0" = "a5581d7df052a051f6277b0735a8b9a283bf22f3f5b5b6cec6adfeda681c998b" -"registry+https://github.com/rust-lang/crates.io-index#russh-util@0.52.0" = "d9bd066fa078305ad4b8e5b0c421655144464c94fa5e65c93e7a2c7d2f0ea65c" -"registry+https://github.com/rust-lang/crates.io-index#russh@0.54.6" = "458745092aa7eac10e62cf2c4c475e6563eb2dbcdb5781fe7d88915820b9bc8a" -"registry+https://github.com/rust-lang/crates.io-index#rust_decimal@1.39.0" = "2d0269d3085d951f881c901a7cc78b5e4aa0370e2b033e51aea5910b979fe09e" +"registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.9" = "48bc52fe377fcb208dfaa3969e62c48ae3fe8793e531c22a8bcbe0807fe5e396" +"registry+https://github.com/rust-lang/crates.io-index#rust_decimal@1.39.0" = "f0a399b0fe2c8f68f117a07bd3cf11e2b566fd90897d6e96930a70ca0eb17f1c" "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.1" = "0679bb21a175710a797b96bedea9bb8d694b5c2110360190bb128ea90c196143" -"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1" = "151a5417e3d8e8cb75fb66d5633ca22bbf4557ba427427529179e3da85b3d795" -"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.2" = "64b982bb85362cbddbe0724bfb12873b3fef56d29e88d7485bd8f23093a41096" -"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.13.0" = "c70d40c7862593e276e66b5039e3eddcd3acd30cf7401688a3ab5b694753cd3c" -"registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.8" = "c0191888eae26a87d5a54fb116126c604c1f0ed132c437f66966c69e0b46cc2e" -"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.35" = "238bc5db50dd4c77ab8b3c216b9aaa3c614b49ead6d05a3d6953d39ee38c1324" +"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.2" = "ba89eb7e4c2e337cf6bdb4d8a02100147a1097f4fe17238deee1562a1c40a497" "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22" = "6cbed1a03b1abaa0c695a90fcbc859f57e5cfd5394ea17ade5c7fa4274d2c79e" "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.20" = "0b880d45160a7f70777d7137bcd2c4726589afcce9ec373650dc4da0f33d86f0" -"registry+https://github.com/rust-lang/crates.io-index#salsa20@0.10.2" = "a161d2155804037a7847a157237b189df6eb4aa640bffe076730a975eac8b6e0" -"registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.28" = "99a67f5d314c0d90ad18a1db9c24ec34e14c115e16dd748123b0a5a6d08d2678" "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0" = "0baa527d86d4a1c5caf29ed5f5bdd5dde46639205aa6cdbbbfb97f5115865ec0" -"registry+https://github.com/rust-lang/crates.io-index#scrypt@0.11.0" = "a2f07aef170a21a4dc3229d9871d0a4c7db6246c6984557b538289532dab380c" "registry+https://github.com/rust-lang/crates.io-index#sea-bae@0.2.1" = "7bad26bacf2e2a580b0ade30527e3ea3b50975dd5c46512756f4fc5ed3e386fd" "registry+https://github.com/rust-lang/crates.io-index#sea-orm-macros@1.1.19" = "fe4670529075a2840086e43dd0070af295f8ec0ed72e98885a9d59089415770b" -"registry+https://github.com/rust-lang/crates.io-index#sea-orm@1.1.19" = "0769e36e3c75461cac31ddbbaacfd5ff5039916b8082808332381c350ebe7652" -"registry+https://github.com/rust-lang/crates.io-index#sea-query-binder@0.7.0" = "24add5747c7d8a945c9d8139121f6c7c3d85d85fa06723587027dff162e88354" -"registry+https://github.com/rust-lang/crates.io-index#sea-query@0.32.7" = "a0dc71b6c12598eb3b40daaafed5d213057bfc90263dcad8bf0b22df393a9260" +"registry+https://github.com/rust-lang/crates.io-index#sea-orm@1.1.19" = "6bf5677127e17aa2537d589a63d35ece56cce2be771b03d9e811a3f8e628d43a" +"registry+https://github.com/rust-lang/crates.io-index#sea-query-binder@0.7.0" = "332476465687d15904db148866f108229cfd182b4f7840f8fbc153c6cbe92e60" +"registry+https://github.com/rust-lang/crates.io-index#sea-query@0.32.7" = "30ddc3abb5b515df76be2515ea100d5dcb43a9d8bc0d8990208302499f3a99be" "registry+https://github.com/rust-lang/crates.io-index#seahash@4.1.0" = "5bfb692d1110feebdd6ddd8b054cb74393a5b1127323bc80d0351c460b189393" -"registry+https://github.com/rust-lang/crates.io-index#sec1@0.7.3" = "56e0d3be14575bd4a5989e59f3c5a80699053eaf16b3f6e69efed41826cbab04" -"registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.15.0" = "c1d1c2b3bdf2220066b63669a2e25d795b02f67d8eaf71a5e7a7b4aadbeaac6e" -"registry+https://github.com/rust-lang/crates.io-index#security-framework@2.11.1" = "8ac8044ecb95315be0687a53aa59af27556fed05e9973350fb52b9cf7fe2c225" -"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27" = "38879be2c30d8b28a8ad9bfbe8faf8850b5649e941c4c6dac305b9bd1f362970" "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228" = "951cc1355c31ddec2cd9225fde7ebfe6a8151b7c614ce9dd13eb4a544d1225b1" "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228" = "3625e294d8320e080a0e07891b1293cd2f2159ea274077a9f422ef9b7c11bf4d" "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228" = "5d57b2cbbdf8402c54b686b373347f533b4c7f9ad2beb771abbe53c6dc0a1b39" "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.145" = "998484cdc2e8a39bc1bdeebbc98d701dcd47923acf70886e03871eccba5c6730" "registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20" = "031adadae14ec9eeca1b810e971bd01870b9e04f8d15b28d50bea29680709058" "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1" = "b69a5374b15ffd36e37d7f114e67e391029918543fbcd5e619739c2a1b06603d" -"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6" = "24a45926ecf6f8bad7ab0c1968ff1d65b9a7657b335a2fccccb7c0e56f5e831c" -"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9" = "fac6bfe9ac91555775f8d445d359ac3f9bbd2e00c4c10e8719fd21f32ea31120" +"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6" = "af444a9045321fbb47d236a22fc5b1980dd11fc198d74088cff34639b0528655" +"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9" = "b1d5cb1bdd8b0212bf6ff1bb87977f8b998be51f055be7fb0a12a9f260e8e301" "registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7" = "479c23d019d9390a8d0bf81bc13b24ae9b6ffd04b88a9e3802f8d2b513446d80" "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0" = "909ebb2a3da0299aa1bebe42ad4a8421fee979c16b64410b5d823ecbb3de1396" -"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.6" = "9083e9afae3b02dc2e4f0632f8dc32eb5cd9d6e0ab0ba745b3664b8d211299d9" +"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.6" = "650bd80371089755df97933fab9ac0ba990b6cb4b6790131194747e291ec29dd" "registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0" = "a5f7fc85dcea8c46b9814230efcfa8a4c5263bf966bb03f9dfe458118931339c" "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7" = "97bc394f8364d59c188ef870fc5ae3165eaa0b0b2d01262969246ffa61462c7e" "registry+https://github.com/rust-lang/crates.io-index#simdutf8@0.1.5" = "7947b615c6fb1c9785604f0fb4f18504ac6b22ae1083dd679e0b8c67ab5bb0d5" "registry+https://github.com/rust-lang/crates.io-index#similar@2.7.0" = "299b989e0aaab688b237b374c63f72454aae6d654019f8600752371228739459" "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11" = "286e6092b3b1d9388e8d6bf69f6655531801e4aa5fcf5cf0da20d7f56a1a60fa" "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1" = "d5e0d2311111ef4b69869f6b5a5516ed62d237952153d9e87faeb2106af18c28" -"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.1" = "a9181d649363d0f5844d9a79b83dba59fa9071ab408f7bfeb116e92a8cc60775" +"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.1" = "4a8c5c4f3047bd5a23ad4badf9271fce4335e61397d3a8c21a15f39e3662bbc9" "registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8" = "0a89a1b9fb5520dfef257e4592b0d06a5a693ae6e24f0596674da14e4422e93e" -"registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3" = "2ac47d71be4e4d10e4cd4e88ab698ba53283a2d950bb31b56236e47e54ee8b5f" -"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.8.6" = "5d42c0c77a6e685c5adee8bd3c4efab37f266ac5e26090f30298c50af234261a" +"registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3" = "e09bcb0743d9a59af50b04df2fb3c3890d13135b01568d273eff11f547a5ecea" +"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.8.6" = "c8a7bf6a75f026e5de91544ae0d9999f9a3851870e49321fd1462eedc9da8685" "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros-core@0.8.6" = "caa4bbadb51b3de60db9c194e46ad422d788200c2de2459a71652dd33fe3294d" "registry+https://github.com/rust-lang/crates.io-index#sqlx-macros@0.8.6" = "5d0738c9316ed693cc07a9760f640611813e79fd2d11bd606627cbde0f983f3c" -"registry+https://github.com/rust-lang/crates.io-index#sqlx-mysql@0.8.6" = "d30e8d24f31bc7c29e6053e816551b808a91b802e0258915db6914416a0d56f8" -"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.8.6" = "b493e80a1600381e0e0e5a3066705dc3b7c0289a5db3f4580b70f1f8fc397830" -"registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.8.6" = "4c15501c8c91abda557c6390e805ae868e81e686ef9da79c97eb7acf67df7b2c" +"registry+https://github.com/rust-lang/crates.io-index#sqlx-mysql@0.8.6" = "de25a20bee6797f3740293facbad5bc328e41ea60079f12711650338a75d735b" +"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.8.6" = "387c3b3e99367771374293ab12cc78ca26724c53b35ffb0552fd1119617ecf44" +"registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.8.6" = "67893f7dcacaea447e2ec16388dcd7d42ee10958dbb7100211616191df91a67f" "registry+https://github.com/rust-lang/crates.io-index#sqlx@0.8.6" = "add18a2766bae9eee4954835d6f570e51d019acba17cfd4ae54738b657b04095" -"registry+https://github.com/rust-lang/crates.io-index#ssh-cipher@0.2.0" = "0f477ec2518d9377603858f60928c9594353855c5527ef6eb6a6122658d0022b" -"registry+https://github.com/rust-lang/crates.io-index#ssh-encoding@0.2.0" = "88ae7fb12830def0a95fc4b1ea73ace7c74b0b7feac8f6730078d1831a735a04" -"registry+https://github.com/rust-lang/crates.io-index#ssh-key@0.6.7" = "9d5b4664c0e95d558a2172535a9290f6573b5502879c33d19bce0fdf769c9390" "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1" = "228237c0b3c456d90942c2213844fbab55e828d8d6e70955151d4eecf967f2ed" "registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0" = "91cdd3b5b292316acdeffeb470ae2128cf75af4b8fe3f3b51d7c40f5cce8feb9" "registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5" = "37e3c1b3d5c7b811f12ac1d249fb6a290e94d881b323bc548c5ede2b039ee26e" "registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3" = "88f6c2b5ca1a8fddf03692311bc0a73771266fa3398f94a77e6054658a369c32" -"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1" = "cb40d4840e877702283d7a204540a41cb165ecb57e098c7e3ec769b8be760836" +"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1" = "2fcd8a35602a936a2ac7ade68e63e9d64f015b51d8f18747f3415bd99328d557" "registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109" = "4f9f125a7ac1c8721be0ced5d5aed6ecced8f730182b66a9b17364425422f4ae" "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.110" = "49fb48632c0fa1876341080ec7242906dec6b57c6cf118395551a38c0fa3a5b6" -"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2" = "b79becb2a7f4b281dc894a82d936eb77a508193b1f34fb1c854591bc719fc765" +"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2" = "002de477898e20cf93af9ae1e72196c8d46965d848700f1e1001a943971efb1e" "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2" = "c31c669a1c55a7b88e9a30d5c40faabaeccad8a025347e998b82bbb35c1f61cd" -"registry+https://github.com/rust-lang/crates.io-index#system-configuration-sys@0.6.0" = "ae3492c26f9b91002590c474cd192c557028f594bd871736807f91b65166127f" -"registry+https://github.com/rust-lang/crates.io-index#system-configuration@0.6.1" = "0255c3d0d61e5b07c3ede40ba942470bbf08b45cc57b7d3b8138c0e51d7980dc" "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1" = "65ddab397aff4ea57dcd56004a95d452cffa0185eb41e938b71d4ffb883ca673" "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.23.0" = "fe5b7a97419413ebd44ef7a2f165b8ea60639db22713ee11e7dfcdfd89dde1ac" -"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69" = "0c74532308ed74358c871abf7899770238c6c24b1dc143263cfc4fa5e6c47a94" "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.17" = "5334295e1aa8664792f12a63a99e867477200f3bb7ab0f49ae3fd993ca4cd19b" -"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69" = "b80890071e8b9b2c8d85dfd993c5cfcef834fd7e599287cf3babecc9e6d1cd44" "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.17" = "c0e03513bc2b34bdb63c50135c81053a0f5dbdfb86153d0bcce4d2f4e88f16d7" "registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9" = "2a6251ab49209b1905fabf4146850ec260b2411857bb5a5ad48e68bb38b8eb55" "registry+https://github.com/rust-lang/crates.io-index#threadpool@1.8.1" = "173ba7adcd209d944ee19dec035d8f93a0951ec631a938abc3ff9e30843419c1" @@ -369,83 +267,55 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.10.0" = "7f69b75b6d162f6e01251bc62e1304b03b822dbb5c5e1f03ff372192de38cf9f" "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1" = "36ca6585d9594280628021a7e44ac609ea4571ff32e6af9a85a49fee6a27f159" "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.0" = "9f9dcd7a230cedc2fcb52b749535659fc06246a19dccbfd9573e70f10c87157a" -"registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1" = "49f09b68417ec7f2641529e21d7cf20aaf30d1babdf0e872d41182738a24a7ee" -"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4" = "d73dda67fcb9198c7cdc8155739cda35b064f14f476f321d5571b9bbd5776f89" -"registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.17" = "8d6ef8f5b7cd62224d71515025e2a738aa8954cb096b07b3c69eb5acce9542a7" -"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.17" = "567852fcbb352c8c4586dff9d8daf54816ebf0e4a00006763a4e3efffc346735" -"registry+https://github.com/rust-lang/crates.io-index#tokio@1.48.0" = "db413c94f6db6776b6d50c83b629abece46dce0a66539ca729e171b12492e8ef" +"registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.17" = "906358bd731cd38f679d194146be9cca5ab71ae927877de0f3fedaf073d7d881" +"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.17" = "e2d2d7e14798ae033fd355e95c34299bef2cc0a84e13f82b60f1d4d67dcdca1b" +"registry+https://github.com/rust-lang/crates.io-index#tokio@1.48.0" = "aa677aa70893300a51befd2afeb2ca31fda7d336ddf6dffb9bfd118d80e8bdf8" "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.3" = "042c456ec5facd2ffc53fc874815c1905cc41a2459e5a5c2d12c0b66001a9d79" -"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.23.7" = "2fa8a45e032580fe0b8a64ae456e55cc84159284699a34c302750f0e8013d169" -"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.4" = "402c1570645276d56029f9acf0122aec5aa31cdfbf44e747f16a62ce2a3792c7" -"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.6" = "c95edf93c3c42c4c49b0326078771cdfec97ba669292ff6eab405ed1617338ef" +"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.23.7" = "de21c1364d11e59cb3a08ce3e2bac218827da333f5e583e60d5483dacdbe0186" +"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.4" = "5256925f90c1ff0e22f569a344de72d89987248fbf3e87c1a95e532d1f6bbdee" "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3" = "ba5c70367747fa8d346f5f00f20f6dd13d631bf8581aec65728e5b1d8e4da064" "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3" = "9722f1524ba927dd3dd202118a467795f70dfc9c5cff1aa36be12e02333705ee" -"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.2" = "87383c64789bc4fc446b7629c191fc361f79859439e006830816953d9f1d2b88" +"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.2" = "486e00f657843284a57c296a2a48037789d0f56499cea5ab4f3a3c1459144427" "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31" = "932b5d504c96f9d79fa7f70b352d2867d4b64f8f735f67d197db1a886f820a8c" "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.35" = "b1f909364addbc86dad417326666967125a84ab286d0f93ce9dddb28f52e1086" "registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0" = "c7f7f875e305227f9d7a7e62dfe2afb50036b0e7cbd76e08c57a6f5dd2f3aa0d" "registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.22" = "418fd85044bd6c92a543dd09ff41ceb538b07c0b6c5b4c166dd42407fe858ccc" "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.43" = "8fdfcf9463993f9ab714e4a9e4fe4764692655655d94c66ee460fd2f5e665335" -"registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5" = "f1eeab5dbfe3cf7aaf4265999617e94cdf3271aaf15a709d79fdd6ad6c4e6c2b" "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0" = "15b5d1fe4c7c3428d4dc3c42d1b1f561ea4762c82327156e41aa1d97d98021d8" "registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18" = "92a0fe90af966975b9614e2e21bd19a4d72bfd3e723b8efb850cc61dff73e15e" "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22" = "72805ef1217f5e303a68b401c6990acc796e9d45c71dccf238fa1ef879d1e107" "registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25" = "9665de652cecbf789eaecff8e27c8b2f1b8b11fbe793954a8b061ef703457af1" "registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4" = "cdf6d930a0dfc1acc3b026018d97c6bf20106eaecbdf5dceb3d7aaef1b4dbeb4" "registry+https://github.com/rust-lang/crates.io-index#unicode-xid@0.2.6" = "04c6fa64d1f26eb2c0594f87108dff265d17d747d21de7a9b240a4675ad7f2ef" -"registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1" = "9bf7be67c5a8fcc2376f833d029fd6559ccd9d8a3691692ebc5fb6309dab1459" -"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.7.1" = "db73739856ec53f62fa04673773dae0a409c437f98ecc6e981a781fd4730368a" -"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0" = "0e5f903c4d858d56b064f2e47fd2b2e6d228f9404ceeef561b5cc4c0d77bec33" "registry+https://github.com/rust-lang/crates.io-index#unty@0.0.4" = "5475cd4e774a5dff1d71ec84f3f46bbf2a1ce7ecae45e15713335645a8e14941" "registry+https://github.com/rust-lang/crates.io-index#url@2.5.7" = "41a06dd6e4a64931308619cd9143392e669fe55fff38850784e1a9a09b49bfc2" "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4" = "047f25b86fd5f1351043a8dde0aeed66f85eeca3ac56cbb7bec54ed6c023b16c" -"registry+https://github.com/rust-lang/crates.io-index#uuid@1.18.1" = "8ccbfeeec8562acf1d3139b67f2a801c711478c42eb4e6132edb9bd191ac286c" +"registry+https://github.com/rust-lang/crates.io-index#uuid@1.19.0" = "0293b0d1f6bb4573e81376046cdf92e00fd258e889dc665677886c0a03b0c560" "registry+https://github.com/rust-lang/crates.io-index#valuable@0.1.1" = "756ad94b5effaecf9973461517320157d1ee5ab3ec28d86e1f99c4915851a45e" "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15" = "719f7f17537403aaa321d268702fb5039de3e7c1993d88754cca070f8b597174" "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5" = "5f3a662254d4a2b2e505904ada0ee24aa8376f7d08d71832a6a0f1ff04f1ad71" "registry+https://github.com/rust-lang/crates.io-index#virtue@0.0.18" = "2d1376e442772102fce8b9b6635530fb12bdecc3fd3d2a3fef3636e442469f4a" -"registry+https://github.com/rust-lang/crates.io-index#want@0.3.1" = "438d99295e1a2de9396715f5d93a7aac97095e367862d7158dbf11da4ea8a3d6" "registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.1+wasi-snapshot-preview1" = "9c7da0443e0bf7dff296b9c6a81a67964fa0290e311767101860356a664bc268" "registry+https://github.com/rust-lang/crates.io-index#wasip2@1.0.1+wasi-0.2.4" = "66e9546d4dcc87766fd72d8d5ef9987e133d78efc6834cd9b416a019e8098ff4" "registry+https://github.com/rust-lang/crates.io-index#wasite@0.1.0" = "430ecc5abca1bee65aeed502a5eec51bcc2550596e3f73de8ac9d322806097fc" -"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.55" = "925b9329564c989e033d6f932832451ddd11f3f76b01f5f462c8d4aa9c04ff0f" "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.105" = "d088cd20c3403c197cce1f3a09a31e9629c2d89cfbfe683d86baf48a6ec6ea65" "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.105" = "5e3562107d44436480627a2ee76386de9aa8ba437b9772255445fd07cf1e77bf" "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.105" = "d17d4b651ef3fbf7a42e19ef5a25eb628ab9a03410f69b31c7df9d8858ee9058" "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.105" = "75cf8f1ac3d56ed9ed7baa543cd5b43068edc4f69691276b51a704a7f2a6dc0a" -"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.82" = "4bd1fe58e56c17b850aea8f9c02b71d810cb1989ad1ffb2d856c76685ea5fc4f" "registry+https://github.com/rust-lang/crates.io-index#whoami@1.6.1" = "5de246cdae006a797a201363a8e6cb09a7444ab8e39e0f02640673f6a0b2b537" -"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0" = "1f87f430771d05f29ecbe21f85848334c3ead35493189002c7379bd07f03bb6e" -"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0" = "09f4b538589047eed73b4982e5d89dc9948a22090e297cad095c956f6cdbaad3" -"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" = "68766a282b2a2a49de7c77d3f51816c6005e5d88c85b15ba555de7f1afee440b" -"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.58.0" = "759fc30e30ef82ed4bfef3ebe33b1e64c2e08066a3ee37d1ba72e36b79645574" -"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.59.0" = "c03e92c90a368e28d3e6a199d43e77d1a9dd87a79477217e56ec91eda6ef920e" "registry+https://github.com/rust-lang/crates.io-index#windows-core@0.62.2" = "a53a12e575072447f818df84dab90dfef7bff781d28442d5dbc83401cde22264" -"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.58.0" = "30a1ae630d51d1aa4b4a4c4f9ba9304e59f8a52682a69e05ebfa75919f960fcf" -"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.59.0" = "01e19c51eaa145630c2e7b2e3351f2d260725f552fc881bd10161cc938d53600" "registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.60.2" = "d71f3b72b4636d8d5477577fe3b78950663dfc1e25205e33fc53d00a7e8ba302" -"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.58.0" = "07b162f12a58c386aa61e39281cefdaed28cc3a983f1a779d31b42f8e5e877bd" "registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.59.3" = "05f0d36c5f5275e73ff0ae70bc3ada965c1544a83f04712f40fb7be7be6b9907" -"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.1.3" = "de6847a4d2451633d578fb4b66bf69cf7644601fc157b68fdd6247caa680509d" "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1" = "6913366a88eade647151291a2c284c6b4419803f543219acc65ffb36d050b39d" -"registry+https://github.com/rust-lang/crates.io-index#windows-registry@0.5.3" = "be689b7bd44cd5ac1e75789e0979d41da29e9c9aeaaa3e0467337a8d2d442fcd" -"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.2.0" = "ca23b4816b2f615d17df9b5d322c56b245e1917dbbf7eb7c0c688baae4ddbfda" -"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.3.4" = "bb86bf270ab1bb4f9d8c51102ed81f17d596b2746b03517e3508f0aa9e76ce8a" "registry+https://github.com/rust-lang/crates.io-index#windows-result@0.4.1" = "d2d6166685cc9d38cea0479daefd31f9153c918d206af155456ce3fbd35c57e1" -"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.1.0" = "685eff6cd991b51dd20a4913184e4e5cb0c0e39c0885ed37d425c245ec4c25cc" -"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.3.1" = "ee0b2d88c7b95e6f44d1e6c33628b3d2a71ea47ec63d08646c0a293016b8e08e" -"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.4.2" = "0652ea00bbbb788c376ed704302bcfd541709bbe0aaca7238ecf429ae4e5df27" "registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.5.1" = "81ed7ba4dd1224709e4d536ef0a5a9c0c2281a16a97fc7c65d0e21ba0d6cc886" "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0" = "50ddce0dedf31ab06f3fe4bf72330b18a914c7cf46975e23479bbee20655d049" -"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0" = "b41994c3901bf0618e472914a1f1e2aee066b7d366662300d64bb73a32582315" "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0" = "d9b2f97908c47cf43d78179629b3abef2419054beb103daca10822ad54fa9222" "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.60.2" = "ee177220dba83367a193ab58fa2ff8b28517f6a1947e94964172abf5b70c74fe" -"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2" = "38ac8401c9f95cb20677e1bcc2d9da478df1dc107829c4964c4045e012f995ca" +"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2" = "06567f74041ec4c5a8ffd08e906ac59ff5081935ec4e0fccff9020d608d8befc" "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5" = "2eeba1fb41ece7e47a512f90244d1a6a33a80cf7d62dac96544325d85092624e" "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6" = "fe8dded5952c3df6593dee93b8e6dd3bc2801a7cc135c097e517f37a5a7b9b68" "registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.53.5" = "4143d0d11931f31b5b484a337f69797bfca82416f5b6ddbdd0820ee86c26c17e" -"registry+https://github.com/rust-lang/crates.io-index#windows@0.58.0" = "0871f97e0bb2964b2e88d85ade253e5c0c426dc9196cec9e2940477785799a9a" -"registry+https://github.com/rust-lang/crates.io-index#windows@0.59.0" = "f28f335e30e2920d0da9be2d1b4aaef1d58877f77fd05ceeda7d53de76dff5c6" "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5" = "38fd7c9d4e11b7d8199855a289813cf45a7c6602023c3db8e908ea0231606b15" "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.6" = "ec5913f3b3c7eaf44512f8f22ca7d9fdd33fadb644a04e539367282f0657a6bb" "registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.53.1" = "b7aa4557fd735c7160f9c76aa29c5c331b42c93ee85c500a5800aa692685a2db" @@ -469,7 +339,7 @@ version = 1 "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5" = "81d2d0f5ef71a9f9bfdafeb6b63fd7381b23f33f1755da936dd1f830afb2f2ba" "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6" = "c2a6bfcc8e073a4dd33a6426fdbd698ac611fe3ec6c179591786efceaa2d6721" "registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.53.1" = "6c1a38bede7258be170d8bfbcd7846282fb443c2d870183bcb2ff0b849d44b0c" -"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.13" = "4e81b6c0f1077ca03b42254133c83a4243cf126774d073806caf138591e9215c" +"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.14" = "41164f26911d5b8c9273f13ef71416bf62adbc115d0cbd0a3f4bb1f290f6841d" "registry+https://github.com/rust-lang/crates.io-index#wit-bindgen@0.46.0" = "b1f4351aafc5a8a7f12f71e1e6acebc3d3da7e928331f659e0b60936473fd938" "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2" = "f059a994b5382afd67fa9c6f0acee955cc454444e78d9b998a038cc32dbea748" "registry+https://github.com/rust-lang/crates.io-index#wyz@0.5.1" = "bc3163e53888d6e84c9127c5de7ce9fcf9adb20af21a79e666c2e83ed05f7b12" diff --git a/buckal.toml b/buckal.toml new file mode 100644 index 00000000..cd2f5c85 --- /dev/null +++ b/buckal.toml @@ -0,0 +1 @@ +ignore_tests = false \ No newline at end of file diff --git a/third-party/rust/crates/aes/0.8.4/BUCK b/third-party/rust/crates/aes/0.8.4/BUCK deleted file mode 100644 index 1a35ea32..00000000 --- a/third-party/rust/crates/aes/0.8.4/BUCK +++ /dev/null @@ -1,33 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "aes-vendor", - urls = ["https://static.crates.io/crates/aes/aes-0.8.4.crate"], - sha256 = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0", - type = "tar.gz", - strip_prefix = "aes-0.8.4", - out = "vendor", -) - -cargo_manifest( - name = "aes-manifest", - vendor = ":aes-vendor", -) - -rust_library( - name = "aes", - srcs = [":aes-vendor"], - crate = "aes", - crate_root = "vendor/src/lib.rs", - edition = "2021", - rustc_flags = ["@$(location :aes-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/cfg-if/1.0.4:cfg-if", - "//third-party/rust/crates/cipher/0.4.4:cipher", - "//third-party/rust/crates/cpufeatures/0.2.17:cpufeatures", - ], -) diff --git a/third-party/rust/crates/android_system_properties/0.1.5/BUCK b/third-party/rust/crates/android_system_properties/0.1.5/BUCK index 9f8262f8..241a8c77 100644 --- a/third-party/rust/crates/android_system_properties/0.1.5/BUCK +++ b/third-party/rust/crates/android_system_properties/0.1.5/BUCK @@ -25,5 +25,5 @@ rust_library( edition = "2018", rustc_flags = ["@$(location :android_system_properties-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/libc/0.2.177:libc"], + deps = ["//third-party/rust/crates/libc/0.2.178:libc"], ) diff --git a/third-party/rust/crates/base64/0.22.1/BUCK b/third-party/rust/crates/base64/0.22.1/BUCK index 3b3ac8f0..0b5fde46 100644 --- a/third-party/rust/crates/base64/0.22.1/BUCK +++ b/third-party/rust/crates/base64/0.22.1/BUCK @@ -25,7 +25,6 @@ rust_library( edition = "2018", features = [ "alloc", - "default", "std", ], rustc_flags = ["@$(location :base64-manifest[env_flags])"], diff --git a/third-party/rust/crates/base64ct/1.6.0/BUCK b/third-party/rust/crates/base64ct/1.8.0/BUCK similarity index 75% rename from third-party/rust/crates/base64ct/1.6.0/BUCK rename to third-party/rust/crates/base64ct/1.8.0/BUCK index ddf8d51f..5a857d08 100644 --- a/third-party/rust/crates/base64ct/1.6.0/BUCK +++ b/third-party/rust/crates/base64ct/1.8.0/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "base64ct-vendor", - urls = ["https://static.crates.io/crates/base64ct/base64ct-1.6.0.crate"], - sha256 = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b", + urls = ["https://static.crates.io/crates/base64ct/base64ct-1.8.0.crate"], + sha256 = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba", type = "tar.gz", - strip_prefix = "base64ct-1.6.0", + strip_prefix = "base64ct-1.8.0", out = "vendor", ) @@ -22,11 +22,8 @@ rust_library( srcs = [":base64ct-vendor"], crate = "base64ct", crate_root = "vendor/src/lib.rs", - edition = "2021", - features = [ - "alloc", - "std", - ], + edition = "2024", + features = ["alloc"], rustc_flags = ["@$(location :base64ct-manifest[env_flags])"], visibility = ["PUBLIC"], ) diff --git a/third-party/rust/crates/bindgen/0.72.1/BUCK b/third-party/rust/crates/bindgen/0.72.1/BUCK index 6e77c10e..a573da53 100644 --- a/third-party/rust/crates/bindgen/0.72.1/BUCK +++ b/third-party/rust/crates/bindgen/0.72.1/BUCK @@ -26,12 +26,7 @@ rust_library( env = { "OUT_DIR": "$(location :bindgen-build-script-run[out_dir])", }, - features = [ - "default", - "logging", - "prettyplease", - "runtime", - ], + features = ["runtime"], rustc_flags = [ "@$(location :bindgen-build-script-run[rustc_flags])", "@$(location :bindgen-manifest[env_flags])", @@ -42,8 +37,6 @@ rust_library( "//third-party/rust/crates/cexpr/0.6.0:cexpr", "//third-party/rust/crates/clang-sys/1.8.1:clang-sys", "//third-party/rust/crates/itertools/0.13.0:itertools", - "//third-party/rust/crates/log/0.4.28:log", - "//third-party/rust/crates/prettyplease/0.2.37:prettyplease", "//third-party/rust/crates/proc-macro2/1.0.103:proc-macro2", "//third-party/rust/crates/quote/1.0.42:quote", "//third-party/rust/crates/regex/1.12.2:regex", @@ -59,12 +52,7 @@ rust_binary( crate = "build_script_build", crate_root = "vendor/build.rs", edition = "2021", - features = [ - "default", - "logging", - "prettyplease", - "runtime", - ], + features = ["runtime"], rustc_flags = ["@$(location :bindgen-manifest[env_flags])"], visibility = [], ) @@ -75,15 +63,9 @@ buildscript_run( buildscript_rule = ":bindgen-build-script-build", env_srcs = [ "//third-party/rust/crates/clang-sys/1.8.1:clang-sys-build-script-run[metadata]", - "//third-party/rust/crates/prettyplease/0.2.37:prettyplease-build-script-run[metadata]", ":bindgen-manifest[env_dict]", ], - features = [ - "default", - "logging", - "prettyplease", - "runtime", - ], + features = ["runtime"], version = "0.72.1", manifest_dir = ":bindgen-vendor", visibility = ["PUBLIC"], diff --git a/third-party/rust/crates/block-padding/0.3.3/BUCK b/third-party/rust/crates/block-padding/0.3.3/BUCK deleted file mode 100644 index caa25bca..00000000 --- a/third-party/rust/crates/block-padding/0.3.3/BUCK +++ /dev/null @@ -1,30 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "block-padding-vendor", - urls = ["https://static.crates.io/crates/block-padding/block-padding-0.3.3.crate"], - sha256 = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93", - type = "tar.gz", - strip_prefix = "block-padding-0.3.3", - out = "vendor", -) - -cargo_manifest( - name = "block-padding-manifest", - vendor = ":block-padding-vendor", -) - -rust_library( - name = "block-padding", - srcs = [":block-padding-vendor"], - crate = "block_padding", - crate_root = "vendor/src/lib.rs", - edition = "2021", - features = ["std"], - rustc_flags = ["@$(location :block-padding-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/generic-array/0.14.7:generic-array"], -) diff --git a/third-party/rust/crates/borsh-derive/1.5.7/BUCK b/third-party/rust/crates/borsh-derive/1.6.0/BUCK similarity index 88% rename from third-party/rust/crates/borsh-derive/1.5.7/BUCK rename to third-party/rust/crates/borsh-derive/1.6.0/BUCK index 573352cd..466c5369 100644 --- a/third-party/rust/crates/borsh-derive/1.5.7/BUCK +++ b/third-party/rust/crates/borsh-derive/1.6.0/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "borsh-derive-vendor", - urls = ["https://static.crates.io/crates/borsh-derive/borsh-derive-1.5.7.crate"], - sha256 = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3", + urls = ["https://static.crates.io/crates/borsh-derive/borsh-derive-1.6.0.crate"], + sha256 = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c", type = "tar.gz", - strip_prefix = "borsh-derive-1.5.7", + strip_prefix = "borsh-derive-1.6.0", out = "vendor", ) diff --git a/third-party/rust/crates/borsh/1.5.7/BUCK b/third-party/rust/crates/borsh/1.6.0/BUCK similarity index 86% rename from third-party/rust/crates/borsh/1.5.7/BUCK rename to third-party/rust/crates/borsh/1.6.0/BUCK index fdbef2eb..321858e2 100644 --- a/third-party/rust/crates/borsh/1.5.7/BUCK +++ b/third-party/rust/crates/borsh/1.6.0/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "borsh-vendor", - urls = ["https://static.crates.io/crates/borsh/borsh-1.5.7.crate"], - sha256 = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce", + urls = ["https://static.crates.io/crates/borsh/borsh-1.6.0.crate"], + sha256 = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f", type = "tar.gz", - strip_prefix = "borsh-1.5.7", + strip_prefix = "borsh-1.6.0", out = "vendor", ) @@ -37,7 +37,7 @@ rust_library( "@$(location :borsh-manifest[env_flags])", ], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/borsh-derive/1.5.7:borsh-derive"], + deps = ["//third-party/rust/crates/borsh-derive/1.6.0:borsh-derive"], ) rust_binary( @@ -68,7 +68,7 @@ buildscript_run( "std", "unstable__schema", ], - version = "1.5.7", + version = "1.6.0", manifest_dir = ":borsh-vendor", visibility = ["PUBLIC"], ) diff --git a/third-party/rust/crates/cbc/0.1.2/BUCK b/third-party/rust/crates/cbc/0.1.2/BUCK deleted file mode 100644 index 108c5d37..00000000 --- a/third-party/rust/crates/cbc/0.1.2/BUCK +++ /dev/null @@ -1,33 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "cbc-vendor", - urls = ["https://static.crates.io/crates/cbc/cbc-0.1.2.crate"], - sha256 = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6", - type = "tar.gz", - strip_prefix = "cbc-0.1.2", - out = "vendor", -) - -cargo_manifest( - name = "cbc-manifest", - vendor = ":cbc-vendor", -) - -rust_library( - name = "cbc", - srcs = [":cbc-vendor"], - crate = "cbc", - crate_root = "vendor/src/lib.rs", - edition = "2021", - features = [ - "block-padding", - "default", - ], - rustc_flags = ["@$(location :cbc-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/cipher/0.4.4:cipher"], -) diff --git a/third-party/rust/crates/cc/1.2.45/BUCK b/third-party/rust/crates/cc/1.2.45/BUCK index d022e70b..012ce5c9 100644 --- a/third-party/rust/crates/cc/1.2.45/BUCK +++ b/third-party/rust/crates/cc/1.2.45/BUCK @@ -29,7 +29,7 @@ rust_library( deps = [ "//third-party/rust/crates/find-msvc-tools/0.1.4:find-msvc-tools", "//third-party/rust/crates/jobserver/0.1.34:jobserver", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/shlex/1.3.0:shlex", ], ) diff --git a/third-party/rust/crates/cipher/0.4.4/BUCK b/third-party/rust/crates/cipher/0.4.4/BUCK deleted file mode 100644 index 782c2ec6..00000000 --- a/third-party/rust/crates/cipher/0.4.4/BUCK +++ /dev/null @@ -1,33 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "cipher-vendor", - urls = ["https://static.crates.io/crates/cipher/cipher-0.4.4.crate"], - sha256 = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad", - type = "tar.gz", - strip_prefix = "cipher-0.4.4", - out = "vendor", -) - -cargo_manifest( - name = "cipher-manifest", - vendor = ":cipher-vendor", -) - -rust_library( - name = "cipher", - srcs = [":cipher-vendor"], - crate = "cipher", - crate_root = "vendor/src/lib.rs", - edition = "2021", - features = ["block-padding"], - rustc_flags = ["@$(location :cipher-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/crypto-common/0.1.7:crypto-common", - "//third-party/rust/crates/inout/0.1.4:inout", - ], -) diff --git a/third-party/rust/crates/clang-sys/1.8.1/BUCK b/third-party/rust/crates/clang-sys/1.8.1/BUCK index c0410422..aba02f3d 100644 --- a/third-party/rust/crates/clang-sys/1.8.1/BUCK +++ b/third-party/rust/crates/clang-sys/1.8.1/BUCK @@ -50,7 +50,7 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/glob/0.3.3:glob", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/libloading/0.8.9:libloading", ], ) diff --git a/third-party/rust/crates/crc/3.3.0/BUCK b/third-party/rust/crates/crc/3.4.0/BUCK similarity index 78% rename from third-party/rust/crates/crc/3.3.0/BUCK rename to third-party/rust/crates/crc/3.4.0/BUCK index 4311189f..21fb3590 100644 --- a/third-party/rust/crates/crc/3.3.0/BUCK +++ b/third-party/rust/crates/crc/3.4.0/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "crc-vendor", - urls = ["https://static.crates.io/crates/crc/crc-3.3.0.crate"], - sha256 = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675", + urls = ["https://static.crates.io/crates/crc/crc-3.4.0.crate"], + sha256 = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d", type = "tar.gz", - strip_prefix = "crc-3.3.0", + strip_prefix = "crc-3.4.0", out = "vendor", ) diff --git a/third-party/rust/crates/errno/0.3.14/BUCK b/third-party/rust/crates/errno/0.3.14/BUCK index e8b5d721..77e557f4 100644 --- a/third-party/rust/crates/errno/0.3.14/BUCK +++ b/third-party/rust/crates/errno/0.3.14/BUCK @@ -26,5 +26,5 @@ rust_library( features = ["std"], rustc_flags = ["@$(location :errno-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/libc/0.2.177:libc"], + deps = ["//third-party/rust/crates/libc/0.2.178:libc"], ) diff --git a/third-party/rust/crates/fnv/1.0.7/BUCK b/third-party/rust/crates/fnv/1.0.7/BUCK deleted file mode 100644 index d5341d19..00000000 --- a/third-party/rust/crates/fnv/1.0.7/BUCK +++ /dev/null @@ -1,32 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "fnv-vendor", - urls = ["https://static.crates.io/crates/fnv/fnv-1.0.7.crate"], - sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", - type = "tar.gz", - strip_prefix = "fnv-1.0.7", - out = "vendor", -) - -cargo_manifest( - name = "fnv-manifest", - vendor = ":fnv-vendor", -) - -rust_library( - name = "fnv", - srcs = [":fnv-vendor"], - crate = "fnv", - crate_root = "vendor/lib.rs", - edition = "2015", - features = [ - "default", - "std", - ], - rustc_flags = ["@$(location :fnv-manifest[env_flags])"], - visibility = ["PUBLIC"], -) diff --git a/third-party/rust/crates/generic-array/0.14.7/BUCK b/third-party/rust/crates/generic-array/0.14.7/BUCK index b15362fa..2aee9767 100644 --- a/third-party/rust/crates/generic-array/0.14.7/BUCK +++ b/third-party/rust/crates/generic-array/0.14.7/BUCK @@ -26,19 +26,13 @@ rust_library( env = { "OUT_DIR": "$(location :generic-array-build-script-run[out_dir])", }, - features = [ - "more_lengths", - "zeroize", - ], + features = ["more_lengths"], rustc_flags = [ "@$(location :generic-array-build-script-run[rustc_flags])", "@$(location :generic-array-manifest[env_flags])", ], visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/typenum/1.19.0:typenum", - "//third-party/rust/crates/zeroize/1.8.2:zeroize", - ], + deps = ["//third-party/rust/crates/typenum/1.19.0:typenum"], ) rust_binary( @@ -47,10 +41,7 @@ rust_binary( crate = "build_script_build", crate_root = "vendor/build.rs", edition = "2015", - features = [ - "more_lengths", - "zeroize", - ], + features = ["more_lengths"], rustc_flags = ["@$(location :generic-array-manifest[env_flags])"], visibility = [], deps = ["//third-party/rust/crates/version_check/0.9.5:version_check"], @@ -61,10 +52,7 @@ buildscript_run( package_name = "generic-array", buildscript_rule = ":generic-array-build-script-build", env_srcs = [":generic-array-manifest[env_dict]"], - features = [ - "more_lengths", - "zeroize", - ], + features = ["more_lengths"], version = "0.14.7", manifest_dir = ":generic-array-vendor", visibility = ["PUBLIC"], diff --git a/third-party/rust/crates/getrandom/0.2.16/BUCK b/third-party/rust/crates/getrandom/0.2.16/BUCK index 755800b3..7435fa3f 100644 --- a/third-party/rust/crates/getrandom/0.2.16/BUCK +++ b/third-party/rust/crates/getrandom/0.2.16/BUCK @@ -23,16 +23,11 @@ rust_library( crate = "getrandom", crate_root = "vendor/src/lib.rs", edition = "2018", - features = [ - "js", - "js-sys", - "std", - "wasm-bindgen", - ], + features = ["std"], rustc_flags = ["@$(location :getrandom-manifest[env_flags])"], visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/cfg-if/1.0.4:cfg-if", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", ], ) diff --git a/third-party/rust/crates/getrandom/0.3.4/BUCK b/third-party/rust/crates/getrandom/0.3.4/BUCK index e89f26b6..44faa78a 100644 --- a/third-party/rust/crates/getrandom/0.3.4/BUCK +++ b/third-party/rust/crates/getrandom/0.3.4/BUCK @@ -34,7 +34,7 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/cfg-if/1.0.4:cfg-if", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", ], ) diff --git a/third-party/rust/crates/h2/0.4.12/BUCK b/third-party/rust/crates/h2/0.4.12/BUCK deleted file mode 100644 index 15145202..00000000 --- a/third-party/rust/crates/h2/0.4.12/BUCK +++ /dev/null @@ -1,41 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "h2-vendor", - urls = ["https://static.crates.io/crates/h2/h2-0.4.12.crate"], - sha256 = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386", - type = "tar.gz", - strip_prefix = "h2-0.4.12", - out = "vendor", -) - -cargo_manifest( - name = "h2-manifest", - vendor = ":h2-vendor", -) - -rust_library( - name = "h2", - srcs = [":h2-vendor"], - crate = "h2", - crate_root = "vendor/src/lib.rs", - edition = "2021", - rustc_flags = ["@$(location :h2-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/atomic-waker/1.1.2:atomic-waker", - "//third-party/rust/crates/bytes/1.11.0:bytes", - "//third-party/rust/crates/fnv/1.0.7:fnv", - "//third-party/rust/crates/futures-core/0.3.31:futures-core", - "//third-party/rust/crates/futures-sink/0.3.31:futures-sink", - "//third-party/rust/crates/http/1.4.0:http", - "//third-party/rust/crates/indexmap/2.12.0:indexmap", - "//third-party/rust/crates/slab/0.4.11:slab", - "//third-party/rust/crates/tokio-util/0.7.17:tokio-util", - "//third-party/rust/crates/tokio/1.48.0:tokio", - "//third-party/rust/crates/tracing/0.1.43:tracing", - ], -) diff --git a/third-party/rust/crates/hashbrown/0.16.0/BUCK b/third-party/rust/crates/hashbrown/0.16.1/BUCK similarity index 82% rename from third-party/rust/crates/hashbrown/0.16.0/BUCK rename to third-party/rust/crates/hashbrown/0.16.1/BUCK index 0a68bd1f..49d98a7e 100644 --- a/third-party/rust/crates/hashbrown/0.16.0/BUCK +++ b/third-party/rust/crates/hashbrown/0.16.1/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "hashbrown-vendor", - urls = ["https://static.crates.io/crates/hashbrown/hashbrown-0.16.0.crate"], - sha256 = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d", + urls = ["https://static.crates.io/crates/hashbrown/hashbrown-0.16.1.crate"], + sha256 = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100", type = "tar.gz", - strip_prefix = "hashbrown-0.16.0", + strip_prefix = "hashbrown-0.16.1", out = "vendor", ) diff --git a/third-party/rust/crates/hyper-util/0.1.17/BUCK b/third-party/rust/crates/hyper-util/0.1.17/BUCK index 890d8243..58ebefc3 100644 --- a/third-party/rust/crates/hyper-util/0.1.17/BUCK +++ b/third-party/rust/crates/hyper-util/0.1.17/BUCK @@ -24,13 +24,8 @@ rust_library( crate_root = "vendor/src/lib.rs", edition = "2021", features = [ - "client", - "client-legacy", - "client-proxy", - "client-proxy-system", "default", "http1", - "http2", "server", "service", "tokio", @@ -38,21 +33,13 @@ rust_library( rustc_flags = ["@$(location :hyper-util-manifest[env_flags])"], visibility = ["PUBLIC"], deps = [ - "//third-party/rust/crates/base64/0.22.1:base64", "//third-party/rust/crates/bytes/1.11.0:bytes", - "//third-party/rust/crates/futures-channel/0.3.31:futures-channel", "//third-party/rust/crates/futures-core/0.3.31:futures-core", - "//third-party/rust/crates/futures-util/0.3.31:futures-util", "//third-party/rust/crates/http-body/1.0.1:http-body", "//third-party/rust/crates/http/1.4.0:http", "//third-party/rust/crates/hyper/1.8.1:hyper", - "//third-party/rust/crates/ipnet/2.11.0:ipnet", - "//third-party/rust/crates/libc/0.2.177:libc", - "//third-party/rust/crates/percent-encoding/2.3.2:percent-encoding", "//third-party/rust/crates/pin-project-lite/0.2.16:pin-project-lite", - "//third-party/rust/crates/socket2/0.6.1:socket2", "//third-party/rust/crates/tokio/1.48.0:tokio", "//third-party/rust/crates/tower-service/0.3.3:tower-service", - "//third-party/rust/crates/tracing/0.1.43:tracing", ], ) diff --git a/third-party/rust/crates/hyper/1.8.1/BUCK b/third-party/rust/crates/hyper/1.8.1/BUCK index d3e3ed8e..d45cb608 100644 --- a/third-party/rust/crates/hyper/1.8.1/BUCK +++ b/third-party/rust/crates/hyper/1.8.1/BUCK @@ -24,10 +24,8 @@ rust_library( crate_root = "vendor/src/lib.rs", edition = "2021", features = [ - "client", "default", "http1", - "http2", "server", ], rustc_flags = ["@$(location :hyper-manifest[env_flags])"], @@ -37,7 +35,6 @@ rust_library( "//third-party/rust/crates/bytes/1.11.0:bytes", "//third-party/rust/crates/futures-channel/0.3.31:futures-channel", "//third-party/rust/crates/futures-core/0.3.31:futures-core", - "//third-party/rust/crates/h2/0.4.12:h2", "//third-party/rust/crates/http-body/1.0.1:http-body", "//third-party/rust/crates/http/1.4.0:http", "//third-party/rust/crates/httparse/1.10.1:httparse", @@ -47,6 +44,5 @@ rust_library( "//third-party/rust/crates/pin-utils/0.1.0:pin-utils", "//third-party/rust/crates/smallvec/1.15.1:smallvec", "//third-party/rust/crates/tokio/1.48.0:tokio", - "//third-party/rust/crates/want/0.3.1:want", ], ) diff --git a/third-party/rust/crates/indexmap/2.12.0/BUCK b/third-party/rust/crates/indexmap/2.12.1/BUCK similarity index 80% rename from third-party/rust/crates/indexmap/2.12.0/BUCK rename to third-party/rust/crates/indexmap/2.12.1/BUCK index ed15ba2c..1ea54d38 100644 --- a/third-party/rust/crates/indexmap/2.12.0/BUCK +++ b/third-party/rust/crates/indexmap/2.12.1/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "indexmap-vendor", - urls = ["https://static.crates.io/crates/indexmap/indexmap-2.12.0.crate"], - sha256 = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f", + urls = ["https://static.crates.io/crates/indexmap/indexmap-2.12.1.crate"], + sha256 = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2", type = "tar.gz", - strip_prefix = "indexmap-2.12.0", + strip_prefix = "indexmap-2.12.1", out = "vendor", ) @@ -31,6 +31,6 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/equivalent/1.0.2:equivalent", - "//third-party/rust/crates/hashbrown/0.16.0:hashbrown", + "//third-party/rust/crates/hashbrown/0.16.1:hashbrown", ], ) diff --git a/third-party/rust/crates/inout/0.1.4/BUCK b/third-party/rust/crates/inout/0.1.4/BUCK deleted file mode 100644 index d6fa9a17..00000000 --- a/third-party/rust/crates/inout/0.1.4/BUCK +++ /dev/null @@ -1,36 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "inout-vendor", - urls = ["https://static.crates.io/crates/inout/inout-0.1.4.crate"], - sha256 = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01", - type = "tar.gz", - strip_prefix = "inout-0.1.4", - out = "vendor", -) - -cargo_manifest( - name = "inout-manifest", - vendor = ":inout-vendor", -) - -rust_library( - name = "inout", - srcs = [":inout-vendor"], - crate = "inout", - crate_root = "vendor/src/lib.rs", - edition = "2021", - features = [ - "block-padding", - "std", - ], - rustc_flags = ["@$(location :inout-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/block-padding/0.3.3:block-padding", - "//third-party/rust/crates/generic-array/0.14.7:generic-array", - ], -) diff --git a/third-party/rust/crates/ipnet/2.11.0/BUCK b/third-party/rust/crates/ipnet/2.11.0/BUCK deleted file mode 100644 index 063df966..00000000 --- a/third-party/rust/crates/ipnet/2.11.0/BUCK +++ /dev/null @@ -1,32 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "ipnet-vendor", - urls = ["https://static.crates.io/crates/ipnet/ipnet-2.11.0.crate"], - sha256 = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130", - type = "tar.gz", - strip_prefix = "ipnet-2.11.0", - out = "vendor", -) - -cargo_manifest( - name = "ipnet-manifest", - vendor = ":ipnet-vendor", -) - -rust_library( - name = "ipnet", - srcs = [":ipnet-vendor"], - crate = "ipnet", - crate_root = "vendor/src/lib.rs", - edition = "2018", - features = [ - "default", - "std", - ], - rustc_flags = ["@$(location :ipnet-manifest[env_flags])"], - visibility = ["PUBLIC"], -) diff --git a/third-party/rust/crates/jobserver/0.1.34/BUCK b/third-party/rust/crates/jobserver/0.1.34/BUCK index 18c5c0d2..d79634c5 100644 --- a/third-party/rust/crates/jobserver/0.1.34/BUCK +++ b/third-party/rust/crates/jobserver/0.1.34/BUCK @@ -25,5 +25,5 @@ rust_library( edition = "2021", rustc_flags = ["@$(location :jobserver-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/libc/0.2.177:libc"], + deps = ["//third-party/rust/crates/libc/0.2.178:libc"], ) diff --git a/third-party/rust/crates/libc/0.2.177/BUCK b/third-party/rust/crates/libc/0.2.178/BUCK similarity index 83% rename from third-party/rust/crates/libc/0.2.177/BUCK rename to third-party/rust/crates/libc/0.2.178/BUCK index f87bdac6..64fdf450 100644 --- a/third-party/rust/crates/libc/0.2.177/BUCK +++ b/third-party/rust/crates/libc/0.2.178/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "libc-vendor", - urls = ["https://static.crates.io/crates/libc/libc-0.2.177.crate"], - sha256 = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976", + urls = ["https://static.crates.io/crates/libc/libc-0.2.178.crate"], + sha256 = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091", type = "tar.gz", - strip_prefix = "libc-0.2.177", + strip_prefix = "libc-0.2.178", out = "vendor", ) @@ -28,7 +28,6 @@ rust_library( }, features = [ "default", - "extra_traits", "std", ], rustc_flags = [ @@ -46,7 +45,6 @@ rust_binary( edition = "2021", features = [ "default", - "extra_traits", "std", ], rustc_flags = ["@$(location :libc-manifest[env_flags])"], @@ -60,10 +58,9 @@ buildscript_run( env_srcs = [":libc-manifest[env_dict]"], features = [ "default", - "extra_traits", "std", ], - version = "0.2.177", + version = "0.2.178", manifest_dir = ":libc-vendor", visibility = ["PUBLIC"], ) diff --git a/third-party/rust/crates/libredox/0.1.10/BUCK b/third-party/rust/crates/libredox/0.1.10/BUCK index a5da89a3..c54826a1 100644 --- a/third-party/rust/crates/libredox/0.1.10/BUCK +++ b/third-party/rust/crates/libredox/0.1.10/BUCK @@ -36,6 +36,6 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/bitflags/2.10.0:bitflags", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", ], ) diff --git a/third-party/rust/crates/mio/1.1.0/BUCK b/third-party/rust/crates/mio/1.1.0/BUCK index 107071aa..7313a686 100644 --- a/third-party/rust/crates/mio/1.1.0/BUCK +++ b/third-party/rust/crates/mio/1.1.0/BUCK @@ -30,5 +30,5 @@ rust_library( ], rustc_flags = ["@$(location :mio-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/libc/0.2.177:libc"], + deps = ["//third-party/rust/crates/libc/0.2.178:libc"], ) diff --git a/third-party/rust/crates/num-bigint/0.4.6/BUCK b/third-party/rust/crates/num-bigint/0.4.6/BUCK index c96d88f4..acbd476d 100644 --- a/third-party/rust/crates/num-bigint/0.4.6/BUCK +++ b/third-party/rust/crates/num-bigint/0.4.6/BUCK @@ -25,7 +25,6 @@ rust_library( edition = "2021", features = [ "default", - "rand", "std", ], rustc_flags = ["@$(location :num-bigint-manifest[env_flags])"], @@ -33,6 +32,5 @@ rust_library( deps = [ "//third-party/rust/crates/num-integer/0.1.46:num-integer", "//third-party/rust/crates/num-traits/0.2.19:num-traits", - "//third-party/rust/crates/rand/0.8.5:rand", ], ) diff --git a/third-party/rust/crates/num-integer/0.1.46/BUCK b/third-party/rust/crates/num-integer/0.1.46/BUCK index cf2bb05f..9556473c 100644 --- a/third-party/rust/crates/num-integer/0.1.46/BUCK +++ b/third-party/rust/crates/num-integer/0.1.46/BUCK @@ -24,7 +24,6 @@ rust_library( crate_root = "vendor/src/lib.rs", edition = "2018", features = [ - "default", "i128", "std", ], diff --git a/third-party/rust/crates/num_cpus/1.17.0/BUCK b/third-party/rust/crates/num_cpus/1.17.0/BUCK index b65d9aa7..7f7c3473 100644 --- a/third-party/rust/crates/num_cpus/1.17.0/BUCK +++ b/third-party/rust/crates/num_cpus/1.17.0/BUCK @@ -25,5 +25,5 @@ rust_library( edition = "2015", rustc_flags = ["@$(location :num_cpus-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/libc/0.2.177:libc"], + deps = ["//third-party/rust/crates/libc/0.2.178:libc"], ) diff --git a/third-party/rust/crates/parking_lot_core/0.9.12/BUCK b/third-party/rust/crates/parking_lot_core/0.9.12/BUCK index 1f52065b..3de37e91 100644 --- a/third-party/rust/crates/parking_lot_core/0.9.12/BUCK +++ b/third-party/rust/crates/parking_lot_core/0.9.12/BUCK @@ -33,7 +33,7 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/cfg-if/1.0.4:cfg-if", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/smallvec/1.15.1:smallvec", ], ) diff --git a/third-party/rust/crates/pbkdf2/0.12.2/BUCK b/third-party/rust/crates/pbkdf2/0.12.2/BUCK deleted file mode 100644 index 8ce869bd..00000000 --- a/third-party/rust/crates/pbkdf2/0.12.2/BUCK +++ /dev/null @@ -1,36 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "pbkdf2-vendor", - urls = ["https://static.crates.io/crates/pbkdf2/pbkdf2-0.12.2.crate"], - sha256 = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2", - type = "tar.gz", - strip_prefix = "pbkdf2-0.12.2", - out = "vendor", -) - -cargo_manifest( - name = "pbkdf2-manifest", - vendor = ":pbkdf2-vendor", -) - -rust_library( - name = "pbkdf2", - srcs = [":pbkdf2-vendor"], - crate = "pbkdf2", - crate_root = "vendor/src/lib.rs", - edition = "2021", - features = [ - "default", - "hmac", - ], - rustc_flags = ["@$(location :pbkdf2-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/digest/0.10.7:digest", - "//third-party/rust/crates/hmac/0.12.1:hmac", - ], -) diff --git a/third-party/rust/crates/pem-rfc7468/0.7.0/BUCK b/third-party/rust/crates/pem-rfc7468/0.7.0/BUCK index daccf94b..d478a925 100644 --- a/third-party/rust/crates/pem-rfc7468/0.7.0/BUCK +++ b/third-party/rust/crates/pem-rfc7468/0.7.0/BUCK @@ -23,11 +23,8 @@ rust_library( crate = "pem_rfc7468", crate_root = "vendor/src/lib.rs", edition = "2021", - features = [ - "alloc", - "std", - ], + features = ["alloc"], rustc_flags = ["@$(location :pem-rfc7468-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/base64ct/1.6.0:base64ct"], + deps = ["//third-party/rust/crates/base64ct/1.8.0:base64ct"], ) diff --git a/third-party/rust/crates/pkcs5/0.7.1/BUCK b/third-party/rust/crates/pkcs5/0.7.1/BUCK deleted file mode 100644 index 26738a05..00000000 --- a/third-party/rust/crates/pkcs5/0.7.1/BUCK +++ /dev/null @@ -1,41 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "pkcs5-vendor", - urls = ["https://static.crates.io/crates/pkcs5/pkcs5-0.7.1.crate"], - sha256 = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6", - type = "tar.gz", - strip_prefix = "pkcs5-0.7.1", - out = "vendor", -) - -cargo_manifest( - name = "pkcs5-manifest", - vendor = ":pkcs5-vendor", -) - -rust_library( - name = "pkcs5", - srcs = [":pkcs5-vendor"], - crate = "pkcs5", - crate_root = "vendor/src/lib.rs", - edition = "2021", - features = [ - "alloc", - "pbes2", - ], - rustc_flags = ["@$(location :pkcs5-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/aes/0.8.4:aes", - "//third-party/rust/crates/cbc/0.1.2:cbc", - "//third-party/rust/crates/der/0.7.10:der", - "//third-party/rust/crates/pbkdf2/0.12.2:pbkdf2", - "//third-party/rust/crates/scrypt/0.11.0:scrypt", - "//third-party/rust/crates/sha2/0.10.9:sha2", - "//third-party/rust/crates/spki/0.7.3:spki", - ], -) diff --git a/third-party/rust/crates/pkcs8/0.10.2/BUCK b/third-party/rust/crates/pkcs8/0.10.2/BUCK index 6b9509c2..a040599e 100644 --- a/third-party/rust/crates/pkcs8/0.10.2/BUCK +++ b/third-party/rust/crates/pkcs8/0.10.2/BUCK @@ -25,18 +25,13 @@ rust_library( edition = "2021", features = [ "alloc", - "encryption", "pem", - "pkcs5", - "rand_core", "std", ], rustc_flags = ["@$(location :pkcs8-manifest[env_flags])"], visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/der/0.7.10:der", - "//third-party/rust/crates/pkcs5/0.7.1:pkcs5", - "//third-party/rust/crates/rand_core/0.6.4:rand_core", "//third-party/rust/crates/spki/0.7.3:spki", ], ) diff --git a/third-party/rust/crates/prettyplease/0.2.37/BUCK b/third-party/rust/crates/prettyplease/0.2.37/BUCK deleted file mode 100644 index 8cf79e57..00000000 --- a/third-party/rust/crates/prettyplease/0.2.37/BUCK +++ /dev/null @@ -1,61 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "prettyplease-vendor", - urls = ["https://static.crates.io/crates/prettyplease/prettyplease-0.2.37.crate"], - sha256 = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b", - type = "tar.gz", - strip_prefix = "prettyplease-0.2.37", - out = "vendor", -) - -cargo_manifest( - name = "prettyplease-manifest", - vendor = ":prettyplease-vendor", -) - -rust_library( - name = "prettyplease", - srcs = [":prettyplease-vendor"], - crate = "prettyplease", - crate_root = "vendor/src/lib.rs", - edition = "2021", - env = { - "OUT_DIR": "$(location :prettyplease-build-script-run[out_dir])", - }, - features = ["verbatim"], - rustc_flags = [ - "@$(location :prettyplease-build-script-run[rustc_flags])", - "@$(location :prettyplease-manifest[env_flags])", - ], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/proc-macro2/1.0.103:proc-macro2", - "//third-party/rust/crates/syn/2.0.110:syn", - ], -) - -rust_binary( - name = "prettyplease-build-script-build", - srcs = [":prettyplease-vendor"], - crate = "build_script_build", - crate_root = "vendor/build.rs", - edition = "2021", - features = ["verbatim"], - rustc_flags = ["@$(location :prettyplease-manifest[env_flags])"], - visibility = [], -) - -buildscript_run( - name = "prettyplease-build-script-run", - package_name = "prettyplease", - buildscript_rule = ":prettyplease-build-script-build", - env_srcs = [":prettyplease-manifest[env_dict]"], - features = ["verbatim"], - version = "0.2.37", - manifest_dir = ":prettyplease-vendor", - visibility = ["PUBLIC"], -) diff --git a/third-party/rust/crates/rand/0.8.5/BUCK b/third-party/rust/crates/rand/0.8.5/BUCK index da11a062..48dd175c 100644 --- a/third-party/rust/crates/rand/0.8.5/BUCK +++ b/third-party/rust/crates/rand/0.8.5/BUCK @@ -25,7 +25,6 @@ rust_library( edition = "2018", features = [ "alloc", - "default", "getrandom", "libc", "rand_chacha", @@ -36,7 +35,7 @@ rust_library( rustc_flags = ["@$(location :rand-manifest[env_flags])"], visibility = ["PUBLIC"], deps = [ - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/rand_chacha/0.3.1:rand_chacha", "//third-party/rust/crates/rand_core/0.6.4:rand_core", ], diff --git a/third-party/rust/crates/rkyv/0.7.45/BUCK b/third-party/rust/crates/rkyv/0.7.45/BUCK index 68a2d6ed..c9b67cb4 100644 --- a/third-party/rust/crates/rkyv/0.7.45/BUCK +++ b/third-party/rust/crates/rkyv/0.7.45/BUCK @@ -47,7 +47,7 @@ rust_library( "//third-party/rust/crates/rkyv_derive/0.7.45:rkyv_derive", "//third-party/rust/crates/seahash/4.1.0:seahash", "//third-party/rust/crates/tinyvec/1.10.0:tinyvec", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", ], ) diff --git a/third-party/rust/crates/rsa/0.9.8/BUCK b/third-party/rust/crates/rsa/0.9.9/BUCK similarity index 85% rename from third-party/rust/crates/rsa/0.9.8/BUCK rename to third-party/rust/crates/rsa/0.9.9/BUCK index 43d4efe9..aa0c215a 100644 --- a/third-party/rust/crates/rsa/0.9.8/BUCK +++ b/third-party/rust/crates/rsa/0.9.9/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "rsa-vendor", - urls = ["https://static.crates.io/crates/rsa/rsa-0.9.8.crate"], - sha256 = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b", + urls = ["https://static.crates.io/crates/rsa/rsa-0.9.9.crate"], + sha256 = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88", type = "tar.gz", - strip_prefix = "rsa-0.9.8", + strip_prefix = "rsa-0.9.9", out = "vendor", ) @@ -26,7 +26,6 @@ rust_library( features = [ "default", "pem", - "sha2", "std", "u64_digit", ], @@ -43,7 +42,6 @@ rust_library( "//third-party/rust/crates/pkcs1/0.7.5:pkcs1", "//third-party/rust/crates/pkcs8/0.10.2:pkcs8", "//third-party/rust/crates/rand_core/0.6.4:rand_core", - "//third-party/rust/crates/sha2/0.10.9:sha2", "//third-party/rust/crates/signature/2.2.0:signature", "//third-party/rust/crates/spki/0.7.3:spki", "//third-party/rust/crates/subtle/2.6.1:subtle", diff --git a/third-party/rust/crates/rust_decimal/1.39.0/BUCK b/third-party/rust/crates/rust_decimal/1.39.0/BUCK index 4cdb2285..3e5f56d4 100644 --- a/third-party/rust/crates/rust_decimal/1.39.0/BUCK +++ b/third-party/rust/crates/rust_decimal/1.39.0/BUCK @@ -38,7 +38,7 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/arrayvec/0.7.6:arrayvec", - "//third-party/rust/crates/borsh/1.5.7:borsh", + "//third-party/rust/crates/borsh/1.6.0:borsh", "//third-party/rust/crates/bytes/1.11.0:bytes", "//third-party/rust/crates/num-traits/0.2.19:num-traits", "//third-party/rust/crates/rand/0.8.5:rand", diff --git a/third-party/rust/crates/rustix/1.1.2/BUCK b/third-party/rust/crates/rustix/1.1.2/BUCK index 34c84ac3..fa47eab3 100644 --- a/third-party/rust/crates/rustix/1.1.2/BUCK +++ b/third-party/rust/crates/rustix/1.1.2/BUCK @@ -42,7 +42,7 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/bitflags/2.10.0:bitflags", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/linux-raw-sys/0.11.0:linux-raw-sys", ], ) diff --git a/third-party/rust/crates/salsa20/0.10.2/BUCK b/third-party/rust/crates/salsa20/0.10.2/BUCK deleted file mode 100644 index 696816ec..00000000 --- a/third-party/rust/crates/salsa20/0.10.2/BUCK +++ /dev/null @@ -1,29 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "salsa20-vendor", - urls = ["https://static.crates.io/crates/salsa20/salsa20-0.10.2.crate"], - sha256 = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213", - type = "tar.gz", - strip_prefix = "salsa20-0.10.2", - out = "vendor", -) - -cargo_manifest( - name = "salsa20-manifest", - vendor = ":salsa20-vendor", -) - -rust_library( - name = "salsa20", - srcs = [":salsa20-vendor"], - crate = "salsa20", - crate_root = "vendor/src/lib.rs", - edition = "2021", - rustc_flags = ["@$(location :salsa20-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/cipher/0.4.4:cipher"], -) diff --git a/third-party/rust/crates/scrypt/0.11.0/BUCK b/third-party/rust/crates/scrypt/0.11.0/BUCK deleted file mode 100644 index b078b8ad..00000000 --- a/third-party/rust/crates/scrypt/0.11.0/BUCK +++ /dev/null @@ -1,33 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "scrypt-vendor", - urls = ["https://static.crates.io/crates/scrypt/scrypt-0.11.0.crate"], - sha256 = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f", - type = "tar.gz", - strip_prefix = "scrypt-0.11.0", - out = "vendor", -) - -cargo_manifest( - name = "scrypt-manifest", - vendor = ":scrypt-vendor", -) - -rust_library( - name = "scrypt", - srcs = [":scrypt-vendor"], - crate = "scrypt", - crate_root = "vendor/src/lib.rs", - edition = "2021", - rustc_flags = ["@$(location :scrypt-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = [ - "//third-party/rust/crates/pbkdf2/0.12.2:pbkdf2", - "//third-party/rust/crates/salsa20/0.10.2:salsa20", - "//third-party/rust/crates/sha2/0.10.9:sha2", - ], -) diff --git a/third-party/rust/crates/sea-orm/1.1.19/BUCK b/third-party/rust/crates/sea-orm/1.1.19/BUCK index 6b82a774..fd375577 100644 --- a/third-party/rust/crates/sea-orm/1.1.19/BUCK +++ b/third-party/rust/crates/sea-orm/1.1.19/BUCK @@ -67,6 +67,6 @@ rust_library( "//third-party/rust/crates/time/0.3.44:time", "//third-party/rust/crates/tracing/0.1.43:tracing", "//third-party/rust/crates/url/2.5.7:url", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", ], ) diff --git a/third-party/rust/crates/sea-query-binder/0.7.0/BUCK b/third-party/rust/crates/sea-query-binder/0.7.0/BUCK index ebe28b7d..8fd6dc98 100644 --- a/third-party/rust/crates/sea-query-binder/0.7.0/BUCK +++ b/third-party/rust/crates/sea-query-binder/0.7.0/BUCK @@ -49,6 +49,6 @@ rust_library( "//third-party/rust/crates/serde_json/1.0.145:serde_json", "//third-party/rust/crates/sqlx/0.8.6:sqlx", "//third-party/rust/crates/time/0.3.44:time", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", ], ) diff --git a/third-party/rust/crates/sea-query/0.32.7/BUCK b/third-party/rust/crates/sea-query/0.32.7/BUCK index 10215fc9..247f3e93 100644 --- a/third-party/rust/crates/sea-query/0.32.7/BUCK +++ b/third-party/rust/crates/sea-query/0.32.7/BUCK @@ -53,6 +53,6 @@ rust_library( "//third-party/rust/crates/rust_decimal/1.39.0:rust_decimal", "//third-party/rust/crates/serde_json/1.0.145:serde_json", "//third-party/rust/crates/time/0.3.44:time", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", ], ) diff --git a/third-party/rust/crates/sha1/0.10.6/BUCK b/third-party/rust/crates/sha1/0.10.6/BUCK index 298dda78..1a0439bc 100644 --- a/third-party/rust/crates/sha1/0.10.6/BUCK +++ b/third-party/rust/crates/sha1/0.10.6/BUCK @@ -25,7 +25,6 @@ rust_library( edition = "2018", features = [ "default", - "oid", "std", ], rustc_flags = ["@$(location :sha1-manifest[env_flags])"], diff --git a/third-party/rust/crates/sha2/0.10.9/BUCK b/third-party/rust/crates/sha2/0.10.9/BUCK index cd475384..cf10c261 100644 --- a/third-party/rust/crates/sha2/0.10.9/BUCK +++ b/third-party/rust/crates/sha2/0.10.9/BUCK @@ -25,7 +25,6 @@ rust_library( edition = "2018", features = [ "default", - "oid", "std", ], rustc_flags = ["@$(location :sha2-manifest[env_flags])"], diff --git a/third-party/rust/crates/signal-hook-registry/1.4.6/BUCK b/third-party/rust/crates/signal-hook-registry/1.4.6/BUCK index 9d84898d..b017bee3 100644 --- a/third-party/rust/crates/signal-hook-registry/1.4.6/BUCK +++ b/third-party/rust/crates/signal-hook-registry/1.4.6/BUCK @@ -25,5 +25,5 @@ rust_library( edition = "2015", rustc_flags = ["@$(location :signal-hook-registry-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/libc/0.2.177:libc"], + deps = ["//third-party/rust/crates/libc/0.2.178:libc"], ) diff --git a/third-party/rust/crates/socket2/0.6.1/BUCK b/third-party/rust/crates/socket2/0.6.1/BUCK index 52c363d7..7fd7cc43 100644 --- a/third-party/rust/crates/socket2/0.6.1/BUCK +++ b/third-party/rust/crates/socket2/0.6.1/BUCK @@ -26,5 +26,5 @@ rust_library( features = ["all"], rustc_flags = ["@$(location :socket2-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/libc/0.2.177:libc"], + deps = ["//third-party/rust/crates/libc/0.2.178:libc"], ) diff --git a/third-party/rust/crates/spki/0.7.3/BUCK b/third-party/rust/crates/spki/0.7.3/BUCK index 9cfba7e9..fff70cc7 100644 --- a/third-party/rust/crates/spki/0.7.3/BUCK +++ b/third-party/rust/crates/spki/0.7.3/BUCK @@ -31,7 +31,7 @@ rust_library( rustc_flags = ["@$(location :spki-manifest[env_flags])"], visibility = ["PUBLIC"], deps = [ - "//third-party/rust/crates/base64ct/1.6.0:base64ct", + "//third-party/rust/crates/base64ct/1.8.0:base64ct", "//third-party/rust/crates/der/0.7.10:der", ], ) diff --git a/third-party/rust/crates/sqlx-core/0.8.6/BUCK b/third-party/rust/crates/sqlx-core/0.8.6/BUCK index 61f5391e..535b0f1a 100644 --- a/third-party/rust/crates/sqlx-core/0.8.6/BUCK +++ b/third-party/rust/crates/sqlx-core/0.8.6/BUCK @@ -46,7 +46,7 @@ rust_library( "//third-party/rust/crates/bigdecimal/0.4.9:bigdecimal", "//third-party/rust/crates/bytes/1.11.0:bytes", "//third-party/rust/crates/chrono/0.4.42:chrono", - "//third-party/rust/crates/crc/3.3.0:crc", + "//third-party/rust/crates/crc/3.4.0:crc", "//third-party/rust/crates/crossbeam-queue/0.3.12:crossbeam-queue", "//third-party/rust/crates/either/1.15.0:either", "//third-party/rust/crates/event-listener/5.4.1:event-listener", @@ -56,7 +56,7 @@ rust_library( "//third-party/rust/crates/futures-util/0.3.31:futures-util", "//third-party/rust/crates/hashbrown/0.15.5:hashbrown", "//third-party/rust/crates/hashlink/0.10.0:hashlink", - "//third-party/rust/crates/indexmap/2.12.0:indexmap", + "//third-party/rust/crates/indexmap/2.12.1:indexmap", "//third-party/rust/crates/log/0.4.28:log", "//third-party/rust/crates/memchr/2.7.6:memchr", "//third-party/rust/crates/once_cell/1.21.3:once_cell", @@ -70,6 +70,6 @@ rust_library( "//third-party/rust/crates/time/0.3.44:time", "//third-party/rust/crates/tracing/0.1.43:tracing", "//third-party/rust/crates/url/2.5.7:url", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", ], ) diff --git a/third-party/rust/crates/sqlx-mysql/0.8.6/BUCK b/third-party/rust/crates/sqlx-mysql/0.8.6/BUCK index 1dcf7af2..e2edd0e0 100644 --- a/third-party/rust/crates/sqlx-mysql/0.8.6/BUCK +++ b/third-party/rust/crates/sqlx-mysql/0.8.6/BUCK @@ -47,7 +47,7 @@ rust_library( "//third-party/rust/crates/byteorder/1.5.0:byteorder", "//third-party/rust/crates/bytes/1.11.0:bytes", "//third-party/rust/crates/chrono/0.4.42:chrono", - "//third-party/rust/crates/crc/3.3.0:crc", + "//third-party/rust/crates/crc/3.4.0:crc", "//third-party/rust/crates/digest/0.10.7:digest", "//third-party/rust/crates/dotenvy/0.15.7:dotenvy", "//third-party/rust/crates/either/1.15.0:either", @@ -65,7 +65,7 @@ rust_library( "//third-party/rust/crates/once_cell/1.21.3:once_cell", "//third-party/rust/crates/percent-encoding/2.3.2:percent-encoding", "//third-party/rust/crates/rand/0.8.5:rand", - "//third-party/rust/crates/rsa/0.9.8:rsa", + "//third-party/rust/crates/rsa/0.9.9:rsa", "//third-party/rust/crates/rust_decimal/1.39.0:rust_decimal", "//third-party/rust/crates/serde/1.0.228:serde", "//third-party/rust/crates/sha1/0.10.6:sha1", @@ -76,7 +76,7 @@ rust_library( "//third-party/rust/crates/thiserror/2.0.17:thiserror", "//third-party/rust/crates/time/0.3.44:time", "//third-party/rust/crates/tracing/0.1.43:tracing", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", "//third-party/rust/crates/whoami/1.6.1:whoami", ], ) diff --git a/third-party/rust/crates/sqlx-postgres/0.8.6/BUCK b/third-party/rust/crates/sqlx-postgres/0.8.6/BUCK index 2e94310b..5391f8b8 100644 --- a/third-party/rust/crates/sqlx-postgres/0.8.6/BUCK +++ b/third-party/rust/crates/sqlx-postgres/0.8.6/BUCK @@ -45,7 +45,7 @@ rust_library( "//third-party/rust/crates/bitflags/2.10.0:bitflags", "//third-party/rust/crates/byteorder/1.5.0:byteorder", "//third-party/rust/crates/chrono/0.4.42:chrono", - "//third-party/rust/crates/crc/3.3.0:crc", + "//third-party/rust/crates/crc/3.4.0:crc", "//third-party/rust/crates/dotenvy/0.15.7:dotenvy", "//third-party/rust/crates/futures-channel/0.3.31:futures-channel", "//third-party/rust/crates/futures-core/0.3.31:futures-core", @@ -70,7 +70,7 @@ rust_library( "//third-party/rust/crates/thiserror/2.0.17:thiserror", "//third-party/rust/crates/time/0.3.44:time", "//third-party/rust/crates/tracing/0.1.43:tracing", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", "//third-party/rust/crates/whoami/1.6.1:whoami", ], ) diff --git a/third-party/rust/crates/sqlx-sqlite/0.8.6/BUCK b/third-party/rust/crates/sqlx-sqlite/0.8.6/BUCK index 03479a60..2250f20c 100644 --- a/third-party/rust/crates/sqlx-sqlite/0.8.6/BUCK +++ b/third-party/rust/crates/sqlx-sqlite/0.8.6/BUCK @@ -54,6 +54,6 @@ rust_library( "//third-party/rust/crates/time/0.3.44:time", "//third-party/rust/crates/tracing/0.1.43:tracing", "//third-party/rust/crates/url/2.5.7:url", - "//third-party/rust/crates/uuid/1.18.1:uuid", + "//third-party/rust/crates/uuid/1.19.0:uuid", ], ) diff --git a/third-party/rust/crates/subtle/2.6.1/BUCK b/third-party/rust/crates/subtle/2.6.1/BUCK index 2b8a7792..300a56b5 100644 --- a/third-party/rust/crates/subtle/2.6.1/BUCK +++ b/third-party/rust/crates/subtle/2.6.1/BUCK @@ -23,11 +23,6 @@ rust_library( crate = "subtle", crate_root = "vendor/src/lib.rs", edition = "2018", - features = [ - "default", - "i128", - "std", - ], rustc_flags = ["@$(location :subtle-manifest[env_flags])"], visibility = ["PUBLIC"], ) diff --git a/third-party/rust/crates/sync_wrapper/1.0.2/BUCK b/third-party/rust/crates/sync_wrapper/1.0.2/BUCK index 7439068a..47382df2 100644 --- a/third-party/rust/crates/sync_wrapper/1.0.2/BUCK +++ b/third-party/rust/crates/sync_wrapper/1.0.2/BUCK @@ -23,11 +23,6 @@ rust_library( crate = "sync_wrapper", crate_root = "vendor/src/lib.rs", edition = "2021", - features = [ - "futures", - "futures-core", - ], rustc_flags = ["@$(location :sync_wrapper-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/futures-core/0.3.31:futures-core"], ) diff --git a/third-party/rust/crates/tokio-stream/0.1.17/BUCK b/third-party/rust/crates/tokio-stream/0.1.17/BUCK index 1c497aa2..ee2a52d3 100644 --- a/third-party/rust/crates/tokio-stream/0.1.17/BUCK +++ b/third-party/rust/crates/tokio-stream/0.1.17/BUCK @@ -25,17 +25,13 @@ rust_library( edition = "2021", features = [ "default", - "net", - "sync", "time", - "tokio-util", ], rustc_flags = ["@$(location :tokio-stream-manifest[env_flags])"], visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/futures-core/0.3.31:futures-core", "//third-party/rust/crates/pin-project-lite/0.2.16:pin-project-lite", - "//third-party/rust/crates/tokio-util/0.7.17:tokio-util", "//third-party/rust/crates/tokio/1.48.0:tokio", ], ) diff --git a/third-party/rust/crates/tokio-util/0.7.17/BUCK b/third-party/rust/crates/tokio-util/0.7.17/BUCK index 3553ff54..12b536e6 100644 --- a/third-party/rust/crates/tokio-util/0.7.17/BUCK +++ b/third-party/rust/crates/tokio-util/0.7.17/BUCK @@ -24,7 +24,6 @@ rust_library( crate_root = "vendor/src/lib.rs", edition = "2021", features = [ - "codec", "default", "io", ], diff --git a/third-party/rust/crates/tokio/1.48.0/BUCK b/third-party/rust/crates/tokio/1.48.0/BUCK index 32430b5d..fb7b62cc 100644 --- a/third-party/rust/crates/tokio/1.48.0/BUCK +++ b/third-party/rust/crates/tokio/1.48.0/BUCK @@ -50,7 +50,7 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/bytes/1.11.0:bytes", - "//third-party/rust/crates/libc/0.2.177:libc", + "//third-party/rust/crates/libc/0.2.178:libc", "//third-party/rust/crates/mio/1.1.0:mio", "//third-party/rust/crates/parking_lot/0.12.5:parking_lot", "//third-party/rust/crates/pin-project-lite/0.2.16:pin-project-lite", diff --git a/third-party/rust/crates/toml_edit/0.23.7/BUCK b/third-party/rust/crates/toml_edit/0.23.7/BUCK index 9563bce1..726fef15 100644 --- a/third-party/rust/crates/toml_edit/0.23.7/BUCK +++ b/third-party/rust/crates/toml_edit/0.23.7/BUCK @@ -27,9 +27,9 @@ rust_library( rustc_flags = ["@$(location :toml_edit-manifest[env_flags])"], visibility = ["PUBLIC"], deps = [ - "//third-party/rust/crates/indexmap/2.12.0:indexmap", + "//third-party/rust/crates/indexmap/2.12.1:indexmap", "//third-party/rust/crates/toml_datetime/0.7.3:toml_datetime", "//third-party/rust/crates/toml_parser/1.0.4:toml_parser", - "//third-party/rust/crates/winnow/0.7.13:winnow", + "//third-party/rust/crates/winnow/0.7.14:winnow", ], ) diff --git a/third-party/rust/crates/toml_parser/1.0.4/BUCK b/third-party/rust/crates/toml_parser/1.0.4/BUCK index 2c3730c1..6ad1686b 100644 --- a/third-party/rust/crates/toml_parser/1.0.4/BUCK +++ b/third-party/rust/crates/toml_parser/1.0.4/BUCK @@ -30,5 +30,5 @@ rust_library( ], rustc_flags = ["@$(location :toml_parser-manifest[env_flags])"], visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/winnow/0.7.13:winnow"], + deps = ["//third-party/rust/crates/winnow/0.7.14:winnow"], ) diff --git a/third-party/rust/crates/tower/0.5.2/BUCK b/third-party/rust/crates/tower/0.5.2/BUCK index cb7a9b73..5e924093 100644 --- a/third-party/rust/crates/tower/0.5.2/BUCK +++ b/third-party/rust/crates/tower/0.5.2/BUCK @@ -30,9 +30,7 @@ rust_library( "log", "make", "pin-project-lite", - "retry", "sync_wrapper", - "timeout", "tokio", "tracing", "util", diff --git a/third-party/rust/crates/try-lock/0.2.5/BUCK b/third-party/rust/crates/try-lock/0.2.5/BUCK deleted file mode 100644 index 982cc2be..00000000 --- a/third-party/rust/crates/try-lock/0.2.5/BUCK +++ /dev/null @@ -1,28 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "try-lock-vendor", - urls = ["https://static.crates.io/crates/try-lock/try-lock-0.2.5.crate"], - sha256 = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b", - type = "tar.gz", - strip_prefix = "try-lock-0.2.5", - out = "vendor", -) - -cargo_manifest( - name = "try-lock-manifest", - vendor = ":try-lock-vendor", -) - -rust_library( - name = "try-lock", - srcs = [":try-lock-vendor"], - crate = "try_lock", - crate_root = "vendor/src/lib.rs", - edition = "2015", - rustc_flags = ["@$(location :try-lock-manifest[env_flags])"], - visibility = ["PUBLIC"], -) diff --git a/third-party/rust/crates/uuid/1.18.1/BUCK b/third-party/rust/crates/uuid/1.19.0/BUCK similarity index 73% rename from third-party/rust/crates/uuid/1.18.1/BUCK rename to third-party/rust/crates/uuid/1.19.0/BUCK index 8d0de876..e9ef403e 100644 --- a/third-party/rust/crates/uuid/1.18.1/BUCK +++ b/third-party/rust/crates/uuid/1.19.0/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "uuid-vendor", - urls = ["https://static.crates.io/crates/uuid/uuid-1.18.1.crate"], - sha256 = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2", + urls = ["https://static.crates.io/crates/uuid/uuid-1.19.0.crate"], + sha256 = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a", type = "tar.gz", - strip_prefix = "uuid-1.18.1", + strip_prefix = "uuid-1.19.0", out = "vendor", ) @@ -22,7 +22,7 @@ rust_library( srcs = [":uuid-vendor"], crate = "uuid", crate_root = "vendor/src/lib.rs", - edition = "2018", + edition = "2021", features = [ "default", "rng", @@ -34,6 +34,6 @@ rust_library( visibility = ["PUBLIC"], deps = [ "//third-party/rust/crates/getrandom/0.3.4:getrandom", - "//third-party/rust/crates/serde/1.0.228:serde", + "//third-party/rust/crates/serde_core/1.0.228:serde_core", ], ) diff --git a/third-party/rust/crates/want/0.3.1/BUCK b/third-party/rust/crates/want/0.3.1/BUCK deleted file mode 100644 index 9de1c4bc..00000000 --- a/third-party/rust/crates/want/0.3.1/BUCK +++ /dev/null @@ -1,29 +0,0 @@ -# @generated by `cargo buckal` - -load("@buckal//:cargo_manifest.bzl", "cargo_manifest") -load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") - -http_archive( - name = "want-vendor", - urls = ["https://static.crates.io/crates/want/want-0.3.1.crate"], - sha256 = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e", - type = "tar.gz", - strip_prefix = "want-0.3.1", - out = "vendor", -) - -cargo_manifest( - name = "want-manifest", - vendor = ":want-vendor", -) - -rust_library( - name = "want", - srcs = [":want-vendor"], - crate = "want", - crate_root = "vendor/src/lib.rs", - edition = "2018", - rustc_flags = ["@$(location :want-manifest[env_flags])"], - visibility = ["PUBLIC"], - deps = ["//third-party/rust/crates/try-lock/0.2.5:try-lock"], -) diff --git a/third-party/rust/crates/windows-sys/0.61.2/BUCK b/third-party/rust/crates/windows-sys/0.61.2/BUCK index 4491d3e8..673f9ff3 100644 --- a/third-party/rust/crates/windows-sys/0.61.2/BUCK +++ b/third-party/rust/crates/windows-sys/0.61.2/BUCK @@ -35,10 +35,6 @@ rust_library( "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", - "Win32_Security_Authentication", - "Win32_Security_Authentication_Identity", - "Win32_Security_Credentials", - "Win32_Security_Cryptography", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", @@ -47,10 +43,7 @@ rust_library( "Win32_System_Diagnostics", "Win32_System_Diagnostics_Debug", "Win32_System_IO", - "Win32_System_LibraryLoader", - "Win32_System_Memory", "Win32_System_Pipes", - "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", diff --git a/third-party/rust/crates/winnow/0.7.13/BUCK b/third-party/rust/crates/winnow/0.7.14/BUCK similarity index 85% rename from third-party/rust/crates/winnow/0.7.13/BUCK rename to third-party/rust/crates/winnow/0.7.14/BUCK index 896d64e2..c94b543f 100644 --- a/third-party/rust/crates/winnow/0.7.13/BUCK +++ b/third-party/rust/crates/winnow/0.7.14/BUCK @@ -5,10 +5,10 @@ load("@buckal//:wrapper.bzl", "buildscript_run", "rust_binary", "rust_library") http_archive( name = "winnow-vendor", - urls = ["https://static.crates.io/crates/winnow/winnow-0.7.13.crate"], - sha256 = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf", + urls = ["https://static.crates.io/crates/winnow/winnow-0.7.14.crate"], + sha256 = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829", type = "tar.gz", - strip_prefix = "winnow-0.7.13", + strip_prefix = "winnow-0.7.14", out = "vendor", ) From 2cc52dc3028990ee22607bafd9841bb0db50ea6d Mon Sep 17 00:00:00 2001 From: "jl.jiang" Date: Fri, 5 Dec 2025 13:44:41 +0800 Subject: [PATCH 2/2] build: fix Buck2 build target name Signed-off-by: jl.jiang --- .github/workflows/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 23ecda15..342c36c2 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -86,7 +86,7 @@ jobs: submodules: recursive - name: Build with Buck2 - run: buck2 build //:git-internal + run: buck2 build //:git_internal test: name: Run Tests