@@ -90,14 +90,12 @@ def proxy_wasm_cpp_host_repositories():
90
90
url = "https://github.com/bazelbuild/rules_python/releases/download/0.34.0/rules_python-0.34.0.tar.gz" ,
91
91
)
92
92
93
- # Keep at 0.42 one because https://github.com/bazelbuild/rules_rust/issues/2665
94
- # manifests at 0.43
95
93
maybe (
96
94
http_archive ,
97
95
name = "rules_rust" ,
98
- integrity = "sha256-JLN47ZcAbx9wEr5Jiib4HduZATGLiDgK7oUi/fvotzU= " ,
96
+ sha256 = "f1306aac0b258b790df01ad9abc6abb0df0b65416c74b4ef27f4aab298780a64 " ,
99
97
# NOTE: Update Rust version in bazel/dependencies.bzl.
100
- url = "https://github.com/bazelbuild/rules_rust/releases/download/0.42.1 /rules_rust-v0.42.1 .tar.gz" ,
98
+ url = "https://github.com/bazelbuild/rules_rust/releases/download/0.56.0 /rules_rust-0.56.0 .tar.gz" ,
101
99
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch" ],
102
100
patch_args = ["-p1" ],
103
101
)
@@ -257,9 +255,9 @@ def proxy_wasm_cpp_host_repositories():
257
255
http_archive ,
258
256
name = "com_github_bytecodealliance_wasmtime" ,
259
257
build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD" ,
260
- sha256 = "2ccb49bb3bfa4d86907ad4c80d1147aef6156c7b6e3f7f14ed02a39de9761155 " ,
261
- strip_prefix = "wasmtime-24 .0.0 " ,
262
- url = "https://github.com/bytecodealliance/wasmtime/archive/v24 .0.0 .tar.gz" ,
258
+ sha256 = "17850ca356fce6ea8bcd3847692b3233588ddf32ff31fcccac67ad06bcac0a3a " ,
259
+ strip_prefix = "wasmtime-25 .0.3 " ,
260
+ url = "https://github.com/bytecodealliance/wasmtime/archive/v25 .0.3 .tar.gz" ,
263
261
)
264
262
265
263
native .bind (
0 commit comments