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: D59436625

fbshipit-source-id: ea5bb0b6e7f8615ee4b9f64dc6171b1376bbcd9a
  • Loading branch information
generatedunixname89002005308984 authored and facebook-github-bot committed Jul 8, 2024
1 parent af96bc1 commit 6598255
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .buckconfig.antlir
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

[external_cell_antlir]
git_origin = https://github.com/facebookincubator/antlir
commit_hash = f0de61986ee817923e35b93539c3030798204a69
commit_hash = af96bc156218408131841cbfb5a5a05a17abb927

40 changes: 20 additions & 20 deletions third-party/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ load(":defs.bzl", "third_party_rust_cxx_library")
git_fetch(
name = "fbthrift-d83134f25cdb7b98.git",
repo = "https://github.com/facebook/fbthrift.git",
rev = "74bfe847fe27d26e0990bd32813bdbd2fe08d060",
rev = "537ed3d61b1aa7f93b5c890eed8f7f73cf59e003",
visibility = [],
)

git_fetch(
name = "starlark-rust-a9d911d33fd77ff2.git",
repo = "https://github.com/facebook/starlark-rust.git",
rev = "b573ca98743922ee834bb2d770126bb76f0bf616",
rev = "237db1f3515aaead014301b5f7caeeebc7b731c9",
visibility = [],
)

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

alias(
name = "async-trait",
actual = ":async-trait-0.1.80",
actual = ":async-trait-0.1.81",
visibility = ["PUBLIC"],
)

http_archive(
name = "async-trait-0.1.80.crate",
sha256 = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca",
strip_prefix = "async-trait-0.1.80",
urls = ["https://static.crates.io/crates/async-trait/0.1.80/download"],
name = "async-trait-0.1.81.crate",
sha256 = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107",
strip_prefix = "async-trait-0.1.81",
urls = ["https://static.crates.io/crates/async-trait/0.1.81/download"],
visibility = [],
)

cargo.rust_library(
name = "async-trait-0.1.80",
srcs = [":async-trait-0.1.80.crate"],
name = "async-trait-0.1.81",
srcs = [":async-trait-0.1.81.crate"],
crate = "async_trait",
crate_root = "async-trait-0.1.80.crate/src/lib.rs",
crate_root = "async-trait-0.1.81.crate/src/lib.rs",
edition = "2021",
proc_macro = True,
visibility = [],
Expand Down Expand Up @@ -1263,18 +1263,18 @@ cargo.rust_library(
)

http_archive(
name = "cc-1.0.104.crate",
sha256 = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490",
strip_prefix = "cc-1.0.104",
urls = ["https://static.crates.io/crates/cc/1.0.104/download"],
name = "cc-1.0.105.crate",
sha256 = "5208975e568d83b6b05cc0a063c8e7e9acc2b43bee6da15616a5b73e109d7437",
strip_prefix = "cc-1.0.105",
urls = ["https://static.crates.io/crates/cc/1.0.105/download"],
visibility = [],
)

cargo.rust_library(
name = "cc-1.0.104",
srcs = [":cc-1.0.104.crate"],
name = "cc-1.0.105",
srcs = [":cc-1.0.105.crate"],
crate = "cc",
crate_root = "cc-1.0.104.crate/src/lib.rs",
crate_root = "cc-1.0.105.crate/src/lib.rs",
edition = "2018",
features = ["parallel"],
platform = {
Expand Down Expand Up @@ -2659,7 +2659,7 @@ cargo.rust_binary(
],
visibility = [],
deps = [
":cc-1.0.104",
":cc-1.0.105",
":cxxbridge-flags-1.0.124",
],
)
Expand Down Expand Up @@ -3925,7 +3925,7 @@ cargo.rust_library(
visibility = [],
deps = [
":anyhow-1.0.86",
":async-trait-0.1.80",
":async-trait-0.1.81",
":base64-0.13.1",
":bufsize-1.0.7",
":bytes-1.6.0",
Expand Down Expand Up @@ -6048,7 +6048,7 @@ cargo.rust_binary(
],
visibility = [],
deps = [
":cc-1.0.104",
":cc-1.0.105",
":pkg-config-0.3.30",
":vcpkg-0.2.15",
],
Expand Down

0 comments on commit 6598255

Please sign in to comment.