From 56272ea0fcadb53739276f17e793450635996f40 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005308984 Date: Tue, 12 Nov 2024 22:38:13 -0800 Subject: [PATCH] [antlir][oss] update generated code Summary: **Do not change the title of this diff.** Automatically update generated code for antlir's GitHub release. Test Plan: GitHub Actions once this pushes Differential Revision: D65863361 fbshipit-source-id: d9d8a48eb944634cc38c1857383bc206ba4b42e1 --- .buckconfig.d/antlir.generated.buckconfig | 2 +- third-party/rust/BUCK | 667 +++++++++++----------- 2 files changed, 336 insertions(+), 333 deletions(-) diff --git a/.buckconfig.d/antlir.generated.buckconfig b/.buckconfig.d/antlir.generated.buckconfig index 84c55e6a88..91a0f8e89f 100644 --- a/.buckconfig.d/antlir.generated.buckconfig +++ b/.buckconfig.d/antlir.generated.buckconfig @@ -10,5 +10,5 @@ [external_cell_gh_facebookincubator_antlir_generated] git_origin = https://github.com/facebookincubator/antlir - commit_hash = 2a550f1c5fa467918690c96fa0d1f871de27c66f + commit_hash = 3d729b2d8a6ed5d618eefa2041ca5aff847b7b10 diff --git a/third-party/rust/BUCK b/third-party/rust/BUCK index b39ed60d39..1fdd7cc16e 100644 --- a/third-party/rust/BUCK +++ b/third-party/rust/BUCK @@ -6,7 +6,7 @@ load(":defs.bzl", "third_party_rust_cxx_library", "buildscript_run") git_fetch( name = "fbthrift-d83134f25cdb7b98.git", repo = "https://github.com/facebook/fbthrift.git", - rev = "5a91c614be25b0e0dfcc4ca0fa8318ab0d0785a4", + rev = "c00d3e9bcf27b6ea3dd839c9f67a07e76d77993e", visibility = [], ) @@ -20,7 +20,7 @@ git_fetch( git_fetch( name = "starlark-rust-a9d911d33fd77ff2.git", repo = "https://github.com/facebook/starlark-rust.git", - rev = "5beb0e26ed340b2deb57b679b1d23c2b40e3c468", + rev = "f143b5771cec274e9b5660d8b56edf5d4cafdd77", visibility = [], ) @@ -446,18 +446,18 @@ cargo.rust_library( ) http_archive( - name = "allocator-api2-0.2.19.crate", - sha256 = "611cc2ae7d2e242c457e4be7f97036b8ad9ca152b499f53faf99b1ed8fc2553f", - strip_prefix = "allocator-api2-0.2.19", - urls = ["https://static.crates.io/crates/allocator-api2/0.2.19/download"], + name = "allocator-api2-0.2.20.crate", + sha256 = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9", + strip_prefix = "allocator-api2-0.2.20", + urls = ["https://static.crates.io/crates/allocator-api2/0.2.20/download"], visibility = [], ) cargo.rust_library( - name = "allocator-api2-0.2.19", - srcs = [":allocator-api2-0.2.19.crate"], + name = "allocator-api2-0.2.20", + srcs = [":allocator-api2-0.2.20.crate"], crate = "allocator_api2", - crate_root = "allocator-api2-0.2.19.crate/src/lib.rs", + crate_root = "allocator-api2-0.2.20.crate/src/lib.rs", edition = "2018", features = [ "alloc", @@ -1186,7 +1186,7 @@ cargo.rust_library( ":futures-lite-2.5.0", ":parking-2.2.1", ":polling-3.7.4", - ":rustix-0.38.39", + ":rustix-0.38.40", ":slab-0.4.9", ":tracing-0.1.40", ], @@ -1256,7 +1256,7 @@ cargo.rust_library( ":async-channel-2.3.1", ":async-signal-0.2.10", ":async-task-4.7.1", - ":rustix-0.38.39", + ":rustix-0.38.40", ], ), "linux-x86_64": dict( @@ -1264,21 +1264,21 @@ cargo.rust_library( ":async-channel-2.3.1", ":async-signal-0.2.10", ":async-task-4.7.1", - ":rustix-0.38.39", + ":rustix-0.38.40", ], ), "macos-arm64": dict( deps = [ ":async-signal-0.2.10", - ":rustix-0.38.39", - ":rustix-0.38.39", + ":rustix-0.38.40", + ":rustix-0.38.40", ], ), "macos-x86_64": dict( deps = [ ":async-signal-0.2.10", - ":rustix-0.38.39", - ":rustix-0.38.39", + ":rustix-0.38.40", + ":rustix-0.38.40", ], ), "windows-gnu": dict( @@ -1349,7 +1349,7 @@ cargo.rust_library( deps = [ ":async-io-2.4.0", ":futures-io-0.3.31", - ":rustix-0.38.39", + ":rustix-0.38.40", ":signal-hook-registry-1.4.2", ], ), @@ -1357,7 +1357,7 @@ cargo.rust_library( deps = [ ":async-io-2.4.0", ":futures-io-0.3.31", - ":rustix-0.38.39", + ":rustix-0.38.40", ":signal-hook-registry-1.4.2", ], ), @@ -1365,7 +1365,7 @@ cargo.rust_library( deps = [ ":async-io-2.4.0", ":futures-io-0.3.31", - ":rustix-0.38.39", + ":rustix-0.38.40", ":signal-hook-registry-1.4.2", ], ), @@ -1373,7 +1373,7 @@ cargo.rust_library( deps = [ ":async-io-2.4.0", ":futures-io-0.3.31", - ":rustix-0.38.39", + ":rustix-0.38.40", ":signal-hook-registry-1.4.2", ], ), @@ -2319,7 +2319,7 @@ cargo.rust_library( "std", ], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) alias( @@ -2353,7 +2353,7 @@ cargo.rust_library( deps = [ ":funty-2.0.0", ":radium-0.7.0", - ":serde-1.0.214", + ":serde-1.0.215", ":tap-1.0.1", ":wyz-0.5.1", ], @@ -2728,8 +2728,8 @@ cargo.rust_library( visibility = [], deps = [ ":memchr-2.7.4", - ":regex-automata-0.4.8", - ":serde-1.0.214", + ":regex-automata-0.4.9", + ":serde-1.0.215", ], ) @@ -2757,9 +2757,9 @@ cargo.rust_library( deps = [ ":dunce-1.0.5", ":once_cell-1.19.0", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ], ) @@ -3054,6 +3054,8 @@ cargo.rust_library( "bytemuck_derive", "derive", "min_const_generics", + "nightly_portable_simd", + "nightly_stdsimd", ], visibility = [], deps = [":bytemuck_derive-1.8.0"], @@ -3157,7 +3159,7 @@ cargo.rust_library( "std", ], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) alias( @@ -3300,7 +3302,7 @@ cargo.rust_library( ":instant-0.1.13", ":lazy_static-1.5.0", ":once_cell-1.19.0", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":tokio-1.41.1", ], ) @@ -3375,7 +3377,7 @@ cargo.rust_library( ], rustc_flags = ["@$(location :camino-1.1.9-build-script-run[rustc_flags])"], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) cargo.rust_binary( @@ -3418,16 +3420,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "windows-gnu": dict( deps = [ @@ -3496,16 +3498,16 @@ cargo.rust_library( features = ["default"], platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), }, rustc_flags = ["@$(location :cap-std-3.4.1-build-script-run[rustc_flags])"], @@ -3555,18 +3557,18 @@ cargo.rust_library( ) http_archive( - name = "cc-1.1.37.crate", - sha256 = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf", - strip_prefix = "cc-1.1.37", - urls = ["https://static.crates.io/crates/cc/1.1.37/download"], + name = "cc-1.2.0.crate", + sha256 = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8", + strip_prefix = "cc-1.2.0", + urls = ["https://static.crates.io/crates/cc/1.2.0/download"], visibility = [], ) cargo.rust_library( - name = "cc-1.1.37", - srcs = [":cc-1.1.37.crate"], + name = "cc-1.2.0", + srcs = [":cc-1.2.0.crate"], crate = "cc", - crate_root = "cc-1.1.37.crate/src/lib.rs", + crate_root = "cc-1.2.0.crate/src/lib.rs", edition = "2018", features = ["parallel"], platform = { @@ -3741,7 +3743,7 @@ cargo.rust_library( visibility = [], deps = [ ":num-traits-0.2.19", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -4333,7 +4335,7 @@ cargo.rust_library( crate_root = "cmake-0.1.51.crate/src/lib.rs", edition = "2021", visibility = [], - deps = [":cc-1.1.37"], + deps = [":cc-1.2.0"], ) cargo.rust_library( @@ -4744,8 +4746,8 @@ cargo.rust_library( ":idna-0.3.0", ":log-0.4.22", ":publicsuffix-2.2.3", - ":serde-1.0.214", - ":serde_derive-1.0.214", + ":serde-1.0.215", + ":serde_derive-1.0.215", ":serde_json-1.0.132", ":time-0.3.36", ":url-2.5.3", @@ -4818,18 +4820,18 @@ cargo.rust_library( ) http_archive( - name = "cpufeatures-0.2.14.crate", - sha256 = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0", - strip_prefix = "cpufeatures-0.2.14", - urls = ["https://static.crates.io/crates/cpufeatures/0.2.14/download"], + name = "cpufeatures-0.2.15.crate", + sha256 = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6", + strip_prefix = "cpufeatures-0.2.15", + urls = ["https://static.crates.io/crates/cpufeatures/0.2.15/download"], visibility = [], ) cargo.rust_library( - name = "cpufeatures-0.2.14", - srcs = [":cpufeatures-0.2.14.crate"], + name = "cpufeatures-0.2.15", + srcs = [":cpufeatures-0.2.15.crate"], crate = "cpufeatures", - crate_root = "cpufeatures-0.2.14.crate/src/lib.rs", + crate_root = "cpufeatures-0.2.15.crate/src/lib.rs", edition = "2018", platform = { "linux-arm64": dict( @@ -4878,7 +4880,7 @@ cargo.rust_library( ":num-traits-0.2.19", ":paste-1.0.15", ":python3-sys-0.7.2", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -5292,30 +5294,30 @@ cargo.rust_library( alias( name = "csv", - actual = ":csv-1.3.0", + actual = ":csv-1.3.1", visibility = ["PUBLIC"], ) http_archive( - name = "csv-1.3.0.crate", - sha256 = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe", - strip_prefix = "csv-1.3.0", - urls = ["https://static.crates.io/crates/csv/1.3.0/download"], + name = "csv-1.3.1.crate", + sha256 = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf", + strip_prefix = "csv-1.3.1", + urls = ["https://static.crates.io/crates/csv/1.3.1/download"], visibility = [], ) cargo.rust_library( - name = "csv-1.3.0", - srcs = [":csv-1.3.0.crate"], + name = "csv-1.3.1", + srcs = [":csv-1.3.1.crate"], crate = "csv", - crate_root = "csv-1.3.0.crate/src/lib.rs", + crate_root = "csv-1.3.1.crate/src/lib.rs", edition = "2021", visibility = [], deps = [ ":csv-core-0.1.11", ":itoa-1.0.11", ":ryu-1.0.18", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -5367,18 +5369,18 @@ cargo.rust_library( ) http_archive( - name = "cxx-1.0.129.crate", - sha256 = "cbdc8cca144dce1c4981b5c9ab748761619979e515c3d53b5df385c677d1d007", - strip_prefix = "cxx-1.0.129", - urls = ["https://static.crates.io/crates/cxx/1.0.129/download"], + name = "cxx-1.0.130.crate", + sha256 = "23c042a0ba58aaff55299632834d1ea53ceff73d62373f62c9ae60890ad1b942", + strip_prefix = "cxx-1.0.130", + urls = ["https://static.crates.io/crates/cxx/1.0.130/download"], visibility = [], ) cargo.rust_binary( - name = "cxx-1.0.129-build-script-build", - srcs = [":cxx-1.0.129.crate"], + name = "cxx-1.0.130-build-script-build", + srcs = [":cxx-1.0.130.crate"], crate = "build_script_build", - crate_root = "cxx-1.0.129.crate/build.rs", + crate_root = "cxx-1.0.130.crate/build.rs", edition = "2021", features = [ "alloc", @@ -5387,88 +5389,89 @@ cargo.rust_binary( ], visibility = [], deps = [ - ":cc-1.1.37", - ":cxxbridge-flags-1.0.129", + ":cc-1.2.0", + ":cxxbridge-flags-1.0.130", ], ) buildscript_run( - name = "cxx-1.0.129-build-script-run", + name = "cxx-1.0.130-build-script-run", package_name = "cxx", - buildscript_rule = ":cxx-1.0.129-build-script-build", + buildscript_rule = ":cxx-1.0.130-build-script-build", features = [ "alloc", "default", "std", ], - version = "1.0.129", + version = "1.0.130", ) alias( name = "cxx", - actual = ":cxx-1.0.129-cxx", + actual = ":cxx-1.0.130-cxx", visibility = ["PUBLIC"], ) cargo.rust_library( - name = "cxx-1.0.129-cxx", - srcs = [":cxx-1.0.129.crate"], + name = "cxx-1.0.130-cxx", + srcs = [":cxx-1.0.130.crate"], crate = "cxx", - crate_root = "cxx-1.0.129.crate/src/lib.rs", + crate_root = "cxx-1.0.130.crate/src/lib.rs", edition = "2021", env = { - "OUT_DIR": "$(location :cxx-1.0.129-build-script-run[out_dir])", + "OUT_DIR": "$(location :cxx-1.0.130-build-script-run[out_dir])", }, features = [ "alloc", "default", "std", ], - rustc_flags = ["@$(location :cxx-1.0.129-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :cxx-1.0.130-build-script-run[rustc_flags])"], visibility = [], deps = [ - ":cxxbridge-macro-1.0.129", + ":cxxbridge-macro-1.0.130", ":link-cplusplus-1.0.9", ], ) http_archive( - name = "cxxbridge-flags-1.0.129.crate", - sha256 = "d422aff542b4fa28c2ce8e5cc202d42dbf24702345c1fba3087b2d3f8a1b90ff", - strip_prefix = "cxxbridge-flags-1.0.129", - urls = ["https://static.crates.io/crates/cxxbridge-flags/1.0.129/download"], + name = "cxxbridge-flags-1.0.130.crate", + sha256 = "aa7ed7d30b289e2592cc55bc2ccd89803a63c913e008e6eb59f06cddf45bb52f", + strip_prefix = "cxxbridge-flags-1.0.130", + urls = ["https://static.crates.io/crates/cxxbridge-flags/1.0.130/download"], visibility = [], ) cargo.rust_library( - name = "cxxbridge-flags-1.0.129", - srcs = [":cxxbridge-flags-1.0.129.crate"], + name = "cxxbridge-flags-1.0.130", + srcs = [":cxxbridge-flags-1.0.130.crate"], crate = "cxxbridge_flags", - crate_root = "cxxbridge-flags-1.0.129.crate/src/lib.rs", + crate_root = "cxxbridge-flags-1.0.130.crate/src/lib.rs", edition = "2021", features = ["default"], visibility = [], ) http_archive( - name = "cxxbridge-macro-1.0.129.crate", - sha256 = "a1719100f31492cd6adeeab9a0f46cdbc846e615fdb66d7b398aa46ec7fdd06f", - strip_prefix = "cxxbridge-macro-1.0.129", - urls = ["https://static.crates.io/crates/cxxbridge-macro/1.0.129/download"], + name = "cxxbridge-macro-1.0.130.crate", + sha256 = "0b8c465d22de46b851c04630a5fc749a26005b263632ed2e0d9cc81518ead78d", + strip_prefix = "cxxbridge-macro-1.0.130", + urls = ["https://static.crates.io/crates/cxxbridge-macro/1.0.130/download"], visibility = [], ) cargo.rust_library( - name = "cxxbridge-macro-1.0.129", - srcs = [":cxxbridge-macro-1.0.129.crate"], + name = "cxxbridge-macro-1.0.130", + srcs = [":cxxbridge-macro-1.0.130.crate"], crate = "cxxbridge_macro", - crate_root = "cxxbridge-macro-1.0.129.crate/src/lib.rs", + crate_root = "cxxbridge-macro-1.0.130.crate/src/lib.rs", edition = "2021", proc_macro = True, visibility = [], deps = [ ":proc-macro2-1.0.89", ":quote-1.0.37", + ":rustversion-1.0.18", ":syn-2.0.87", ], ) @@ -5819,7 +5822,7 @@ cargo.rust_library( ":once_cell-1.19.0", ":parking_lot_core-0.9.10", ":rayon-1.10.0", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -5871,7 +5874,7 @@ cargo.rust_library( visibility = [], deps = [ ":schemafy-0.5.2", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ], ) @@ -6720,7 +6723,7 @@ cargo.rust_library( visibility = [], deps = [ ":enumflags2_derive-0.7.10", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -6907,7 +6910,7 @@ cargo.rust_library( "std", ], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) http_archive( @@ -6930,7 +6933,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":typeid-1.0.2", ], ) @@ -7365,7 +7368,7 @@ cargo.rust_library( ":ordered-float-3.9.2", ":panic-message-0.3.0", ":serde_json-1.0.132", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ], ) @@ -7397,7 +7400,7 @@ cargo.rust_library( ":ordered-float-1.1.1", ":panic-message-0.3.0", ":serde_json-1.0.132", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ], ) @@ -7417,16 +7420,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "windows-gnu": dict( deps = [":windows-sys-0.52.0"], @@ -7814,7 +7817,7 @@ cargo.rust_library( ":frunk_core-0.4.3", ":frunk_derives-0.4.3", ":frunk_proc_macros-0.1.3", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -7834,7 +7837,7 @@ cargo.rust_library( edition = "2021", features = ["alloc"], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) http_archive( @@ -7923,16 +7926,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "windows-gnu": dict( deps = [":windows-sys-0.52.0"], @@ -8689,9 +8692,9 @@ cargo.rust_library( ":aho-corasick-1.1.3", ":bstr-1.10.0", ":log-0.4.22", - ":regex-automata-0.4.8", + ":regex-automata-0.4.9", ":regex-syntax-0.8.5", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -8880,9 +8883,9 @@ cargo.rust_library( ":log-0.4.22", ":pest-2.7.14", ":pest_derive-2.7.14", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":walkdir-2.5.0", ], ) @@ -8944,8 +8947,8 @@ cargo.rust_library( visibility = [], deps = [ ":ahash-0.8.11", - ":allocator-api2-0.2.19", - ":serde-1.0.214", + ":allocator-api2-0.2.20", + ":serde-1.0.215", ], ) @@ -8974,7 +8977,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":allocator-api2-0.2.19", + ":allocator-api2-0.2.20", ":equivalent-1.0.1", ":foldhash-0.1.3", ], @@ -9391,7 +9394,7 @@ cargo.rust_library( ":log-0.4.22", ":once_cell-1.19.0", ":regex-1.10.6", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":serde_urlencoded-0.7.1", ":tokio-1.41.1", @@ -9960,7 +9963,7 @@ cargo.rust_library( ":globset-0.4.15", ":log-0.4.22", ":memchr-2.7.4", - ":regex-automata-0.4.8", + ":regex-automata-0.4.9", ":same-file-1.0.6", ":walkdir-2.5.0", ], @@ -10044,29 +10047,29 @@ cargo.rust_library( ":equivalent-1.0.1", ":hashbrown-0.15.1", ":rayon-1.10.0", - ":serde-1.0.214", + ":serde-1.0.215", ], ) alias( name = "indicatif", - actual = ":indicatif-0.17.8", + actual = ":indicatif-0.17.9", visibility = ["PUBLIC"], ) http_archive( - name = "indicatif-0.17.8.crate", - sha256 = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3", - strip_prefix = "indicatif-0.17.8", - urls = ["https://static.crates.io/crates/indicatif/0.17.8/download"], + 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.8", - srcs = [":indicatif-0.17.8.crate"], + name = "indicatif-0.17.9", + srcs = [":indicatif-0.17.9.crate"], crate = "indicatif", - crate_root = "indicatif-0.17.8.crate/src/lib.rs", + crate_root = "indicatif-0.17.9.crate/src/lib.rs", edition = "2021", features = [ "default", @@ -10086,7 +10089,7 @@ cargo.rust_library( ":rayon-1.10.0", ":tokio-1.41.1", ":unicode-segmentation-1.12.0", - ":unicode-width-0.1.12", + ":unicode-width-0.2.0", ], ) @@ -11216,7 +11219,7 @@ cargo.rust_binary( ], visibility = [], deps = [ - ":cc-1.1.37", + ":cc-1.2.0", ":pkg-config-0.3.31", ":vcpkg-0.2.15", ], @@ -11660,7 +11663,7 @@ cargo.rust_library( visibility = [], deps = [ ":bitflags-1.3.2", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":serde_repr-0.1.19", ":url-2.5.3", @@ -11832,7 +11835,7 @@ cargo.rust_library( crate_root = "memfd-0.6.4.crate/src/lib.rs", edition = "2018", visibility = [], - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ) alias( @@ -12352,7 +12355,7 @@ cargo.rust_library( visibility = [], deps = [ ":log-0.3.9", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -12400,10 +12403,10 @@ cargo.rust_library( ":percent-encoding-2.3.1", ":pin-project-1.1.7", ":priority-queue-1.4.0", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":socket2-0.4.10", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":tokio-1.41.1", ":tokio-native-tls-0.3.1", ":tokio-util-0.7.12", @@ -12468,12 +12471,12 @@ cargo.rust_library( ":regex-1.10.6", ":rust_decimal-1.36.0", ":saturating-0.1.0", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":sha1-0.10.6", ":sha2-0.10.8", ":smallvec-1.13.2", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":uuid-1.11.0", ], ) @@ -12496,7 +12499,7 @@ cargo.rust_binary( visibility = [], deps = [ ":bindgen-0.59.2", - ":cc-1.1.37", + ":cc-1.2.0", ":cmake-0.1.51", ":subprocess-0.2.9", ], @@ -13624,11 +13627,11 @@ cargo.rust_library( ":getset-0.1.3", ":once_cell-1.19.0", ":regex-1.10.6", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":strum-0.26.3", ":strum_macros-0.26.4", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ], ) @@ -13821,7 +13824,7 @@ cargo.rust_binary( edition = "2021", visibility = [], deps = [ - ":cc-1.1.37", + ":cc-1.2.0", ":pkg-config-0.3.31", ":vcpkg-0.2.15", ], @@ -13856,7 +13859,7 @@ cargo.rust_library( visibility = [], deps = [ ":num-traits-0.2.19", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -13889,7 +13892,7 @@ cargo.rust_library( deps = [ ":num-traits-0.2.19", ":rand-0.8.5", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -14291,7 +14294,7 @@ cargo.rust_library( crate_root = "partition-identity-0.3.0.crate/src/lib.rs", edition = "2021", visibility = [], - deps = [":thiserror-1.0.68"], + deps = [":thiserror-1.0.69"], ) alias( @@ -14400,7 +14403,7 @@ cargo.rust_library( visibility = [], deps = [ ":base64-0.22.1", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -14460,7 +14463,7 @@ cargo.rust_library( visibility = [], deps = [ ":memchr-2.7.4", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":ucd-trie-0.1.7", ], ) @@ -14586,8 +14589,8 @@ cargo.rust_library( deps = [ ":fixedbitset-0.4.2", ":indexmap-2.6.0", - ":serde-1.0.214", - ":serde_derive-1.0.214", + ":serde-1.0.215", + ":serde_derive-1.0.215", ], ) @@ -15053,16 +15056,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "windows-gnu": dict( deps = [ @@ -15412,7 +15415,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":csv-1.3.0", + ":csv-1.3.1", ":encode_unicode-1.0.0", ":is-terminal-0.4.13", ":lazy_static-1.5.0", @@ -16336,7 +16339,7 @@ cargo.rust_library( visibility = [], deps = [ ":memchr-2.7.4", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -16465,7 +16468,7 @@ cargo.rust_library( deps = [ ":endian-type-0.1.2", ":nibble_vec-0.1.0", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -16538,7 +16541,7 @@ cargo.rust_library( deps = [ ":rand_chacha-0.3.1", ":rand_core-0.6.4", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -16603,7 +16606,7 @@ cargo.rust_library( visibility = [], deps = [ ":getrandom-0.2.15", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -16634,7 +16637,7 @@ cargo.rust_library( visibility = [], deps = [ ":rand_core-0.6.4", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -16796,7 +16799,7 @@ cargo.rust_library( deps = [ ":aho-corasick-1.1.3", ":memchr-2.7.4", - ":regex-automata-0.4.8", + ":regex-automata-0.4.9", ":regex-syntax-0.8.5", ], ) @@ -16883,18 +16886,18 @@ cargo.rust_library( ) http_archive( - name = "regex-automata-0.4.8.crate", - sha256 = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3", - strip_prefix = "regex-automata-0.4.8", - urls = ["https://static.crates.io/crates/regex-automata/0.4.8/download"], + name = "regex-automata-0.4.9.crate", + sha256 = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908", + strip_prefix = "regex-automata-0.4.9", + urls = ["https://static.crates.io/crates/regex-automata/0.4.9/download"], visibility = [], ) cargo.rust_library( - name = "regex-automata-0.4.8", - srcs = [":regex-automata-0.4.8.crate"], + name = "regex-automata-0.4.9", + srcs = [":regex-automata-0.4.9.crate"], crate = "regex_automata", - crate_root = "regex-automata-0.4.8.crate/src/lib.rs", + crate_root = "regex-automata-0.4.9.crate/src/lib.rs", edition = "2021", features = [ "alloc", @@ -17048,7 +17051,7 @@ cargo.rust_library( "serde", ], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) http_archive( @@ -17308,7 +17311,7 @@ cargo.rust_library( ":futures-core-0.3.31", ":futures-util-0.3.31", ":http-0.2.12", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":serde_urlencoded-0.7.1", ":sync_wrapper-0.1.2", @@ -17424,7 +17427,7 @@ cargo.rust_binary( "once_cell", ], visibility = [], - deps = [":cc-1.1.37"], + deps = [":cc-1.2.0"], ) buildscript_run( @@ -17506,7 +17509,7 @@ cargo.rust_binary( "dev_urandom_fallback", ], visibility = [], - deps = [":cc-1.1.37"], + deps = [":cc-1.2.0"], ) buildscript_run( @@ -17838,7 +17841,7 @@ cargo.rust_library( ":num-traits-0.2.19", ":rand-0.8.5", ":rkyv-0.7.45", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ], ) @@ -18169,26 +18172,26 @@ buildscript_run( alias( name = "rustix", - actual = ":rustix-0.38.39", + actual = ":rustix-0.38.40", visibility = ["PUBLIC"], ) http_archive( - name = "rustix-0.38.39.crate", - sha256 = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee", - strip_prefix = "rustix-0.38.39", - urls = ["https://static.crates.io/crates/rustix/0.38.39/download"], + name = "rustix-0.38.40.crate", + sha256 = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0", + strip_prefix = "rustix-0.38.40", + urls = ["https://static.crates.io/crates/rustix/0.38.40/download"], visibility = [], ) cargo.rust_library( - name = "rustix-0.38.39", - srcs = [":rustix-0.38.39.crate"], + name = "rustix-0.38.40", + srcs = [":rustix-0.38.40.crate"], crate = "rustix", - crate_root = "rustix-0.38.39.crate/src/lib.rs", + crate_root = "rustix-0.38.40.crate/src/lib.rs", edition = "2021", env = { - "OUT_DIR": "$(location :rustix-0.38.39-build-script-run[out_dir])", + "OUT_DIR": "$(location :rustix-0.38.40-build-script-run[out_dir])", }, features = [ "alloc", @@ -18255,7 +18258,7 @@ cargo.rust_library( deps = [":windows-sys-0.52.0"], ), }, - rustc_flags = ["@$(location :rustix-0.38.39-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :rustix-0.38.40-build-script-run[rustc_flags])"], visibility = [], deps = [ ":bitflags-2.6.0", @@ -18264,10 +18267,10 @@ cargo.rust_library( ) cargo.rust_binary( - name = "rustix-0.38.39-build-script-build", - srcs = [":rustix-0.38.39.crate"], + name = "rustix-0.38.40-build-script-build", + srcs = [":rustix-0.38.40.crate"], crate = "build_script_build", - crate_root = "rustix-0.38.39.crate/build.rs", + crate_root = "rustix-0.38.40.crate/build.rs", edition = "2021", features = [ "alloc", @@ -18292,9 +18295,9 @@ cargo.rust_binary( ) buildscript_run( - name = "rustix-0.38.39-build-script-run", + name = "rustix-0.38.40-build-script-run", package_name = "rustix", - buildscript_rule = ":rustix-0.38.39-build-script-build", + buildscript_rule = ":rustix-0.38.40-build-script-build", features = [ "alloc", "default", @@ -18314,7 +18317,7 @@ buildscript_run( "time", "use-libc-auxv", ], - version = "0.38.39", + version = "0.38.40", ) alias( @@ -18908,8 +18911,8 @@ cargo.rust_library( ":Inflector-0.11.4", ":schemafy_core-0.5.2", ":schemafy_lib-0.5.2", - ":serde-1.0.214", - ":serde_derive-1.0.214", + ":serde-1.0.215", + ":serde_derive-1.0.215", ":serde_json-1.0.132", ":serde_repr-0.1.19", ":syn-1.0.109-syn1", @@ -18932,7 +18935,7 @@ cargo.rust_library( edition = "2018", visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ], ) @@ -18957,8 +18960,8 @@ cargo.rust_library( ":proc-macro2-1.0.89", ":quote-1.0.37", ":schemafy_core-0.5.2", - ":serde-1.0.214", - ":serde_derive-1.0.214", + ":serde-1.0.215", + ":serde_derive-1.0.215", ":serde_json-1.0.132", ":syn-1.0.109-syn1", ], @@ -19282,7 +19285,7 @@ cargo.rust_library( ], rustc_flags = ["@$(location :semver-1.0.23-build-script-run[rustc_flags])"], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) cargo.rust_binary( @@ -19337,26 +19340,26 @@ cargo.rust_library( alias( name = "serde", - actual = ":serde-1.0.214", + actual = ":serde-1.0.215", visibility = ["PUBLIC"], ) http_archive( - name = "serde-1.0.214.crate", - sha256 = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5", - strip_prefix = "serde-1.0.214", - urls = ["https://static.crates.io/crates/serde/1.0.214/download"], + name = "serde-1.0.215.crate", + sha256 = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f", + strip_prefix = "serde-1.0.215", + urls = ["https://static.crates.io/crates/serde/1.0.215/download"], visibility = [], ) cargo.rust_library( - name = "serde-1.0.214", - srcs = [":serde-1.0.214.crate"], + name = "serde-1.0.215", + srcs = [":serde-1.0.215.crate"], crate = "serde", - crate_root = "serde-1.0.214.crate/src/lib.rs", + crate_root = "serde-1.0.215.crate/src/lib.rs", edition = "2018", env = { - "OUT_DIR": "$(location :serde-1.0.214-build-script-run[out_dir])", + "OUT_DIR": "$(location :serde-1.0.215-build-script-run[out_dir])", }, features = [ "alloc", @@ -19366,16 +19369,16 @@ cargo.rust_library( "serde_derive", "std", ], - rustc_flags = ["@$(location :serde-1.0.214-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :serde-1.0.215-build-script-run[rustc_flags])"], visibility = [], - deps = [":serde_derive-1.0.214"], + deps = [":serde_derive-1.0.215"], ) cargo.rust_binary( - name = "serde-1.0.214-build-script-build", - srcs = [":serde-1.0.214.crate"], + name = "serde-1.0.215-build-script-build", + srcs = [":serde-1.0.215.crate"], crate = "build_script_build", - crate_root = "serde-1.0.214.crate/build.rs", + crate_root = "serde-1.0.215.crate/build.rs", edition = "2018", features = [ "alloc", @@ -19389,9 +19392,9 @@ cargo.rust_binary( ) buildscript_run( - name = "serde-1.0.214-build-script-run", + name = "serde-1.0.215-build-script-run", package_name = "serde", - buildscript_rule = ":serde-1.0.214-build-script-build", + buildscript_rule = ":serde-1.0.215-build-script-build", features = [ "alloc", "default", @@ -19400,28 +19403,28 @@ buildscript_run( "serde_derive", "std", ], - version = "1.0.214", + version = "1.0.215", ) alias( name = "serde_derive", - actual = ":serde_derive-1.0.214", + actual = ":serde_derive-1.0.215", visibility = ["PUBLIC"], ) http_archive( - name = "serde_derive-1.0.214.crate", - sha256 = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766", - strip_prefix = "serde_derive-1.0.214", - urls = ["https://static.crates.io/crates/serde_derive/1.0.214/download"], + name = "serde_derive-1.0.215.crate", + sha256 = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0", + strip_prefix = "serde_derive-1.0.215", + urls = ["https://static.crates.io/crates/serde_derive/1.0.215/download"], visibility = [], ) cargo.rust_library( - name = "serde_derive-1.0.214", - srcs = [":serde_derive-1.0.214.crate"], + name = "serde_derive-1.0.215", + srcs = [":serde_derive-1.0.215.crate"], crate = "serde_derive", - crate_root = "serde_derive-1.0.214.crate/src/lib.rs", + crate_root = "serde_derive-1.0.215.crate/src/lib.rs", edition = "2015", features = ["default"], proc_macro = True, @@ -19448,7 +19451,7 @@ cargo.rust_library( crate_root = "serde_fmt-1.0.3.crate/src/lib.rs", edition = "2018", visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) alias( @@ -19487,7 +19490,7 @@ cargo.rust_library( ":itoa-1.0.11", ":memchr-2.7.4", ":ryu-1.0.18", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -19566,7 +19569,7 @@ cargo.rust_library( edition = "2021", features = ["serde"], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) alias( @@ -19590,7 +19593,7 @@ cargo.rust_library( crate_root = "serde_starlark-0.1.16.crate/src/lib.rs", edition = "2021", visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) alias( @@ -19618,7 +19621,7 @@ cargo.rust_library( ":form_urlencoded-1.2.1", ":itoa-1.0.11", ":ryu-1.0.18", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -19653,7 +19656,7 @@ cargo.rust_library( visibility = [], deps = [ ":hex-0.4.3", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":serde_with_macros-1.5.2", ], @@ -19709,22 +19712,22 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "linux-x86_64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "macos-arm64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "macos-x86_64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "windows-gnu": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "windows-msvc": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), }, visibility = [], @@ -19777,22 +19780,22 @@ cargo.rust_library( ], platform = { "linux-arm64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "linux-x86_64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "macos-arm64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "macos-x86_64": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "windows-gnu": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), "windows-msvc": dict( - deps = [":cpufeatures-0.2.14"], + deps = [":cpufeatures-0.2.15"], ), }, visibility = [], @@ -20409,7 +20412,7 @@ cargo.rust_library( "write", ], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) http_archive( @@ -20455,7 +20458,7 @@ cargo.rust_library( "std", ], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) http_archive( @@ -20660,7 +20663,7 @@ cargo.rust_library( ":paste-1.0.15", ":ref-cast-1.0.23", ":regex-1.10.6", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":starlark_derive-0.12.0", ":starlark_map-0.12.0", @@ -20668,7 +20671,7 @@ cargo.rust_library( ":static_assertions-1.1.0", ":strsim-0.10.0", ":textwrap-0.11.0", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ], ) @@ -20717,7 +20720,7 @@ cargo.rust_library( ":equivalent-1.0.1", ":fxhash-0.2.1", ":hashbrown-0.14.5", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -20746,7 +20749,7 @@ cargo.rust_library( ":num-traits-0.2.19", ":once_cell-1.19.0", ":starlark_map-0.12.0", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ], ) @@ -21261,7 +21264,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":sval-2.13.2", ":sval_nested-2.13.2", ], @@ -21671,16 +21674,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "windows-gnu": dict( deps = [":windows-sys-0.59.0"], @@ -21743,7 +21746,7 @@ cargo.rust_library( ":pest_derive-2.7.14", ":rand-0.8.5", ":regex-1.10.6", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":slug-0.1.6", ":unic-segment-0.9.0", @@ -21917,16 +21920,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "windows-gnu": dict( deps = [":windows-sys-0.48.0"], @@ -21954,16 +21957,16 @@ cargo.rust_library( edition = "2021", platform = { "linux-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "linux-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-arm64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "macos-x86_64": dict( - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ), "windows-gnu": dict( deps = [":windows-sys-0.59.0"], @@ -22048,79 +22051,79 @@ cargo.rust_library( alias( name = "thiserror", - actual = ":thiserror-1.0.68", + actual = ":thiserror-1.0.69", visibility = ["PUBLIC"], ) http_archive( - name = "thiserror-1.0.68.crate", - sha256 = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892", - strip_prefix = "thiserror-1.0.68", - urls = ["https://static.crates.io/crates/thiserror/1.0.68/download"], + name = "thiserror-1.0.69.crate", + sha256 = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52", + strip_prefix = "thiserror-1.0.69", + urls = ["https://static.crates.io/crates/thiserror/1.0.69/download"], visibility = [], ) cargo.rust_library( - name = "thiserror-1.0.68", - srcs = [":thiserror-1.0.68.crate"], + name = "thiserror-1.0.69", + srcs = [":thiserror-1.0.69.crate"], crate = "thiserror", - crate_root = "thiserror-1.0.68.crate/src/lib.rs", + crate_root = "thiserror-1.0.69.crate/src/lib.rs", edition = "2021", env = { - "OUT_DIR": "$(location :thiserror-1.0.68-build-script-run[out_dir])", + "OUT_DIR": "$(location :thiserror-1.0.69-build-script-run[out_dir])", }, - rustc_flags = ["@$(location :thiserror-1.0.68-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :thiserror-1.0.69-build-script-run[rustc_flags])"], visibility = [], - deps = [":thiserror-impl-1.0.68"], + deps = [":thiserror-impl-1.0.69"], ) cargo.rust_binary( - name = "thiserror-1.0.68-build-script-build", - srcs = [":thiserror-1.0.68.crate"], + name = "thiserror-1.0.69-build-script-build", + srcs = [":thiserror-1.0.69.crate"], crate = "build_script_build", - crate_root = "thiserror-1.0.68.crate/build.rs", + crate_root = "thiserror-1.0.69.crate/build.rs", edition = "2021", visibility = [], ) buildscript_run( - name = "thiserror-1.0.68-build-script-run", + name = "thiserror-1.0.69-build-script-run", package_name = "thiserror", - buildscript_rule = ":thiserror-1.0.68-build-script-build", - version = "1.0.68", + buildscript_rule = ":thiserror-1.0.69-build-script-build", + version = "1.0.69", ) http_archive( - name = "thiserror-2.0.1.crate", - sha256 = "07c1e40dd48a282ae8edc36c732cbc219144b87fb6a4c7316d611c6b1f06ec0c", - strip_prefix = "thiserror-2.0.1", - urls = ["https://static.crates.io/crates/thiserror/2.0.1/download"], + name = "thiserror-2.0.3.crate", + sha256 = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa", + strip_prefix = "thiserror-2.0.3", + urls = ["https://static.crates.io/crates/thiserror/2.0.3/download"], visibility = [], ) cargo.rust_library( - name = "thiserror-2.0.1", - srcs = [":thiserror-2.0.1.crate"], + name = "thiserror-2.0.3", + srcs = [":thiserror-2.0.3.crate"], crate = "thiserror", - crate_root = "thiserror-2.0.1.crate/src/lib.rs", + crate_root = "thiserror-2.0.3.crate/src/lib.rs", edition = "2021", env = { - "OUT_DIR": "$(location :thiserror-2.0.1-build-script-run[out_dir])", + "OUT_DIR": "$(location :thiserror-2.0.3-build-script-run[out_dir])", }, features = [ "default", "std", ], - rustc_flags = ["@$(location :thiserror-2.0.1-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :thiserror-2.0.3-build-script-run[rustc_flags])"], visibility = [], - deps = [":thiserror-impl-2.0.1"], + deps = [":thiserror-impl-2.0.3"], ) cargo.rust_binary( - name = "thiserror-2.0.1-build-script-build", - srcs = [":thiserror-2.0.1.crate"], + name = "thiserror-2.0.3-build-script-build", + srcs = [":thiserror-2.0.3.crate"], crate = "build_script_build", - crate_root = "thiserror-2.0.1.crate/build.rs", + crate_root = "thiserror-2.0.3.crate/build.rs", edition = "2021", features = [ "default", @@ -22130,29 +22133,29 @@ cargo.rust_binary( ) buildscript_run( - name = "thiserror-2.0.1-build-script-run", + name = "thiserror-2.0.3-build-script-run", package_name = "thiserror", - buildscript_rule = ":thiserror-2.0.1-build-script-build", + buildscript_rule = ":thiserror-2.0.3-build-script-build", features = [ "default", "std", ], - version = "2.0.1", + version = "2.0.3", ) http_archive( - name = "thiserror-impl-1.0.68.crate", - sha256 = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e", - strip_prefix = "thiserror-impl-1.0.68", - urls = ["https://static.crates.io/crates/thiserror-impl/1.0.68/download"], + name = "thiserror-impl-1.0.69.crate", + sha256 = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1", + strip_prefix = "thiserror-impl-1.0.69", + urls = ["https://static.crates.io/crates/thiserror-impl/1.0.69/download"], visibility = [], ) cargo.rust_library( - name = "thiserror-impl-1.0.68", - srcs = [":thiserror-impl-1.0.68.crate"], + name = "thiserror-impl-1.0.69", + srcs = [":thiserror-impl-1.0.69.crate"], crate = "thiserror_impl", - crate_root = "thiserror-impl-1.0.68.crate/src/lib.rs", + crate_root = "thiserror-impl-1.0.69.crate/src/lib.rs", edition = "2021", proc_macro = True, visibility = [], @@ -22164,18 +22167,18 @@ cargo.rust_library( ) http_archive( - name = "thiserror-impl-2.0.1.crate", - sha256 = "874aa7e446f1da8d9c3a5c95b1c5eb41d800045252121dc7f8e0ba370cee55f5", - strip_prefix = "thiserror-impl-2.0.1", - urls = ["https://static.crates.io/crates/thiserror-impl/2.0.1/download"], + name = "thiserror-impl-2.0.3.crate", + sha256 = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568", + strip_prefix = "thiserror-impl-2.0.3", + urls = ["https://static.crates.io/crates/thiserror-impl/2.0.3/download"], visibility = [], ) cargo.rust_library( - name = "thiserror-impl-2.0.1", - srcs = [":thiserror-impl-2.0.1.crate"], + name = "thiserror-impl-2.0.3", + srcs = [":thiserror-impl-2.0.3.crate"], crate = "thiserror_impl", - crate_root = "thiserror-impl-2.0.1.crate/src/lib.rs", + crate_root = "thiserror-impl-2.0.3.crate/src/lib.rs", edition = "2021", proc_macro = True, visibility = [], @@ -22247,7 +22250,7 @@ cargo.rust_library( ":itoa-1.0.11", ":num-conv-0.1.0", ":powerfmt-0.2.0", - ":serde-1.0.214", + ":serde-1.0.215", ":time-core-0.1.2", ":time-macros-0.2.18", ], @@ -22693,7 +22696,7 @@ cargo.rust_library( deps = [ ":either-1.13.0", ":futures-util-0.3.31", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":tokio-1.41.1", ], ) @@ -22884,7 +22887,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":serde_spanned-0.6.8", ":toml_datetime-0.6.8", ":toml_edit-0.22.22", @@ -22907,7 +22910,7 @@ cargo.rust_library( edition = "2021", features = ["serde"], visibility = [], - deps = [":serde-1.0.214"], + deps = [":serde-1.0.215"], ) alias( @@ -22937,7 +22940,7 @@ cargo.rust_library( visibility = [], deps = [ ":indexmap-2.6.0", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_spanned-0.6.8", ":toml_datetime-0.6.8", ":winnow-0.5.40", @@ -22967,7 +22970,7 @@ cargo.rust_library( visibility = [], deps = [ ":indexmap-2.6.0", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_spanned-0.6.8", ":toml_datetime-0.6.8", ":winnow-0.6.20", @@ -23178,7 +23181,7 @@ cargo.rust_library( edition = "2018", visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":tracing-core-0.1.32", ], ) @@ -23316,7 +23319,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":stable_deref_trait-1.2.0", ], ) @@ -23374,7 +23377,7 @@ cargo.rust_library( ":rand-0.8.5", ":rustls-0.21.12", ":sha1-0.10.6", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":url-2.5.3", ":utf-8-0.7.6", ":webpki-0.22.4", @@ -23420,7 +23423,7 @@ cargo.rust_library( ":log-0.4.22", ":rand-0.8.5", ":sha1-0.10.6", - ":thiserror-1.0.68", + ":thiserror-1.0.69", ":url-2.5.3", ":utf-8-0.7.6", ], @@ -23683,10 +23686,10 @@ cargo.rust_library( ":nix-0.29.0", ":proc-mounts-0.3.0", ":rand-0.8.5", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":tempfile-3.14.0", - ":thiserror-2.0.1", + ":thiserror-2.0.3", ":uefisettings_backend_thrift-0.1.0", ":uefisettings_spellings_db_thrift-0.1.0", ], @@ -23717,10 +23720,10 @@ cargo.rust_binary( ":nix-0.29.0", ":proc-mounts-0.3.0", ":rand-0.8.5", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":tempfile-3.14.0", - ":thiserror-2.0.1", + ":thiserror-2.0.3", ":uefisettings-0.1.4", ":uefisettings_backend_thrift-0.1.0", ":uefisettings_spellings_db_thrift-0.1.0", @@ -24192,7 +24195,7 @@ cargo.rust_library( ":form_urlencoded-1.2.1", ":idna-1.0.3", ":percent-encoding-2.3.1", - ":serde-1.0.214", + ":serde-1.0.215", ], ) @@ -24342,7 +24345,7 @@ cargo.rust_library( deps = [ ":atomic-0.6.0", ":getrandom-0.2.15", - ":serde-1.0.214", + ":serde-1.0.215", ":sha1_smol-1.0.1", ], ) @@ -24517,7 +24520,7 @@ cargo.rust_library( visibility = [], deps = [ ":erased-serde-0.4.5", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_fmt-1.0.3", ], ) @@ -24864,7 +24867,7 @@ cargo.rust_library( ":pin-project-1.1.7", ":rustls-pemfile-2.2.0", ":scoped-tls-1.0.1", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_json-1.0.132", ":serde_urlencoded-0.7.1", ":tokio-1.41.1", @@ -24991,7 +24994,7 @@ cargo.rust_library( visibility = [], deps = [ ":either-1.13.0", - ":rustix-0.38.39", + ":rustix-0.38.40", ], ) @@ -25738,7 +25741,7 @@ cargo.rust_library( ), }, visibility = [], - deps = [":rustix-0.38.39"], + deps = [":rustix-0.38.40"], ) http_archive( @@ -25829,7 +25832,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":stable_deref_trait-1.2.0", ":yoke-derive-0.7.4", ":zerofrom-0.1.4", @@ -25945,7 +25948,7 @@ cargo.rust_library( ":hex-0.4.3", ":ordered-stream-0.2.0", ":rand-0.8.5", - ":serde-1.0.214", + ":serde-1.0.215", ":serde_repr-0.1.19", ":sha1-0.10.6", ":static_assertions-1.1.0", @@ -25999,7 +26002,7 @@ cargo.rust_library( edition = "2021", visibility = [], deps = [ - ":serde-1.0.214", + ":serde-1.0.215", ":static_assertions-1.1.0", ":zvariant-4.2.0", ], @@ -26570,7 +26573,7 @@ cargo.rust_library( deps = [ ":endi-1.1.0", ":enumflags2-0.7.10", - ":serde-1.0.214", + ":serde-1.0.215", ":static_assertions-1.1.0", ":zvariant_derive-4.2.0", ],