aboutsummaryrefslogtreecommitdiff
path: root/MODULE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'MODULE.bazel')
-rw-r--r--MODULE.bazel12
1 files changed, 6 insertions, 6 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index d147ad10..02654970 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -2,7 +2,7 @@
module(
name = "rules_rust",
- version = "0.39.0",
+ version = "0.40.0",
)
bazel_dep(
@@ -27,7 +27,7 @@ bazel_dep(
)
bazel_dep(
name = "apple_support",
- version = "1.11.1",
+ version = "1.13.0",
repo_name = "build_bazel_apple_support",
)
bazel_dep(
@@ -36,7 +36,7 @@ bazel_dep(
repo_name = "com_google_protobuf",
)
-internal_deps = use_extension("//rust/private:extensions.bzl", "internal_deps")
+internal_deps = use_extension("//rust/private:extensions.bzl", "i")
use_repo(
internal_deps,
"bazelci_rules",
@@ -120,9 +120,9 @@ use_repo(
"rules_rust_wasm_bindgen__tempfile-3.6.0",
"rules_rust_wasm_bindgen__ureq-2.8.0",
"rules_rust_wasm_bindgen__walrus-0.20.3",
- "rules_rust_wasm_bindgen__wasm-bindgen-0.2.89",
- "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.89",
- "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.89",
+ "rules_rust_wasm_bindgen__wasm-bindgen-0.2.91",
+ "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.91",
+ "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.91",
"rules_rust_wasm_bindgen__wasmparser-0.102.0",
"rules_rust_wasm_bindgen__wasmprinter-0.2.60",
"rules_rust_wasm_bindgen_cli",