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 = [
828
828
829
829
[[package]]
830
830
name = "wasmtime-c-api-bazel"
831
- version = "9.0.2 "
831
+ version = "9.0.3 "
832
832
dependencies = [
833
833
"anyhow",
834
834
"env_logger",
@@ -840,7 +840,7 @@ dependencies = [
840
840
[[package]]
841
841
name = "wasmtime-c-api-macros"
842
842
version = "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 "
844
844
dependencies = [
845
845
"proc-macro2",
846
846
"quote",
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
edition = " 2021"
3
3
name = " wasmtime-c-api-bazel"
4
- version = " 9.0.2 "
4
+ version = " 9.0.3 "
5
5
rust-version = " 1.66.0"
6
6
7
7
[lib ]
@@ -11,8 +11,8 @@ path = "fake_lib.rs"
11
11
env_logger = " 0.10"
12
12
anyhow = " 1.0"
13
13
once_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 " }
16
16
17
17
[package .metadata .raze ]
18
18
rust_rules_workspace_name = " rules_rust"
Original file line number Diff line number Diff line change @@ -967,7 +967,7 @@ def wasmtime_fetch_remote_crates():
967
967
new_git_repository ,
968
968
name = "wasmtime__wasmtime_c_api_macros__0_0_0" ,
969
969
remote = "https://github.com/bytecodealliance/wasmtime" ,
970
- commit = "0aa00479c9fbb39ef19a9f35d2ed0137454c93f5 " ,
970
+ commit = "271b605e8d3d44c5d0a39bb4e65c3efb3869ff74 " ,
971
971
build_file = Label ("//bazel/cargo/wasmtime/remote:BUILD.wasmtime-c-api-macros-0.0.0.bazel" ),
972
972
init_submodules = True ,
973
973
)
Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ def proxy_wasm_cpp_host_repositories():
201
201
http_archive ,
202
202
name = "com_github_bytecodealliance_wasmtime" ,
203
203
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.2 .tar.gz" ,
204
+ sha256 = "917da461249b11a3176a39573723f78c627259576d0ca10b00d6e7f7fa047081 " ,
205
+ strip_prefix = "wasmtime-9.0.3 " ,
206
+ url = "https://github.com/bytecodealliance/wasmtime/archive/v9.0.3 .tar.gz" ,
207
207
)
208
208
209
209
maybe (
You can’t perform that action at this time.
0 commit comments