diff --git a/.buckconfig.d/antlir.generated.buckconfig b/.buckconfig.d/antlir.generated.buckconfig index 5d8a25bb39..310020d7de 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 = 7aa913e024aad0b591b63df3ee8c651008d71c89 + commit_hash = ec5146ecfa9bc30d411ed99d3b31570dccfd5d38 diff --git a/third-party/rust/BUCK b/third-party/rust/BUCK index 3d37ab90db..46eb1c3dac 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 = "07dd02f7041e4dd4c52182781d2ec63a9e4db0ee", + rev = "31e134e3f38dd26347ebaa462a5d5283391d37f5", visibility = [], ) @@ -427,18 +427,18 @@ cargo.rust_library( ) http_archive( - 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"], + name = "allocator-api2-0.2.21.crate", + sha256 = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923", + strip_prefix = "allocator-api2-0.2.21", + urls = ["https://static.crates.io/crates/allocator-api2/0.2.21/download"], visibility = [], ) cargo.rust_library( - name = "allocator-api2-0.2.20", - srcs = [":allocator-api2-0.2.20.crate"], + name = "allocator-api2-0.2.21", + srcs = [":allocator-api2-0.2.21.crate"], crate = "allocator_api2", - crate_root = "allocator-api2-0.2.20.crate/src/lib.rs", + crate_root = "allocator-api2-0.2.21.crate/src/lib.rs", edition = "2018", features = [ "alloc", @@ -921,7 +921,7 @@ cargo.rust_library( visibility = [], deps = [ ":event-listener-5.3.1", - ":event-listener-strategy-0.5.2", + ":event-listener-strategy-0.5.3", ":futures-core-0.3.31", ":pin-project-lite-0.2.15", ], @@ -976,7 +976,7 @@ cargo.rust_library( visibility = [], deps = [ ":concurrent-queue-2.5.0", - ":event-listener-strategy-0.5.2", + ":event-listener-strategy-0.5.3", ":futures-core-0.3.31", ":pin-project-lite-0.2.15", ], @@ -1212,7 +1212,7 @@ cargo.rust_library( visibility = [], deps = [ ":event-listener-5.3.1", - ":event-listener-strategy-0.5.2", + ":event-listener-strategy-0.5.3", ":pin-project-lite-0.2.15", ], ) @@ -2514,23 +2514,23 @@ cargo.rust_library( alias( name = "bon", - actual = ":bon-3.1.1", + actual = ":bon-3.2.0", visibility = ["PUBLIC"], ) http_archive( - name = "bon-3.1.1.crate", - sha256 = "1e47d5c63335658326076cf7c81795af665c534ea552da69526d6cef51b12ed9", - strip_prefix = "bon-3.1.1", - urls = ["https://static.crates.io/crates/bon/3.1.1/download"], + name = "bon-3.2.0.crate", + sha256 = "9276fe602371cd8a7f70fe68c4db55b2d3e92c570627d6ed0427646edfa5cf47", + strip_prefix = "bon-3.2.0", + urls = ["https://static.crates.io/crates/bon/3.2.0/download"], visibility = [], ) cargo.rust_library( - name = "bon-3.1.1", - srcs = [":bon-3.1.1.crate"], + name = "bon-3.2.0", + srcs = [":bon-3.2.0.crate"], crate = "bon", - crate_root = "bon-3.1.1.crate/src/lib.rs", + crate_root = "bon-3.2.0.crate/src/lib.rs", edition = "2021", features = [ "alloc", @@ -2539,24 +2539,24 @@ cargo.rust_library( ], visibility = [], deps = [ - ":bon-macros-3.1.1", + ":bon-macros-3.2.0", ":rustversion-1.0.18", ], ) http_archive( - name = "bon-macros-3.1.1.crate", - sha256 = "b162272b6d55562ea30cc937d74ef4d07399e507bfd6eb3860f6a845c7264eef", - strip_prefix = "bon-macros-3.1.1", - urls = ["https://static.crates.io/crates/bon-macros/3.1.1/download"], + name = "bon-macros-3.2.0.crate", + sha256 = "94828b84b32b4f3ac3865f692fcdbc46c7d0dd87b29658a391d58a244e1ce45a", + strip_prefix = "bon-macros-3.2.0", + urls = ["https://static.crates.io/crates/bon-macros/3.2.0/download"], visibility = [], ) cargo.rust_library( - name = "bon-macros-3.1.1", - srcs = [":bon-macros-3.1.1.crate"], + name = "bon-macros-3.2.0", + srcs = [":bon-macros-3.2.0.crate"], crate = "bon_macros", - crate_root = "bon-macros-3.1.1.crate/src/lib.rs", + crate_root = "bon-macros-3.2.0.crate/src/lib.rs", edition = "2021", features = ["default"], proc_macro = True, @@ -4554,7 +4554,7 @@ cargo.rust_library( edition = "2021", features = ["indexmap"], visibility = [], - deps = [":indexmap-2.6.0"], + deps = [":indexmap-2.7.0"], ) alias( @@ -5459,18 +5459,18 @@ cargo.rust_library( ) http_archive( - name = "cxx-1.0.131.crate", - sha256 = "2568d7d2cfc051e43414fe1ef80c712cbcd60c3624d1ad1cb4b2572324d0a5d9", - strip_prefix = "cxx-1.0.131", - urls = ["https://static.crates.io/crates/cxx/1.0.131/download"], + name = "cxx-1.0.133.crate", + sha256 = "05e1ec88093d2abd9cf1b09ffd979136b8e922bf31cad966a8fe0d73233112ef", + strip_prefix = "cxx-1.0.133", + urls = ["https://static.crates.io/crates/cxx/1.0.133/download"], visibility = [], ) cargo.rust_binary( - name = "cxx-1.0.131-build-script-build", - srcs = [":cxx-1.0.131.crate"], + name = "cxx-1.0.133-build-script-build", + srcs = [":cxx-1.0.133.crate"], crate = "build_script_build", - crate_root = "cxx-1.0.131.crate/build.rs", + crate_root = "cxx-1.0.133.crate/build.rs", edition = "2021", features = [ "alloc", @@ -5480,82 +5480,82 @@ cargo.rust_binary( visibility = [], deps = [ ":cc-1.2.2", - ":cxxbridge-flags-1.0.131", + ":cxxbridge-flags-1.0.133", ], ) buildscript_run( - name = "cxx-1.0.131-build-script-run", + name = "cxx-1.0.133-build-script-run", package_name = "cxx", - buildscript_rule = ":cxx-1.0.131-build-script-build", + buildscript_rule = ":cxx-1.0.133-build-script-build", features = [ "alloc", "default", "std", ], - version = "1.0.131", + version = "1.0.133", ) alias( name = "cxx", - actual = ":cxx-1.0.131-cxx", + actual = ":cxx-1.0.133-cxx", visibility = ["PUBLIC"], ) cargo.rust_library( - name = "cxx-1.0.131-cxx", - srcs = [":cxx-1.0.131.crate"], + name = "cxx-1.0.133-cxx", + srcs = [":cxx-1.0.133.crate"], crate = "cxx", - crate_root = "cxx-1.0.131.crate/src/lib.rs", + crate_root = "cxx-1.0.133.crate/src/lib.rs", edition = "2021", env = { - "OUT_DIR": "$(location :cxx-1.0.131-build-script-run[out_dir])", + "OUT_DIR": "$(location :cxx-1.0.133-build-script-run[out_dir])", }, features = [ "alloc", "default", "std", ], - rustc_flags = ["@$(location :cxx-1.0.131-build-script-run[rustc_flags])"], + rustc_flags = ["@$(location :cxx-1.0.133-build-script-run[rustc_flags])"], visibility = [], deps = [ - ":cxxbridge-macro-1.0.131", + ":cxxbridge-macro-1.0.133", ":foldhash-0.1.3", ":link-cplusplus-1.0.9", ], ) http_archive( - name = "cxxbridge-flags-1.0.131.crate", - sha256 = "0c710c27f23b7fa00c23aaee9e6fd3e79a6dffc5f5c6217487ec5213f51296b7", - strip_prefix = "cxxbridge-flags-1.0.131", - urls = ["https://static.crates.io/crates/cxxbridge-flags/1.0.131/download"], + name = "cxxbridge-flags-1.0.133.crate", + sha256 = "f7c01b36e22051bc6928a78583f1621abaaf7621561c2ada1b00f7878fbe2caa", + strip_prefix = "cxxbridge-flags-1.0.133", + urls = ["https://static.crates.io/crates/cxxbridge-flags/1.0.133/download"], visibility = [], ) cargo.rust_library( - name = "cxxbridge-flags-1.0.131", - srcs = [":cxxbridge-flags-1.0.131.crate"], + name = "cxxbridge-flags-1.0.133", + srcs = [":cxxbridge-flags-1.0.133.crate"], crate = "cxxbridge_flags", - crate_root = "cxxbridge-flags-1.0.131.crate/src/lib.rs", + crate_root = "cxxbridge-flags-1.0.133.crate/src/lib.rs", edition = "2021", features = ["default"], visibility = [], ) http_archive( - name = "cxxbridge-macro-1.0.131.crate", - sha256 = "0aa53ef9fc54b986272efe83e257bbb417d1c3ceab1b732411d8c634fda572be", - strip_prefix = "cxxbridge-macro-1.0.131", - urls = ["https://static.crates.io/crates/cxxbridge-macro/1.0.131/download"], + name = "cxxbridge-macro-1.0.133.crate", + sha256 = "f6e14013136fac689345d17b9a6df55977251f11d333c0a571e8d963b55e1f95", + strip_prefix = "cxxbridge-macro-1.0.133", + urls = ["https://static.crates.io/crates/cxxbridge-macro/1.0.133/download"], visibility = [], ) cargo.rust_library( - name = "cxxbridge-macro-1.0.131", - srcs = [":cxxbridge-macro-1.0.131.crate"], + name = "cxxbridge-macro-1.0.133", + srcs = [":cxxbridge-macro-1.0.133.crate"], crate = "cxxbridge_macro", - crate_root = "cxxbridge-macro-1.0.131.crate/src/lib.rs", + crate_root = "cxxbridge-macro-1.0.133.crate/src/lib.rs", edition = "2021", proc_macro = True, visibility = [], @@ -7190,18 +7190,18 @@ cargo.rust_library( ) http_archive( - name = "event-listener-strategy-0.5.2.crate", - sha256 = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1", - strip_prefix = "event-listener-strategy-0.5.2", - urls = ["https://static.crates.io/crates/event-listener-strategy/0.5.2/download"], + name = "event-listener-strategy-0.5.3.crate", + sha256 = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2", + strip_prefix = "event-listener-strategy-0.5.3", + urls = ["https://static.crates.io/crates/event-listener-strategy/0.5.3/download"], visibility = [], ) cargo.rust_library( - name = "event-listener-strategy-0.5.2", - srcs = [":event-listener-strategy-0.5.2.crate"], + name = "event-listener-strategy-0.5.3", + srcs = [":event-listener-strategy-0.5.3.crate"], crate = "event_listener_strategy", - crate_root = "event-listener-strategy-0.5.2.crate/src/lib.rs", + crate_root = "event-listener-strategy-0.5.3.crate/src/lib.rs", edition = "2021", features = [ "default", @@ -8649,7 +8649,7 @@ cargo.rust_library( visibility = [], deps = [ ":fallible-iterator-0.3.0", - ":indexmap-2.6.0", + ":indexmap-2.7.0", ":stable_deref_trait-1.2.0", ], ) @@ -8883,7 +8883,7 @@ cargo.rust_library( ":futures-sink-0.3.31", ":futures-util-0.3.31", ":http-0.2.12", - ":indexmap-2.6.0", + ":indexmap-2.7.0", ":slab-0.4.9", ":tokio-1.41.1", ":tokio-util-0.7.12", @@ -8989,7 +8989,7 @@ cargo.rust_library( visibility = [], deps = [ ":ahash-0.8.11", - ":allocator-api2-0.2.20", + ":allocator-api2-0.2.21", ":serde-1.0.215", ], ) @@ -9019,7 +9019,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":allocator-api2-0.2.20", + ":allocator-api2-0.2.21", ":equivalent-1.0.1", ":foldhash-0.1.3", ], @@ -10058,23 +10058,23 @@ cargo.rust_library( alias( name = "indexmap", - actual = ":indexmap-2.6.0", + actual = ":indexmap-2.7.0", visibility = ["PUBLIC"], ) http_archive( - name = "indexmap-2.6.0.crate", - sha256 = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da", - strip_prefix = "indexmap-2.6.0", - urls = ["https://static.crates.io/crates/indexmap/2.6.0/download"], + name = "indexmap-2.7.0.crate", + sha256 = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f", + strip_prefix = "indexmap-2.7.0", + urls = ["https://static.crates.io/crates/indexmap/2.7.0/download"], visibility = [], ) cargo.rust_library( - name = "indexmap-2.6.0", - srcs = [":indexmap-2.6.0.crate"], + name = "indexmap-2.7.0", + srcs = [":indexmap-2.7.0.crate"], crate = "indexmap", - crate_root = "indexmap-2.6.0.crate/src/lib.rs", + crate_root = "indexmap-2.7.0.crate/src/lib.rs", edition = "2021", features = [ "arbitrary", @@ -14681,7 +14681,7 @@ cargo.rust_library( visibility = [], deps = [ ":fixedbitset-0.4.2", - ":indexmap-2.6.0", + ":indexmap-2.7.0", ":serde-1.0.215", ":serde_derive-1.0.215", ], @@ -17712,7 +17712,7 @@ cargo.rust_library( ], named_deps = { "bytes_1": ":bytes-1.9.0", - "indexmap_2": ":indexmap-2.6.0", + "indexmap_2": ":indexmap-2.7.0", "tinyvec_1": ":tinyvec-1.8.0", "uuid_1": ":uuid-1.11.0", }, @@ -23029,7 +23029,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":indexmap-2.6.0", + ":indexmap-2.7.0", ":serde-1.0.215", ":serde_spanned-0.6.8", ":toml_datetime-0.6.8", @@ -23059,7 +23059,7 @@ cargo.rust_library( ], visibility = [], deps = [ - ":indexmap-2.6.0", + ":indexmap-2.7.0", ":serde-1.0.215", ":serde_spanned-0.6.8", ":toml_datetime-0.6.8",