diff --git a/Cargo.Bazel.lock.json b/Cargo.Bazel.lock.json index 078008386c4b..b8ba9443b786 100644 --- a/Cargo.Bazel.lock.json +++ b/Cargo.Bazel.lock.json @@ -1,5 +1,5 @@ { - "checksum": "94595fc821b18a305684fdaa6ff94a1b358bac6800177cbf62b2e2fb0e4ff63d", + "checksum": "8374b41763bef26d4f617b2183d2c0e94616f961822b5b6f31c4d8ada177b48c", "crates": { "aho-corasick 1.1.3": { "name": "aho-corasick", @@ -655,13 +655,6 @@ "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { diff --git a/build/kong_crate/deps.bzl b/build/kong_crate/deps.bzl index e0ee1c287bd5..9ff26eb7295e 100644 --- a/build/kong_crate/deps.bzl +++ b/build/kong_crate/deps.bzl @@ -26,6 +26,8 @@ def kong_crate_repositories(cargo_lockfile, lockfile, cargo_home_isolated = True rules_rust_dependencies() + # To get the sha256s, please check out the + # https://static.rust-lang.org/dist/channel-rust-stable.toml rust_register_toolchains( edition = "2021", extra_target_triples = ["aarch64-unknown-linux-gnu"],