aboutsummaryrefslogtreecommitdiff
path: root/wasm_bindgen/repositories.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'wasm_bindgen/repositories.bzl')
-rw-r--r--wasm_bindgen/repositories.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/wasm_bindgen/repositories.bzl b/wasm_bindgen/repositories.bzl
index 0fadd916..5e05b8fc 100644
--- a/wasm_bindgen/repositories.bzl
+++ b/wasm_bindgen/repositories.bzl
@@ -18,7 +18,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("//wasm_bindgen/3rdparty/crates:defs.bzl", "crate_repositories")
-WASM_BINDGEN_VERSION = "0.2.89"
+WASM_BINDGEN_VERSION = "0.2.91"
# buildifier: disable=unnamed-macro
def rust_wasm_bindgen_dependencies():
@@ -37,7 +37,7 @@ def rust_wasm_bindgen_dependencies():
maybe(
http_archive,
name = "rules_rust_wasm_bindgen_cli",
- sha256 = "539d7d1fd32b3dd6810cfd099d6ca8a91e567c5ecd14c9b7387856ab871f5c0d",
+ sha256 = "80b674e1bda34888e132276ba600676cea158bdcd289bb7da5c25885f1a3a535",
urls = ["https://crates.io/api/v1/crates/wasm-bindgen-cli/{}/download".format(WASM_BINDGEN_VERSION)],
type = "tar.gz",
strip_prefix = "wasm-bindgen-cli-{}".format(WASM_BINDGEN_VERSION),