Skip to content

Commit 57eadc5

Browse files
committed
Run bazel run //bazel/cargo/wasmtime:crates_vendor
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 053920c commit 57eadc5

96 files changed

Lines changed: 3195 additions & 2970 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bazel/cargo/wasmtime/Cargo.Bazel.lock

Lines changed: 359 additions & 342 deletions
Large diffs are not rendered by default.

bazel/cargo/wasmtime/remote/BUILD.sptr-0.3.2.bazel renamed to bazel/cargo/wasmtime/remote/BUILD.addr2line-0.26.0.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cargo_toml_env_vars(
1717
)
1818

1919
rust_library(
20-
name = "sptr",
20+
name = "addr2line",
2121
srcs = glob(
2222
include = ["**/*.rs"],
2323
allow_empty = True,
@@ -34,9 +34,6 @@ rust_library(
3434
"WORKSPACE.bazel",
3535
],
3636
),
37-
crate_features = [
38-
"default",
39-
],
4037
crate_root = "src/lib.rs",
4138
edition = "2018",
4239
rustc_env_files = [
@@ -47,10 +44,13 @@ rust_library(
4744
],
4845
tags = [
4946
"cargo-bazel",
50-
"crate-name=sptr",
47+
"crate-name=addr2line",
5148
"manual",
5249
"noclippy",
5350
"norustfmt",
5451
],
55-
version = "0.3.2",
52+
version = "0.26.0",
53+
deps = [
54+
"@cu__gimli-0.33.0//:gimli",
55+
],
5656
)

bazel/cargo/wasmtime/remote/BUILD.ahash-0.8.11.bazel

Lines changed: 0 additions & 242 deletions
This file was deleted.

bazel/cargo/wasmtime/remote/BUILD.zerocopy-0.7.35.bazel renamed to bazel/cargo/wasmtime/remote/BUILD.allocator-api2-0.2.21.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cargo_toml_env_vars(
1717
)
1818

1919
rust_library(
20-
name = "zerocopy",
20+
name = "allocator_api2",
2121
srcs = glob(
2222
include = ["**/*.rs"],
2323
allow_empty = True,
@@ -35,7 +35,7 @@ rust_library(
3535
],
3636
),
3737
crate_features = [
38-
"simd",
38+
"alloc",
3939
],
4040
crate_root = "src/lib.rs",
4141
edition = "2018",
@@ -47,10 +47,10 @@ rust_library(
4747
],
4848
tags = [
4949
"cargo-bazel",
50-
"crate-name=zerocopy",
50+
"crate-name=allocator-api2",
5151
"manual",
5252
"noclippy",
5353
"norustfmt",
5454
],
55-
version = "0.7.35",
55+
version = "0.2.21",
5656
)

bazel/cargo/wasmtime/remote/BUILD.anyhow-1.0.86.bazel renamed to bazel/cargo/wasmtime/remote/BUILD.anyhow-1.0.102.bazel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rust_library(
4343
"std",
4444
],
4545
crate_root = "src/lib.rs",
46-
edition = "2018",
46+
edition = "2021",
4747
rustc_env_files = [
4848
":cargo_toml_env_vars",
4949
],
@@ -57,9 +57,9 @@ rust_library(
5757
"noclippy",
5858
"norustfmt",
5959
],
60-
version = "1.0.86",
60+
version = "1.0.102",
6161
deps = [
62-
"@cu__anyhow-1.0.86//:build_script_build",
62+
"@cu__anyhow-1.0.102//:build_script_build",
6363
],
6464
)
6565

@@ -100,7 +100,7 @@ cargo_build_script(
100100
"WORKSPACE.bazel",
101101
],
102102
),
103-
edition = "2018",
103+
edition = "2021",
104104
pkg_name = "anyhow",
105105
rustc_env_files = [
106106
":cargo_toml_env_vars",
@@ -115,7 +115,7 @@ cargo_build_script(
115115
"noclippy",
116116
"norustfmt",
117117
],
118-
version = "1.0.86",
118+
version = "1.0.102",
119119
visibility = ["//visibility:private"],
120120
)
121121

bazel/cargo/wasmtime/remote/BUILD.arbitrary-1.3.2.bazel renamed to bazel/cargo/wasmtime/remote/BUILD.arbitrary-1.4.2.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ rust_library(
4949
"noclippy",
5050
"norustfmt",
5151
],
52-
version = "1.3.2",
52+
version = "1.4.2",
5353
)

bazel/cargo/wasmtime/remote/BUILD.wasmtime-c-api-macros-24.0.0.bazel renamed to bazel/cargo/wasmtime/remote/BUILD.async-trait-0.1.89.bazel

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cargo_toml_env_vars(
1717
)
1818

1919
rust_proc_macro(
20-
name = "wasmtime_c_api_macros",
20+
name = "async_trait",
2121
srcs = glob(
2222
include = ["**/*.rs"],
2323
allow_empty = True,
@@ -44,14 +44,15 @@ rust_proc_macro(
4444
],
4545
tags = [
4646
"cargo-bazel",
47-
"crate-name=wasmtime-c-api-macros",
47+
"crate-name=async-trait",
4848
"manual",
4949
"noclippy",
5050
"norustfmt",
5151
],
52-
version = "24.0.0",
52+
version = "0.1.89",
5353
deps = [
54-
"@cu__proc-macro2-1.0.86//:proc_macro2",
55-
"@cu__quote-1.0.36//:quote",
54+
"@cu__proc-macro2-1.0.106//:proc_macro2",
55+
"@cu__quote-1.0.45//:quote",
56+
"@cu__syn-2.0.117//:syn",
5657
],
5758
)

0 commit comments

Comments
 (0)