diff --git a/bzl/deps.bzl b/bzl/deps.bzl index 02cdf406df..1c1aa33e9c 100644 --- a/bzl/deps.bzl +++ b/bzl/deps.bzl @@ -127,7 +127,7 @@ exports_files(glob(["**/*"], exclude_directories=0)) http_archive( name = "rules_rust", sha256 = "af4f56caae50a99a68bfce39b141b509dd68548c8204b98ab7a1cafc94d5bb02", - urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.1/rules_rust-v0.54.1.tar.gz"], + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.56.0/rules_rust-v0.54.1.tar.gz"], ) # Got no idea why but MS doesn't publish versions of this...