File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def _go_deps(skip_targets):
112112def _rust_deps ():
113113 external_http_archive (
114114 "rules_rust" ,
115- patches = ["@envoy//bazel:rules_rust.patch" , "@envoy//bazel:rules_rust_ppc64le.patch" ],
115+ patches = ["@envoy//bazel:rules_rust.patch" ],
116116 )
117117
118118def envoy_dependencies (skip_targets = []):
Original file line number Diff line number Diff line change @@ -1564,8 +1564,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
15641564 project_name = "Bazel rust rules" ,
15651565 project_desc = "Bazel rust rules (used by Wasm)" ,
15661566 project_url = "https://github.com/bazelbuild/rules_rust" ,
1567- version = "0.56.0 " ,
1568- sha256 = "f1306aac0b258b790df01ad9abc6abb0df0b65416c74b4ef27f4aab298780a64 " ,
1567+ version = "0.59.2 " ,
1568+ sha256 = "09e17b47c0150465631aa319f2742760a43ededab2e9c012f91d0ae2eff02268 " ,
15691569 # Note: rules_rust should point to the releases, not archive to avoid the hassle of bootstrapping in crate_universe.
15701570 # This is described in https://bazelbuild.github.io/rules_rust/crate_universe.html#setup, otherwise bootstrap
15711571 # is required which in turn requires a system CC toolchains, not the bazel controlled ones.
@@ -1576,7 +1576,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
15761576 "dataplane_ext" ,
15771577 ],
15781578 extensions = ["envoy.wasm.runtime.wasmtime" ],
1579- release_date = "2024-12-16 " ,
1579+ release_date = "2025-03-20 " ,
15801580 cpe = "N/A" ,
15811581 license = "Apache-2.0" ,
15821582 license_url = "https://github.com/bazelbuild/rules_rust/blob/{version}/LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments