Skip to content

Commit 0bbc3ef

Browse files
committed
Run bazel run //bazel/cargo/wasmtime:crates_vendor
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 74a5abe commit 0bbc3ef

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

bazel/cargo/wasmtime/Cargo.Bazel.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,9 @@ dependencies = [
701701

702702
[[package]]
703703
name = "wasmtime-c-api-impl"
704-
version = "24.0.6"
704+
version = "24.0.0"
705705
source = "registry+https://github.com/rust-lang/crates.io-index"
706-
checksum = "cc0fff19223a1fac9db13c4f085c10153de473e1007e4b567b93f2f039c7a8d3"
706+
checksum = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58"
707707
dependencies = [
708708
"anyhow",
709709
"log",
@@ -715,9 +715,9 @@ dependencies = [
715715

716716
[[package]]
717717
name = "wasmtime-c-api-macros"
718-
version = "24.0.6"
718+
version = "24.0.0"
719719
source = "registry+https://github.com/rust-lang/crates.io-index"
720-
checksum = "7309794ec8b2989bca04df99ad091ecfc5eceb0e1ab310b81f09608d1ed32986"
720+
checksum = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6"
721721
dependencies = [
722722
"proc-macro2",
723723
"quote",

bazel/cargo/wasmtime/remote/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ alias(
4444
)
4545

4646
alias(
47-
name = "wasmtime-c-api-impl-24.0.6",
48-
actual = "@cu__wasmtime-c-api-impl-24.0.6//:wasmtime_c_api",
47+
name = "wasmtime-c-api-impl-24.0.0",
48+
actual = "@cu__wasmtime-c-api-impl-24.0.0//:wasmtime_c_api",
4949
tags = ["manual"],
5050
)
5151

5252
alias(
5353
name = "wasmtime-c-api-impl",
54-
actual = "@cu__wasmtime-c-api-impl-24.0.6//:wasmtime_c_api",
54+
actual = "@cu__wasmtime-c-api-impl-24.0.0//:wasmtime_c_api",
5555
tags = ["manual"],
5656
)

bazel/cargo/wasmtime/remote/BUILD.wasmtime-c-api-impl-24.0.6.bazel renamed to bazel/cargo/wasmtime/remote/BUILD.wasmtime-c-api-impl-24.0.0.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rust_library(
4444
crate_root = "src/lib.rs",
4545
edition = "2021",
4646
proc_macro_deps = [
47-
"@cu__wasmtime-c-api-macros-24.0.6//:wasmtime_c_api_macros",
47+
"@cu__wasmtime-c-api-macros-24.0.0//:wasmtime_c_api_macros",
4848
],
4949
rustc_env_files = [
5050
":cargo_toml_env_vars",
@@ -59,14 +59,14 @@ rust_library(
5959
"noclippy",
6060
"norustfmt",
6161
],
62-
version = "24.0.6",
62+
version = "24.0.0",
6363
deps = [
6464
"@cu__anyhow-1.0.86//:anyhow",
6565
"@cu__log-0.4.29//:log",
6666
"@cu__once_cell-1.19.0//:once_cell",
6767
"@cu__tracing-0.1.40//:tracing",
6868
"@cu__wasmtime-24.0.6//:wasmtime",
69-
"@cu__wasmtime-c-api-impl-24.0.6//:build_script_build",
69+
"@cu__wasmtime-c-api-impl-24.0.0//:build_script_build",
7070
],
7171
)
7272

@@ -122,7 +122,7 @@ cargo_build_script(
122122
"noclippy",
123123
"norustfmt",
124124
],
125-
version = "24.0.6",
125+
version = "24.0.0",
126126
visibility = ["//visibility:private"],
127127
)
128128

bazel/cargo/wasmtime/remote/BUILD.wasmtime-c-api-macros-24.0.6.bazel renamed to bazel/cargo/wasmtime/remote/BUILD.wasmtime-c-api-macros-24.0.0.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rust_proc_macro(
4949
"noclippy",
5050
"norustfmt",
5151
],
52-
version = "24.0.6",
52+
version = "24.0.0",
5353
deps = [
5454
"@cu__proc-macro2-1.0.86//:proc_macro2",
5555
"@cu__quote-1.0.36//:quote",

bazel/cargo/wasmtime/remote/defs.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ _NORMAL_DEPENDENCIES = {
296296
"bazel/cargo/wasmtime": {
297297
_COMMON_CONDITION: {
298298
"log": Label("@cu//:log-0.4.29"),
299-
"wasmtime-c-api-impl": Label("@cu//:wasmtime-c-api-impl-24.0.6"),
299+
"wasmtime-c-api-impl": Label("@cu//:wasmtime-c-api-impl-24.0.0"),
300300
},
301301
},
302302
}
@@ -1203,22 +1203,22 @@ def crate_repositories():
12031203

12041204
maybe(
12051205
http_archive,
1206-
name = "cu__wasmtime-c-api-impl-24.0.6",
1207-
sha256 = "cc0fff19223a1fac9db13c4f085c10153de473e1007e4b567b93f2f039c7a8d3",
1206+
name = "cu__wasmtime-c-api-impl-24.0.0",
1207+
sha256 = "765e302e7d9125e614aaeec3ad6b6083605393004eca00214106a4ff6b47fc58",
12081208
type = "tar.gz",
1209-
urls = ["https://static.crates.io/crates/wasmtime-c-api-impl/24.0.6/download"],
1210-
strip_prefix = "wasmtime-c-api-impl-24.0.6",
1211-
build_file = Label("@proxy_wasm_cpp_host//bazel/cargo/wasmtime/remote:BUILD.wasmtime-c-api-impl-24.0.6.bazel"),
1209+
urls = ["https://static.crates.io/crates/wasmtime-c-api-impl/24.0.0/download"],
1210+
strip_prefix = "wasmtime-c-api-impl-24.0.0",
1211+
build_file = Label("@proxy_wasm_cpp_host//bazel/cargo/wasmtime/remote:BUILD.wasmtime-c-api-impl-24.0.0.bazel"),
12121212
)
12131213

12141214
maybe(
12151215
http_archive,
1216-
name = "cu__wasmtime-c-api-macros-24.0.6",
1217-
sha256 = "7309794ec8b2989bca04df99ad091ecfc5eceb0e1ab310b81f09608d1ed32986",
1216+
name = "cu__wasmtime-c-api-macros-24.0.0",
1217+
sha256 = "2d09d02eaa84aa2de5babee7b0296557ad6e4903bb10aa8d135e393e753a43d6",
12181218
type = "tar.gz",
1219-
urls = ["https://static.crates.io/crates/wasmtime-c-api-macros/24.0.6/download"],
1220-
strip_prefix = "wasmtime-c-api-macros-24.0.6",
1221-
build_file = Label("@proxy_wasm_cpp_host//bazel/cargo/wasmtime/remote:BUILD.wasmtime-c-api-macros-24.0.6.bazel"),
1219+
urls = ["https://static.crates.io/crates/wasmtime-c-api-macros/24.0.0/download"],
1220+
strip_prefix = "wasmtime-c-api-macros-24.0.0",
1221+
build_file = Label("@proxy_wasm_cpp_host//bazel/cargo/wasmtime/remote:BUILD.wasmtime-c-api-macros-24.0.0.bazel"),
12221222
)
12231223

12241224
maybe(
@@ -1453,5 +1453,5 @@ def crate_repositories():
14531453

14541454
return [
14551455
struct(repo = "cu__log-0.4.29", is_dev_dep = False),
1456-
struct(repo = "cu__wasmtime-c-api-impl-24.0.6", is_dev_dep = False),
1456+
struct(repo = "cu__wasmtime-c-api-impl-24.0.0", is_dev_dep = False),
14571457
]

0 commit comments

Comments
 (0)