Skip to content

Commit

Permalink
[antlir][oss] update generated code
Browse files Browse the repository at this point in the history
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: D62974959

fbshipit-source-id: 2caa1e7e80ec10fa33334e47d3ba4a6424de1a91
  • Loading branch information
generatedunixname89002005308984 authored and facebook-github-bot committed Sep 18, 2024
1 parent 3862a88 commit eb0460c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .buckconfig.generated
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

[external_cell_generated]
git_origin = https://github.com/facebookincubator/antlir
commit_hash = 515536e0043556e39c29479f99c32d06ac07e59b
commit_hash = a44bc6477756e506095fe3a5e806469726734fb0

94 changes: 47 additions & 47 deletions third-party/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "7f2f793408863b53ca99e26182f0856fd2d87a69",
rev = "8983f831459e7ed4b043e8af484a4ee06c9000b3",
visibility = [],
)

Expand All @@ -20,7 +20,7 @@ git_fetch(
git_fetch(
name = "starlark-rust-a9d911d33fd77ff2.git",
repo = "https://github.com/facebook/starlark-rust.git",
rev = "943c0962da07b3f1398d02b0411d91c679e1a1d6",
rev = "ec99104fd1d8c22c2c1bb52889c410311d72a9b0",
visibility = [],
)

Expand Down Expand Up @@ -2734,7 +2734,7 @@ cargo.rust_library(
crate_root = "bufsize-1.0.7.crate/src/lib.rs",
edition = "2018",
visibility = [],
deps = [":bytes-1.7.1"],
deps = [":bytes-1.7.2"],
)

alias(
Expand Down Expand Up @@ -3036,23 +3036,23 @@ cargo.rust_library(

alias(
name = "bytes",
actual = ":bytes-1.7.1",
actual = ":bytes-1.7.2",
visibility = ["PUBLIC"],
)

http_archive(
name = "bytes-1.7.1.crate",
sha256 = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50",
strip_prefix = "bytes-1.7.1",
urls = ["https://static.crates.io/crates/bytes/1.7.1/download"],
name = "bytes-1.7.2.crate",
sha256 = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3",
strip_prefix = "bytes-1.7.2",
urls = ["https://static.crates.io/crates/bytes/1.7.2/download"],
visibility = [],
)

cargo.rust_library(
name = "bytes-1.7.1",
srcs = [":bytes-1.7.1.crate"],
name = "bytes-1.7.2",
srcs = [":bytes-1.7.2.crate"],
crate = "bytes",
crate_root = "bytes-1.7.1.crate/src/lib.rs",
crate_root = "bytes-1.7.2.crate/src/lib.rs",
edition = "2018",
features = [
"default",
Expand Down Expand Up @@ -3458,18 +3458,18 @@ cargo.rust_library(
)

http_archive(
name = "cc-1.1.20.crate",
sha256 = "45bcde016d64c21da4be18b655631e5ab6d3107607e71a73a9f53eb48aae23fb",
strip_prefix = "cc-1.1.20",
urls = ["https://static.crates.io/crates/cc/1.1.20/download"],
name = "cc-1.1.21.crate",
sha256 = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0",
strip_prefix = "cc-1.1.21",
urls = ["https://static.crates.io/crates/cc/1.1.21/download"],
visibility = [],
)

cargo.rust_library(
name = "cc-1.1.20",
srcs = [":cc-1.1.20.crate"],
name = "cc-1.1.21",
srcs = [":cc-1.1.21.crate"],
crate = "cc",
crate_root = "cc-1.1.20.crate/src/lib.rs",
crate_root = "cc-1.1.21.crate/src/lib.rs",
edition = "2018",
features = ["parallel"],
platform = {
Expand Down Expand Up @@ -4242,7 +4242,7 @@ cargo.rust_library(
crate_root = "cmake-0.1.51.crate/src/lib.rs",
edition = "2021",
visibility = [],
deps = [":cc-1.1.20"],
deps = [":cc-1.1.21"],
)

cargo.rust_library(
Expand Down Expand Up @@ -5289,7 +5289,7 @@ cargo.rust_binary(
],
visibility = [],
deps = [
":cc-1.1.20",
":cc-1.1.21",
":cxxbridge-flags-1.0.128",
],
)
Expand Down Expand Up @@ -7236,7 +7236,7 @@ cargo.rust_library(
":async-trait-0.1.82",
":base64-0.21.7",
":bufsize-1.0.7",
":bytes-1.7.1",
":bytes-1.7.2",
":futures-0.3.30",
":ghost-0.1.17",
":num-derive-0.3.3",
Expand Down Expand Up @@ -7268,7 +7268,7 @@ cargo.rust_library(
":async-trait-0.1.82",
":base64-0.11.0",
":bufsize-1.0.7",
":bytes-1.7.1",
":bytes-1.7.2",
":futures-0.3.30",
":ghost-0.1.17",
":num-derive-0.3.3",
Expand Down Expand Up @@ -8643,7 +8643,7 @@ cargo.rust_library(
edition = "2018",
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":fnv-1.0.7",
":futures-core-0.3.30",
":futures-sink-0.3.30",
Expand Down Expand Up @@ -8800,7 +8800,7 @@ cargo.rust_library(
visibility = [],
deps = [
":base64-0.21.7",
":bytes-1.7.1",
":bytes-1.7.2",
":headers-core-0.2.0",
":http-0.2.12",
":httpdate-1.0.3",
Expand Down Expand Up @@ -9006,7 +9006,7 @@ cargo.rust_library(
edition = "2018",
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":fnv-1.0.7",
":itoa-1.0.11",
],
Expand All @@ -9032,7 +9032,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":fnv-1.0.7",
":itoa-1.0.11",
],
Expand Down Expand Up @@ -9060,7 +9060,7 @@ cargo.rust_library(
edition = "2018",
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":http-0.2.12",
":pin-project-lite-0.2.14",
],
Expand Down Expand Up @@ -9161,7 +9161,7 @@ cargo.rust_library(
visibility = [],
deps = [
":bstr-0.2.17",
":bytes-1.7.1",
":bytes-1.7.2",
":crossbeam-channel-0.5.13",
":form_urlencoded-1.2.1",
":futures-0.3.30",
Expand Down Expand Up @@ -9252,7 +9252,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":futures-channel-0.3.30",
":futures-core-0.3.30",
":futures-util-0.3.30",
Expand Down Expand Up @@ -9338,7 +9338,7 @@ cargo.rust_library(
edition = "2018",
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":hyper-0.14.30",
":native-tls-0.2.12",
":tokio-1.40.0",
Expand Down Expand Up @@ -10750,7 +10750,7 @@ cargo.rust_binary(
],
visibility = [],
deps = [
":cc-1.1.20",
":cc-1.1.21",
":pkg-config-0.3.30",
":vcpkg-0.2.15",
],
Expand Down Expand Up @@ -11862,7 +11862,7 @@ cargo.rust_library(
features = ["default"],
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":encoding_rs-0.8.34",
":futures-util-0.3.30",
":http-0.2.12",
Expand Down Expand Up @@ -11929,7 +11929,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":crossbeam-0.8.4",
":flate2-1.0.33",
":futures-core-0.3.30",
Expand Down Expand Up @@ -12000,7 +12000,7 @@ cargo.rust_library(
":bitflags-1.3.2",
":bitvec-1.0.1",
":byteorder-1.5.0",
":bytes-1.7.1",
":bytes-1.7.2",
":chrono-0.4.38",
":crc32fast-1.4.2",
":flate2-1.0.33",
Expand Down Expand Up @@ -12041,7 +12041,7 @@ cargo.rust_binary(
visibility = [],
deps = [
":bindgen-0.59.2",
":cc-1.1.20",
":cc-1.1.21",
":cmake-0.1.51",
":subprocess-0.2.9",
],
Expand Down Expand Up @@ -13388,7 +13388,7 @@ cargo.rust_binary(
edition = "2018",
visibility = [],
deps = [
":cc-1.1.20",
":cc-1.1.21",
":pkg-config-0.3.30",
":vcpkg-0.2.15",
],
Expand Down Expand Up @@ -15317,7 +15317,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":prost-derive-0.11.9",
],
)
Expand Down Expand Up @@ -16696,7 +16696,7 @@ cargo.rust_library(
visibility = [],
deps = [
":base64-0.21.7",
":bytes-1.7.1",
":bytes-1.7.2",
":futures-core-0.3.30",
":futures-util-0.3.30",
":http-0.2.12",
Expand Down Expand Up @@ -16816,7 +16816,7 @@ cargo.rust_binary(
"once_cell",
],
visibility = [],
deps = [":cc-1.1.20"],
deps = [":cc-1.1.21"],
)

buildscript_run(
Expand Down Expand Up @@ -16898,7 +16898,7 @@ cargo.rust_binary(
"dev_urandom_fallback",
],
visibility = [],
deps = [":cc-1.1.20"],
deps = [":cc-1.1.21"],
)

buildscript_run(
Expand Down Expand Up @@ -16951,7 +16951,7 @@ cargo.rust_library(
deps = [
":bitvec-1.0.1",
":bytecheck-0.6.12",
":bytes-1.7.1",
":bytes-1.7.2",
":hashbrown-0.12.3",
":ptr_meta-0.1.4",
":rend-0.4.2",
Expand Down Expand Up @@ -17176,7 +17176,7 @@ cargo.rust_library(
deps = [
":arrayvec-0.7.6",
":borsh-1.5.1",
":bytes-1.7.1",
":bytes-1.7.2",
":num-traits-0.2.19",
":rand-0.8.5",
":rkyv-0.7.45",
Expand Down Expand Up @@ -21686,7 +21686,7 @@ cargo.rust_library(
},
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":mio-1.0.2",
":parking_lot-0.12.3",
":pin-project-lite-0.2.14",
Expand Down Expand Up @@ -22026,7 +22026,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":futures-core-0.3.30",
":futures-io-0.3.30",
":futures-sink-0.3.30",
Expand Down Expand Up @@ -22546,7 +22546,7 @@ cargo.rust_library(
visibility = [],
deps = [
":byteorder-1.5.0",
":bytes-1.7.1",
":bytes-1.7.2",
":data-encoding-2.6.0",
":http-0.2.12",
":httparse-1.9.4",
Expand Down Expand Up @@ -22593,7 +22593,7 @@ cargo.rust_library(
visibility = [],
deps = [
":byteorder-1.5.0",
":bytes-1.7.1",
":bytes-1.7.2",
":data-encoding-2.6.0",
":http-1.1.0",
":httparse-1.9.4",
Expand Down Expand Up @@ -23977,7 +23977,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":bytes-1.7.1",
":bytes-1.7.2",
":futures-channel-0.3.30",
":futures-util-0.3.30",
":headers-0.3.9",
Expand Down

0 comments on commit eb0460c

Please sign in to comment.