@@ -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