File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ dependencies = [
828828
829829[[package]]
830830name = "wasmtime-c-api-bazel"
831- version = "9.0.2 "
831+ version = "9.0.3 "
832832dependencies = [
833833 "anyhow",
834834 "env_logger",
@@ -840,7 +840,7 @@ dependencies = [
840840[[package]]
841841name = "wasmtime-c-api-macros"
842842version = "0.0.0"
843- source = "git+https://github.com/bytecodealliance/wasmtime?tag=v9.0.2#0aa00479c9fbb39ef19a9f35d2ed0137454c93f5 "
843+ source = "git+https://github.com/bytecodealliance/wasmtime?tag=v9.0.3#271b605e8d3d44c5d0a39bb4e65c3efb3869ff74 "
844844dependencies = [
845845 "proc-macro2",
846846 "quote",
Original file line number Diff line number Diff line change 11[package ]
22edition = " 2021"
33name = " wasmtime-c-api-bazel"
4- version = " 9.0.2 "
4+ version = " 9.0.3 "
55rust-version = " 1.66.0"
66
77[lib ]
@@ -11,8 +11,8 @@ path = "fake_lib.rs"
1111env_logger = " 0.10"
1212anyhow = " 1.0"
1313once_cell = " 1.12"
14- wasmtime = {version = " 9.0.2 " , default-features = false , features = [' cranelift' ]}
15- wasmtime-c-api-macros = {git = " https://github.com/bytecodealliance/wasmtime" , tag = " v9.0.2 " }
14+ wasmtime = {version = " 9.0.3 " , default-features = false , features = [' cranelift' ]}
15+ wasmtime-c-api-macros = {git = " https://github.com/bytecodealliance/wasmtime" , tag = " v9.0.3 " }
1616
1717[package .metadata .raze ]
1818rust_rules_workspace_name = " rules_rust"
Original file line number Diff line number Diff line change @@ -967,7 +967,7 @@ def wasmtime_fetch_remote_crates():
967967 new_git_repository ,
968968 name = "wasmtime__wasmtime_c_api_macros__0_0_0" ,
969969 remote = "https://github.com/bytecodealliance/wasmtime" ,
970- commit = "0aa00479c9fbb39ef19a9f35d2ed0137454c93f5 " ,
970+ commit = "271b605e8d3d44c5d0a39bb4e65c3efb3869ff74 " ,
971971 build_file = Label ("//bazel/cargo/wasmtime/remote:BUILD.wasmtime-c-api-macros-0.0.0.bazel" ),
972972 init_submodules = True ,
973973 )
Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ def proxy_wasm_cpp_host_repositories():
201201 http_archive ,
202202 name = "com_github_bytecodealliance_wasmtime" ,
203203 build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD" ,
204- sha256 = "4655b98763ebb115d45c4d97dde6e684466ce2895d5636152bac4f4487b16e34 " ,
205- strip_prefix = "wasmtime-9.0.2 " ,
206- url = "https://github.com/bytecodealliance/wasmtime/archive/v9.0.%3Cspan%20class="x x-first x-last">2 .tar.gz",
204+ sha256 = "917da461249b11a3176a39573723f78c627259576d0ca10b00d6e7f7fa047081 " ,
205+ strip_prefix = "wasmtime-9.0.3 " ,
206+ url = "https://github.com/bytecodealliance/wasmtime/archive/v9.0.%3Cspan%20class="x x-first x-last">3 .tar.gz",
207207 )
208208
209209 maybe (
You can’t perform that action at this time.
0 commit comments