Skip to content

Commit 2ce71a5

Browse files
deps: Bump rules_rust -> 0.65.0
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
1 parent 78eb027 commit 2ce71a5

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
@@ -1561,8 +1561,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
15611561
project_name = "Bazel rust rules",
15621562
project_desc = "Bazel rust rules (used by Wasm)",
15631563
project_url = "https://github.com/bazelbuild/rules_rust",
1564-
version = "0.56.0",
1565-
sha256 = "f1306aac0b258b790df01ad9abc6abb0df0b65416c74b4ef27f4aab298780a64",
1564+
version = "0.65.0",
1565+
sha256 = "62b9c7fdff230a912a18053e91e36a6ae73e41275ef5e82d7055ea3ed26e79ee",
15661566
# Note: rules_rust should point to the releases, not archive to avoid the hassle of bootstrapping in crate_universe.
15671567
# This is described in https://bazelbuild.github.io/rules_rust/crate_universe.html#setup, otherwise bootstrap
15681568
# is required which in turn requires a system CC toolchains, not the bazel controlled ones.
@@ -1573,7 +1573,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
15731573
"dataplane_ext",
15741574
],
15751575
extensions = ["envoy.wasm.runtime.wasmtime"],
1576-
release_date = "2024-12-16",
1576+
release_date = "2025-09-16",
15771577
cpe = "N/A",
15781578
license = "Apache-2.0",
15791579
license_url = "https://github.com/bazelbuild/rules_rust/blob/{version}/LICENSE.txt",

0 commit comments

Comments
 (0)