Skip to content

Commit 487f0a3

Browse files
deps: Bump rules_rust -> 0.59.2
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
1 parent c97cd05 commit 487f0a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)