diff --git a/Cargo.lock b/Cargo.lock index 80e4d666b9..0907e55ce7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,12 +98,6 @@ dependencies = [ "libc", ] -[[package]] -name = "anes" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" - [[package]] name = "anstream" version = "0.6.18" @@ -191,8 +185,6 @@ name = "asset-sprayer" version = "0.1.0" dependencies = [ "async-openai", - "dal", - "include_dir", "remain", "reqwest", "serde", @@ -439,12 +431,10 @@ dependencies = [ name = "auth-api-client" version = "0.1.0" dependencies = [ - "chrono", "remain", "reqwest", "serde", "serde_json", - "telemetry", "thiserror 1.0.69", "tokio", "ulid", @@ -1012,9 +1002,9 @@ dependencies = [ [[package]] name = "bigdecimal" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" +checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c" dependencies = [ "autocfg", "libm", @@ -1070,9 +1060,9 @@ dependencies = [ [[package]] name = "binstring" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0d60973d9320722cb1206f412740e162a33b8547ea8d6be75d7cff237c7a85" +checksum = "ed79c2a8151273c70956b5e3cdfdc1ff6c1a8b9779ba59c6807d281b32ee2f86" [[package]] name = "bitflags" @@ -1306,17 +1296,11 @@ dependencies = [ "either", ] -[[package]] -name = "cast" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" - [[package]] name = "cc" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" +checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" dependencies = [ "jobserver", "libc", @@ -1346,9 +1330,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1449,9 +1433,9 @@ dependencies = [ [[package]] name = "coarsetime" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" +checksum = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2" dependencies = [ "libc", "wasix", @@ -1643,44 +1627,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "criterion" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" -dependencies = [ - "anes", - "cast", - "ciborium", - "clap", - "criterion-plot", - "futures", - "is-terminal", - "itertools 0.10.5", - "num-traits", - "once_cell", - "oorandom", - "plotters", - "rayon", - "regex", - "serde", - "serde_derive", - "serde_json", - "tinytemplate", - "tokio", - "walkdir", -] - -[[package]] -name = "criterion-plot" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" -dependencies = [ - "cast", - "itertools 0.10.5", -] - [[package]] name = "critical-section" version = "1.2.0" @@ -1751,9 +1697,9 @@ dependencies = [ [[package]] name = "ct-codecs" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "026ac6ceace6298d2c557ef5ed798894962296469ec7842288ea64674201a2d1" +checksum = "b916ba8ce9e4182696896f015e8a5ae6081b305f74690baa8465e35f5a142ea4" [[package]] name = "ctor" @@ -1872,7 +1818,6 @@ dependencies = [ "serde", "serde_json", "si-crypto", - "si-settings", "si-std", "telemetry", "telemetry-http", @@ -1967,12 +1912,10 @@ dependencies = [ name = "dal-macros" version = "0.1.0" dependencies = [ - "dal", "darling 0.20.10", "manyhow", "proc-macro2", "quote", - "si-events", "syn 2.0.90", "trybuild", ] @@ -1994,7 +1937,6 @@ dependencies = [ "jwt-simple", "lazy_static", "names", - "opentelemetry-otlp", "opentelemetry_sdk", "pinga-server", "rebaser-client", @@ -2122,7 +2064,6 @@ dependencies = [ "aws-sdk-firehose", "base64 0.22.1", "remain", - "serde_json", "telemetry", "thiserror 1.0.69", ] @@ -2601,9 +2542,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "ff" @@ -2789,7 +2730,7 @@ dependencies = [ "paste", "pin-project", "serde", - "thiserror 2.0.4", + "thiserror 2.0.6", "tracing", ] @@ -2828,7 +2769,7 @@ dependencies = [ "pin-project", "rand 0.8.5", "serde", - "thiserror 2.0.4", + "thiserror 2.0.6", "tracing", "twox-hash", "zstd", @@ -3240,24 +3181,24 @@ dependencies = [ [[package]] name = "hmac-sha1-compact" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff9d405ec732fa3fcde87264e54a32a84956a377b3e3107de96e59b798c84a7" +checksum = "18492c9f6f9a560e0d346369b665ad2bdbc89fa9bceca75796584e79042694c3" [[package]] name = "hmac-sha256" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735" +checksum = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb" dependencies = [ "digest", ] [[package]] name = "hmac-sha512" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ce1f4656bae589a3fab938f9f09bf58645b7ed01a2c5f8a3c238e01a4ef78a" +checksum = "b0b3a0f572aa8389d325f5852b9e0a333a15b0f86ecccbb3fdb6e97cd86dc67c" dependencies = [ "digest", ] @@ -3713,25 +3654,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "include_dir" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" -dependencies = [ - "include_dir_macros", -] - -[[package]] -name = "include_dir_macros" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" -dependencies = [ - "proc-macro2", - "quote", -] - [[package]] name = "indenter" version = "0.3.3" @@ -3809,15 +3731,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.12.1" @@ -3853,9 +3766,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ "once_cell", "wasm-bindgen", @@ -3863,9 +3776,9 @@ dependencies = [ [[package]] name = "jwt-simple" -version = "0.12.10" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ae7e0018905a795d6f2a60ac32a547490abdd8df509906a8c6171e6d861711" +checksum = "b00e03c08ce71da10a3ad9267b963c03fc4234a56713d87648547b3fdda872a6" dependencies = [ "anyhow", "binstring", @@ -3883,7 +3796,7 @@ dependencies = [ "serde", "serde_json", "superboring", - "thiserror 1.0.69", + "thiserror 2.0.6", "zeroize", ] @@ -3927,9 +3840,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libloading" @@ -4154,16 +4067,6 @@ version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" -[[package]] -name = "memmap2" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" -dependencies = [ - "libc", - "stable_deref_trait", -] - [[package]] name = "memoffset" version = "0.6.5" @@ -4277,7 +4180,6 @@ dependencies = [ "serde", "serde_json", "si-pkg", - "telemetry", "thiserror 1.0.69", "tokio", "ulid", @@ -4312,7 +4214,6 @@ dependencies = [ "si-posthog", "si-settings", "si-std", - "stream-cancel", "telemetry", "thiserror 1.0.69", "tokio", @@ -4382,7 +4283,6 @@ version = "0.1.0" dependencies = [ "remain", "si-data-nats", - "telemetry-nats", "thiserror 1.0.69", ] @@ -4658,11 +4558,7 @@ dependencies = [ "si-hash", "strum", "tar", - "tempfile", "thiserror 1.0.69", - "tokio", - "vfs 0.12.0", - "vfs-tar", ] [[package]] @@ -4671,12 +4567,6 @@ version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" -[[package]] -name = "oorandom" -version = "11.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" - [[package]] name = "openssl-probe" version = "0.1.5" @@ -5071,7 +4961,6 @@ dependencies = [ "si-layer-cache", "si-settings", "si-std", - "stream-cancel", "telemetry", "telemetry-nats", "telemetry-utils", @@ -5110,34 +4999,6 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" -[[package]] -name = "plotters" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" -dependencies = [ - "num-traits", - "plotters-backend", - "plotters-svg", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "plotters-backend" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" - -[[package]] -name = "plotters-svg" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" -dependencies = [ - "plotters-backend", -] - [[package]] name = "portable-atomic" version = "1.10.0" @@ -5411,7 +5272,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls 0.23.19", "socket2", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tracing", ] @@ -5430,7 +5291,7 @@ dependencies = [ "rustls 0.23.19", "rustls-pki-types", "slab", - "thiserror 2.0.4", + "thiserror 2.0.6", "tinyvec", "tracing", "web-time", @@ -5438,9 +5299,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" +checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527" dependencies = [ "cfg_aliases", "libc", @@ -6011,15 +5872,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ "bitflags 2.6.0", "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6219,15 +6080,12 @@ dependencies = [ "once_cell", "pathdiff", "permissions", - "pretty_assertions_sorted", "rand 0.8.5", "rebaser-client", "remain", "reqwest", "serde", "serde_json", - "serde_qs", - "serde_url_params", "serde_with", "si-crypto", "si-data-nats", @@ -6482,17 +6340,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_qs" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6" -dependencies = [ - "percent-encoding", - "serde", - "thiserror 1.0.69", -] - [[package]] name = "serde_repr" version = "0.1.19" @@ -6513,16 +6360,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_url_params" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c43307d0640738af32fe8d01e47119bc0fc8a686be470a44a586caff76dfb34" -dependencies = [ - "serde", - "url", -] - [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -6661,15 +6498,12 @@ dependencies = [ "async-nats", "bytes", "futures", - "nkeys", "remain", - "rustls-native-certs 0.7.3", "serde", "serde_json", "telemetry", "thiserror 1.0.69", "tokio", - "tokio-test", "tracing-subscriber", ] @@ -6712,7 +6546,6 @@ dependencies = [ "si-std", "spicedb-client", "spicedb-grpc", - "strum", "telemetry", "thiserror 1.0.69", "tokio", @@ -6734,7 +6567,6 @@ dependencies = [ "remain", "serde", "serde_json", - "si-hash", "si-id", "strum", "thiserror 1.0.69", @@ -6815,11 +6647,9 @@ dependencies = [ "buck2-resources", "bytes", "chrono", - "criterion", "foyer", "fs4 0.11.1", "futures", - "lazy_static", "miniz_oxide 0.7.4", "postcard", "rand 0.8.5", @@ -6857,9 +6687,7 @@ dependencies = [ "remain", "serde", "serde_json", - "si-hash", "strum", - "tempfile", "thiserror 1.0.69", "tokio", "ulid", @@ -6884,18 +6712,15 @@ dependencies = [ "rand 0.8.5", "remain", "serde", - "serde_json", "si-firecracker", "si-std", "telemetry-utils", "tempfile", "thiserror 1.0.69", "tokio", - "tokio-test", "tokio-util", "tracing", "tracing-subscriber", - "uuid", "veritech-server", ] @@ -6909,7 +6734,6 @@ dependencies = [ "reqwest", "serde", "serde_json", - "strum", "telemetry", "thiserror 1.0.69", "tokio", @@ -6928,7 +6752,6 @@ dependencies = [ name = "si-service" version = "0.1.0" dependencies = [ - "clap", "color-eyre", "glob", "si-runtime", @@ -6947,7 +6770,6 @@ dependencies = [ "config-file", "remain", "serde", - "si-std", "thiserror 1.0.69", ] @@ -7363,17 +7185,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" -[[package]] -name = "stream-cancel" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9fbf9bd71e4cf18d68a8a0951c0e5b7255920c0cd992c4ff51cddd6ef514a3" -dependencies = [ - "futures-core", - "pin-project", - "tokio", -] - [[package]] name = "stringprep" version = "0.1.5" @@ -7427,9 +7238,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "superboring" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cee25cd9d145d2c1ef92a52720376eeb510c8870dfa0f84edb371901ec6a12ca" +checksum = "515cce34a781d7250b8a65706e0f2a5b99236ea605cb235d4baed6685820478f" dependencies = [ "getrandom 0.2.15", "hmac-sha256", @@ -7517,15 +7328,6 @@ dependencies = [ "xattr", ] -[[package]] -name = "tar-parser2" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7262f48c9ef16eb92e4ba069d4992dd27b793f816fb82012a860190d93ec882d" -dependencies = [ - "nom", -] - [[package]] name = "target-triple" version = "0.1.3" @@ -7653,11 +7455,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.4", + "thiserror-impl 2.0.6", ] [[package]] @@ -7673,9 +7475,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", @@ -7756,16 +7558,6 @@ dependencies = [ "zerovec", ] -[[package]] -name = "tinytemplate" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "tinyvec" version = "1.8.0" @@ -7911,19 +7703,6 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "tokio-test" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" -dependencies = [ - "async-stream", - "bytes", - "futures-core", - "tokio", - "tokio-stream", -] - [[package]] name = "tokio-tungstenite" version = "0.20.1" @@ -8267,9 +8046,9 @@ dependencies = [ [[package]] name = "twox-hash" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6db6856664807f43c17fbaf2718e2381ac1476a449aa104f5f64622defa1245" +checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908" dependencies = [ "rand 0.8.5", ] @@ -8446,7 +8225,6 @@ dependencies = [ "base64 0.22.1", "cyclone-core", "futures", - "indoc", "nats-subscriber", "remain", "serde", @@ -8485,7 +8263,6 @@ dependencies = [ "chrono", "derive_builder", "futures", - "nats-subscriber", "naxum", "once_cell", "remain", @@ -8512,33 +8289,6 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -[[package]] -name = "vfs" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4fe92cfc1bad19c19925d5eee4b30584dbbdee4ff10183b261acccbef74e2d" - -[[package]] -name = "vfs" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654cd097e182a71dbf899178e6b5662c2157dd0b8afd5975de18008f6fc173d1" -dependencies = [ - "filetime", -] - -[[package]] -name = "vfs-tar" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac556b0de766b572d14bb8e4180b0534ba7bc801fddc2470d8cdd36740aac8a7" -dependencies = [ - "memmap2", - "stable_deref_trait", - "tar-parser2", - "vfs 0.10.0", -] - [[package]] name = "vsimd" version = "0.8.0" @@ -8603,9 +8353,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -8614,13 +8364,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn 2.0.90", @@ -8629,9 +8378,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.47" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" dependencies = [ "cfg-if", "js-sys", @@ -8642,9 +8391,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -8652,9 +8401,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", @@ -8665,9 +8414,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-streams" @@ -8684,9 +8433,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index f88b841f3c..a108029d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,17 +107,8 @@ chrono = { version = "0.4.37", features = ["serde"] } ciborium = "0.2.2" clap = { version = "4.5.4", features = ["derive", "color", "env", "wrap_help"] } color-eyre = "0.6.3" -colored = "2.1.0" -comfy-table = { version = "7.1.0", features = [ - "crossterm", - "tty", - "custom_styling", -] } config = { version = "0.14.0", default-features = false, features = ["toml"] } -console = "0.15.8" convert_case = "0.6.0" -criterion = { version = "0.5.1", features = ["async_tokio"] } -crossbeam-channel = "0.5.12" crossbeam-queue = { version = "0.3.10" } darling = "0.20.10" deadpool = { version = "0.10.0", features = ["rt_tokio_1"] } @@ -147,11 +138,8 @@ hyperlocal = { version = "0.8.0", default-features = false, features = [ "client", ] } # todo: using the very latest of hyper client 1.x, we _may_ be able to phase this crate iftree = "1.0.5" -include_dir = "0.7.4" indexmap = { version = "2.2.6", features = ["serde", "std"] } -indicatif = "0.17.8" indoc = "2.0.5" -inquire = "0.7.4" itertools = "0.12.1" jwt-simple = { version = "0.12.9", default-features = false, features = [ "pure-rust", @@ -172,7 +160,6 @@ nix = { version = "0.26.0", features = [ nkeys = "0.4.0" num_cpus = "1.16.0" once_cell = "1.19.0" -open = "5.1.2" opentelemetry = { version = "0.26.0", features = ["trace"] } opentelemetry-otlp = { version = "0.26.0", features = ["metrics", "trace"] } opentelemetry-semantic-conventions = "0.14.0" @@ -184,7 +171,6 @@ paste = "1.0.14" pathdiff = "0.2.1" petgraph = { version = "0.6.4", features = ["serde-1"] } pin-project-lite = "0.2.13" -podman-api = "0.10.0" postcard = { version = "1.0.8", features = ["use-std"] } postgres-types = { version = "0.2.6", features = ["derive"] } pretty_assertions_sorted = "1.2.3" @@ -214,19 +200,15 @@ sea-orm = { version = "1.1.0", features = [ "with-chrono", "debug-print", ] } -self-replace = "1.3.7" serde = { version = "1.0.197", features = ["derive", "rc"] } serde-aux = "4.5.0" serde_json = { version = "1.0.133", features = ["preserve_order"] } serde_path_to_error = { version = "0.1.16" } -serde_qs = "0.13.0" -serde_url_params = "0.2.1" serde_with = "3.7.0" serde_yaml = "0.9.33" # NOTE(nick): this has been archived upstream sodiumoxide = "0.2.7" spicedb-client = { version = "0.1.1", features = ["tls"] } spicedb-grpc = "0.1.1" -stream-cancel = "0.8.2" strum = { version = "0.26.2", features = ["derive"] } syn = { version = "2.0.55", features = ["full", "extra-traits"] } sysinfo = "0.32.0" @@ -247,7 +229,6 @@ tokio-postgres = { version = "0.7.10", features = [ tokio-postgres-rustls = { version = "0.12.0" } tokio-serde = { version = "0.9.0", features = ["json"] } tokio-stream = { version = "0.1.15", features = ["sync", "time"] } -tokio-test = "0.4.4" tokio-tungstenite = "0.20.1" # todo: pinning back from 0.21.0, upgrade this alongside hyper/http/axum/tokio-tungstenite,tower-http tokio-util = { version = "0.7.10", features = ["codec", "rt"] } tokio-vsock = { version = "0.4.0" } @@ -274,8 +255,6 @@ ulid = { version = "1.1.2", features = ["serde"] } url = { version = "2.5.0", features = ["serde"] } uuid = { version = "1.8.0", features = ["serde", "v4"] } version_check = "0.9.4" -vfs = "0.12.0" -vfs-tar = { version = "0.4.1", features = ["mmap"] } webpki-roots = { version = "0.25.4" } xxhash-rust = { version = "0.8.10", features = ["xxh3", "const_xxh3"] } y-sync = { version = "0.4.0", features = ["net"] } diff --git a/lib/asset-sprayer/BUCK b/lib/asset-sprayer/BUCK index 719e513e1c..9acc722728 100644 --- a/lib/asset-sprayer/BUCK +++ b/lib/asset-sprayer/BUCK @@ -3,7 +3,6 @@ load("@prelude-si//:macros.bzl", "rust_library") rust_library( name = "asset-sprayer", deps = [ - "//lib/dal:dal", "//lib/si-std:si-std", "//lib/telemetry-rs:telemetry", "//third-party/rust:async-openai", diff --git a/lib/asset-sprayer/Cargo.toml b/lib/asset-sprayer/Cargo.toml index c6d81dc75d..3d3494f93f 100644 --- a/lib/asset-sprayer/Cargo.toml +++ b/lib/asset-sprayer/Cargo.toml @@ -9,16 +9,15 @@ rust-version.workspace = true publish.workspace = true [dependencies] +si-std = { path = "../../lib/si-std" } +telemetry = { path = "../../lib/telemetry-rs" } + async-openai = { workspace = true } -dal = { path = "../../lib/dal" } -include_dir = { workspace = true } remain = { workspace = true } reqwest = { workspace = true } serde = { workspace = true } serde_with = { workspace = true } serde_yaml = { workspace = true } -si-std = { path = "../../lib/si-std" } strum = { workspace = true } -telemetry = { path = "../../lib/telemetry-rs" } thiserror = { workspace = true } tokio = { workspace = true } diff --git a/lib/auth-api-client/BUCK b/lib/auth-api-client/BUCK index 58b0a7efcf..890a210717 100644 --- a/lib/auth-api-client/BUCK +++ b/lib/auth-api-client/BUCK @@ -3,8 +3,6 @@ load("@prelude-si//:macros.bzl", "rust_library") rust_library( name = "auth-api-client", deps = [ - "//lib/telemetry-rs:telemetry", - "//third-party/rust:chrono", "//third-party/rust:remain", "//third-party/rust:reqwest", "//third-party/rust:serde", diff --git a/lib/auth-api-client/Cargo.toml b/lib/auth-api-client/Cargo.toml index a5ac5979c8..816478176a 100644 --- a/lib/auth-api-client/Cargo.toml +++ b/lib/auth-api-client/Cargo.toml @@ -9,12 +9,10 @@ rust-version.workspace = true publish.workspace = true [dependencies] -chrono = { workspace = true } remain = { workspace = true } reqwest = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -telemetry = { path = "../../lib/telemetry-rs" } thiserror = { workspace = true } tokio = { workspace = true } ulid = { workspace = true } diff --git a/lib/cyclone-server/BUCK b/lib/cyclone-server/BUCK index 6a2ef33462..0fb4ee0352 100644 --- a/lib/cyclone-server/BUCK +++ b/lib/cyclone-server/BUCK @@ -6,7 +6,6 @@ rust_library( "//lib/bytes-lines-codec:bytes-lines-codec", "//lib/cyclone-core:cyclone-core", "//lib/si-crypto:si-crypto", - "//lib/si-settings:si-settings", "//lib/si-std:si-std", "//lib/telemetry-http-rs:telemetry-http", "//lib/telemetry-rs:telemetry", diff --git a/lib/cyclone-server/Cargo.toml b/lib/cyclone-server/Cargo.toml index 8306f23a97..76ea7a5f44 100644 --- a/lib/cyclone-server/Cargo.toml +++ b/lib/cyclone-server/Cargo.toml @@ -9,12 +9,18 @@ rust-version.workspace = true publish.workspace = true [dependencies] +bytes-lines-codec = { path = "../bytes-lines-codec" } +cyclone-core = { path = "../../lib/cyclone-core" } +si-crypto = { path = "../../lib/si-crypto" } +si-std = { path = "../../lib/si-std" } +telemetry = { path = "../../lib/telemetry-rs" } +telemetry-utils = { path = "../../lib/telemetry-utils-rs" } +telemetry-http = { path = "../../lib/telemetry-http-rs" } + async-trait = { workspace = true } axum = { workspace = true } base64 = { workspace = true } -bytes-lines-codec = { path = "../bytes-lines-codec" } chrono = { workspace = true } -cyclone-core = { path = "../../lib/cyclone-core" } derive_builder = { workspace = true } futures = { workspace = true } hyper = { workspace = true } @@ -23,12 +29,6 @@ pin-project-lite = { workspace = true } remain = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -si-crypto = { path = "../../lib/si-crypto" } -si-settings = { path = "../../lib/si-settings" } -si-std = { path = "../../lib/si-std" } -telemetry = { path = "../../lib/telemetry-rs" } -telemetry-utils = { path = "../../lib/telemetry-utils-rs" } -telemetry-http = { path = "../../lib/telemetry-http-rs" } thiserror = { workspace = true } tokio = { workspace = true } tokio-serde = { workspace = true } diff --git a/lib/dal-macros/Cargo.toml b/lib/dal-macros/Cargo.toml index f2257ae650..d4c68429a8 100644 --- a/lib/dal-macros/Cargo.toml +++ b/lib/dal-macros/Cargo.toml @@ -19,6 +19,4 @@ quote = { workspace = true } syn = { workspace = true } [dev-dependencies] -dal = { path = "../dal" } -si-events = { path = "../si-events-rs" } trybuild = { workspace = true } diff --git a/lib/dal-test/BUCK b/lib/dal-test/BUCK index dc76191df2..5dceffe75e 100644 --- a/lib/dal-test/BUCK +++ b/lib/dal-test/BUCK @@ -23,8 +23,8 @@ rust_library( "//lib/telemetry-rs:telemetry", "//lib/veritech-client:veritech-client", "//lib/veritech-server:veritech-server", - "//third-party/rust:base64", "//third-party/rust:async-recursion", + "//third-party/rust:base64", "//third-party/rust:color-eyre", "//third-party/rust:derive_builder", "//third-party/rust:derive_more", @@ -32,7 +32,6 @@ rust_library( "//third-party/rust:jwt-simple", "//third-party/rust:lazy_static", "//third-party/rust:names", - "//third-party/rust:opentelemetry-otlp", "//third-party/rust:opentelemetry_sdk", "//third-party/rust:remain", "//third-party/rust:serde", diff --git a/lib/dal-test/Cargo.toml b/lib/dal-test/Cargo.toml index 0ec5ea5c40..71cdc1f500 100644 --- a/lib/dal-test/Cargo.toml +++ b/lib/dal-test/Cargo.toml @@ -39,7 +39,6 @@ itertools = { workspace = true } jwt-simple = { workspace = true } lazy_static = { workspace = true } names = { workspace = true } -opentelemetry-otlp = { workspace = true } opentelemetry_sdk = { workspace = true } remain = { workspace = true } serde = { workspace = true } diff --git a/lib/data-warehouse-stream-client/BUCK b/lib/data-warehouse-stream-client/BUCK index 840629c2d7..829ed3fcab 100644 --- a/lib/data-warehouse-stream-client/BUCK +++ b/lib/data-warehouse-stream-client/BUCK @@ -8,7 +8,6 @@ rust_library( "//third-party/rust:aws-sdk-firehose", "//third-party/rust:base64", "//third-party/rust:remain", - "//third-party/rust:serde_json", "//third-party/rust:thiserror", ], srcs = glob([ diff --git a/lib/data-warehouse-stream-client/Cargo.toml b/lib/data-warehouse-stream-client/Cargo.toml index 3d3054f4ae..a79f44c18b 100644 --- a/lib/data-warehouse-stream-client/Cargo.toml +++ b/lib/data-warehouse-stream-client/Cargo.toml @@ -15,5 +15,4 @@ aws-config = { workspace = true } aws-sdk-firehose= { workspace = true } base64 = { workspace = true } remain = { workspace = true } -serde_json = { workspace = true } thiserror = { workspace = true } diff --git a/lib/module-index-client/BUCK b/lib/module-index-client/BUCK index a715aeca48..7b0aa08e6f 100644 --- a/lib/module-index-client/BUCK +++ b/lib/module-index-client/BUCK @@ -5,7 +5,6 @@ rust_library( deps = [ "//lib/module-index-types:module-index-types", "//lib/si-pkg:si-pkg", - "//lib/telemetry-rs:telemetry", "//third-party/rust:chrono", "//third-party/rust:remain", "//third-party/rust:reqwest", diff --git a/lib/module-index-client/Cargo.toml b/lib/module-index-client/Cargo.toml index 304a4d551b..cfcc5b36cb 100644 --- a/lib/module-index-client/Cargo.toml +++ b/lib/module-index-client/Cargo.toml @@ -11,7 +11,6 @@ publish.workspace = true [dependencies] module-index-types = { path = "../../lib/module-index-types" } si-pkg = { path = "../../lib/si-pkg" } -telemetry = { path = "../../lib/telemetry-rs" } chrono = { workspace = true } remain = { workspace = true } diff --git a/lib/module-index-server/BUCK b/lib/module-index-server/BUCK index ea2c99e0f0..c3745d278f 100644 --- a/lib/module-index-server/BUCK +++ b/lib/module-index-server/BUCK @@ -7,9 +7,9 @@ rust_library( "//lib/buck2-resources:buck2-resources", "//lib/module-index-types:module-index-types", "//lib/si-data-pg:si-data-pg", - "//lib/si-pkg:si-pkg", "//lib/si-hash:si-hash", "//lib/si-jwt-public-key:si-jwt-public-key", + "//lib/si-pkg:si-pkg", "//lib/si-posthog-rs:si-posthog", "//lib/si-settings:si-settings", "//lib/si-std:si-std", @@ -28,7 +28,6 @@ rust_library( "//third-party/rust:sea-orm", "//third-party/rust:serde", "//third-party/rust:serde_json", - "//third-party/rust:stream-cancel", "//third-party/rust:thiserror", "//third-party/rust:tokio", "//third-party/rust:tokio-stream", diff --git a/lib/module-index-server/Cargo.toml b/lib/module-index-server/Cargo.toml index 4d58c3931b..46039d4501 100644 --- a/lib/module-index-server/Cargo.toml +++ b/lib/module-index-server/Cargo.toml @@ -35,7 +35,6 @@ rust-s3 = { workspace = true } sea-orm = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -stream-cancel = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } tokio-stream = { workspace = true } diff --git a/lib/nats-dead-letter-queue/BUCK b/lib/nats-dead-letter-queue/BUCK index b38f57c5cb..ca6d2d104d 100644 --- a/lib/nats-dead-letter-queue/BUCK +++ b/lib/nats-dead-letter-queue/BUCK @@ -4,7 +4,6 @@ rust_library( name = "nats-dead-letter-queue", deps = [ "//lib/si-data-nats:si-data-nats", - "//lib/telemetry-rs:telemetry", "//third-party/rust:remain", "//third-party/rust:thiserror", ], diff --git a/lib/nats-dead-letter-queue/Cargo.toml b/lib/nats-dead-letter-queue/Cargo.toml index a6c6e2b809..f9d0a66c73 100644 --- a/lib/nats-dead-letter-queue/Cargo.toml +++ b/lib/nats-dead-letter-queue/Cargo.toml @@ -9,7 +9,7 @@ rust-version.workspace = true publish.workspace = true [dependencies] -remain = { workspace = true } si-data-nats = { path = "../../lib/si-data-nats" } -telemetry-nats = { path = "../../lib/telemetry-nats-rs" } + +remain = { workspace = true } thiserror = { workspace = true } diff --git a/lib/object-tree/BUCK b/lib/object-tree/BUCK index 77f05455d0..87e925d572 100644 --- a/lib/object-tree/BUCK +++ b/lib/object-tree/BUCK @@ -4,18 +4,13 @@ rust_library( name = "object-tree", deps = [ "//lib/si-hash:si-hash", - "//third-party/rust:blake3", "//third-party/rust:petgraph", "//third-party/rust:remain", "//third-party/rust:serde", "//third-party/rust:serde_json", "//third-party/rust:strum", "//third-party/rust:tar", - "//third-party/rust:tempfile", "//third-party/rust:thiserror", - "//third-party/rust:tokio", - "//third-party/rust:vfs", - "//third-party/rust:vfs-tar", ], srcs = glob(["src/**/*.rs"]), ) diff --git a/lib/object-tree/Cargo.toml b/lib/object-tree/Cargo.toml index 32cbf0a8ce..a8e4e5bba5 100644 --- a/lib/object-tree/Cargo.toml +++ b/lib/object-tree/Cargo.toml @@ -14,11 +14,7 @@ si-hash = { path = "../../lib/si-hash" } petgraph = { workspace = true } remain = { workspace = true } serde = { workspace = true } +serde_json = { workspace = true } strum = { workspace = true } tar = { workspace = true } -tempfile = { workspace = true } thiserror = { workspace = true } -tokio = { workspace = true } -vfs = { workspace = true } -vfs-tar = { workspace = true } -serde_json = { workspace = true } diff --git a/lib/pinga-server/BUCK b/lib/pinga-server/BUCK index a5cc644ad6..403f853a94 100644 --- a/lib/pinga-server/BUCK +++ b/lib/pinga-server/BUCK @@ -24,7 +24,6 @@ rust_library( "//third-party/rust:remain", "//third-party/rust:serde", "//third-party/rust:serde_json", - "//third-party/rust:stream-cancel", "//third-party/rust:thiserror", "//third-party/rust:tokio", "//third-party/rust:tokio-stream", diff --git a/lib/pinga-server/Cargo.toml b/lib/pinga-server/Cargo.toml index 268e220bf7..e6bab63fe4 100644 --- a/lib/pinga-server/Cargo.toml +++ b/lib/pinga-server/Cargo.toml @@ -11,28 +11,28 @@ publish.workspace = true [dependencies] buck2-resources = { path = "../../lib/buck2-resources" } dal = { path = "../../lib/dal" } -derive_builder = { workspace = true } -futures = { workspace = true } nats-subscriber = { path = "../../lib/nats-subscriber" } naxum = { path = "../../lib/naxum" } pinga-core = { path = "../../lib/pinga-core" } rebaser-client = { path = "../../lib/rebaser-client" } -remain = { workspace = true } -serde = { workspace = true } -serde_json = { workspace = true } si-crypto = { path = "../../lib/si-crypto" } si-data-nats = { path = "../../lib/si-data-nats" } si-data-pg = { path = "../../lib/si-data-pg" } si-layer-cache = { path = "../../lib/si-layer-cache" } si-settings = { path = "../../lib/si-settings" } si-std = { path = "../../lib/si-std" } -stream-cancel = { workspace = true } telemetry = { path = "../../lib/telemetry-rs" } telemetry-nats = { path = "../../lib/telemetry-nats-rs" } telemetry-utils = { path = "../../lib/telemetry-utils-rs" } +veritech-client = { path = "../../lib/veritech-client" } + +derive_builder = { workspace = true } +futures = { workspace = true } +remain = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } tokio-stream = { workspace = true } tokio-util = { workspace = true } ulid = { workspace = true } -veritech-client = { path = "../../lib/veritech-client" } diff --git a/lib/sdf-server/BUCK b/lib/sdf-server/BUCK index 162e14edb9..72be28dfba 100644 --- a/lib/sdf-server/BUCK +++ b/lib/sdf-server/BUCK @@ -49,7 +49,6 @@ rust_library( "//third-party/rust:reqwest", "//third-party/rust:serde", "//third-party/rust:serde_json", - "//third-party/rust:serde_qs", "//third-party/rust:serde_with", "//third-party/rust:sodiumoxide", "//third-party/rust:strum", @@ -58,13 +57,12 @@ rust_library( "//third-party/rust:tokio-stream", "//third-party/rust:tokio-tungstenite", "//third-party/rust:tokio-util", - "//third-party/rust:tracing-tunnel", "//third-party/rust:tower", "//third-party/rust:tower-http", + "//third-party/rust:tracing-tunnel", "//third-party/rust:ulid", "//third-party/rust:url", "//third-party/rust:y-sync", - "//third-party/rust:yrs", ], srcs = glob(["src/**/*.rs"]), extra_test_targets = [":test-integration"], @@ -91,7 +89,6 @@ rust_test( "//third-party/rust:pretty_assertions_sorted", "//third-party/rust:serde", "//third-party/rust:serde_json", - "//third-party/rust:serde_url_params", "//third-party/rust:tokio", "//third-party/rust:tokio-tungstenite", "//third-party/rust:tokio-util", diff --git a/lib/sdf-server/Cargo.toml b/lib/sdf-server/Cargo.toml index afd7e8c1e1..a1b2296422 100644 --- a/lib/sdf-server/Cargo.toml +++ b/lib/sdf-server/Cargo.toml @@ -56,7 +56,6 @@ remain = { workspace = true } reqwest = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -serde_qs = { workspace = true } serde_with = { workspace = true } sodiumoxide = { workspace = true } strum = { workspace = true } @@ -75,7 +74,4 @@ y-sync = { workspace = true } [dev-dependencies] dal-test = { path = "../../lib/dal-test" } -pretty_assertions_sorted = { workspace = true } -serde_url_params = { workspace = true } -tokio-util = { workspace = true } yrs = { workspace = true } diff --git a/lib/si-data-nats/Cargo.toml b/lib/si-data-nats/Cargo.toml index 5d5c5aa037..9ccca980aa 100644 --- a/lib/si-data-nats/Cargo.toml +++ b/lib/si-data-nats/Cargo.toml @@ -9,18 +9,16 @@ rust-version.workspace = true publish.workspace = true [dependencies] +telemetry = { path = "../../lib/telemetry-rs" } + async-nats = { workspace = true } bytes = { workspace = true } futures = { workspace = true } remain = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -telemetry = { path = "../../lib/telemetry-rs" } thiserror = { workspace = true } tokio = { workspace = true } [dev-dependencies] -nkeys = { workspace = true } -rustls-native-certs = { workspace = true } -tokio-test = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/lib/si-data-spicedb/BUCK b/lib/si-data-spicedb/BUCK index f7bc9439ce..f3024ef251 100644 --- a/lib/si-data-spicedb/BUCK +++ b/lib/si-data-spicedb/BUCK @@ -14,7 +14,6 @@ rust_library( "//third-party/rust:serde", "//third-party/rust:spicedb-client", "//third-party/rust:spicedb-grpc", - "//third-party/rust:strum", "//third-party/rust:thiserror", "//third-party/rust:tokio", "//third-party/rust:url", @@ -30,7 +29,6 @@ rust_test( deps = [ "//third-party/rust:indoc", "//third-party/rust:rand", - "//third-party/rust:strum", "//third-party/rust:tokio", ":si-data-spicedb", ], diff --git a/lib/si-data-spicedb/Cargo.toml b/lib/si-data-spicedb/Cargo.toml index 40769ede31..e00b068ea3 100644 --- a/lib/si-data-spicedb/Cargo.toml +++ b/lib/si-data-spicedb/Cargo.toml @@ -9,14 +9,14 @@ rust-version.workspace = true publish.workspace = true [dependencies] +si-std = { path = "../../lib/si-std" } +telemetry = { path = "../../lib/telemetry-rs" } + futures = { workspace = true } remain = { workspace = true } serde = { workspace = true } -si-std = { path = "../../lib/si-std" } spicedb-client = { workspace = true } spicedb-grpc = { workspace = true } -strum = { workspace = true } -telemetry = { path = "../../lib/telemetry-rs" } thiserror = { workspace = true } tokio = { workspace = true } url = { workspace = true } @@ -24,6 +24,4 @@ url = { workspace = true } [dev-dependencies] indoc = { workspace = true } rand = { workspace = true } -strum = { workspace = true } -thiserror = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/lib/si-events-rs/BUCK b/lib/si-events-rs/BUCK index 1a391cf049..a586c69c13 100644 --- a/lib/si-events-rs/BUCK +++ b/lib/si-events-rs/BUCK @@ -8,14 +8,12 @@ alias( rust_library( name = "si-events", deps = [ - "//lib/si-hash:si-hash", "//lib/si-id:si-id", "//third-party/rust:blake3", "//third-party/rust:bytes", "//third-party/rust:chrono", "//third-party/rust:derive_builder", "//third-party/rust:derive_more", - "//third-party/rust:miniz_oxide", "//third-party/rust:paste", "//third-party/rust:postgres-types", "//third-party/rust:remain", diff --git a/lib/si-events-rs/Cargo.toml b/lib/si-events-rs/Cargo.toml index 8d6700edf5..ee87ef01cd 100644 --- a/lib/si-events-rs/Cargo.toml +++ b/lib/si-events-rs/Cargo.toml @@ -9,20 +9,19 @@ rust-version.workspace = true publish.workspace = true [dependencies] -si-hash = { path = "../../lib/si-hash" } si-id = { path = "../../lib/si-id" } +blake3 = { workspace = true } bytes = { workspace = true } chrono = { workspace = true } derive_builder = { workspace = true } derive_more = { workspace = true } +paste = { workspace = true } +postgres-types = { workspace = true } remain = { workspace = true } serde = { workspace = true } -ulid = { workspace = true } serde_json = { workspace = true } strum = { workspace = true } thiserror = { workspace = true } -postgres-types = { workspace = true } -blake3 = { workspace = true } +ulid = { workspace = true } xxhash-rust = { workspace = true } -paste = { workspace = true } diff --git a/lib/si-layer-cache/BUCK b/lib/si-layer-cache/BUCK index fc3962d708..2514d66b92 100644 --- a/lib/si-layer-cache/BUCK +++ b/lib/si-layer-cache/BUCK @@ -21,7 +21,6 @@ rust_library( "//third-party/rust:foyer", "//third-party/rust:fs4", "//third-party/rust:futures", - "//third-party/rust:lazy_static", "//third-party/rust:miniz_oxide", "//third-party/rust:postcard", "//third-party/rust:refinery", @@ -58,7 +57,6 @@ rust_test( "//third-party/rust:blake3", "//third-party/rust:bytes", "//third-party/rust:chrono", - "//third-party/rust:criterion", "//third-party/rust:futures", "//third-party/rust:postcard", "//third-party/rust:rand", diff --git a/lib/si-layer-cache/Cargo.toml b/lib/si-layer-cache/Cargo.toml index af48da927d..6e83ce1734 100644 --- a/lib/si-layer-cache/Cargo.toml +++ b/lib/si-layer-cache/Cargo.toml @@ -9,6 +9,14 @@ rust-version.workspace = true publish.workspace = true [dependencies] +si-data-nats = { path = "../../lib/si-data-nats" } +si-data-pg = { path = "../../lib/si-data-pg" } +si-events = { path = "../../lib/si-events-rs" } +si-runtime = { path = "../../lib/si-runtime-rs" } +si-std = { path = "../../lib/si-std" } +telemetry = { path = "../../lib/telemetry-rs" } +telemetry-utils = { path = "../../lib/telemetry-utils-rs" } + async-trait = { workspace = true } blake3 = { workspace = true } bytes = { workspace = true } @@ -16,22 +24,14 @@ chrono = { workspace = true } foyer = { workspace = true } fs4 = { workspace = true } futures = { workspace = true } -lazy_static = { workspace = true } miniz_oxide = { workspace = true } postcard = { workspace = true } refinery = { workspace = true } remain = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -si-data-nats = { path = "../../lib/si-data-nats" } -si-data-pg = { path = "../../lib/si-data-pg" } -si-events = { path = "../../lib/si-events-rs" } -si-runtime = { path = "../../lib/si-runtime-rs" } -si-std = { path = "../../lib/si-std" } strum = { workspace = true } sysinfo = { workspace = true } -telemetry = { path = "../../lib/telemetry-rs" } -telemetry-utils = { path = "../../lib/telemetry-utils-rs" } tempfile = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } @@ -41,9 +41,5 @@ ulid = { workspace = true } [dev-dependencies] buck2-resources = { path = "../../lib/buck2-resources" } -criterion = { workspace = true } -postcard = { workspace = true } + rand = { workspace = true } -tempfile = { workspace = true } -tokio = { workspace = true } -serde_json = { workspace = true } diff --git a/lib/si-pkg/Cargo.toml b/lib/si-pkg/Cargo.toml index ce38ed019b..8c97e0354f 100644 --- a/lib/si-pkg/Cargo.toml +++ b/lib/si-pkg/Cargo.toml @@ -9,22 +9,18 @@ rust-version.workspace = true publish.workspace = true [dependencies] -base64.workspace = true +object-tree = { path = "../../lib/object-tree" } + +base64 = { workspace = true } chrono = { workspace = true } derive_builder = { workspace = true } indexmap = { workspace = true } -object-tree = { path = "../../lib/object-tree" } petgraph = { workspace = true } remain = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -si-hash = { path = "../../lib/si-hash" } strum = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } ulid = { workspace = true } url = { workspace = true } - -[dev-dependencies] -serde_json = { workspace = true } -tempfile = { workspace = true } diff --git a/lib/si-pool-noodle/Cargo.toml b/lib/si-pool-noodle/Cargo.toml index 3bb04fd2df..c66fd76821 100644 --- a/lib/si-pool-noodle/Cargo.toml +++ b/lib/si-pool-noodle/Cargo.toml @@ -9,12 +9,16 @@ rust-version.workspace = true publish.workspace = true [dependencies] -async-trait = { workspace = true } -bollard = { workspace = true } buck2-resources = { path = "../buck2-resources" } -crossbeam-queue = { workspace = true} cyclone-client = { path = "../cyclone-client" } cyclone-core = { path = "../cyclone-core" } +si-firecracker = { path = "../si-firecracker" } +si-std = { path = "../si-std" } +telemetry-utils = { path = "../telemetry-utils-rs" } + +async-trait = { workspace = true } +bollard = { workspace = true } +crossbeam-queue = { workspace = true } derive_builder = { workspace = true } futures = { workspace = true } indexmap = { workspace = true } @@ -23,9 +27,6 @@ opentelemetry = { workspace = true } rand = {workspace = true } remain = { workspace = true } serde = { workspace = true } -si-firecracker = { path = "../si-firecracker" } -si-std = { path = "../si-std" } -telemetry-utils = { path = "../telemetry-utils-rs" } tempfile = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } @@ -34,9 +35,6 @@ tracing = { workspace = true } [dev-dependencies] buck2-resources = { path = "../buck2-resources" } -serde_json = { workspace = true } -tokio = { workspace = true } -tokio-test = { workspace = true } -tracing-subscriber = { workspace = true } -uuid = { workspace = true } veritech-server = { path = "../veritech-server" } + +tracing-subscriber = { workspace = true } diff --git a/lib/si-posthog-rs/BUCK b/lib/si-posthog-rs/BUCK index 2fff3a7dbf..cde7b5144c 100644 --- a/lib/si-posthog-rs/BUCK +++ b/lib/si-posthog-rs/BUCK @@ -10,7 +10,6 @@ rust_library( "//third-party/rust:reqwest", "//third-party/rust:serde", "//third-party/rust:serde_json", - "//third-party/rust:strum", "//third-party/rust:thiserror", "//third-party/rust:tokio", "//third-party/rust:tokio-util", diff --git a/lib/si-posthog-rs/Cargo.toml b/lib/si-posthog-rs/Cargo.toml index 1bfd242a0e..73e6c537c9 100644 --- a/lib/si-posthog-rs/Cargo.toml +++ b/lib/si-posthog-rs/Cargo.toml @@ -9,14 +9,14 @@ rust-version.workspace = true publish.workspace = true [dependencies] +telemetry = { path = "../../lib/telemetry-rs" } + derive_builder = { workspace = true } once_cell = { workspace = true } remain = { workspace = true } reqwest = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -strum = { workspace = true } -telemetry = { path = "../../lib/telemetry-rs" } thiserror = { workspace = true } tokio = { workspace = true } tokio-util = { workspace = true } diff --git a/lib/si-service/BUCK b/lib/si-service/BUCK index e70465c6b8..a3dd9924b0 100644 --- a/lib/si-service/BUCK +++ b/lib/si-service/BUCK @@ -7,7 +7,6 @@ rust_library( "//lib/si-std:si-std", "//lib/telemetry-application-rs:telemetry-application", "//lib/telemetry-rs:telemetry", - "//third-party/rust:clap", "//third-party/rust:color-eyre", "//third-party/rust:glob", "//third-party/rust:thiserror", diff --git a/lib/si-service/Cargo.toml b/lib/si-service/Cargo.toml index a20541810a..ed978163b5 100644 --- a/lib/si-service/Cargo.toml +++ b/lib/si-service/Cargo.toml @@ -9,13 +9,13 @@ rust-version.workspace = true publish.workspace = true [dependencies] -clap = { workspace = true } -color-eyre = { workspace = true } -glob = { workspace = true } si-runtime = { path = "../../lib/si-runtime-rs" } si-std = { path = "../../lib/si-std" } telemetry = { path = "../../lib/telemetry-rs" } telemetry-application = { path = "../../lib/telemetry-application-rs" } + +color-eyre = { workspace = true } +glob = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } tokio-util = { workspace = true } diff --git a/lib/si-settings/BUCK b/lib/si-settings/BUCK index 976cdf71ac..c0b0f0b24f 100644 --- a/lib/si-settings/BUCK +++ b/lib/si-settings/BUCK @@ -6,7 +6,6 @@ rust_library( name = "si-settings", deps = [ "//lib/config-file:config-file", - "//lib/si-std:si-std", "//third-party/rust:remain", "//third-party/rust:serde", "//third-party/rust:thiserror", diff --git a/lib/si-settings/Cargo.toml b/lib/si-settings/Cargo.toml index 32e7b343d8..1ad74a6795 100644 --- a/lib/si-settings/Cargo.toml +++ b/lib/si-settings/Cargo.toml @@ -10,7 +10,7 @@ publish.workspace = true [dependencies] config-file = { path = "../../lib/config-file", features = ["layered-toml"] } + remain = { workspace = true } serde = { workspace = true } -si-std = { path = "../../lib/si-std" } thiserror = { workspace = true } diff --git a/lib/veritech-client/Cargo.toml b/lib/veritech-client/Cargo.toml index 3ab4594cc1..7a5585ec23 100644 --- a/lib/veritech-client/Cargo.toml +++ b/lib/veritech-client/Cargo.toml @@ -10,24 +10,25 @@ publish.workspace = true [dependencies] cyclone-core = { path = "../../lib/cyclone-core" } -futures = { workspace = true } nats-subscriber = { path = "../../lib/nats-subscriber" } -remain = { workspace = true } -serde = { workspace = true } -serde_json = { workspace = true } si-data-nats = { path = "../../lib/si-data-nats" } telemetry = { path = "../../lib/telemetry-rs" } telemetry-nats = { path = "../../lib/telemetry-nats-rs" } +veritech-core = { path = "../../lib/veritech-core" } + +futures = { workspace = true } +remain = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } tokio-util = { workspace = true } -veritech-core = { path = "../../lib/veritech-core" } [dev-dependencies] +veritech-server = { path = "../../lib/veritech-server" } + base64 = { workspace = true } -indoc = { workspace = true } test-log = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true } uuid = { workspace = true } -veritech-server = { path = "../../lib/veritech-server" } diff --git a/lib/veritech-server/BUCK b/lib/veritech-server/BUCK index 49bbb46e8c..e05e4e348e 100644 --- a/lib/veritech-server/BUCK +++ b/lib/veritech-server/BUCK @@ -4,7 +4,6 @@ rust_library( name = "veritech-server", deps = [ "//lib/buck2-resources:buck2-resources", - "//lib/nats-subscriber:nats-subscriber", "//lib/naxum:naxum", "//lib/si-crypto:si-crypto", "//lib/si-data-nats:si-data-nats", diff --git a/lib/veritech-server/Cargo.toml b/lib/veritech-server/Cargo.toml index ed26353d59..4fba128d06 100644 --- a/lib/veritech-server/Cargo.toml +++ b/lib/veritech-server/Cargo.toml @@ -10,15 +10,7 @@ publish.workspace = true [dependencies] buck2-resources = { path = "../../lib/buck2-resources" } -chrono = { workspace = true } -derive_builder = { workspace = true } -futures = { workspace = true } -nats-subscriber = { path = "../../lib/nats-subscriber" } naxum = { path = "../../lib/naxum" } -once_cell = { workspace = true } -remain = { workspace = true } -serde = { workspace = true } -serde_json = { workspace = true } si-crypto = { path = "../../lib/si-crypto" } si-data-nats = { path = "../../lib/si-data-nats" } si-pool-noodle = { path = "../../lib/si-pool-noodle" } @@ -27,8 +19,16 @@ si-std = { path = "../../lib/si-std" } telemetry = { path = "../../lib/telemetry-rs" } telemetry-nats = { path = "../../lib/telemetry-nats-rs" } telemetry-utils = { path = "../../lib/telemetry-utils-rs" } +veritech-core = { path = "../../lib/veritech-core" } + +chrono = { workspace = true } +derive_builder = { workspace = true } +futures = { workspace = true } +once_cell = { workspace = true } +remain = { workspace = true } +serde = { workspace = true } +serde_json = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } tokio-util = { workspace = true } ulid = { workspace = true } -veritech-core = { path = "../../lib/veritech-core" } diff --git a/third-party/rust/BUCK b/third-party/rust/BUCK index a04b0c2144..32155d6db9 100644 --- a/third-party/rust/BUCK +++ b/third-party/rust/BUCK @@ -287,67 +287,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "anes-0.1.6.crate", - sha256 = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299", - strip_prefix = "anes-0.1.6", - urls = ["https://static.crates.io/crates/anes/0.1.6/download"], - visibility = [], -) - -cargo.rust_library( - name = "anes-0.1.6", - srcs = [":anes-0.1.6.crate"], - crate = "anes", - crate_root = "anes-0.1.6.crate/src/lib.rs", - edition = "2018", - features = ["default"], - visibility = [], -) - -http_archive( - name = "ansi-str-0.8.0.crate", - sha256 = "1cf4578926a981ab0ca955dc023541d19de37112bc24c1a197bd806d3d86ad1d", - strip_prefix = "ansi-str-0.8.0", - urls = ["https://static.crates.io/crates/ansi-str/0.8.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "ansi-str-0.8.0", - srcs = [":ansi-str-0.8.0.crate"], - crate = "ansi_str", - crate_root = "ansi-str-0.8.0.crate/src/lib.rs", - edition = "2021", - visibility = [], - deps = [":ansitok-0.2.0"], -) - -http_archive( - name = "ansitok-0.2.0.crate", - sha256 = "220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83", - strip_prefix = "ansitok-0.2.0", - urls = ["https://static.crates.io/crates/ansitok/0.2.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "ansitok-0.2.0", - srcs = [":ansitok-0.2.0.crate"], - crate = "ansitok", - crate_root = "ansitok-0.2.0.crate/src/lib.rs", - edition = "2021", - features = [ - "default", - "std", - ], - visibility = [], - deps = [ - ":nom-7.1.3", - ":vte-0.10.1", - ], -) - http_archive( name = "anstream-0.6.18.crate", sha256 = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b", @@ -536,23 +475,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "arrayvec-0.5.2.crate", - sha256 = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b", - strip_prefix = "arrayvec-0.5.2", - urls = ["https://static.crates.io/crates/arrayvec/0.5.2/download"], - visibility = [], -) - -cargo.rust_library( - name = "arrayvec-0.5.2", - srcs = [":arrayvec-0.5.2.crate"], - crate = "arrayvec", - crate_root = "arrayvec-0.5.2.crate/src/lib.rs", - edition = "2018", - visibility = [], -) - http_archive( name = "arrayvec-0.7.6.crate", sha256 = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50", @@ -1073,7 +995,7 @@ cargo.rust_library( ":aws-smithy-types-1.2.9", ":aws-types-1.3.3", ":bytes-1.9.0", - ":fastrand-2.2.0", + ":fastrand-2.3.0", ":hex-0.4.3", ":http-0.2.12", ":ring-0.17.5", @@ -1173,7 +1095,7 @@ cargo.rust_library( ":aws-smithy-types-1.2.9", ":aws-types-1.3.3", ":bytes-1.9.0", - ":fastrand-2.2.0", + ":fastrand-2.3.0", ":once_cell-1.20.2", ":percent-encoding-2.3.1", ":pin-project-lite-0.2.15", @@ -1558,7 +1480,7 @@ cargo.rust_library( ":aws-smithy-runtime-api-1.7.3", ":aws-smithy-types-1.2.9", ":bytes-1.9.0", - ":fastrand-2.2.0", + ":fastrand-2.3.0", ":h2-0.3.26", ":httparse-1.9.5", ":hyper-rustls-0.24.2", @@ -1982,7 +1904,7 @@ cargo.rust_library( "linux-arm64": dict( deps = [ ":addr2line-0.21.0", - ":libc-0.2.167", + ":libc-0.2.168", ":miniz_oxide-0.7.4", ":object-0.32.2", ], @@ -1990,7 +1912,7 @@ cargo.rust_library( "linux-x86_64": dict( deps = [ ":addr2line-0.21.0", - ":libc-0.2.167", + ":libc-0.2.168", ":miniz_oxide-0.7.4", ":object-0.32.2", ], @@ -1998,7 +1920,7 @@ cargo.rust_library( "macos-arm64": dict( deps = [ ":addr2line-0.21.0", - ":libc-0.2.167", + ":libc-0.2.168", ":miniz_oxide-0.7.4", ":object-0.32.2", ], @@ -2006,7 +1928,7 @@ cargo.rust_library( "macos-x86_64": dict( deps = [ ":addr2line-0.21.0", - ":libc-0.2.167", + ":libc-0.2.168", ":miniz_oxide-0.7.4", ":object-0.32.2", ], @@ -2014,7 +1936,7 @@ cargo.rust_library( "windows-gnu": dict( deps = [ ":addr2line-0.21.0", - ":libc-0.2.167", + ":libc-0.2.168", ":miniz_oxide-0.7.4", ":object-0.32.2", ], @@ -2045,27 +1967,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "base64-0.13.1.crate", - sha256 = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8", - strip_prefix = "base64-0.13.1", - urls = ["https://static.crates.io/crates/base64/0.13.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "base64-0.13.1", - srcs = [":base64-0.13.1.crate"], - crate = "base64", - crate_root = "base64-0.13.1.crate/src/lib.rs", - edition = "2018", - features = [ - "default", - "std", - ], - visibility = [], -) - http_archive( name = "base64-0.21.7.crate", sha256 = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567", @@ -2183,30 +2084,30 @@ cargo.rust_library( ) http_archive( - name = "bigdecimal-0.4.6.crate", - sha256 = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1", - strip_prefix = "bigdecimal-0.4.6", - urls = ["https://static.crates.io/crates/bigdecimal/0.4.6/download"], + name = "bigdecimal-0.4.7.crate", + sha256 = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c", + strip_prefix = "bigdecimal-0.4.7", + urls = ["https://static.crates.io/crates/bigdecimal/0.4.7/download"], visibility = [], ) cargo.rust_library( - name = "bigdecimal-0.4.6", - srcs = [":bigdecimal-0.4.6.crate"], + name = "bigdecimal-0.4.7", + srcs = [":bigdecimal-0.4.7.crate"], crate = "bigdecimal", - crate_root = "bigdecimal-0.4.6.crate/src/lib.rs", + crate_root = "bigdecimal-0.4.7.crate/src/lib.rs", edition = "2015", env = { - "CARGO_MANIFEST_DIR": "bigdecimal-0.4.6.crate", + "CARGO_MANIFEST_DIR": "bigdecimal-0.4.7.crate", "CARGO_PKG_AUTHORS": "Andrew Kubera", "CARGO_PKG_DESCRIPTION": "Arbitrary precision decimal numbers", "CARGO_PKG_NAME": "bigdecimal", "CARGO_PKG_REPOSITORY": "https://github.com/akubera/bigdecimal-rs", - "CARGO_PKG_VERSION": "0.4.6", + "CARGO_PKG_VERSION": "0.4.7", "CARGO_PKG_VERSION_MAJOR": "0", "CARGO_PKG_VERSION_MINOR": "4", - "CARGO_PKG_VERSION_PATCH": "6", - "OUT_DIR": "$(location :bigdecimal-0.4.6-build-script-run[out_dir])", + "CARGO_PKG_VERSION_PATCH": "7", + "OUT_DIR": "$(location :bigdecimal-0.4.7-build-script-run[out_dir])", }, features = [ "default", @@ -2224,21 +2125,21 @@ cargo.rust_library( ) cargo.rust_binary( - name = "bigdecimal-0.4.6-build-script-build", - srcs = [":bigdecimal-0.4.6.crate"], + name = "bigdecimal-0.4.7-build-script-build", + srcs = [":bigdecimal-0.4.7.crate"], crate = "build_script_build", - crate_root = "bigdecimal-0.4.6.crate/build.rs", + crate_root = "bigdecimal-0.4.7.crate/build.rs", edition = "2015", env = { - "CARGO_MANIFEST_DIR": "bigdecimal-0.4.6.crate", + "CARGO_MANIFEST_DIR": "bigdecimal-0.4.7.crate", "CARGO_PKG_AUTHORS": "Andrew Kubera", "CARGO_PKG_DESCRIPTION": "Arbitrary precision decimal numbers", "CARGO_PKG_NAME": "bigdecimal", "CARGO_PKG_REPOSITORY": "https://github.com/akubera/bigdecimal-rs", - "CARGO_PKG_VERSION": "0.4.6", + "CARGO_PKG_VERSION": "0.4.7", "CARGO_PKG_VERSION_MAJOR": "0", "CARGO_PKG_VERSION_MINOR": "4", - "CARGO_PKG_VERSION_PATCH": "6", + "CARGO_PKG_VERSION_PATCH": "7", }, features = [ "default", @@ -2250,15 +2151,15 @@ cargo.rust_binary( ) buildscript_run( - name = "bigdecimal-0.4.6-build-script-run", + name = "bigdecimal-0.4.7-build-script-run", package_name = "bigdecimal", - buildscript_rule = ":bigdecimal-0.4.6-build-script-build", + buildscript_rule = ":bigdecimal-0.4.7-build-script-build", features = [ "default", "serde", "std", ], - version = "0.4.6", + version = "0.4.7", ) http_archive( @@ -2354,18 +2255,18 @@ buildscript_run( ) http_archive( - name = "binstring-0.1.1.crate", - sha256 = "7e0d60973d9320722cb1206f412740e162a33b8547ea8d6be75d7cff237c7a85", - strip_prefix = "binstring-0.1.1", - urls = ["https://static.crates.io/crates/binstring/0.1.1/download"], + name = "binstring-0.1.2.crate", + sha256 = "ed79c2a8151273c70956b5e3cdfdc1ff6c1a8b9779ba59c6807d281b32ee2f86", + strip_prefix = "binstring-0.1.2", + urls = ["https://static.crates.io/crates/binstring/0.1.2/download"], visibility = [], ) cargo.rust_library( - name = "binstring-0.1.1", - srcs = [":binstring-0.1.1.crate"], + name = "binstring-0.1.2", + srcs = [":binstring-0.1.2.crate"], crate = "binstring", - crate_root = "binstring-0.1.1.crate/src/lib.rs", + crate_root = "binstring-0.1.2.crate/src/lib.rs", edition = "2021", visibility = [], ) @@ -2845,27 +2746,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "bytes-0.5.6.crate", - sha256 = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38", - strip_prefix = "bytes-0.5.6", - urls = ["https://static.crates.io/crates/bytes/0.5.6/download"], - visibility = [], -) - -cargo.rust_library( - name = "bytes-0.5.6", - srcs = [":bytes-0.5.6.crate"], - crate = "bytes", - crate_root = "bytes-0.5.6.crate/src/lib.rs", - edition = "2018", - features = [ - "default", - "std", - ], - visibility = [], -) - alias( name = "bytes", actual = ":bytes-1.9.0", @@ -2921,49 +2801,32 @@ cargo.rust_library( ) http_archive( - name = "cast-0.3.0.crate", - sha256 = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5", - strip_prefix = "cast-0.3.0", - urls = ["https://static.crates.io/crates/cast/0.3.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "cast-0.3.0", - srcs = [":cast-0.3.0.crate"], - crate = "cast", - crate_root = "cast-0.3.0.crate/src/lib.rs", - edition = "2018", - visibility = [], -) - -http_archive( - name = "cc-1.2.2.crate", - sha256 = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc", - strip_prefix = "cc-1.2.2", - urls = ["https://static.crates.io/crates/cc/1.2.2/download"], + name = "cc-1.2.3.crate", + sha256 = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d", + strip_prefix = "cc-1.2.3", + urls = ["https://static.crates.io/crates/cc/1.2.3/download"], visibility = [], ) cargo.rust_library( - name = "cc-1.2.2", - srcs = [":cc-1.2.2.crate"], + name = "cc-1.2.3", + srcs = [":cc-1.2.3.crate"], crate = "cc", - crate_root = "cc-1.2.2.crate/src/lib.rs", + crate_root = "cc-1.2.3.crate/src/lib.rs", edition = "2018", features = ["parallel"], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], @@ -3027,23 +2890,23 @@ cargo.rust_library( alias( name = "chrono", - actual = ":chrono-0.4.38", + actual = ":chrono-0.4.39", visibility = ["PUBLIC"], ) http_archive( - name = "chrono-0.4.38.crate", - sha256 = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401", - strip_prefix = "chrono-0.4.38", - urls = ["https://static.crates.io/crates/chrono/0.4.38/download"], + name = "chrono-0.4.39.crate", + sha256 = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825", + strip_prefix = "chrono-0.4.39", + urls = ["https://static.crates.io/crates/chrono/0.4.39/download"], visibility = [], ) cargo.rust_library( - name = "chrono-0.4.38", - srcs = [":chrono-0.4.38.crate"], + name = "chrono-0.4.39", + srcs = [":chrono-0.4.39.crate"], crate = "chrono", - crate_root = "chrono-0.4.38.crate/src/lib.rs", + crate_root = "chrono-0.4.39.crate/src/lib.rs", edition = "2021", features = [ "alloc", @@ -3203,7 +3066,7 @@ cargo.rust_library( visibility = [], deps = [ ":glob-0.3.1", - ":libc-0.2.167", + ":libc-0.2.168", ":libloading-0.8.6", ], ) @@ -3394,37 +3257,37 @@ cargo.rust_library( ) http_archive( - name = "coarsetime-0.1.34.crate", - sha256 = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d", - strip_prefix = "coarsetime-0.1.34", - urls = ["https://static.crates.io/crates/coarsetime/0.1.34/download"], + name = "coarsetime-0.1.35.crate", + sha256 = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2", + strip_prefix = "coarsetime-0.1.35", + urls = ["https://static.crates.io/crates/coarsetime/0.1.35/download"], visibility = [], ) cargo.rust_library( - name = "coarsetime-0.1.34", - srcs = [":coarsetime-0.1.34.crate"], + name = "coarsetime-0.1.35", + srcs = [":coarsetime-0.1.35.crate"], crate = "coarsetime", - crate_root = "coarsetime-0.1.34.crate/src/lib.rs", + crate_root = "coarsetime-0.1.35.crate/src/lib.rs", edition = "2018", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-msvc": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], @@ -3526,96 +3389,6 @@ cargo.rust_library( visibility = [], ) -alias( - name = "colored", - actual = ":colored-2.1.0", - visibility = ["PUBLIC"], -) - -http_archive( - name = "colored-2.1.0.crate", - sha256 = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8", - strip_prefix = "colored-2.1.0", - urls = ["https://static.crates.io/crates/colored/2.1.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "colored-2.1.0", - srcs = [":colored-2.1.0.crate"], - crate = "colored", - crate_root = "colored-2.1.0.crate/src/lib.rs", - edition = "2021", - platform = { - "windows-gnu": dict( - deps = [":windows-sys-0.48.0"], - ), - "windows-msvc": dict( - deps = [":windows-sys-0.48.0"], - ), - }, - visibility = [], - deps = [":lazy_static-1.5.0"], -) - -alias( - name = "comfy-table", - actual = ":comfy-table-7.1.3", - visibility = ["PUBLIC"], -) - -http_archive( - name = "comfy-table-7.1.3.crate", - sha256 = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9", - strip_prefix = "comfy-table-7.1.3", - urls = ["https://static.crates.io/crates/comfy-table/7.1.3/download"], - visibility = [], -) - -cargo.rust_library( - name = "comfy-table-7.1.3", - srcs = [":comfy-table-7.1.3.crate"], - crate = "comfy_table", - crate_root = "comfy-table-7.1.3.crate/src/lib.rs", - edition = "2021", - features = [ - "ansi-str", - "console", - "crossterm", - "custom_styling", - "default", - "tty", - ], - platform = { - "linux-arm64": dict( - deps = [":crossterm-0.28.1"], - ), - "linux-x86_64": dict( - deps = [":crossterm-0.28.1"], - ), - "macos-arm64": dict( - deps = [":crossterm-0.28.1"], - ), - "macos-x86_64": dict( - deps = [":crossterm-0.28.1"], - ), - "windows-gnu": dict( - deps = [":crossterm-0.28.1"], - ), - "windows-msvc": dict( - deps = [":crossterm-0.28.1"], - ), - }, - visibility = [], - deps = [ - ":ansi-str-0.8.0", - ":console-0.15.8", - ":strum-0.26.3", - ":strum_macros-0.26.4", - ":unicode-width-0.2.0", - ], -) - http_archive( name = "concurrent-queue-2.5.0.crate", sha256 = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973", @@ -3665,53 +3438,6 @@ cargo.rust_library( ], ) -alias( - name = "console", - actual = ":console-0.15.8", - visibility = ["PUBLIC"], -) - -http_archive( - name = "console-0.15.8.crate", - sha256 = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb", - strip_prefix = "console-0.15.8", - urls = ["https://static.crates.io/crates/console/0.15.8/download"], - visibility = [], -) - -cargo.rust_library( - name = "console-0.15.8", - srcs = [":console-0.15.8.crate"], - crate = "console", - crate_root = "console-0.15.8.crate/src/lib.rs", - edition = "2018", - features = [ - "ansi-parsing", - "default", - "unicode-width", - ], - platform = { - "windows-gnu": dict( - deps = [ - ":encode_unicode-0.3.6", - ":windows-sys-0.52.0", - ], - ), - "windows-msvc": dict( - deps = [ - ":encode_unicode-0.3.6", - ":windows-sys-0.52.0", - ], - ), - }, - visibility = [], - deps = [ - ":lazy_static-1.5.0", - ":libc-0.2.167", - ":unicode-width-0.1.14", - ], -) - http_archive( name = "const-oid-0.9.6.crate", sha256 = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8", @@ -3787,58 +3513,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "containers-api-0.8.0.crate", - sha256 = "ef94b0ff8338282b35bafb408eb0a3e53ba05bdb3b36840589ab9a67a6682593", - strip_prefix = "containers-api-0.8.0", - urls = ["https://static.crates.io/crates/containers-api/0.8.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "containers-api-0.8.0", - srcs = [":containers-api-0.8.0.crate"], - crate = "containers_api", - crate_root = "containers-api-0.8.0.crate/src/lib.rs", - edition = "2021", - features = [ - "chrono", - "default", - ], - platform = { - "linux-arm64": dict( - deps = [":hyperlocal-0.8.0"], - ), - "linux-x86_64": dict( - deps = [":hyperlocal-0.8.0"], - ), - "macos-arm64": dict( - deps = [":hyperlocal-0.8.0"], - ), - "macos-x86_64": dict( - deps = [":hyperlocal-0.8.0"], - ), - }, - visibility = [], - deps = [ - ":chrono-0.4.38", - ":flate2-1.0.35", - ":futures-util-0.3.31", - ":http-0.2.12", - ":hyper-0.14.31", - ":log-0.4.22", - ":mime-0.3.17", - ":paste-1.0.15", - ":pin-project-1.1.7", - ":serde-1.0.215", - ":serde_json-1.0.133", - ":tar-0.4.43", - ":thiserror-1.0.69", - ":tokio-1.42.0", - ":url-2.5.4", - ], -) - http_archive( name = "convert_case-0.4.0.crate", sha256 = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e", @@ -3901,7 +3575,7 @@ cargo.rust_library( visibility = [], deps = [ ":core-foundation-sys-0.8.7", - ":libc-0.2.167", + ":libc-0.2.168", ], ) @@ -3926,7 +3600,7 @@ cargo.rust_library( visibility = [], deps = [ ":core-foundation-sys-0.8.7", - ":libc-0.2.167", + ":libc-0.2.168", ], ) @@ -3967,10 +3641,10 @@ cargo.rust_library( edition = "2018", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], @@ -4023,129 +3697,14 @@ cargo.rust_library( name = "crc32fast-1.4.2", srcs = [":crc32fast-1.4.2.crate"], crate = "crc32fast", - crate_root = "crc32fast-1.4.2.crate/src/lib.rs", - edition = "2015", - features = [ - "default", - "std", - ], - visibility = [], - deps = [":cfg-if-1.0.0"], -) - -alias( - name = "criterion", - actual = ":criterion-0.5.1", - visibility = ["PUBLIC"], -) - -http_archive( - name = "criterion-0.5.1.crate", - sha256 = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f", - strip_prefix = "criterion-0.5.1", - urls = ["https://static.crates.io/crates/criterion/0.5.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "criterion-0.5.1", - srcs = [":criterion-0.5.1.crate"], - crate = "criterion", - crate_root = "criterion-0.5.1.crate/src/lib.rs", - edition = "2018", - env = { - "CARGO_MANIFEST_DIR": "criterion-0.5.1.crate", - "CARGO_PKG_AUTHORS": "Jorge Aparicio :Brook Heisler ", - "CARGO_PKG_DESCRIPTION": "Statistics-driven micro-benchmarking library", - "CARGO_PKG_NAME": "criterion", - "CARGO_PKG_REPOSITORY": "https://github.com/bheisler/criterion.rs", - "CARGO_PKG_VERSION": "0.5.1", - "CARGO_PKG_VERSION_MAJOR": "0", - "CARGO_PKG_VERSION_MINOR": "5", - "CARGO_PKG_VERSION_PATCH": "1", - }, - features = [ - "async", - "async_tokio", - "cargo_bench_support", - "default", - "futures", - "plotters", - "rayon", - "tokio", - ], - visibility = [], - deps = [ - ":anes-0.1.6", - ":cast-0.3.0", - ":ciborium-0.2.2", - ":clap-4.5.23", - ":criterion-plot-0.5.0", - ":futures-0.3.31", - ":is-terminal-0.4.13", - ":itertools-0.10.5", - ":num-traits-0.2.19", - ":once_cell-1.20.2", - ":oorandom-11.1.4", - ":plotters-0.3.7", - ":rayon-1.10.0", - ":regex-1.11.1", - ":serde-1.0.215", - ":serde_derive-1.0.215", - ":serde_json-1.0.133", - ":tinytemplate-1.2.1", - ":tokio-1.42.0", - ":walkdir-2.5.0", - ], -) - -http_archive( - name = "criterion-plot-0.5.0.crate", - sha256 = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1", - strip_prefix = "criterion-plot-0.5.0", - urls = ["https://static.crates.io/crates/criterion-plot/0.5.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "criterion-plot-0.5.0", - srcs = [":criterion-plot-0.5.0.crate"], - crate = "criterion_plot", - crate_root = "criterion-plot-0.5.0.crate/src/lib.rs", - edition = "2018", - visibility = [], - deps = [ - ":cast-0.3.0", - ":itertools-0.10.5", - ], -) - -alias( - name = "crossbeam-channel", - actual = ":crossbeam-channel-0.5.13", - visibility = ["PUBLIC"], -) - -http_archive( - name = "crossbeam-channel-0.5.13.crate", - sha256 = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2", - strip_prefix = "crossbeam-channel-0.5.13", - urls = ["https://static.crates.io/crates/crossbeam-channel/0.5.13/download"], - visibility = [], -) - -cargo.rust_library( - name = "crossbeam-channel-0.5.13", - srcs = [":crossbeam-channel-0.5.13.crate"], - crate = "crossbeam_channel", - crate_root = "crossbeam-channel-0.5.13.crate/src/lib.rs", - edition = "2021", + crate_root = "crc32fast-1.4.2.crate/src/lib.rs", + edition = "2015", features = [ "default", "std", ], visibility = [], - deps = [":crossbeam-utils-0.8.20"], + deps = [":cfg-if-1.0.0"], ) http_archive( @@ -4267,150 +3826,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "crossterm-0.25.0.crate", - sha256 = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67", - strip_prefix = "crossterm-0.25.0", - urls = ["https://static.crates.io/crates/crossterm/0.25.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "crossterm-0.25.0", - srcs = [":crossterm-0.25.0.crate"], - crate = "crossterm", - crate_root = "crossterm-0.25.0.crate/src/lib.rs", - edition = "2021", - features = [ - "bracketed-paste", - "default", - ], - platform = { - "linux-arm64": dict( - deps = [ - ":libc-0.2.167", - ":mio-0.8.11", - ":signal-hook-0.3.17", - ":signal-hook-mio-0.2.4", - ], - ), - "linux-x86_64": dict( - deps = [ - ":libc-0.2.167", - ":mio-0.8.11", - ":signal-hook-0.3.17", - ":signal-hook-mio-0.2.4", - ], - ), - "macos-arm64": dict( - deps = [ - ":libc-0.2.167", - ":mio-0.8.11", - ":signal-hook-0.3.17", - ":signal-hook-mio-0.2.4", - ], - ), - "macos-x86_64": dict( - deps = [ - ":libc-0.2.167", - ":mio-0.8.11", - ":signal-hook-0.3.17", - ":signal-hook-mio-0.2.4", - ], - ), - "windows-gnu": dict( - deps = [ - ":crossterm_winapi-0.9.1", - ":winapi-0.3.9", - ], - ), - "windows-msvc": dict( - deps = [ - ":crossterm_winapi-0.9.1", - ":winapi-0.3.9", - ], - ), - }, - visibility = [], - deps = [ - ":bitflags-1.3.2", - ":parking_lot-0.12.3", - ], -) - -http_archive( - name = "crossterm-0.28.1.crate", - sha256 = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6", - strip_prefix = "crossterm-0.28.1", - urls = ["https://static.crates.io/crates/crossterm/0.28.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "crossterm-0.28.1", - srcs = [":crossterm-0.28.1.crate"], - crate = "crossterm", - crate_root = "crossterm-0.28.1.crate/src/lib.rs", - edition = "2021", - features = ["windows"], - platform = { - "linux-arm64": dict( - deps = [":rustix-0.38.41"], - ), - "linux-x86_64": dict( - deps = [":rustix-0.38.41"], - ), - "macos-arm64": dict( - deps = [":rustix-0.38.41"], - ), - "macos-x86_64": dict( - deps = [":rustix-0.38.41"], - ), - "windows-gnu": dict( - deps = [ - ":crossterm_winapi-0.9.1", - ":winapi-0.3.9", - ], - ), - "windows-msvc": dict( - deps = [ - ":crossterm_winapi-0.9.1", - ":winapi-0.3.9", - ], - ), - }, - visibility = [], - deps = [ - ":bitflags-2.6.0", - ":parking_lot-0.12.3", - ], -) - -http_archive( - name = "crossterm_winapi-0.9.1.crate", - sha256 = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b", - strip_prefix = "crossterm_winapi-0.9.1", - urls = ["https://static.crates.io/crates/crossterm_winapi/0.9.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "crossterm_winapi-0.9.1", - srcs = [":crossterm_winapi-0.9.1.crate"], - crate = "crossterm_winapi", - crate_root = "crossterm_winapi-0.9.1.crate/src/lib.rs", - edition = "2018", - platform = { - "windows-gnu": dict( - deps = [":winapi-0.3.9"], - ), - "windows-msvc": dict( - deps = [":winapi-0.3.9"], - ), - }, - visibility = [], -) - http_archive( name = "crunchy-0.2.2.crate", sha256 = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7", @@ -4510,18 +3925,18 @@ cargo.rust_library( ) http_archive( - name = "ct-codecs-1.1.2.crate", - sha256 = "026ac6ceace6298d2c557ef5ed798894962296469ec7842288ea64674201a2d1", - strip_prefix = "ct-codecs-1.1.2", - urls = ["https://static.crates.io/crates/ct-codecs/1.1.2/download"], + name = "ct-codecs-1.1.3.crate", + sha256 = "b916ba8ce9e4182696896f015e8a5ae6081b305f74690baa8465e35f5a142ea4", + strip_prefix = "ct-codecs-1.1.3", + urls = ["https://static.crates.io/crates/ct-codecs/1.1.3/download"], visibility = [], ) cargo.rust_library( - name = "ct-codecs-1.1.2", - srcs = [":ct-codecs-1.1.2.crate"], + name = "ct-codecs-1.1.3", + srcs = [":ct-codecs-1.1.3.crate"], crate = "ct_codecs", - crate_root = "ct-codecs-1.1.2.crate/src/lib.rs", + crate_root = "ct-codecs-1.1.3.crate/src/lib.rs", edition = "2018", features = [ "default", @@ -5307,16 +4722,16 @@ cargo.rust_library( edition = "2015", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [":windows-sys-0.48.0"], @@ -5547,7 +4962,7 @@ cargo.rust_library( ), }, visibility = [], - deps = [":ct-codecs-1.1.2"], + deps = [":ct-codecs-1.1.3"], ) http_archive( @@ -5710,27 +5125,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "encode_unicode-0.3.6.crate", - sha256 = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f", - strip_prefix = "encode_unicode-0.3.6", - urls = ["https://static.crates.io/crates/encode_unicode/0.3.6/download"], - visibility = [], -) - -cargo.rust_library( - name = "encode_unicode-0.3.6", - srcs = [":encode_unicode-0.3.6.crate"], - crate = "encode_unicode", - crate_root = "encode_unicode-0.3.6.crate/src/lib.rs", - edition = "2015", - features = [ - "default", - "std", - ], - visibility = [], -) - http_archive( name = "encoding_rs-0.8.35.crate", sha256 = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3", @@ -5860,16 +5254,16 @@ cargo.rust_library( features = ["std"], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [":windows-sys-0.59.0"], @@ -6109,18 +5503,18 @@ cargo.rust_library( ) http_archive( - name = "fastrand-2.2.0.crate", - sha256 = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4", - strip_prefix = "fastrand-2.2.0", - urls = ["https://static.crates.io/crates/fastrand/2.2.0/download"], + name = "fastrand-2.3.0.crate", + sha256 = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be", + strip_prefix = "fastrand-2.3.0", + urls = ["https://static.crates.io/crates/fastrand/2.3.0/download"], visibility = [], ) cargo.rust_library( - name = "fastrand-2.2.0", - srcs = [":fastrand-2.2.0.crate"], + name = "fastrand-2.3.0", + srcs = [":fastrand-2.3.0.crate"], crate = "fastrand", - crate_root = "fastrand-2.2.0.crate/src/lib.rs", + crate_root = "fastrand-2.3.0.crate/src/lib.rs", edition = "2018", features = [ "alloc", @@ -6168,16 +5562,16 @@ cargo.rust_library( edition = "2018", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [":windows-sys-0.59.0"], @@ -6471,7 +5865,7 @@ cargo.rust_library( ":paste-1.0.15", ":pin-project-1.1.7", ":serde-1.0.215", - ":thiserror-2.0.4", + ":thiserror-2.0.6", ":tracing-0.1.41", ], ) @@ -6519,7 +5913,7 @@ cargo.rust_library( ":futures-0.3.31", ":hashbrown-0.15.2", ":itertools-0.13.0", - ":libc-0.2.167", + ":libc-0.2.168", ":lz4-1.28.0", ":ordered_hash_map-0.4.0", ":parking_lot-0.12.3", @@ -6527,9 +5921,9 @@ cargo.rust_library( ":pin-project-1.1.7", ":rand-0.8.5", ":serde-1.0.215", - ":thiserror-2.0.4", + ":thiserror-2.0.6", ":tracing-0.1.41", - ":twox-hash-2.0.1", + ":twox-hash-2.1.0", ":zstd-0.13.2", ], ) @@ -6560,16 +5954,16 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "windows-gnu": dict( deps = [":windows-sys-0.52.0"], @@ -6597,16 +5991,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "windows-gnu": dict( deps = [":windows-sys-0.52.0"], @@ -6836,7 +6230,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":fastrand-2.2.0", + ":fastrand-2.3.0", ":futures-core-0.3.31", ":futures-io-0.3.31", ":parking-2.2.1", @@ -6994,66 +6388,6 @@ cargo.rust_library( ], ) -http_archive( - name = "futures_codec-0.4.1.crate", - sha256 = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b", - strip_prefix = "futures_codec-0.4.1", - urls = ["https://static.crates.io/crates/futures_codec/0.4.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "futures_codec-0.4.1", - srcs = [":futures_codec-0.4.1.crate"], - crate = "futures_codec", - crate_root = "futures_codec-0.4.1.crate/src/lib.rs", - edition = "2018", - features = ["default"], - visibility = [], - deps = [ - ":bytes-0.5.6", - ":futures-0.3.31", - ":memchr-2.7.4", - ":pin-project-0.4.30", - ], -) - -http_archive( - name = "fuzzy-matcher-0.3.7.crate", - sha256 = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94", - strip_prefix = "fuzzy-matcher-0.3.7", - urls = ["https://static.crates.io/crates/fuzzy-matcher/0.3.7/download"], - visibility = [], -) - -cargo.rust_library( - name = "fuzzy-matcher-0.3.7", - srcs = [":fuzzy-matcher-0.3.7.crate"], - crate = "fuzzy_matcher", - crate_root = "fuzzy-matcher-0.3.7.crate/src/lib.rs", - edition = "2018", - visibility = [], - deps = [":thread_local-1.1.8"], -) - -http_archive( - name = "fxhash-0.2.1.crate", - sha256 = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c", - strip_prefix = "fxhash-0.2.1", - urls = ["https://static.crates.io/crates/fxhash/0.2.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "fxhash-0.2.1", - srcs = [":fxhash-0.2.1.crate"], - crate = "fxhash", - crate_root = "fxhash-0.2.1.crate/lib.rs", - edition = "2015", - visibility = [], - deps = [":byteorder-1.5.0"], -) - http_archive( name = "generic-array-0.14.7.crate", sha256 = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a", @@ -7101,16 +6435,16 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], @@ -7141,16 +6475,16 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], @@ -7633,36 +6967,36 @@ cargo.rust_library( ) http_archive( - name = "hmac-sha1-compact-1.1.4.crate", - sha256 = "dff9d405ec732fa3fcde87264e54a32a84956a377b3e3107de96e59b798c84a7", - strip_prefix = "hmac-sha1-compact-1.1.4", - urls = ["https://static.crates.io/crates/hmac-sha1-compact/1.1.4/download"], + name = "hmac-sha1-compact-1.1.5.crate", + sha256 = "18492c9f6f9a560e0d346369b665ad2bdbc89fa9bceca75796584e79042694c3", + strip_prefix = "hmac-sha1-compact-1.1.5", + urls = ["https://static.crates.io/crates/hmac-sha1-compact/1.1.5/download"], visibility = [], ) cargo.rust_library( - name = "hmac-sha1-compact-1.1.4", - srcs = [":hmac-sha1-compact-1.1.4.crate"], + name = "hmac-sha1-compact-1.1.5", + srcs = [":hmac-sha1-compact-1.1.5.crate"], crate = "hmac_sha1_compact", - crate_root = "hmac-sha1-compact-1.1.4.crate/src/lib.rs", + crate_root = "hmac-sha1-compact-1.1.5.crate/src/lib.rs", edition = "2018", features = ["default"], visibility = [], ) http_archive( - name = "hmac-sha256-1.1.7.crate", - sha256 = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735", - strip_prefix = "hmac-sha256-1.1.7", - urls = ["https://static.crates.io/crates/hmac-sha256/1.1.7/download"], + name = "hmac-sha256-1.1.8.crate", + sha256 = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb", + strip_prefix = "hmac-sha256-1.1.8", + urls = ["https://static.crates.io/crates/hmac-sha256/1.1.8/download"], visibility = [], ) cargo.rust_library( - name = "hmac-sha256-1.1.7", - srcs = [":hmac-sha256-1.1.7.crate"], + name = "hmac-sha256-1.1.8", + srcs = [":hmac-sha256-1.1.8.crate"], crate = "hmac_sha256", - crate_root = "hmac-sha256-1.1.7.crate/src/lib.rs", + crate_root = "hmac-sha256-1.1.8.crate/src/lib.rs", edition = "2018", features = [ "default", @@ -7676,18 +7010,18 @@ cargo.rust_library( ) http_archive( - name = "hmac-sha512-1.1.5.crate", - sha256 = "e4ce1f4656bae589a3fab938f9f09bf58645b7ed01a2c5f8a3c238e01a4ef78a", - strip_prefix = "hmac-sha512-1.1.5", - urls = ["https://static.crates.io/crates/hmac-sha512/1.1.5/download"], + name = "hmac-sha512-1.1.6.crate", + sha256 = "b0b3a0f572aa8389d325f5852b9e0a333a15b0f86ecccbb3fdb6e97cd86dc67c", + strip_prefix = "hmac-sha512-1.1.6", + urls = ["https://static.crates.io/crates/hmac-sha512/1.1.6/download"], visibility = [], ) cargo.rust_library( - name = "hmac-sha512-1.1.5", - srcs = [":hmac-sha512-1.1.5.crate"], + name = "hmac-sha512-1.1.6", + srcs = [":hmac-sha512-1.1.6.crate"], crate = "hmac_sha512", - crate_root = "hmac-sha512-1.1.5.crate/src/lib.rs", + crate_root = "hmac-sha512-1.1.6.crate/src/lib.rs", edition = "2018", features = [ "default", @@ -8216,11 +7550,7 @@ cargo.rust_library( crate = "hyperlocal", crate_root = "hyperlocal-49be1e49c1f262a7/src/lib.rs", edition = "2018", - features = [ - "client", - "default", - "server", - ], + features = ["client"], visibility = [], deps = [ ":futures-util-0.3.31", @@ -8669,53 +7999,6 @@ cargo.rust_library( ], ) -alias( - name = "include_dir", - actual = ":include_dir-0.7.4", - visibility = ["PUBLIC"], -) - -http_archive( - name = "include_dir-0.7.4.crate", - sha256 = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd", - strip_prefix = "include_dir-0.7.4", - urls = ["https://static.crates.io/crates/include_dir/0.7.4/download"], - visibility = [], -) - -cargo.rust_library( - name = "include_dir-0.7.4", - srcs = [":include_dir-0.7.4.crate"], - crate = "include_dir", - crate_root = "include_dir-0.7.4.crate/src/lib.rs", - edition = "2021", - features = ["default"], - visibility = [], - deps = [":include_dir_macros-0.7.4"], -) - -http_archive( - name = "include_dir_macros-0.7.4.crate", - sha256 = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75", - strip_prefix = "include_dir_macros-0.7.4", - urls = ["https://static.crates.io/crates/include_dir_macros/0.7.4/download"], - visibility = [], -) - -cargo.rust_library( - name = "include_dir_macros-0.7.4", - srcs = [":include_dir_macros-0.7.4.crate"], - crate = "include_dir_macros", - crate_root = "include_dir_macros-0.7.4.crate/src/lib.rs", - edition = "2021", - proc_macro = True, - visibility = [], - deps = [ - ":proc-macro2-1.0.92", - ":quote-1.0.37", - ], -) - http_archive( name = "indenter-0.3.3.crate", sha256 = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683", @@ -8795,39 +8078,6 @@ cargo.rust_library( ], ) -alias( - name = "indicatif", - actual = ":indicatif-0.17.9", - visibility = ["PUBLIC"], -) - -http_archive( - name = "indicatif-0.17.9.crate", - sha256 = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281", - strip_prefix = "indicatif-0.17.9", - urls = ["https://static.crates.io/crates/indicatif/0.17.9/download"], - visibility = [], -) - -cargo.rust_library( - name = "indicatif-0.17.9", - srcs = [":indicatif-0.17.9.crate"], - crate = "indicatif", - crate_root = "indicatif-0.17.9.crate/src/lib.rs", - edition = "2021", - features = [ - "default", - "unicode-width", - ], - visibility = [], - deps = [ - ":console-0.15.8", - ":number_prefix-0.4.0", - ":portable-atomic-1.10.0", - ":unicode-width-0.2.0", - ], -) - alias( name = "indoc", actual = ":indoc-2.0.5", @@ -8875,48 +8125,6 @@ cargo.rust_library( ], ) -alias( - name = "inquire", - actual = ":inquire-0.7.5", - visibility = ["PUBLIC"], -) - -http_archive( - name = "inquire-0.7.5.crate", - sha256 = "0fddf93031af70e75410a2511ec04d49e758ed2f26dad3404a934e0fb45cc12a", - strip_prefix = "inquire-0.7.5", - urls = ["https://static.crates.io/crates/inquire/0.7.5/download"], - visibility = [], -) - -cargo.rust_library( - name = "inquire-0.7.5", - srcs = [":inquire-0.7.5.crate"], - crate = "inquire", - crate_root = "inquire-0.7.5.crate/src/lib.rs", - edition = "2018", - features = [ - "crossterm", - "default", - "fuzzy", - "fuzzy-matcher", - "macros", - "one-liners", - ], - visibility = [], - deps = [ - ":bitflags-2.6.0", - ":crossterm-0.25.0", - ":dyn-clone-1.0.17", - ":fuzzy-matcher-0.3.7", - ":fxhash-0.2.1", - ":newline-converter-0.3.0", - ":once_cell-1.20.2", - ":unicode-segmentation-1.12.0", - ":unicode-width-0.1.14", - ], -) - http_archive( name = "instant-0.1.13.crate", sha256 = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222", @@ -8956,24 +8164,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "is-docker-0.2.0.crate", - sha256 = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3", - strip_prefix = "is-docker-0.2.0", - urls = ["https://static.crates.io/crates/is-docker/0.2.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "is-docker-0.2.0", - srcs = [":is-docker-0.2.0.crate"], - crate = "is_docker", - crate_root = "is-docker-0.2.0.crate/src/lib.rs", - edition = "2015", - visibility = [], - deps = [":once_cell-1.20.2"], -) - http_archive( name = "is-terminal-0.4.13.crate", sha256 = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b", @@ -8990,16 +8180,16 @@ cargo.rust_library( edition = "2018", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [":windows-sys-0.52.0"], @@ -9011,27 +8201,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "is-wsl-0.4.0.crate", - sha256 = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5", - strip_prefix = "is-wsl-0.4.0", - urls = ["https://static.crates.io/crates/is-wsl/0.4.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "is-wsl-0.4.0", - srcs = [":is-wsl-0.4.0.crate"], - crate = "is_wsl", - crate_root = "is-wsl-0.4.0.crate/src/lib.rs", - edition = "2015", - visibility = [], - deps = [ - ":is-docker-0.2.0", - ":once_cell-1.20.2", - ], -) - http_archive( name = "is_terminal_polyfill-1.70.1.crate", sha256 = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf", @@ -9050,29 +8219,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "itertools-0.10.5.crate", - sha256 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473", - strip_prefix = "itertools-0.10.5", - urls = ["https://static.crates.io/crates/itertools/0.10.5/download"], - visibility = [], -) - -cargo.rust_library( - name = "itertools-0.10.5", - srcs = [":itertools-0.10.5.crate"], - crate = "itertools", - crate_root = "itertools-0.10.5.crate/src/lib.rs", - edition = "2018", - features = [ - "default", - "use_alloc", - "use_std", - ], - visibility = [], - deps = [":either-1.13.0"], -) - alias( name = "itertools", actual = ":itertools-0.12.1", @@ -9158,16 +8304,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], @@ -9175,23 +8321,23 @@ cargo.rust_library( alias( name = "jwt-simple", - actual = ":jwt-simple-0.12.10", + actual = ":jwt-simple-0.12.11", visibility = ["PUBLIC"], ) http_archive( - name = "jwt-simple-0.12.10.crate", - sha256 = "50ae7e0018905a795d6f2a60ac32a547490abdd8df509906a8c6171e6d861711", - strip_prefix = "jwt-simple-0.12.10", - urls = ["https://static.crates.io/crates/jwt-simple/0.12.10/download"], + name = "jwt-simple-0.12.11.crate", + sha256 = "b00e03c08ce71da10a3ad9267b963c03fc4234a56713d87648547b3fdda872a6", + strip_prefix = "jwt-simple-0.12.11", + urls = ["https://static.crates.io/crates/jwt-simple/0.12.11/download"], visibility = [], ) cargo.rust_library( - name = "jwt-simple-0.12.10", - srcs = [":jwt-simple-0.12.10.crate"], + name = "jwt-simple-0.12.11", + srcs = [":jwt-simple-0.12.11.crate"], crate = "jwt_simple", - crate_root = "jwt-simple-0.12.10.crate/src/lib.rs", + crate_root = "jwt-simple-0.12.11.crate/src/lib.rs", edition = "2018", features = [ "pure-rust", @@ -9199,42 +8345,42 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":superboring-0.1.3"], + deps = [":superboring-0.1.4"], ), "linux-x86_64": dict( - deps = [":superboring-0.1.3"], + deps = [":superboring-0.1.4"], ), "macos-arm64": dict( - deps = [":superboring-0.1.3"], + deps = [":superboring-0.1.4"], ), "macos-x86_64": dict( - deps = [":superboring-0.1.3"], + deps = [":superboring-0.1.4"], ), "windows-gnu": dict( - deps = [":superboring-0.1.3"], + deps = [":superboring-0.1.4"], ), "windows-msvc": dict( - deps = [":superboring-0.1.3"], + deps = [":superboring-0.1.4"], ), }, visibility = [], deps = [ ":anyhow-1.0.94", - ":binstring-0.1.1", + ":binstring-0.1.2", ":blake2b_simd-1.0.2", - ":coarsetime-0.1.34", - ":ct-codecs-1.1.2", + ":coarsetime-0.1.35", + ":ct-codecs-1.1.3", ":ed25519-compact-2.1.1", - ":hmac-sha1-compact-1.1.4", - ":hmac-sha256-1.1.7", - ":hmac-sha512-1.1.5", + ":hmac-sha1-compact-1.1.5", + ":hmac-sha256-1.1.8", + ":hmac-sha512-1.1.6", ":k256-0.13.4", ":p256-0.13.2", ":p384-0.13.0", ":rand-0.8.5", ":serde-1.0.215", ":serde_json-1.0.133", - ":thiserror-1.0.69", + ":thiserror-2.0.6", ":zeroize-1.8.1", ], ) @@ -9304,7 +8450,7 @@ cargo.rust_library( crate_root = "krata-loopdev-0.0.12.crate/src/lib.rs", edition = "2021", visibility = [], - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ) alias( @@ -9353,33 +8499,33 @@ cargo.rust_library( ) http_archive( - name = "libc-0.2.167.crate", - sha256 = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc", - strip_prefix = "libc-0.2.167", - urls = ["https://static.crates.io/crates/libc/0.2.167/download"], + name = "libc-0.2.168.crate", + sha256 = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d", + strip_prefix = "libc-0.2.168", + urls = ["https://static.crates.io/crates/libc/0.2.168/download"], visibility = [], ) cargo.rust_library( - name = "libc-0.2.167", - srcs = [":libc-0.2.167.crate"], + name = "libc-0.2.168", + srcs = [":libc-0.2.168.crate"], crate = "libc", - crate_root = "libc-0.2.167.crate/src/lib.rs", + crate_root = "libc-0.2.168.crate/src/lib.rs", edition = "2021", features = [ "default", "extra_traits", "std", ], - rustc_flags = ["@$(location :libc-0.2.167-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :libc-0.2.168-build-script-run[rustc_flags])"], visibility = [], ) cargo.rust_binary( - name = "libc-0.2.167-build-script-build", - srcs = [":libc-0.2.167.crate"], + name = "libc-0.2.168-build-script-build", + srcs = [":libc-0.2.168.crate"], crate = "build_script_build", - crate_root = "libc-0.2.167.crate/build.rs", + crate_root = "libc-0.2.168.crate/build.rs", edition = "2021", features = [ "default", @@ -9390,15 +8536,15 @@ cargo.rust_binary( ) buildscript_run( - name = "libc-0.2.167-build-script-run", + name = "libc-0.2.168-build-script-run", package_name = "libc", - buildscript_rule = ":libc-0.2.167-build-script-build", + buildscript_rule = ":libc-0.2.168-build-script-build", features = [ "default", "extra_traits", "std", ], - version = "0.2.167", + version = "0.2.168", ) http_archive( @@ -9709,7 +8855,7 @@ cargo.rust_library( edition = "2015", visibility = [], deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":libsodium-sys-0.2.7-libsodium", ], ) @@ -10116,7 +9262,7 @@ cargo.rust_library( edition = "2015", visibility = [], deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":lz4-sys-1.11.1+lz4-1.10.0-lz4-sys", ], ) @@ -10363,39 +9509,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "memmap2-0.9.5.crate", - sha256 = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f", - strip_prefix = "memmap2-0.9.5", - urls = ["https://static.crates.io/crates/memmap2/0.9.5/download"], - visibility = [], -) - -cargo.rust_library( - name = "memmap2-0.9.5", - srcs = [":memmap2-0.9.5.crate"], - crate = "memmap2", - crate_root = "memmap2-0.9.5.crate/src/lib.rs", - edition = "2018", - features = ["stable_deref_trait"], - platform = { - "linux-arm64": dict( - deps = [":libc-0.2.167"], - ), - "linux-x86_64": dict( - deps = [":libc-0.2.167"], - ), - "macos-arm64": dict( - deps = [":libc-0.2.167"], - ), - "macos-x86_64": dict( - deps = [":libc-0.2.167"], - ), - }, - visibility = [], - deps = [":stable_deref_trait-1.2.0"], -) - http_archive( name = "memoffset-0.6.5.crate", sha256 = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce", @@ -10617,51 +9730,6 @@ cargo.rust_library( ], ) -http_archive( - name = "mio-0.8.11.crate", - sha256 = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c", - strip_prefix = "mio-0.8.11", - urls = ["https://static.crates.io/crates/mio/0.8.11/download"], - visibility = [], -) - -cargo.rust_library( - name = "mio-0.8.11", - srcs = [":mio-0.8.11.crate"], - crate = "mio", - crate_root = "mio-0.8.11.crate/src/lib.rs", - edition = "2018", - features = [ - "default", - "log", - "net", - "os-ext", - "os-poll", - ], - platform = { - "linux-arm64": dict( - deps = [":libc-0.2.167"], - ), - "linux-x86_64": dict( - deps = [":libc-0.2.167"], - ), - "macos-arm64": dict( - deps = [":libc-0.2.167"], - ), - "macos-x86_64": dict( - deps = [":libc-0.2.167"], - ), - "windows-gnu": dict( - deps = [":windows-sys-0.48.0"], - ), - "windows-msvc": dict( - deps = [":windows-sys-0.48.0"], - ), - }, - visibility = [], - deps = [":log-0.4.22"], -) - http_archive( name = "mio-1.0.3.crate", sha256 = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd", @@ -10683,16 +9751,16 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [":windows-sys-0.52.0"], @@ -10825,24 +9893,6 @@ cargo.rust_library( deps = [":getrandom-0.2.15"], ) -http_archive( - name = "newline-converter-0.3.0.crate", - sha256 = "47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f", - strip_prefix = "newline-converter-0.3.0", - urls = ["https://static.crates.io/crates/newline-converter/0.3.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "newline-converter-0.3.0", - srcs = [":newline-converter-0.3.0.crate"], - crate = "newline_converter", - crate_root = "newline-converter-0.3.0.crate/src/lib.rs", - edition = "2018", - visibility = [], - deps = [":unicode-segmentation-1.12.0"], -) - http_archive( name = "nix-0.24.3.crate", sha256 = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069", @@ -10917,7 +9967,7 @@ cargo.rust_library( deps = [ ":bitflags-1.3.2", ":cfg-if-1.0.0", - ":libc-0.2.167", + ":libc-0.2.168", ], ) @@ -11002,7 +10052,7 @@ cargo.rust_library( deps = [ ":bitflags-1.3.2", ":cfg-if-1.0.0", - ":libc-0.2.167", + ":libc-0.2.168", ":pin-utils-0.1.0", ], ) @@ -11032,7 +10082,7 @@ cargo.rust_library( deps = [ ":bitflags-2.6.0", ":cfg-if-1.0.0", - ":libc-0.2.167", + ":libc-0.2.168", ], ) @@ -11435,42 +10485,21 @@ cargo.rust_library( edition = "2015", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], ) -http_archive( - name = "number_prefix-0.4.0.crate", - sha256 = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3", - strip_prefix = "number_prefix-0.4.0", - urls = ["https://static.crates.io/crates/number_prefix/0.4.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "number_prefix-0.4.0", - srcs = [":number_prefix-0.4.0.crate"], - crate = "number_prefix", - crate_root = "number_prefix-0.4.0.crate/src/lib.rs", - edition = "2015", - features = [ - "default", - "std", - ], - visibility = [], -) - http_archive( name = "object-0.32.2.crate", sha256 = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441", @@ -11528,74 +10557,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "oorandom-11.1.4.crate", - sha256 = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9", - strip_prefix = "oorandom-11.1.4", - urls = ["https://static.crates.io/crates/oorandom/11.1.4/download"], - visibility = [], -) - -cargo.rust_library( - name = "oorandom-11.1.4", - srcs = [":oorandom-11.1.4.crate"], - crate = "oorandom", - crate_root = "oorandom-11.1.4.crate/src/lib.rs", - edition = "2018", - visibility = [], -) - -alias( - name = "open", - actual = ":open-5.3.1", - visibility = ["PUBLIC"], -) - -http_archive( - name = "open-5.3.1.crate", - sha256 = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c", - strip_prefix = "open-5.3.1", - urls = ["https://static.crates.io/crates/open/5.3.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "open-5.3.1", - srcs = [":open-5.3.1.crate"], - crate = "open", - crate_root = "open-5.3.1.crate/src/lib.rs", - edition = "2018", - platform = { - "linux-arm64": dict( - deps = [ - ":is-wsl-0.4.0", - ":libc-0.2.167", - ":pathdiff-0.2.3", - ], - ), - "linux-x86_64": dict( - deps = [ - ":is-wsl-0.4.0", - ":libc-0.2.167", - ":pathdiff-0.2.3", - ], - ), - "macos-arm64": dict( - deps = [ - ":libc-0.2.167", - ":pathdiff-0.2.3", - ], - ), - "macos-x86_64": dict( - deps = [ - ":libc-0.2.167", - ":pathdiff-0.2.3", - ], - ), - }, - visibility = [], -) - http_archive( name = "openssl-probe-0.1.5.crate", sha256 = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf", @@ -12217,16 +11178,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [":windows-targets-0.52.6"], @@ -12468,24 +11429,6 @@ cargo.rust_library( deps = [":siphasher-0.3.11"], ) -http_archive( - name = "pin-project-0.4.30.crate", - sha256 = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a", - strip_prefix = "pin-project-0.4.30", - urls = ["https://static.crates.io/crates/pin-project/0.4.30/download"], - visibility = [], -) - -cargo.rust_library( - name = "pin-project-0.4.30", - srcs = [":pin-project-0.4.30.crate"], - crate = "pin_project", - crate_root = "pin-project-0.4.30.crate/src/lib.rs", - edition = "2018", - visibility = [], - deps = [":pin-project-internal-0.4.30"], -) - http_archive( name = "pin-project-1.1.7.crate", sha256 = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95", @@ -12504,29 +11447,6 @@ cargo.rust_library( deps = [":pin-project-internal-1.1.7"], ) -http_archive( - name = "pin-project-internal-0.4.30.crate", - sha256 = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e", - strip_prefix = "pin-project-internal-0.4.30", - urls = ["https://static.crates.io/crates/pin-project-internal/0.4.30/download"], - visibility = [], -) - -cargo.rust_library( - name = "pin-project-internal-0.4.30", - srcs = [":pin-project-internal-0.4.30.crate"], - crate = "pin_project_internal", - crate_root = "pin-project-internal-0.4.30.crate/src/lib.rs", - edition = "2018", - proc_macro = True, - visibility = [], - deps = [ - ":proc-macro2-1.0.92", - ":quote-1.0.37", - ":syn-1.0.109", - ], -) - http_archive( name = "pin-project-internal-1.1.7.crate", sha256 = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c", @@ -12662,137 +11582,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "plotters-0.3.7.crate", - sha256 = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747", - strip_prefix = "plotters-0.3.7", - urls = ["https://static.crates.io/crates/plotters/0.3.7/download"], - visibility = [], -) - -cargo.rust_library( - name = "plotters-0.3.7", - srcs = [":plotters-0.3.7.crate"], - crate = "plotters", - crate_root = "plotters-0.3.7.crate/src/lib.rs", - edition = "2018", - features = [ - "area_series", - "line_series", - "plotters-svg", - "svg_backend", - ], - visibility = [], - deps = [ - ":num-traits-0.2.19", - ":plotters-backend-0.3.7", - ":plotters-svg-0.3.7", - ], -) - -http_archive( - name = "plotters-backend-0.3.7.crate", - sha256 = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a", - strip_prefix = "plotters-backend-0.3.7", - urls = ["https://static.crates.io/crates/plotters-backend/0.3.7/download"], - visibility = [], -) - -cargo.rust_library( - name = "plotters-backend-0.3.7", - srcs = [":plotters-backend-0.3.7.crate"], - crate = "plotters_backend", - crate_root = "plotters-backend-0.3.7.crate/src/lib.rs", - edition = "2018", - visibility = [], -) - -http_archive( - name = "plotters-svg-0.3.7.crate", - sha256 = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670", - strip_prefix = "plotters-svg-0.3.7", - urls = ["https://static.crates.io/crates/plotters-svg/0.3.7/download"], - visibility = [], -) - -cargo.rust_library( - name = "plotters-svg-0.3.7", - srcs = [":plotters-svg-0.3.7.crate"], - crate = "plotters_svg", - crate_root = "plotters-svg-0.3.7.crate/src/lib.rs", - edition = "2018", - visibility = [], - deps = [":plotters-backend-0.3.7"], -) - -alias( - name = "podman-api", - actual = ":podman-api-0.10.0", - visibility = ["PUBLIC"], -) - -http_archive( - name = "podman-api-0.10.0.crate", - sha256 = "4d0ade207138f12695cb4be3b590283f1cf764c5c4909f39966c4b4b0dba7c1e", - strip_prefix = "podman-api-0.10.0", - urls = ["https://static.crates.io/crates/podman-api/0.10.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "podman-api-0.10.0", - srcs = [":podman-api-0.10.0.crate"], - crate = "podman_api", - crate_root = "podman-api-0.10.0.crate/src/lib.rs", - edition = "2021", - features = [ - "chrono", - "default", - ], - visibility = [], - deps = [ - ":base64-0.13.1", - ":byteorder-1.5.0", - ":bytes-1.9.0", - ":chrono-0.4.38", - ":containers-api-0.8.0", - ":flate2-1.0.35", - ":futures-util-0.3.31", - ":futures_codec-0.4.1", - ":log-0.4.22", - ":paste-1.0.15", - ":podman-api-stubs-0.9.0", - ":serde-1.0.215", - ":serde_json-1.0.133", - ":tar-0.4.43", - ":thiserror-1.0.69", - ":tokio-1.42.0", - ":url-2.5.4", - ], -) - -http_archive( - name = "podman-api-stubs-0.9.0.crate", - sha256 = "2d280c623f633a0dded88feab9e387f98451506431d5b7308a858c643305dcee", - strip_prefix = "podman-api-stubs-0.9.0", - urls = ["https://static.crates.io/crates/podman-api-stubs/0.9.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "podman-api-stubs-0.9.0", - srcs = [":podman-api-stubs-0.9.0.crate"], - crate = "podman_api_stubs", - crate_root = "podman-api-stubs-0.9.0.crate/src/lib.rs", - edition = "2021", - visibility = [], - deps = [ - ":chrono-0.4.38", - ":serde-1.0.215", - ":serde_json-1.0.133", - ], -) - http_archive( name = "portable-atomic-1.10.0.crate", sha256 = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6", @@ -12984,7 +11773,7 @@ cargo.rust_library( "with-serde_json-1", ], named_deps = { - "chrono_04": ":chrono-0.4.38", + "chrono_04": ":chrono-0.4.39", "serde_1": ":serde-1.0.215", "serde_json_1": ":serde_json-1.0.133", }, @@ -13297,12 +12086,12 @@ cargo.rust_library( visibility = [], deps = [ ":bitflags-2.6.0", - ":chrono-0.4.38", + ":chrono-0.4.39", ":flate2-1.0.35", ":hex-0.4.3", ":lazy_static-1.5.0", ":procfs-core-0.16.0", - ":rustix-0.38.41", + ":rustix-0.38.42", ], ) @@ -13353,7 +12142,7 @@ cargo.rust_library( visibility = [], deps = [ ":bitflags-2.6.0", - ":chrono-0.4.38", + ":chrono-0.4.39", ":hex-0.4.3", ], ) @@ -13480,7 +12269,7 @@ cargo.rust_library( ], named_deps = { "proto": ":quinn-proto-0.11.9", - "udp": ":quinn-udp-0.5.7", + "udp": ":quinn-udp-0.5.8", }, visibility = [], deps = [ @@ -13489,7 +12278,7 @@ cargo.rust_library( ":rustc-hash-2.1.0", ":rustls-0.23.19", ":socket2-0.5.8", - ":thiserror-2.0.4", + ":thiserror-2.0.6", ":tokio-1.42.0", ":tracing-0.1.41", ], @@ -13521,25 +12310,25 @@ cargo.rust_library( ":rustc-hash-2.1.0", ":rustls-0.23.19", ":slab-0.4.9", - ":thiserror-2.0.4", + ":thiserror-2.0.6", ":tinyvec-1.8.0", ":tracing-0.1.41", ], ) http_archive( - name = "quinn-udp-0.5.7.crate", - sha256 = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da", - strip_prefix = "quinn-udp-0.5.7", - urls = ["https://static.crates.io/crates/quinn-udp/0.5.7/download"], + name = "quinn-udp-0.5.8.crate", + sha256 = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527", + strip_prefix = "quinn-udp-0.5.8", + urls = ["https://static.crates.io/crates/quinn-udp/0.5.8/download"], visibility = [], ) cargo.rust_library( - name = "quinn-udp-0.5.7", - srcs = [":quinn-udp-0.5.7.crate"], + name = "quinn-udp-0.5.8", + srcs = [":quinn-udp-0.5.8.crate"], crate = "quinn_udp", - crate_root = "quinn-udp-0.5.7.crate/src/lib.rs", + crate_root = "quinn-udp-0.5.8.crate/src/lib.rs", edition = "2021", features = ["tracing"], platform = { @@ -13556,20 +12345,20 @@ cargo.rust_library( ], ), }, - rustc_flags = ["@$(location :quinn-udp-0.5.7-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :quinn-udp-0.5.8-build-script-run[rustc_flags])"], visibility = [], deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":socket2-0.5.8", ":tracing-0.1.41", ], ) cargo.rust_binary( - name = "quinn-udp-0.5.7-build-script-build", - srcs = [":quinn-udp-0.5.7.crate"], + name = "quinn-udp-0.5.8-build-script-build", + srcs = [":quinn-udp-0.5.8.crate"], crate = "build_script_build", - crate_root = "quinn-udp-0.5.7.crate/build.rs", + crate_root = "quinn-udp-0.5.8.crate/build.rs", edition = "2021", features = ["tracing"], visibility = [], @@ -13577,11 +12366,11 @@ cargo.rust_binary( ) buildscript_run( - name = "quinn-udp-0.5.7-build-script-run", + name = "quinn-udp-0.5.8-build-script-run", package_name = "quinn-udp", - buildscript_rule = ":quinn-udp-0.5.7-build-script-build", + buildscript_rule = ":quinn-udp-0.5.8-build-script-build", features = ["tracing"], - version = "0.5.7", + version = "0.5.8", ) alias( @@ -13641,25 +12430,25 @@ cargo.rust_library( platform = { "linux-arm64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":rand_chacha-0.2.2", ], ), "linux-x86_64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":rand_chacha-0.2.2", ], ), "macos-arm64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":rand_chacha-0.2.2", ], ), "macos-x86_64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":rand_chacha-0.2.2", ], ), @@ -13708,16 +12497,16 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), }, visibility = [], @@ -14635,7 +13424,7 @@ cargo.rust_library( "RING_CORE_PREFIX": "ring_core_0_17_5_", }, deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":ring-0.17.5-ring-c-asm-elf-aarch64", ":ring-0.17.5-ring-c-asm-elf-aarch64", ":spin-0.9.8", @@ -14646,7 +13435,7 @@ cargo.rust_library( "RING_CORE_PREFIX": "ring_core_0_17_5_", }, deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":ring-0.17.5-ring-c-asm-elf-x86_84", ":ring-0.17.5-ring-c-asm-elf-x86_84", ":spin-0.9.8", @@ -15494,18 +14283,18 @@ cargo.rust_library( ) http_archive( - name = "rustix-0.38.41.crate", - sha256 = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6", - strip_prefix = "rustix-0.38.41", - urls = ["https://static.crates.io/crates/rustix/0.38.41/download"], + name = "rustix-0.38.42.crate", + sha256 = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85", + strip_prefix = "rustix-0.38.42", + urls = ["https://static.crates.io/crates/rustix/0.38.42/download"], visibility = [], ) cargo.rust_library( - name = "rustix-0.38.41", - srcs = [":rustix-0.38.41.crate"], + name = "rustix-0.38.42", + srcs = [":rustix-0.38.42.crate"], crate = "rustix", - crate_root = "rustix-0.38.41.crate/src/lib.rs", + crate_root = "rustix-0.38.42.crate/src/lib.rs", edition = "2021", features = [ "alloc", @@ -15515,7 +14304,6 @@ cargo.rust_library( "param", "process", "std", - "stdio", "system", "termios", "thread", @@ -15527,7 +14315,7 @@ cargo.rust_library( "libc_errno": ":errno-0.3.10", }, deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":linux-raw-sys-0.4.14", ], ), @@ -15536,7 +14324,7 @@ cargo.rust_library( "libc_errno": ":errno-0.3.10", }, deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":linux-raw-sys-0.4.14", ], ), @@ -15544,37 +14332,37 @@ cargo.rust_library( named_deps = { "libc_errno": ":errno-0.3.10", }, - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( named_deps = { "libc_errno": ":errno-0.3.10", }, - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( named_deps = { "libc_errno": ":errno-0.3.10", }, - deps = [":windows-sys-0.52.0"], + deps = [":windows-sys-0.59.0"], ), "windows-msvc": dict( named_deps = { "libc_errno": ":errno-0.3.10", }, - deps = [":windows-sys-0.52.0"], + deps = [":windows-sys-0.59.0"], ), }, - rustc_flags = ["@$(location :rustix-0.38.41-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :rustix-0.38.42-build-script-run[rustc_flags])"], visibility = [], deps = [":bitflags-2.6.0"], ) cargo.rust_binary( - name = "rustix-0.38.41-build-script-build", - srcs = [":rustix-0.38.41.crate"], + name = "rustix-0.38.42-build-script-build", + srcs = [":rustix-0.38.42.crate"], crate = "build_script_build", - crate_root = "rustix-0.38.41.crate/build.rs", + crate_root = "rustix-0.38.42.crate/build.rs", edition = "2021", features = [ "alloc", @@ -15584,7 +14372,6 @@ cargo.rust_binary( "param", "process", "std", - "stdio", "system", "termios", "thread", @@ -15594,9 +14381,9 @@ cargo.rust_binary( ) buildscript_run( - name = "rustix-0.38.41-build-script-run", + name = "rustix-0.38.42-build-script-run", package_name = "rustix", - buildscript_rule = ":rustix-0.38.41-build-script-build", + buildscript_rule = ":rustix-0.38.42-build-script-build", features = [ "alloc", "default", @@ -15605,13 +14392,12 @@ buildscript_run( "param", "process", "std", - "stdio", "system", "termios", "thread", "use-libc-auxv", ], - version = "0.38.41", + version = "0.38.42", ) http_archive( @@ -16146,8 +14932,8 @@ cargo.rust_library( deps = [ ":async-stream-0.3.6", ":async-trait-0.1.83", - ":bigdecimal-0.4.6", - ":chrono-0.4.38", + ":bigdecimal-0.4.7", + ":chrono-0.4.39", ":futures-0.3.31", ":log-0.4.22", ":ouroboros-0.18.4", @@ -16238,8 +15024,8 @@ cargo.rust_library( ], visibility = [], deps = [ - ":bigdecimal-0.4.6", - ":chrono-0.4.38", + ":bigdecimal-0.4.7", + ":chrono-0.4.39", ":inherent-1.0.11", ":ordered-float-3.9.2", ":rust_decimal-1.36.0", @@ -16282,8 +15068,8 @@ cargo.rust_library( ], visibility = [], deps = [ - ":bigdecimal-0.4.6", - ":chrono-0.4.38", + ":bigdecimal-0.4.7", + ":chrono-0.4.39", ":rust_decimal-1.36.0", ":sea-query-0.32.1", ":serde_json-1.0.133", @@ -16381,7 +15167,7 @@ cargo.rust_library( ":bitflags-2.6.0", ":core-foundation-0.9.4", ":core-foundation-sys-0.8.7", - ":libc-0.2.167", + ":libc-0.2.168", ":security-framework-sys-2.12.1", ], ) @@ -16409,7 +15195,7 @@ cargo.rust_library( ":bitflags-2.6.0", ":core-foundation-0.10.0", ":core-foundation-sys-0.8.7", - ":libc-0.2.167", + ":libc-0.2.168", ":security-framework-sys-2.12.1", ], ) @@ -16428,55 +15214,17 @@ cargo.rust_library( crate = "security_framework_sys", crate_root = "security-framework-sys-2.12.1.crate/src/lib.rs", edition = "2021", - features = [ - "OSX_10_10", - "OSX_10_11", - "OSX_10_12", - "OSX_10_9", - ], - visibility = [], - deps = [ - ":core-foundation-sys-0.8.7", - ":libc-0.2.167", - ], -) - -alias( - name = "self-replace", - actual = ":self-replace-1.5.0", - visibility = ["PUBLIC"], -) - -http_archive( - name = "self-replace-1.5.0.crate", - sha256 = "03ec815b5eab420ab893f63393878d89c90fdd94c0bcc44c07abb8ad95552fb7", - strip_prefix = "self-replace-1.5.0", - urls = ["https://static.crates.io/crates/self-replace/1.5.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "self-replace-1.5.0", - srcs = [":self-replace-1.5.0.crate"], - crate = "self_replace", - crate_root = "self-replace-1.5.0.crate/src/lib.rs", - edition = "2018", - platform = { - "windows-gnu": dict( - deps = [ - ":fastrand-2.2.0", - ":windows-sys-0.52.0", - ], - ), - "windows-msvc": dict( - deps = [ - ":fastrand-2.2.0", - ":windows-sys-0.52.0", - ], - ), - }, + features = [ + "OSX_10_10", + "OSX_10_11", + "OSX_10_12", + "OSX_10_9", + ], visibility = [], - deps = [":tempfile-3.14.0"], + deps = [ + ":core-foundation-sys-0.8.7", + ":libc-0.2.168", + ], ) http_archive( @@ -16605,7 +15353,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":chrono-0.4.38", + ":chrono-0.4.39", ":serde-1.0.215", ":serde_json-1.0.133", ], @@ -16751,35 +15499,6 @@ cargo.rust_library( ], ) -alias( - name = "serde_qs", - actual = ":serde_qs-0.13.0", - visibility = ["PUBLIC"], -) - -http_archive( - name = "serde_qs-0.13.0.crate", - sha256 = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6", - strip_prefix = "serde_qs-0.13.0", - urls = ["https://static.crates.io/crates/serde_qs/0.13.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "serde_qs-0.13.0", - srcs = [":serde_qs-0.13.0.crate"], - crate = "serde_qs", - crate_root = "serde_qs-0.13.0.crate/src/lib.rs", - edition = "2018", - features = ["default"], - visibility = [], - deps = [ - ":percent-encoding-2.3.1", - ":serde-1.0.215", - ":thiserror-1.0.69", - ], -) - http_archive( name = "serde_repr-0.1.19.crate", sha256 = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9", @@ -16822,33 +15541,6 @@ cargo.rust_library( deps = [":serde-1.0.215"], ) -alias( - name = "serde_url_params", - actual = ":serde_url_params-0.2.1", - visibility = ["PUBLIC"], -) - -http_archive( - name = "serde_url_params-0.2.1.crate", - sha256 = "2c43307d0640738af32fe8d01e47119bc0fc8a686be470a44a586caff76dfb34", - strip_prefix = "serde_url_params-0.2.1", - urls = ["https://static.crates.io/crates/serde_url_params/0.2.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "serde_url_params-0.2.1", - srcs = [":serde_url_params-0.2.1.crate"], - crate = "serde_url_params", - crate_root = "serde_url_params-0.2.1.crate/src/lib.rs", - edition = "2018", - visibility = [], - deps = [ - ":serde-1.0.215", - ":url-2.5.4", - ], -) - http_archive( name = "serde_urlencoded-0.7.1.crate", sha256 = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd", @@ -16899,7 +15591,7 @@ cargo.rust_library( "std", ], named_deps = { - "chrono_0_4": ":chrono-0.4.38", + "chrono_0_4": ":chrono-0.4.39", "indexmap_1": ":indexmap-1.9.3", "indexmap_2": ":indexmap-2.7.0", "time_0_3": ":time-0.3.37", @@ -17099,60 +15791,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "signal-hook-0.3.17.crate", - sha256 = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801", - strip_prefix = "signal-hook-0.3.17", - urls = ["https://static.crates.io/crates/signal-hook/0.3.17/download"], - visibility = [], -) - -cargo.rust_library( - name = "signal-hook-0.3.17", - srcs = [":signal-hook-0.3.17.crate"], - crate = "signal_hook", - crate_root = "signal-hook-0.3.17.crate/src/lib.rs", - edition = "2018", - features = [ - "channel", - "default", - "iterator", - ], - visibility = [], - deps = [ - ":libc-0.2.167", - ":signal-hook-registry-1.4.2", - ], -) - -http_archive( - name = "signal-hook-mio-0.2.4.crate", - sha256 = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd", - strip_prefix = "signal-hook-mio-0.2.4", - urls = ["https://static.crates.io/crates/signal-hook-mio/0.2.4/download"], - visibility = [], -) - -cargo.rust_library( - name = "signal-hook-mio-0.2.4", - srcs = [":signal-hook-mio-0.2.4.crate"], - crate = "signal_hook_mio", - crate_root = "signal-hook-mio-0.2.4.crate/src/lib.rs", - edition = "2018", - features = [ - "mio-0_8", - "support-v0_8", - ], - named_deps = { - "mio_0_8": ":mio-0.8.11", - }, - visibility = [], - deps = [ - ":libc-0.2.167", - ":signal-hook-0.3.17", - ], -) - http_archive( name = "signal-hook-registry-1.4.2.crate", sha256 = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1", @@ -17168,7 +15806,7 @@ cargo.rust_library( crate_root = "signal-hook-registry-1.4.2.crate/src/lib.rs", edition = "2015", visibility = [], - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ) http_archive( @@ -17382,16 +16020,16 @@ cargo.rust_library( features = ["all"], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [":windows-sys-0.52.0"], @@ -17431,7 +16069,7 @@ cargo.rust_library( visibility = [], deps = [ ":ed25519-1.5.3", - ":libc-0.2.167", + ":libc-0.2.168", ":libsodium-sys-0.2.7", ":serde-1.0.215", ], @@ -17640,10 +16278,10 @@ cargo.rust_library( visibility = [], deps = [ ":atoi-2.0.0", - ":bigdecimal-0.4.6", + ":bigdecimal-0.4.7", ":byteorder-1.5.0", ":bytes-1.9.0", - ":chrono-0.4.38", + ":chrono-0.4.39", ":crc-3.2.1", ":crossbeam-queue-0.3.11", ":either-1.13.0", @@ -17717,10 +16355,10 @@ cargo.rust_library( deps = [ ":atoi-2.0.0", ":base64-0.22.1", - ":bigdecimal-0.4.6", + ":bigdecimal-0.4.7", ":bitflags-2.6.0", ":byteorder-1.5.0", - ":chrono-0.4.38", + ":chrono-0.4.39", ":crc-3.2.1", ":dotenvy-0.15.7", ":futures-channel-0.3.31", @@ -17767,11 +16405,7 @@ cargo.rust_library( crate = "stable_deref_trait", crate_root = "stable_deref_trait-1.2.0.crate/src/lib.rs", edition = "2015", - features = [ - "alloc", - "default", - "std", - ], + features = ["alloc"], visibility = [], ) @@ -17792,34 +16426,6 @@ cargo.rust_library( visibility = [], ) -alias( - name = "stream-cancel", - actual = ":stream-cancel-0.8.2", - visibility = ["PUBLIC"], -) - -http_archive( - name = "stream-cancel-0.8.2.crate", - sha256 = "5f9fbf9bd71e4cf18d68a8a0951c0e5b7255920c0cd992c4ff51cddd6ef514a3", - strip_prefix = "stream-cancel-0.8.2", - urls = ["https://static.crates.io/crates/stream-cancel/0.8.2/download"], - visibility = [], -) - -cargo.rust_library( - name = "stream-cancel-0.8.2", - srcs = [":stream-cancel-0.8.2.crate"], - crate = "stream_cancel", - crate_root = "stream-cancel-0.8.2.crate/src/lib.rs", - edition = "2021", - visibility = [], - deps = [ - ":futures-core-0.3.31", - ":pin-project-1.1.7", - ":tokio-1.42.0", - ], -) - http_archive( name = "stringprep-0.1.5.crate", sha256 = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1", @@ -17933,18 +16539,18 @@ cargo.rust_library( ) http_archive( - name = "superboring-0.1.3.crate", - sha256 = "cee25cd9d145d2c1ef92a52720376eeb510c8870dfa0f84edb371901ec6a12ca", - strip_prefix = "superboring-0.1.3", - urls = ["https://static.crates.io/crates/superboring/0.1.3/download"], + name = "superboring-0.1.4.crate", + sha256 = "515cce34a781d7250b8a65706e0f2a5b99236ea605cb235d4baed6685820478f", + strip_prefix = "superboring-0.1.4", + urls = ["https://static.crates.io/crates/superboring/0.1.4/download"], visibility = [], ) cargo.rust_library( - name = "superboring-0.1.3", - srcs = [":superboring-0.1.3.crate"], + name = "superboring-0.1.4", + srcs = [":superboring-0.1.4.crate"], crate = "superboring", - crate_root = "superboring-0.1.3.crate/src/lib.rs", + crate_root = "superboring-0.1.4.crate/src/lib.rs", edition = "2021", features = [ "default", @@ -17959,8 +16565,8 @@ cargo.rust_library( }, visibility = [], deps = [ - ":hmac-sha256-1.1.7", - ":hmac-sha512-1.1.5", + ":hmac-sha256-1.1.8", + ":hmac-sha512-1.1.6", ":rand-0.8.5", ], ) @@ -17989,7 +16595,6 @@ cargo.rust_library( "printing", "proc-macro", "quote", - "visit-mut", ], visibility = [], deps = [ @@ -18137,33 +16742,33 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( deps = [ ":core-foundation-sys-0.8.7", - ":libc-0.2.167", + ":libc-0.2.168", ], ), "macos-x86_64": dict( deps = [ ":core-foundation-sys-0.8.7", - ":libc-0.2.167", + ":libc-0.2.168", ], ), "windows-gnu": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":ntapi-0.4.1", ":windows-0.57.0", ], ), "windows-msvc": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":ntapi-0.4.1", ":windows-0.57.0", ], @@ -18203,25 +16808,25 @@ cargo.rust_library( platform = { "linux-arm64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":xattr-1.3.1", ], ), "linux-x86_64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":xattr-1.3.1", ], ), "macos-arm64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":xattr-1.3.1", ], ), "macos-x86_64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":xattr-1.3.1", ], ), @@ -18230,24 +16835,6 @@ cargo.rust_library( deps = [":filetime-0.2.25"], ) -http_archive( - name = "tar-parser2-0.9.1.crate", - sha256 = "7262f48c9ef16eb92e4ba069d4992dd27b793f816fb82012a860190d93ec882d", - strip_prefix = "tar-parser2-0.9.1", - urls = ["https://static.crates.io/crates/tar-parser2/0.9.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "tar-parser2-0.9.1", - srcs = [":tar-parser2-0.9.1.crate"], - crate = "tar_parser2", - crate_root = "tar-parser2-0.9.1.crate/src/lib.rs", - edition = "2021", - visibility = [], - deps = [":nom-7.1.3"], -) - http_archive( name = "target-triple-0.1.3.crate", sha256 = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078", @@ -18287,16 +16874,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "windows-gnu": dict( deps = [":windows-sys-0.59.0"], @@ -18308,7 +16895,7 @@ cargo.rust_library( visibility = [], deps = [ ":cfg-if-1.0.0", - ":fastrand-2.2.0", + ":fastrand-2.3.0", ":once_cell-1.20.2", ], ) @@ -18354,16 +16941,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-arm64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ), "windows-gnu": dict( deps = [":windows-sys-0.59.0"], @@ -18446,17 +17033,12 @@ cargo.rust_binary( ":blake3-1.5.5", ":bollard-0.16.1", ":bytes-1.9.0", - ":chrono-0.4.38", + ":chrono-0.4.39", ":ciborium-0.2.2", ":clap-4.5.23", ":color-eyre-0.6.3", - ":colored-2.1.0", - ":comfy-table-7.1.3", ":config-0.14.1", - ":console-0.15.8", ":convert_case-0.6.0", - ":criterion-0.5.1", - ":crossbeam-channel-0.5.13", ":crossbeam-queue-0.3.11", ":darling-0.20.10", ":deadpool-0.10.0", @@ -18479,13 +17061,10 @@ cargo.rust_binary( ":hyper-0.14.31", ":hyperlocal-0.8.0", ":iftree-1.0.5", - ":include_dir-0.7.4", ":indexmap-2.7.0", - ":indicatif-0.17.9", ":indoc-2.0.5", - ":inquire-0.7.5", ":itertools-0.12.1", - ":jwt-simple-0.12.10", + ":jwt-simple-0.12.11", ":krata-loopdev-0.0.12", ":lazy_static-1.5.0", ":manyhow-0.11.4", @@ -18496,7 +17075,6 @@ cargo.rust_binary( ":nkeys-0.4.4", ":num_cpus-1.16.0", ":once_cell-1.20.2", - ":open-5.3.1", ":opentelemetry-0.26.0", ":opentelemetry-otlp-0.26.0", ":opentelemetry-semantic-conventions-0.14.0", @@ -18508,7 +17086,6 @@ cargo.rust_binary( ":pathdiff-0.2.3", ":petgraph-0.6.5", ":pin-project-lite-0.2.15", - ":podman-api-0.10.0", ":postcard-1.1.1", ":postgres-types-0.2.8", ":pretty_assertions_sorted-1.2.3", @@ -18526,19 +17103,15 @@ cargo.rust_binary( ":rustls-native-certs-0.7.3", ":rustls-pemfile-2.2.0", ":sea-orm-1.1.2", - ":self-replace-1.5.0", ":serde-1.0.215", ":serde-aux-4.5.0", ":serde_json-1.0.133", ":serde_path_to_error-0.1.16", - ":serde_qs-0.13.0", - ":serde_url_params-0.2.1", ":serde_with-3.11.0", ":serde_yaml-0.9.34+deprecated", ":sodiumoxide-0.2.7", ":spicedb-client-0.1.1", ":spicedb-grpc-0.1.1", - ":stream-cancel-0.8.2", ":strum-0.26.3", ":syn-2.0.90", ":sysinfo-0.32.1", @@ -18553,7 +17126,6 @@ cargo.rust_binary( ":tokio-postgres-rustls-0.12.0", ":tokio-serde-0.9.0", ":tokio-stream-0.1.17", - ":tokio-test-0.4.4", ":tokio-tungstenite-0.20.1", ":tokio-util-0.7.13", ":tokio-vsock-0.4.0", @@ -18570,8 +17142,6 @@ cargo.rust_binary( ":url-2.5.4", ":uuid-1.11.0", ":version_check-0.9.5", - ":vfs-0.12.0", - ":vfs-tar-0.4.1", ":webpki-roots-0.25.4", ":xxhash-rust-0.8.12", ":y-sync-0.4.0", @@ -18604,25 +17174,25 @@ cargo.rust_library( ) http_archive( - name = "thiserror-2.0.4.crate", - sha256 = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490", - strip_prefix = "thiserror-2.0.4", - urls = ["https://static.crates.io/crates/thiserror/2.0.4/download"], + name = "thiserror-2.0.6.crate", + sha256 = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47", + strip_prefix = "thiserror-2.0.6", + urls = ["https://static.crates.io/crates/thiserror/2.0.6/download"], visibility = [], ) cargo.rust_library( - name = "thiserror-2.0.4", - srcs = [":thiserror-2.0.4.crate"], + name = "thiserror-2.0.6", + srcs = [":thiserror-2.0.6.crate"], crate = "thiserror", - crate_root = "thiserror-2.0.4.crate/src/lib.rs", + crate_root = "thiserror-2.0.6.crate/src/lib.rs", edition = "2021", features = [ "default", "std", ], visibility = [], - deps = [":thiserror-impl-2.0.4"], + deps = [":thiserror-impl-2.0.6"], ) http_archive( @@ -18649,18 +17219,18 @@ cargo.rust_library( ) http_archive( - name = "thiserror-impl-2.0.4.crate", - sha256 = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061", - strip_prefix = "thiserror-impl-2.0.4", - urls = ["https://static.crates.io/crates/thiserror-impl/2.0.4/download"], + name = "thiserror-impl-2.0.6.crate", + sha256 = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312", + strip_prefix = "thiserror-impl-2.0.6", + urls = ["https://static.crates.io/crates/thiserror-impl/2.0.6/download"], visibility = [], ) cargo.rust_library( - name = "thiserror-impl-2.0.4", - srcs = [":thiserror-impl-2.0.4.crate"], + name = "thiserror-impl-2.0.6", + srcs = [":thiserror-impl-2.0.6.crate"], crate = "thiserror_impl", - crate_root = "thiserror-impl-2.0.4.crate/src/lib.rs", + crate_root = "thiserror-impl-2.0.6.crate/src/lib.rs", edition = "2021", proc_macro = True, visibility = [], @@ -18693,26 +17263,26 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "linux-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-arm64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "macos-x86_64": dict( - deps = [":libc-0.2.167"], + deps = [":libc-0.2.168"], ), "windows-gnu": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":winapi-0.3.9", ], ), "windows-msvc": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":winapi-0.3.9", ], ), @@ -18880,27 +17450,6 @@ cargo.rust_library( ], ) -http_archive( - name = "tinytemplate-1.2.1.crate", - sha256 = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc", - strip_prefix = "tinytemplate-1.2.1", - urls = ["https://static.crates.io/crates/tinytemplate/1.2.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "tinytemplate-1.2.1", - srcs = [":tinytemplate-1.2.1.crate"], - crate = "tinytemplate", - crate_root = "tinytemplate-1.2.1.crate/src/lib.rs", - edition = "2015", - visibility = [], - deps = [ - ":serde-1.0.215", - ":serde_json-1.0.133", - ], -) - http_archive( name = "tinyvec-1.8.0.crate", sha256 = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938", @@ -18989,28 +17538,28 @@ cargo.rust_library( platform = { "linux-arm64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":signal-hook-registry-1.4.2", ":socket2-0.5.8", ], ), "linux-x86_64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":signal-hook-registry-1.4.2", ":socket2-0.5.8", ], ), "macos-arm64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":signal-hook-registry-1.4.2", ":socket2-0.5.8", ], ), "macos-x86_64": dict( deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":signal-hook-registry-1.4.2", ":socket2-0.5.8", ], @@ -19292,36 +17841,6 @@ cargo.rust_library( ], ) -alias( - name = "tokio-test", - actual = ":tokio-test-0.4.4", - visibility = ["PUBLIC"], -) - -http_archive( - name = "tokio-test-0.4.4.crate", - sha256 = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7", - strip_prefix = "tokio-test-0.4.4", - urls = ["https://static.crates.io/crates/tokio-test/0.4.4/download"], - visibility = [], -) - -cargo.rust_library( - name = "tokio-test-0.4.4", - srcs = [":tokio-test-0.4.4.crate"], - crate = "tokio_test", - crate_root = "tokio-test-0.4.4.crate/src/lib.rs", - edition = "2021", - visibility = [], - deps = [ - ":async-stream-0.3.6", - ":bytes-1.9.0", - ":futures-core-0.3.31", - ":tokio-1.42.0", - ":tokio-stream-0.1.17", - ], -) - alias( name = "tokio-tungstenite", actual = ":tokio-tungstenite-0.20.1", @@ -19421,7 +17940,7 @@ cargo.rust_library( deps = [ ":bytes-1.9.0", ":futures-0.3.31", - ":libc-0.2.167", + ":libc-0.2.168", ":tokio-1.42.0", ":vsock-0.3.0", ], @@ -20180,18 +18699,18 @@ cargo.rust_library( ) http_archive( - name = "twox-hash-2.0.1.crate", - sha256 = "a6db6856664807f43c17fbaf2718e2381ac1476a449aa104f5f64622defa1245", - strip_prefix = "twox-hash-2.0.1", - urls = ["https://static.crates.io/crates/twox-hash/2.0.1/download"], + name = "twox-hash-2.1.0.crate", + sha256 = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908", + strip_prefix = "twox-hash-2.1.0", + urls = ["https://static.crates.io/crates/twox-hash/2.1.0/download"], visibility = [], ) cargo.rust_library( - name = "twox-hash-2.0.1", - srcs = [":twox-hash-2.0.1.crate"], + name = "twox-hash-2.1.0", + srcs = [":twox-hash-2.1.0.crate"], crate = "twox_hash", - crate_root = "twox-hash-2.0.1.crate/src/lib.rs", + crate_root = "twox-hash-2.1.0.crate/src/lib.rs", edition = "2021", features = [ "alloc", @@ -20199,6 +18718,7 @@ cargo.rust_library( "random", "std", "xxhash32", + "xxhash3_128", "xxhash3_64", "xxhash64", ], @@ -20395,48 +18915,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "unicode-width-0.1.14.crate", - sha256 = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af", - strip_prefix = "unicode-width-0.1.14", - urls = ["https://static.crates.io/crates/unicode-width/0.1.14/download"], - visibility = [], -) - -cargo.rust_library( - name = "unicode-width-0.1.14", - srcs = [":unicode-width-0.1.14.crate"], - crate = "unicode_width", - crate_root = "unicode-width-0.1.14.crate/src/lib.rs", - edition = "2021", - features = [ - "cjk", - "default", - ], - visibility = [], -) - -http_archive( - name = "unicode-width-0.2.0.crate", - sha256 = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd", - strip_prefix = "unicode-width-0.2.0", - urls = ["https://static.crates.io/crates/unicode-width/0.2.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "unicode-width-0.2.0", - srcs = [":unicode-width-0.2.0.crate"], - crate = "unicode_width", - crate_root = "unicode-width-0.2.0.crate/src/lib.rs", - edition = "2021", - features = [ - "cjk", - "default", - ], - visibility = [], -) - http_archive( name = "unicode-xid-0.2.6.crate", sha256 = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853", @@ -20700,80 +19178,6 @@ cargo.rust_library( visibility = [], ) -http_archive( - name = "vfs-0.10.0.crate", - sha256 = "2e4fe92cfc1bad19c19925d5eee4b30584dbbdee4ff10183b261acccbef74e2d", - strip_prefix = "vfs-0.10.0", - urls = ["https://static.crates.io/crates/vfs/0.10.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "vfs-0.10.0", - srcs = [":vfs-0.10.0.crate"], - crate = "vfs", - crate_root = "vfs-0.10.0.crate/src/lib.rs", - edition = "2021", - visibility = [], -) - -alias( - name = "vfs", - actual = ":vfs-0.12.0", - visibility = ["PUBLIC"], -) - -http_archive( - name = "vfs-0.12.0.crate", - sha256 = "654cd097e182a71dbf899178e6b5662c2157dd0b8afd5975de18008f6fc173d1", - strip_prefix = "vfs-0.12.0", - urls = ["https://static.crates.io/crates/vfs/0.12.0/download"], - visibility = [], -) - -cargo.rust_library( - name = "vfs-0.12.0", - srcs = [":vfs-0.12.0.crate"], - crate = "vfs", - crate_root = "vfs-0.12.0.crate/src/lib.rs", - edition = "2021", - visibility = [], - deps = [":filetime-0.2.25"], -) - -alias( - name = "vfs-tar", - actual = ":vfs-tar-0.4.1", - visibility = ["PUBLIC"], -) - -http_archive( - name = "vfs-tar-0.4.1.crate", - sha256 = "ac556b0de766b572d14bb8e4180b0534ba7bc801fddc2470d8cdd36740aac8a7", - strip_prefix = "vfs-tar-0.4.1", - urls = ["https://static.crates.io/crates/vfs-tar/0.4.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "vfs-tar-0.4.1", - srcs = [":vfs-tar-0.4.1.crate"], - crate = "vfs_tar", - crate_root = "vfs-tar-0.4.1.crate/src/lib.rs", - edition = "2021", - features = [ - "default", - "mmap", - ], - visibility = [], - deps = [ - ":memmap2-0.9.5", - ":stable_deref_trait-1.2.0", - ":tar-parser2-0.9.1", - ":vfs-0.10.0", - ], -) - http_archive( name = "vsimd-0.8.0.crate", sha256 = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64", @@ -20812,60 +19216,11 @@ cargo.rust_library( edition = "2018", visibility = [], deps = [ - ":libc-0.2.167", + ":libc-0.2.168", ":nix-0.24.3", ], ) -http_archive( - name = "vte-0.10.1.crate", - sha256 = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983", - strip_prefix = "vte-0.10.1", - urls = ["https://static.crates.io/crates/vte/0.10.1/download"], - visibility = [], -) - -cargo.rust_library( - name = "vte-0.10.1", - srcs = [":vte-0.10.1.crate"], - crate = "vte", - crate_root = "vte-0.10.1.crate/src/lib.rs", - edition = "2018", - features = [ - "arrayvec", - "default", - "no_std", - ], - visibility = [], - deps = [ - ":arrayvec-0.5.2", - ":utf8parse-0.2.2", - ":vte_generate_state_changes-0.1.2", - ], -) - -http_archive( - name = "vte_generate_state_changes-0.1.2.crate", - sha256 = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e", - strip_prefix = "vte_generate_state_changes-0.1.2", - urls = ["https://static.crates.io/crates/vte_generate_state_changes/0.1.2/download"], - visibility = [], -) - -cargo.rust_library( - name = "vte_generate_state_changes-0.1.2", - srcs = [":vte_generate_state_changes-0.1.2.crate"], - crate = "vte_generate_state_changes", - crate_root = "vte_generate_state_changes-0.1.2.crate/src/lib.rs", - edition = "2018", - proc_macro = True, - visibility = [], - deps = [ - ":proc-macro2-1.0.92", - ":quote-1.0.37", - ], -) - http_archive( name = "walkdir-2.5.0.crate", sha256 = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b", @@ -21013,7 +19368,6 @@ cargo.rust_library( "evntrace", "fileapi", "handleapi", - "impl-default", "in6addr", "inaddr", "minwinbase", @@ -21021,13 +19375,11 @@ cargo.rust_library( "ntsecapi", "processenv", "processthreadsapi", - "synchapi", "winbase", "windef", "winerror", "winioctl", "winnt", - "winuser", ], platform = { "windows-gnu": dict( @@ -21054,7 +19406,6 @@ cargo.rust_binary( "evntrace", "fileapi", "handleapi", - "impl-default", "in6addr", "inaddr", "minwinbase", @@ -21062,13 +19413,11 @@ cargo.rust_binary( "ntsecapi", "processenv", "processthreadsapi", - "synchapi", "winbase", "windef", "winerror", "winioctl", "winnt", - "winuser", ], visibility = [], ) @@ -21084,7 +19433,6 @@ buildscript_run( "evntrace", "fileapi", "handleapi", - "impl-default", "in6addr", "inaddr", "minwinbase", @@ -21092,13 +19440,11 @@ buildscript_run( "ntsecapi", "processenv", "processthreadsapi", - "synchapi", "winbase", "windef", "winerror", "winioctl", "winnt", - "winuser", ], version = "0.3.9", ) @@ -21442,18 +19788,9 @@ cargo.rust_library( "Win32", "Win32_Foundation", "Win32_Globalization", - "Win32_Networking", - "Win32_Networking_WinSock", - "Win32_Security", - "Win32_Storage", - "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Com", - "Win32_System_Console", - "Win32_System_IO", - "Win32_System_Pipes", "Win32_System_Threading", - "Win32_System_WindowsProgramming", "Win32_UI", "Win32_UI_Shell", "default", @@ -21485,8 +19822,6 @@ cargo.rust_library( "Wdk_System_IO", "Win32", "Win32_Foundation", - "Win32_NetworkManagement", - "Win32_NetworkManagement_IpHelper", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", @@ -21495,17 +19830,12 @@ cargo.rust_library( "Win32_System", "Win32_System_Com", "Win32_System_Console", - "Win32_System_Environment", "Win32_System_IO", - "Win32_System_LibraryLoader", - "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI", - "Win32_UI_Input", - "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "default", ], @@ -21530,6 +19860,8 @@ cargo.rust_library( features = [ "Win32", "Win32_Foundation", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", "Win32_Networking", "Win32_Networking_WinSock", "Win32_Security", @@ -21547,6 +19879,7 @@ cargo.rust_library( "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_SystemInformation", + "Win32_System_Threading", "default", ], visibility = [], @@ -21753,7 +20086,7 @@ cargo.rust_library( deps = [ ":bcder-0.7.4", ":bytes-1.9.0", - ":chrono-0.4.38", + ":chrono-0.4.39", ":der-0.7.9", ":hex-0.4.3", ":pem-3.0.4", @@ -21792,7 +20125,7 @@ cargo.rust_library( ), }, visibility = [], - deps = [":rustix-0.38.41"], + deps = [":rustix-0.38.42"], ) http_archive( diff --git a/third-party/rust/Cargo.lock b/third-party/rust/Cargo.lock index 51d18f7d82..7b1e6a9e84 100644 --- a/third-party/rust/Cargo.lock +++ b/third-party/rust/Cargo.lock @@ -98,31 +98,6 @@ dependencies = [ "libc", ] -[[package]] -name = "anes" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" - -[[package]] -name = "ansi-str" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf4578926a981ab0ca955dc023541d19de37112bc24c1a197bd806d3d86ad1d" -dependencies = [ - "ansitok", -] - -[[package]] -name = "ansitok" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83" -dependencies = [ - "nom", - "vte", -] - [[package]] name = "anstream" version = "0.6.18" @@ -184,7 +159,7 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e509844de8f09b90a2c3444684a2b6695f4071360e13d2fda0af9f749cc2ed6" dependencies = [ - "arrayvec 0.7.6", + "arrayvec", ] [[package]] @@ -193,12 +168,6 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" -[[package]] -name = "arrayvec" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" - [[package]] name = "arrayvec" version = "0.7.6" @@ -247,7 +216,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f71e5a1bab60f46b0b005f4808b8ee83ef6d577608923de938403393c9a30cf8" dependencies = [ "base64 0.22.1", - "bytes 1.9.0", + "bytes", "futures", "memchr", "nkeys", @@ -283,7 +252,7 @@ dependencies = [ "async-convert", "backoff", "base64 0.22.1", - "bytes 1.9.0", + "bytes", "derive_builder", "eventsource-stream", "futures", @@ -431,7 +400,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", - "bytes 1.9.0", + "bytes", "fastrand", "hex", "http 0.2.12", @@ -493,7 +462,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", - "bytes 1.9.0", + "bytes", "fastrand", "http 0.2.12", "http-body 0.4.6", @@ -519,7 +488,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", - "bytes 1.9.0", + "bytes", "http 0.2.12", "once_cell", "regex-lite", @@ -541,7 +510,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", - "bytes 1.9.0", + "bytes", "http 0.2.12", "once_cell", "regex-lite", @@ -563,7 +532,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", - "bytes 1.9.0", + "bytes", "http 0.2.12", "once_cell", "regex-lite", @@ -603,7 +572,7 @@ dependencies = [ "aws-smithy-http", "aws-smithy-runtime-api", "aws-smithy-types", - "bytes 1.9.0", + "bytes", "form_urlencoded", "hex", "hmac", @@ -635,7 +604,7 @@ checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", - "bytes 1.9.0", + "bytes", "bytes-utils", "futures-core", "http 0.2.12", @@ -685,7 +654,7 @@ dependencies = [ "aws-smithy-http", "aws-smithy-runtime-api", "aws-smithy-types", - "bytes 1.9.0", + "bytes", "fastrand", "h2 0.3.26", "http 0.2.12", @@ -710,7 +679,7 @@ checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd" dependencies = [ "aws-smithy-async", "aws-smithy-types", - "bytes 1.9.0", + "bytes", "http 0.2.12", "http 1.2.0", "pin-project-lite", @@ -726,7 +695,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510" dependencies = [ "base64-simd", - "bytes 1.9.0", + "bytes", "bytes-utils", "futures-core", "http 0.2.12", @@ -779,7 +748,7 @@ dependencies = [ "axum-macros", "base64 0.21.7", "bitflags 1.3.2", - "bytes 1.9.0", + "bytes", "futures-util", "http 0.2.12", "http-body 0.4.6", @@ -813,7 +782,7 @@ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" dependencies = [ "async-trait", "axum-core 0.4.5", - "bytes 1.9.0", + "bytes", "futures-util", "http 1.2.0", "http-body 1.0.1", @@ -839,7 +808,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" dependencies = [ "async-trait", - "bytes 1.9.0", + "bytes", "futures-util", "http 0.2.12", "http-body 0.4.6", @@ -856,7 +825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" dependencies = [ "async-trait", - "bytes 1.9.0", + "bytes", "futures-util", "http 1.2.0", "http-body 1.0.1", @@ -916,12 +885,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.7" @@ -956,15 +919,15 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c627747a6774aab38beb35990d88309481378558875a41da1a4b2e373c906ef0" dependencies = [ - "bytes 1.9.0", + "bytes", "smallvec", ] [[package]] name = "bigdecimal" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f850665a0385e070b64c38d2354e6c104c8479c59868d1e48a0c13ee2c7a1c1" +checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c" dependencies = [ "autocfg", "libm", @@ -1005,9 +968,9 @@ dependencies = [ [[package]] name = "binstring" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0d60973d9320722cb1206f412740e162a33b8547ea8d6be75d7cff237c7a85" +checksum = "ed79c2a8151273c70956b5e3cdfdc1ff6c1a8b9779ba59c6807d281b32ee2f86" [[package]] name = "bitflags" @@ -1043,7 +1006,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", - "arrayvec 0.7.6", + "arrayvec", "constant_time_eq", ] @@ -1054,7 +1017,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" dependencies = [ "arrayref", - "arrayvec 0.7.6", + "arrayvec", "cc", "cfg-if", "constant_time_eq", @@ -1077,7 +1040,7 @@ checksum = "0aed08d3adb6ebe0eff737115056652670ae290f177759aac19c30456135f94c" dependencies = [ "base64 0.22.1", "bollard-stubs", - "bytes 1.9.0", + "bytes", "futures-core", "futures-util", "hex", @@ -1201,12 +1164,6 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" -[[package]] -name = "bytes" -version = "0.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" - [[package]] name = "bytes" version = "1.9.0" @@ -1222,21 +1179,15 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" dependencies = [ - "bytes 1.9.0", + "bytes", "either", ] -[[package]] -name = "cast" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" - [[package]] name = "cc" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" +checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" dependencies = [ "jobserver", "libc", @@ -1266,9 +1217,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1369,9 +1320,9 @@ dependencies = [ [[package]] name = "coarsetime" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" +checksum = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2" dependencies = [ "libc", "wasix", @@ -1417,30 +1368,6 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" -[[package]] -name = "colored" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" -dependencies = [ - "lazy_static", - "windows-sys 0.48.0", -] - -[[package]] -name = "comfy-table" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" -dependencies = [ - "ansi-str", - "console", - "crossterm 0.28.1", - "strum", - "strum_macros", - "unicode-width 0.2.0", -] - [[package]] name = "concurrent-queue" version = "2.5.0" @@ -1462,19 +1389,6 @@ dependencies = [ "toml", ] -[[package]] -name = "console" -version = "0.15.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" -dependencies = [ - "encode_unicode", - "lazy_static", - "libc", - "unicode-width 0.1.14", - "windows-sys 0.52.0", -] - [[package]] name = "const-oid" version = "0.9.6" @@ -1507,30 +1421,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "containers-api" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef94b0ff8338282b35bafb408eb0a3e53ba05bdb3b36840589ab9a67a6682593" -dependencies = [ - "chrono", - "flate2", - "futures-util", - "http 0.2.12", - "hyper 0.14.31", - "hyperlocal", - "log", - "mime", - "paste", - "pin-project 1.1.7", - "serde", - "serde_json", - "tar", - "thiserror 1.0.69", - "tokio", - "url", -] - [[package]] name = "convert_case" version = "0.4.0" @@ -1605,59 +1495,12 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "criterion" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" -dependencies = [ - "anes", - "cast", - "ciborium", - "clap", - "criterion-plot", - "futures", - "is-terminal", - "itertools 0.10.5", - "num-traits", - "once_cell", - "oorandom", - "plotters", - "rayon", - "regex", - "serde", - "serde_derive", - "serde_json", - "tinytemplate", - "tokio", - "walkdir", -] - -[[package]] -name = "criterion-plot" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" -dependencies = [ - "cast", - "itertools 0.10.5", -] - [[package]] name = "critical-section" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" -[[package]] -name = "crossbeam-channel" -version = "0.5.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" -dependencies = [ - "crossbeam-utils", -] - [[package]] name = "crossbeam-deque" version = "0.8.5" @@ -1692,44 +1535,6 @@ version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" -[[package]] -name = "crossterm" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" -dependencies = [ - "bitflags 1.3.2", - "crossterm_winapi", - "libc", - "mio 0.8.11", - "parking_lot", - "signal-hook", - "signal-hook-mio", - "winapi", -] - -[[package]] -name = "crossterm" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" -dependencies = [ - "bitflags 2.6.0", - "crossterm_winapi", - "parking_lot", - "rustix", - "winapi", -] - -[[package]] -name = "crossterm_winapi" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" -dependencies = [ - "winapi", -] - [[package]] name = "crunchy" version = "0.2.2" @@ -1760,9 +1565,9 @@ dependencies = [ [[package]] name = "ct-codecs" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "026ac6ceace6298d2c557ef5ed798894962296469ec7842288ea64674201a2d1" +checksum = "b916ba8ce9e4182696896f015e8a5ae6081b305f74690baa8465e35f5a142ea4" [[package]] name = "ctor" @@ -2216,12 +2021,6 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" -[[package]] -name = "encode_unicode" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" - [[package]] name = "encoding_rs" version = "0.8.35" @@ -2349,7 +2148,7 @@ dependencies = [ "minstant", "once_cell", "parking_lot", - "pin-project 1.1.7", + "pin-project", "rand 0.8.5", "rtrb", ] @@ -2368,9 +2167,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "ff" @@ -2464,7 +2263,7 @@ dependencies = [ "foyer-storage", "futures", "madsim-tokio", - "pin-project 1.1.7", + "pin-project", "tracing", ] @@ -2475,7 +2274,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68be583b3f51bcbc6b72f40a5aea6fa6aaff10692649c08b20458bb6703f79f0" dependencies = [ "ahash 0.8.11", - "bytes 1.9.0", + "bytes", "cfg-if", "fastrace", "futures", @@ -2484,7 +2283,7 @@ dependencies = [ "madsim-tokio", "opentelemetry", "parking_lot", - "pin-project 1.1.7", + "pin-project", "serde", ] @@ -2516,9 +2315,9 @@ dependencies = [ "madsim-tokio", "parking_lot", "paste", - "pin-project 1.1.7", + "pin-project", "serde", - "thiserror 2.0.4", + "thiserror 2.0.6", "tracing", ] @@ -2536,7 +2335,7 @@ dependencies = [ "auto_enums", "bincode", "bitflags 2.6.0", - "bytes 1.9.0", + "bytes", "clap", "either", "equivalent", @@ -2554,10 +2353,10 @@ dependencies = [ "ordered_hash_map", "parking_lot", "paste", - "pin-project 1.1.7", + "pin-project", "rand 0.8.5", "serde", - "thiserror 2.0.4", + "thiserror 2.0.6", "tracing", "twox-hash", "zstd", @@ -2708,36 +2507,6 @@ dependencies = [ "slab", ] -[[package]] -name = "futures_codec" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b" -dependencies = [ - "bytes 0.5.6", - "futures", - "memchr", - "pin-project 0.4.30", -] - -[[package]] -name = "fuzzy-matcher" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" -dependencies = [ - "thread_local", -] - -[[package]] -name = "fxhash" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" -dependencies = [ - "byteorder", -] - [[package]] name = "generic-array" version = "0.14.7" @@ -2817,7 +2586,7 @@ version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ - "bytes 1.9.0", + "bytes", "fnv", "futures-core", "futures-sink", @@ -2837,7 +2606,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" dependencies = [ "atomic-waker", - "bytes 1.9.0", + "bytes", "fnv", "futures-core", "futures-sink", @@ -2990,24 +2759,24 @@ dependencies = [ [[package]] name = "hmac-sha1-compact" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff9d405ec732fa3fcde87264e54a32a84956a377b3e3107de96e59b798c84a7" +checksum = "18492c9f6f9a560e0d346369b665ad2bdbc89fa9bceca75796584e79042694c3" [[package]] name = "hmac-sha256" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735" +checksum = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb" dependencies = [ "digest", ] [[package]] name = "hmac-sha512" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ce1f4656bae589a3fab938f9f09bf58645b7ed01a2c5f8a3c238e01a4ef78a" +checksum = "b0b3a0f572aa8389d325f5852b9e0a333a15b0f86ecccbb3fdb6e97cd86dc67c" dependencies = [ "digest", ] @@ -3036,7 +2805,7 @@ version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ - "bytes 1.9.0", + "bytes", "fnv", "itoa", ] @@ -3047,7 +2816,7 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ - "bytes 1.9.0", + "bytes", "fnv", "itoa", ] @@ -3058,7 +2827,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ - "bytes 1.9.0", + "bytes", "http 0.2.12", "pin-project-lite", ] @@ -3069,7 +2838,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ - "bytes 1.9.0", + "bytes", "http 1.2.0", ] @@ -3079,7 +2848,7 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ - "bytes 1.9.0", + "bytes", "futures-util", "http 1.2.0", "http-body 1.0.1", @@ -3116,7 +2885,7 @@ version = "0.14.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" dependencies = [ - "bytes 1.9.0", + "bytes", "futures-channel", "futures-core", "futures-util", @@ -3140,7 +2909,7 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" dependencies = [ - "bytes 1.9.0", + "bytes", "futures-channel", "futures-util", "h2 0.4.7", @@ -3224,7 +2993,7 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ - "bytes 1.9.0", + "bytes", "futures-channel", "futures-util", "http 1.2.0", @@ -3245,7 +3014,7 @@ dependencies = [ "futures-util", "hex", "hyper 0.14.31", - "pin-project 1.1.7", + "pin-project", "tokio", ] @@ -3463,25 +3232,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "include_dir" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" -dependencies = [ - "include_dir_macros", -] - -[[package]] -name = "include_dir_macros" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" -dependencies = [ - "proc-macro2", - "quote", -] - [[package]] name = "indenter" version = "0.3.3" @@ -3510,19 +3260,6 @@ dependencies = [ "serde", ] -[[package]] -name = "indicatif" -version = "0.17.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" -dependencies = [ - "console", - "number_prefix", - "portable-atomic", - "unicode-width 0.2.0", - "web-time", -] - [[package]] name = "indoc" version = "2.0.5" @@ -3540,23 +3277,6 @@ dependencies = [ "syn 2.0.90", ] -[[package]] -name = "inquire" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fddf93031af70e75410a2511ec04d49e758ed2f26dad3404a934e0fb45cc12a" -dependencies = [ - "bitflags 2.6.0", - "crossterm 0.25.0", - "dyn-clone", - "fuzzy-matcher", - "fxhash", - "newline-converter", - "once_cell", - "unicode-segmentation", - "unicode-width 0.1.14", -] - [[package]] name = "instant" version = "0.1.13" @@ -3572,15 +3292,6 @@ version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" -[[package]] -name = "is-docker" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" -dependencies = [ - "once_cell", -] - [[package]] name = "is-terminal" version = "0.4.13" @@ -3592,31 +3303,12 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "is-wsl" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" -dependencies = [ - "is-docker", - "once_cell", -] - [[package]] name = "is_terminal_polyfill" version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.12.1" @@ -3652,9 +3344,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ "once_cell", "wasm-bindgen", @@ -3662,9 +3354,9 @@ dependencies = [ [[package]] name = "jwt-simple" -version = "0.12.10" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ae7e0018905a795d6f2a60ac32a547490abdd8df509906a8c6171e6d861711" +checksum = "b00e03c08ce71da10a3ad9267b963c03fc4234a56713d87648547b3fdda872a6" dependencies = [ "anyhow", "binstring", @@ -3682,7 +3374,7 @@ dependencies = [ "serde", "serde_json", "superboring", - "thiserror 1.0.69", + "thiserror 2.0.6", "zeroize", ] @@ -3726,9 +3418,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libloading" @@ -3838,7 +3530,7 @@ dependencies = [ "async-stream", "async-task", "bincode", - "bytes 1.9.0", + "bytes", "downcast-rs", "futures-util", "lazy_static", @@ -3953,16 +3645,6 @@ version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" -[[package]] -name = "memmap2" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" -dependencies = [ - "libc", - "stable_deref_trait", -] - [[package]] name = "memoffset" version = "0.6.5" @@ -4041,18 +3723,6 @@ dependencies = [ "web-time", ] -[[package]] -name = "mio" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" -dependencies = [ - "libc", - "log", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.48.0", -] - [[package]] name = "mio" version = "1.0.3" @@ -4070,7 +3740,7 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2" dependencies = [ - "bytes 1.9.0", + "bytes", "encoding_rs", "futures-util", "http 0.2.12", @@ -4106,15 +3776,6 @@ dependencies = [ "getrandom 0.2.15", ] -[[package]] -name = "newline-converter" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47b6b097ecb1cbfed438542d16e84fd7ad9b0c76c8a65b7f9039212a3d14dc7f" -dependencies = [ - "unicode-segmentation", -] - [[package]] name = "nix" version = "0.24.3" @@ -4277,12 +3938,6 @@ dependencies = [ "libc", ] -[[package]] -name = "number_prefix" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - [[package]] name = "object" version = "0.32.2" @@ -4298,23 +3953,6 @@ version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" -[[package]] -name = "oorandom" -version = "11.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" - -[[package]] -name = "open" -version = "5.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c" -dependencies = [ - "is-wsl", - "libc", - "pathdiff", -] - [[package]] name = "openssl-probe" version = "0.1.5" @@ -4621,33 +4259,13 @@ dependencies = [ "siphasher 0.3.11", ] -[[package]] -name = "pin-project" -version = "0.4.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a" -dependencies = [ - "pin-project-internal 0.4.30", -] - [[package]] name = "pin-project" version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" dependencies = [ - "pin-project-internal 1.1.7", -] - -[[package]] -name = "pin-project-internal" -version = "0.4.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "pin-project-internal", ] [[package]] @@ -4700,70 +4318,6 @@ version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" -[[package]] -name = "plotters" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" -dependencies = [ - "num-traits", - "plotters-backend", - "plotters-svg", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "plotters-backend" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" - -[[package]] -name = "plotters-svg" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" -dependencies = [ - "plotters-backend", -] - -[[package]] -name = "podman-api" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d0ade207138f12695cb4be3b590283f1cf764c5c4909f39966c4b4b0dba7c1e" -dependencies = [ - "base64 0.13.1", - "byteorder", - "bytes 1.9.0", - "chrono", - "containers-api", - "flate2", - "futures-util", - "futures_codec", - "log", - "paste", - "podman-api-stubs", - "serde", - "serde_json", - "tar", - "thiserror 1.0.69", - "tokio", - "url", -] - -[[package]] -name = "podman-api-stubs" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d280c623f633a0dded88feab9e387f98451506431d5b7308a858c643305dcee" -dependencies = [ - "chrono", - "serde", - "serde_json", -] - [[package]] name = "portable-atomic" version = "1.10.0" @@ -4803,7 +4357,7 @@ checksum = "acda0ebdebc28befa84bee35e651e4c5f09073d668c7aed4cf7e23c3cda84b23" dependencies = [ "base64 0.22.1", "byteorder", - "bytes 1.9.0", + "bytes", "fallible-iterator", "hmac", "md-5", @@ -4819,7 +4373,7 @@ version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f" dependencies = [ - "bytes 1.9.0", + "bytes", "chrono", "fallible-iterator", "postgres-derive", @@ -4968,7 +4522,7 @@ version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" dependencies = [ - "bytes 1.9.0", + "bytes", "prost-derive", ] @@ -5030,14 +4584,14 @@ version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef" dependencies = [ - "bytes 1.9.0", + "bytes", "pin-project-lite", "quinn-proto", "quinn-udp", "rustc-hash 2.1.0", "rustls 0.23.19", "socket2", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tracing", ] @@ -5048,7 +4602,7 @@ version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ - "bytes 1.9.0", + "bytes", "getrandom 0.2.15", "rand 0.8.5", "ring", @@ -5056,7 +4610,7 @@ dependencies = [ "rustls 0.23.19", "rustls-pki-types", "slab", - "thiserror 2.0.4", + "thiserror 2.0.6", "tinyvec", "tracing", "web-time", @@ -5064,9 +4618,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" +checksum = "52cd4b1eff68bf27940dd39811292c49e007f4d0b4c357358dc9b0197be6b527" dependencies = [ "cfg_aliases", "libc", @@ -5333,7 +4887,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" dependencies = [ "base64 0.22.1", - "bytes 1.9.0", + "bytes", "futures-core", "futures-util", "http 1.2.0", @@ -5426,7 +4980,7 @@ checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" dependencies = [ "bitvec", "bytecheck", - "bytes 1.9.0", + "bytes", "hashbrown 0.12.3", "ptr_meta", "rend", @@ -5493,7 +5047,7 @@ dependencies = [ "aws-creds", "aws-region", "base64 0.21.7", - "bytes 1.9.0", + "bytes", "cfg-if", "futures", "hex", @@ -5526,9 +5080,9 @@ version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555" dependencies = [ - "arrayvec 0.7.6", + "arrayvec", "borsh", - "bytes 1.9.0", + "bytes", "num-traits", "rand 0.8.5", "rkyv", @@ -5565,15 +5119,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ "bitflags 2.6.0", "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5887,17 +5441,6 @@ dependencies = [ "libc", ] -[[package]] -name = "self-replace" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03ec815b5eab420ab893f63393878d89c90fdd94c0bcc44c07abb8ad95552fb7" -dependencies = [ - "fastrand", - "tempfile", - "windows-sys 0.52.0", -] - [[package]] name = "semver" version = "1.0.23" @@ -5967,17 +5510,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_qs" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6" -dependencies = [ - "percent-encoding", - "serde", - "thiserror 1.0.69", -] - [[package]] name = "serde_repr" version = "0.1.19" @@ -5998,16 +5530,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_url_params" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c43307d0640738af32fe8d01e47119bc0fc8a686be470a44a586caff76dfb34" -dependencies = [ - "serde", - "url", -] - [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -6100,27 +5622,6 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" -[[package]] -name = "signal-hook" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" -dependencies = [ - "libc", - "signal-hook-registry", -] - -[[package]] -name = "signal-hook-mio" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" -dependencies = [ - "libc", - "mio 0.8.11", - "signal-hook", -] - [[package]] name = "signal-hook-registry" version = "1.4.2" @@ -6236,7 +5737,7 @@ name = "spicedb-client" version = "0.1.1" source = "git+https://github.com/systeminit/spicedb-client.git?branch=si-stable#38f5f8388077a9dcb345ca84c5b188bf62d5370c" dependencies = [ - "bytes 1.9.0", + "bytes", "http 1.2.0", "prost", "prost-types", @@ -6306,7 +5807,7 @@ dependencies = [ "atoi", "bigdecimal", "byteorder", - "bytes 1.9.0", + "bytes", "chrono", "crc", "crossbeam-queue", @@ -6394,7 +5895,7 @@ dependencies = [ "bigdecimal", "bitflags 2.6.0", "byteorder", - "bytes 1.9.0", + "bytes", "chrono", "crc", "digest", @@ -6512,17 +6013,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" -[[package]] -name = "stream-cancel" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9fbf9bd71e4cf18d68a8a0951c0e5b7255920c0cd992c4ff51cddd6ef514a3" -dependencies = [ - "futures-core", - "pin-project 1.1.7", - "tokio", -] - [[package]] name = "stringprep" version = "0.1.5" @@ -6576,9 +6066,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "superboring" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cee25cd9d145d2c1ef92a52720376eeb510c8870dfa0f84edb371901ec6a12ca" +checksum = "515cce34a781d7250b8a65706e0f2a5b99236ea605cb235d4baed6685820478f" dependencies = [ "getrandom 0.2.15", "hmac-sha256", @@ -6666,15 +6156,6 @@ dependencies = [ "xattr", ] -[[package]] -name = "tar-parser2" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7262f48c9ef16eb92e4ba069d4992dd27b793f816fb82012a860190d93ec882d" -dependencies = [ - "nom", -] - [[package]] name = "target-triple" version = "0.1.3" @@ -6748,18 +6229,13 @@ dependencies = [ "base64 0.22.1", "blake3", "bollard", - "bytes 1.9.0", + "bytes", "chrono", "ciborium", "clap", "color-eyre", - "colored", - "comfy-table", "config", - "console", "convert_case 0.6.0", - "criterion", - "crossbeam-channel", "crossbeam-queue", "darling 0.20.10", "deadpool", @@ -6782,11 +6258,8 @@ dependencies = [ "hyper 0.14.31", "hyperlocal", "iftree", - "include_dir", "indexmap 2.7.0", - "indicatif", "indoc", - "inquire", "itertools 0.12.1", "jwt-simple", "krata-loopdev", @@ -6799,7 +6272,6 @@ dependencies = [ "nkeys", "num_cpus", "once_cell", - "open", "opentelemetry", "opentelemetry-otlp", "opentelemetry-semantic-conventions", @@ -6811,7 +6283,6 @@ dependencies = [ "pathdiff", "petgraph", "pin-project-lite", - "podman-api", "postcard", "postgres-types", "pretty_assertions_sorted", @@ -6829,19 +6300,15 @@ dependencies = [ "rustls-native-certs 0.7.3", "rustls-pemfile 2.2.0", "sea-orm", - "self-replace", "serde", "serde-aux", "serde_json", "serde_path_to_error", - "serde_qs", - "serde_url_params", "serde_with", "serde_yaml", "sodiumoxide", "spicedb-client", "spicedb-grpc", - "stream-cancel", "strum", "syn 2.0.90", "sysinfo", @@ -6856,7 +6323,6 @@ dependencies = [ "tokio-postgres-rustls", "tokio-serde", "tokio-stream", - "tokio-test", "tokio-tungstenite", "tokio-util", "tokio-vsock", @@ -6873,8 +6339,6 @@ dependencies = [ "url", "uuid", "version_check", - "vfs 0.12.0", - "vfs-tar", "webpki-roots 0.25.4", "xxhash-rust", "y-sync", @@ -6892,11 +6356,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.4", + "thiserror-impl 2.0.6", ] [[package]] @@ -6912,9 +6376,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", @@ -6995,16 +6459,6 @@ dependencies = [ "zerovec", ] -[[package]] -name = "tinytemplate" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "tinyvec" version = "1.8.0" @@ -7027,9 +6481,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", - "bytes 1.9.0", + "bytes", "libc", - "mio 1.0.3", + "mio", "parking_lot", "pin-project-lite", "signal-hook-registry", @@ -7057,7 +6511,7 @@ checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" dependencies = [ "async-trait", "byteorder", - "bytes 1.9.0", + "bytes", "fallible-iterator", "futures-channel", "futures-util", @@ -7115,11 +6569,11 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "caf600e7036b17782571dd44fa0a5cea3c82f60db5137f774a325a76a0d6852b" dependencies = [ - "bytes 1.9.0", + "bytes", "educe", "futures-core", "futures-sink", - "pin-project 1.1.7", + "pin-project", "serde", "serde_json", ] @@ -7136,19 +6590,6 @@ dependencies = [ "tokio-util", ] -[[package]] -name = "tokio-test" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" -dependencies = [ - "async-stream", - "bytes 1.9.0", - "futures-core", - "tokio", - "tokio-stream", -] - [[package]] name = "tokio-tungstenite" version = "0.20.1" @@ -7167,7 +6608,7 @@ version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ - "bytes 1.9.0", + "bytes", "futures-core", "futures-sink", "futures-util", @@ -7182,7 +6623,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52a15c15b1bc91f90902347eff163b5b682643aff0c8e972912cca79bd9208dd" dependencies = [ - "bytes 1.9.0", + "bytes", "futures", "libc", "tokio", @@ -7233,7 +6674,7 @@ dependencies = [ "async-trait", "axum 0.7.9", "base64 0.22.1", - "bytes 1.9.0", + "bytes", "h2 0.4.7", "http 1.2.0", "http-body 1.0.1", @@ -7242,7 +6683,7 @@ dependencies = [ "hyper-timeout", "hyper-util", "percent-encoding", - "pin-project 1.1.7", + "pin-project", "prost", "rustls-pemfile 2.2.0", "socket2", @@ -7266,7 +6707,7 @@ dependencies = [ "futures-util", "hdrhistogram", "indexmap 1.9.3", - "pin-project 1.1.7", + "pin-project", "pin-project-lite", "rand 0.8.5", "slab", @@ -7299,7 +6740,7 @@ checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" dependencies = [ "async-compression", "bitflags 2.6.0", - "bytes 1.9.0", + "bytes", "futures-core", "futures-util", "http 0.2.12", @@ -7478,7 +6919,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", - "bytes 1.9.0", + "bytes", "data-encoding", "http 0.2.12", "httparse", @@ -7492,9 +6933,9 @@ dependencies = [ [[package]] name = "twox-hash" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6db6856664807f43c17fbaf2718e2381ac1476a449aa104f5f64622defa1245" +checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908" dependencies = [ "rand 0.8.5", ] @@ -7556,18 +6997,6 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - -[[package]] -name = "unicode-width" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" - [[package]] name = "unicode-xid" version = "0.2.6" @@ -7668,33 +7097,6 @@ version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -[[package]] -name = "vfs" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4fe92cfc1bad19c19925d5eee4b30584dbbdee4ff10183b261acccbef74e2d" - -[[package]] -name = "vfs" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654cd097e182a71dbf899178e6b5662c2157dd0b8afd5975de18008f6fc173d1" -dependencies = [ - "filetime", -] - -[[package]] -name = "vfs-tar" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac556b0de766b572d14bb8e4180b0534ba7bc801fddc2470d8cdd36740aac8a7" -dependencies = [ - "memmap2", - "stable_deref_trait", - "tar-parser2", - "vfs 0.10.0", -] - [[package]] name = "vsimd" version = "0.8.0" @@ -7711,27 +7113,6 @@ dependencies = [ "nix 0.24.3", ] -[[package]] -name = "vte" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" -dependencies = [ - "arrayvec 0.5.2", - "utf8parse", - "vte_generate_state_changes", -] - -[[package]] -name = "vte_generate_state_changes" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" -dependencies = [ - "proc-macro2", - "quote", -] - [[package]] name = "walkdir" version = "2.5.0" @@ -7780,9 +7161,9 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -7791,13 +7172,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn 2.0.90", @@ -7806,9 +7186,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.47" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" dependencies = [ "cfg-if", "js-sys", @@ -7819,9 +7199,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -7829,9 +7209,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", @@ -7842,9 +7222,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-streams" @@ -7861,9 +7241,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", @@ -8213,7 +7593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66534846dec7a11d7c50a74b7cdb208b9a581cad890b7866430d438455847c85" dependencies = [ "bcder", - "bytes 1.9.0", + "bytes", "chrono", "der", "hex", diff --git a/third-party/rust/Cargo.toml b/third-party/rust/Cargo.toml index c300f31a04..df8b950f88 100644 --- a/third-party/rust/Cargo.toml +++ b/third-party/rust/Cargo.toml @@ -34,7 +34,11 @@ async-recursion = "1.0.5" async-trait = "0.1.79" aws-config = { version = "1.1.7", features = ["behavior-version-latest"] } aws-sdk-firehose = "1.46.0" -axum = { version = "0.6.20", features = ["macros", "multipart", "ws"] } # todo: upgrade this alongside hyper/http/tokio-tungstenite +axum = { version = "0.6.20", features = [ + "macros", + "multipart", + "ws", +] } # todo: upgrade this alongside hyper/http/tokio-tungstenite base64 = "0.22.0" blake3 = "1.5.1" bollard = "0.16.1" @@ -43,14 +47,9 @@ chrono = { version = "0.4.37", features = ["serde"] } ciborium = "0.2.2" clap = { version = "4.5.4", features = ["derive", "color", "env", "wrap_help"] } color-eyre = "0.6.3" -colored = "2.1.0" -comfy-table = { version = "7.1.0", features = ["crossterm", "tty", "custom_styling"] } config = { version = "0.14.0", default-features = false, features = ["toml"] } -console = "0.15.8" convert_case = "0.6.0" -criterion = { version = "0.5.1", features = ["async_tokio"] } -crossbeam-channel = "0.5.12" -crossbeam-queue = {version = "0.3.10"} +crossbeam-queue = { version = "0.3.10" } darling = "0.20.10" deadpool = { version = "0.10.0", features = ["rt_tokio_1"] } deadpool-postgres = "0.12.1" @@ -69,27 +68,38 @@ fs4 = "0.11.0" glob = "0.3.1" hex = "0.4.3" http = "0.2.12" # todo: upgrade this alongside hyper/axum/tokio-tungstenite/tower-http -hyper = { version = "0.14.28", features = ["client", "http1", "runtime", "server"] } # todo: upgrade this alongside http/axum/tokio-tungstenite/tower-http -hyperlocal = { version = "0.8.0", default-features = false, features = ["client"] } # todo: using the very latest of hyper client 1.x, we _may_ be able to phase this crate +hyper = { version = "0.14.28", features = [ + "client", + "http1", + "runtime", + "server", +] } # todo: upgrade this alongside http/axum/tokio-tungstenite/tower-http +hyperlocal = { version = "0.8.0", default-features = false, features = [ + "client", +] } # todo: using the very latest of hyper client 1.x, we _may_ be able to phase this crate iftree = "1.0.5" -include_dir = "0.7.4" indexmap = { version = "2.2.6", features = ["serde", "std"] } -indicatif = "0.17.8" indoc = "2.0.5" -inquire = "0.7.4" itertools = "0.12.1" -jwt-simple = { version = "0.12.9", default-features = false, features = ["pure-rust"] } +jwt-simple = { version = "0.12.9", default-features = false, features = [ + "pure-rust", +] } krata-loopdev = "0.0.12" lazy_static = "1.4.0" manyhow = { version = "0.11.4", features = ["darling"] } mime_guess = { version = "=2.0.4" } # TODO(fnichol): 2.0.5 sets an env var in build.rs which needs to be tracked, required by reqwest miniz_oxide = { version = "0.7.2", features = ["simd"] } names = { version = "0.14.0", default-features = false } -nix = { version = "0.26.0", features = ["fs", "mount", "process", "signal", "user"] } +nix = { version = "0.26.0", features = [ + "fs", + "mount", + "process", + "signal", + "user", +] } nkeys = "0.4.0" num_cpus = "1.16.0" once_cell = "1.19.0" -open = "5.1.2" opentelemetry = { version = "0.26.0", features = ["trace"] } opentelemetry-otlp = { version = "0.26.0", features = ["metrics", "trace"] } opentelemetry-semantic-conventions = "0.14.0" @@ -101,7 +111,6 @@ paste = "1.0.14" pathdiff = "0.2.1" petgraph = { version = "0.6.4", features = ["serde-1"] } pin-project-lite = "0.2.13" -podman-api = "0.10.0" postcard = { version = "1.0.8", features = ["use-std"] } postgres-types = { version = "0.2.6", features = ["derive"] } pretty_assertions_sorted = "1.2.3" @@ -112,50 +121,73 @@ rand = "0.8.5" refinery = { version = "= 0.8.12", features = ["tokio-postgres"] } regex = "1.10.4" remain = "0.2.13" -reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls", "json", "multipart"] } +reqwest = { version = "0.12.2", default-features = false, features = [ + "rustls-tls", + "json", + "multipart", +] } ring = "=0.17.5" # Upgrading this is possible, but a pain, so we don't want to pick up every new minor version (see: https://github.com/facebook/buck2/commit/91af40b66960d003067c3d241595fb53d1e636c8) -rust-s3 = { version = "0.34.0-rc4", default-features = false, features = ["tokio-rustls-tls"] } +rust-s3 = { version = "0.34.0-rc4", default-features = false, features = [ + "tokio-rustls-tls", +] } rustls = { version = "0.23.18", default-features = false } # NOTE(nick,fletcher): rustls switched to "aws-lc-rs" as its default crypto provider, but we want ring (i.e. we disable the default feature for "aws-lc-rs") rustls-native-certs = "0.7.0" rustls-pemfile = { version = "2.1.1" } -sea-orm = { version = "1.1.0", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-chrono", "debug-print"] } -self-replace = "1.3.7" +sea-orm = { version = "1.1.0", features = [ + "sqlx-postgres", + "runtime-tokio-rustls", + "macros", + "with-chrono", + "debug-print", +] } serde = { version = "1.0.197", features = ["derive", "rc"] } serde-aux = "4.5.0" serde_json = { version = "1.0.133", features = ["preserve_order"] } serde_path_to_error = { version = "0.1.16" } -serde_qs = "0.13.0" -serde_url_params = "0.2.1" serde_with = "3.7.0" serde_yaml = "0.9.33" # NOTE(nick): this has been archived upstream sodiumoxide = "0.2.7" spicedb-client = { version = "0.1.1", features = ["tls"] } spicedb-grpc = "0.1.1" -stream-cancel = "0.8.2" strum = { version = "0.26.2", features = ["derive"] } syn = { version = "2.0.55", features = ["full", "extra-traits"] } sysinfo = "0.32.0" tar = "0.4.40" tempfile = "3.10.1" -test-log = { version = "0.2.15", default-features = false, features = ["trace"] } +test-log = { version = "0.2.15", default-features = false, features = [ + "trace", +] } thiserror = "1.0.58" thread-priority = "1.1.0" time = "0.3.36" tokio = { version = "1.37.0", features = ["full"] } -tokio-postgres = { version = "0.7.10", features = ["runtime", "with-chrono-0_4", "with-serde_json-1"] } +tokio-postgres = { version = "0.7.10", features = [ + "runtime", + "with-chrono-0_4", + "with-serde_json-1", +] } tokio-postgres-rustls = { version = "0.12.0" } tokio-serde = { version = "0.9.0", features = ["json"] } tokio-stream = { version = "0.1.15", features = ["sync", "time"] } -tokio-test = "0.4.4" tokio-tungstenite = "0.20.1" # todo: pinning back from 0.21.0, upgrade this alongside hyper/http/axum/tokio-tungstenite,tower-http tokio-util = { version = "0.7.10", features = ["codec", "rt"] } tokio-vsock = { version = "0.4.0" } toml = { version = "0.8.12" } tower = { version = "0.4.13", features = ["full"] } -tower-http = { version = "0.4.4", features = ["compression-br", "compression-deflate", "compression-gzip", "cors", "trace"] } # todo: pinning back to 0.4.4, upgrade this alongside hyper/http/axum/tokio-tungstenite +tower-http = { version = "0.4.4", features = [ + "compression-br", + "compression-deflate", + "compression-gzip", + "cors", + "trace", +] } # todo: pinning back to 0.4.4, upgrade this alongside hyper/http/axum/tokio-tungstenite tracing = { version = "0.1.40" } tracing-opentelemetry = "0.27.0" -tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "std"] } +tracing-subscriber = { version = "0.3.18", features = [ + "env-filter", + "json", + "std", +] } tracing-tunnel = "0.1.0" trybuild = { version = "1.0.99", features = ["diff"] } tryhard = "0.5.1" @@ -163,8 +195,6 @@ ulid = { version = "1.1.2", features = ["serde"] } url = { version = "2.5.0", features = ["serde"] } uuid = { version = "1.8.0", features = ["serde", "v4"] } version_check = "0.9.4" -vfs = "0.12.0" -vfs-tar = { version = "0.4.1", features = ["mmap"] } webpki-roots = { version = "0.25.4" } xxhash-rust = { version = "0.8.10", features = ["xxh3", "const_xxh3"] } y-sync = { version = "0.4.0", features = ["net"] } diff --git a/third-party/rust/fixups/criterion/fixups.toml b/third-party/rust/fixups/criterion/fixups.toml deleted file mode 100644 index 41439d3356..0000000000 --- a/third-party/rust/fixups/criterion/fixups.toml +++ /dev/null @@ -1 +0,0 @@ -cargo_env = true