File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1561,8 +1561,8 @@ REPOSITORY_LOCATIONS_SPEC = dict(
1561
1561
project_name = "Bazel rust rules" ,
1562
1562
project_desc = "Bazel rust rules (used by Wasm)" ,
1563
1563
project_url = "https://github.com/bazelbuild/rules_rust" ,
1564
- version = "0.56 .0" ,
1565
- sha256 = "f1306aac0b258b790df01ad9abc6abb0df0b65416c74b4ef27f4aab298780a64 " ,
1564
+ version = "0.65 .0" ,
1565
+ sha256 = "62b9c7fdff230a912a18053e91e36a6ae73e41275ef5e82d7055ea3ed26e79ee " ,
1566
1566
# Note: rules_rust should point to the releases, not archive to avoid the hassle of bootstrapping in crate_universe.
1567
1567
# This is described in https://bazelbuild.github.io/rules_rust/crate_universe.html#setup, otherwise bootstrap
1568
1568
# is required which in turn requires a system CC toolchains, not the bazel controlled ones.
@@ -1573,7 +1573,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
1573
1573
"dataplane_ext" ,
1574
1574
],
1575
1575
extensions = ["envoy.wasm.runtime.wasmtime" ],
1576
- release_date = "2024-12 -16" ,
1576
+ release_date = "2025-09 -16" ,
1577
1577
cpe = "N/A" ,
1578
1578
license = "Apache-2.0" ,
1579
1579
license_url = "https://github.com/bazelbuild/rules_rust/blob/{version}/LICENSE.txt" ,
You can’t perform that action at this time.
0 commit comments