aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2024-03-06 00:12:29 -0800
committerDavid Tolnay <dtolnay@gmail.com>2024-03-06 00:14:39 -0800
commitabb34d22d41d54379b05ea5fc13d699fef2c83c0 (patch)
tree2d92c512bb6a1e7c4663f5dd81829d170829ca17
parent25ad36347f1e39614a810c6b54b3a2c7f2c9ed26 (diff)
downloadcxx-abb34d22d41d54379b05ea5fc13d699fef2c83c0.tar.gz
Bazel rules_rust 0.40.0
-rw-r--r--MODULE.bazel2
-rw-r--r--MODULE.bazel.lock3929
-rw-r--r--third-party/bazel/BUILD.anstyle-1.0.6.bazel6
-rw-r--r--third-party/bazel/BUILD.bazel16
-rw-r--r--third-party/bazel/BUILD.cc-1.0.89.bazel6
-rw-r--r--third-party/bazel/BUILD.clap-4.5.1.bazel6
-rw-r--r--third-party/bazel/BUILD.clap_builder-4.5.1.bazel6
-rw-r--r--third-party/bazel/BUILD.clap_lex-0.7.0.bazel6
-rw-r--r--third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel6
-rw-r--r--third-party/bazel/BUILD.once_cell-1.19.0.bazel6
-rw-r--r--third-party/bazel/BUILD.proc-macro2-1.0.78.bazel16
-rw-r--r--third-party/bazel/BUILD.quote-1.0.35.bazel6
-rw-r--r--third-party/bazel/BUILD.scratch-1.0.7.bazel16
-rw-r--r--third-party/bazel/BUILD.syn-2.0.52.bazel6
-rw-r--r--third-party/bazel/BUILD.termcolor-1.4.1.bazel6
-rw-r--r--third-party/bazel/BUILD.unicode-ident-1.0.12.bazel6
-rw-r--r--third-party/bazel/BUILD.unicode-width-0.1.11.bazel6
-rw-r--r--third-party/bazel/BUILD.winapi-0.3.9.bazel16
-rw-r--r--third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel16
-rw-r--r--third-party/bazel/BUILD.winapi-util-0.1.6.bazel6
-rw-r--r--third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel16
-rw-r--r--third-party/bazel/defs.bzl16
22 files changed, 2291 insertions, 1830 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index b1f1e0da..0ff71120 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(name = "cxx.rs")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
-bazel_dep(name = "rules_rust", version = "0.39.0")
+bazel_dep(name = "rules_rust", version = "0.40.0")
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock
index fd8ad3e9..9ae06d6c 100644
--- a/MODULE.bazel.lock
+++ b/MODULE.bazel.lock
@@ -1,6 +1,6 @@
{
"lockFileVersion": 3,
- "moduleFileHash": "bb765dcdcb2fa0322a486eb1c5c7b4e10a5eb3cf25104fc7ce57c8c547bcd22a",
+ "moduleFileHash": "bcecd601fb039027d17c84b9fccd60ad766512723ff007dca6cdd7c824ad5b4b",
"flags": {
"cmdRegistries": [
"https://bcr.bazel.build/"
@@ -85,7 +85,7 @@
],
"deps": {
"bazel_skylib": "bazel_skylib@1.5.0",
- "rules_rust": "rules_rust@0.39.0",
+ "rules_rust": "rules_rust@0.40.0",
"bazel_tools": "bazel_tools@_",
"local_config_platform": "local_config_platform@_"
}
@@ -121,10 +121,10 @@
}
}
},
- "rules_rust@0.39.0": {
+ "rules_rust@0.40.0": {
"name": "rules_rust",
- "version": "0.39.0",
- "key": "rules_rust@0.39.0",
+ "version": "0.40.0",
+ "key": "rules_rust@0.40.0",
"repoName": "rules_rust",
"executionPlatformsToRegister": [],
"toolchainsToRegister": [
@@ -133,10 +133,10 @@
"extensionUsages": [
{
"extensionBzlFile": "@rules_rust//rust/private:extensions.bzl",
- "extensionName": "internal_deps",
- "usingModule": "rules_rust@0.39.0",
+ "extensionName": "i",
+ "usingModule": "rules_rust@0.40.0",
"location": {
- "file": "https://bcr.bazel.build/modules/rules_rust/0.39.0/MODULE.bazel",
+ "file": "https://bcr.bazel.build/modules/rules_rust/0.40.0/MODULE.bazel",
"line": 39,
"column": 30
},
@@ -222,9 +222,9 @@
"rules_rust_wasm_bindgen__tempfile-3.6.0": "rules_rust_wasm_bindgen__tempfile-3.6.0",
"rules_rust_wasm_bindgen__ureq-2.8.0": "rules_rust_wasm_bindgen__ureq-2.8.0",
"rules_rust_wasm_bindgen__walrus-0.20.3": "rules_rust_wasm_bindgen__walrus-0.20.3",
- "rules_rust_wasm_bindgen__wasm-bindgen-0.2.89": "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-cli-support-0.2.89",
- "rules_rust_wasm_bindgen__wasm-bindgen-shared-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-0.2.91",
+ "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-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__wasm-bindgen-shared-0.2.91",
"rules_rust_wasm_bindgen__wasmparser-0.102.0": "rules_rust_wasm_bindgen__wasmparser-0.102.0",
"rules_rust_wasm_bindgen__wasmprinter-0.2.60": "rules_rust_wasm_bindgen__wasmprinter-0.2.60",
"rules_rust_wasm_bindgen_cli": "rules_rust_wasm_bindgen_cli"
@@ -237,9 +237,9 @@
{
"extensionBzlFile": "@rules_rust//rust:extensions.bzl",
"extensionName": "rust",
- "usingModule": "rules_rust@0.39.0",
+ "usingModule": "rules_rust@0.40.0",
"location": {
- "file": "https://bcr.bazel.build/modules/rules_rust/0.39.0/MODULE.bazel",
+ "file": "https://bcr.bazel.build/modules/rules_rust/0.40.0/MODULE.bazel",
"line": 131,
"column": 21
},
@@ -256,7 +256,7 @@
},
"devDependency": false,
"location": {
- "file": "https://bcr.bazel.build/modules/rules_rust/0.39.0/MODULE.bazel",
+ "file": "https://bcr.bazel.build/modules/rules_rust/0.40.0/MODULE.bazel",
"line": 132,
"column": 15
}
@@ -268,9 +268,9 @@
{
"extensionBzlFile": "@rules_rust//crate_universe/private/module_extensions:cargo_bazel_bootstrap.bzl",
"extensionName": "cargo_bazel_bootstrap",
- "usingModule": "rules_rust@0.39.0",
+ "usingModule": "rules_rust@0.40.0",
"location": {
- "file": "https://bcr.bazel.build/modules/rules_rust/0.39.0/MODULE.bazel",
+ "file": "https://bcr.bazel.build/modules/rules_rust/0.40.0/MODULE.bazel",
"line": 141,
"column": 38
},
@@ -289,7 +289,7 @@
"rules_cc": "rules_cc@0.0.9",
"rules_license": "rules_license@0.0.8",
"rules_proto": "rules_proto@5.3.0-21.7",
- "build_bazel_apple_support": "apple_support@1.11.1",
+ "build_bazel_apple_support": "apple_support@1.13.0",
"com_google_protobuf": "protobuf@21.7",
"bazel_tools": "bazel_tools@_",
"local_config_platform": "local_config_platform@_"
@@ -298,11 +298,11 @@
"bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0",
+ "name": "rules_rust~0.40.0",
"urls": [
- "https://github.com/bazelbuild/rules_rust/releases/download/0.39.0/rules_rust-v0.39.0.tar.gz"
+ "https://github.com/bazelbuild/rules_rust/releases/download/0.40.0/rules_rust-v0.40.0.tar.gz"
],
- "integrity": "sha256-GuRaQT0LlDOYcyDfKtQQ22oV+vtsiM8P0b87qsvoJts=",
+ "integrity": "sha256-ww398ehv1QZQp26mRbOkXy8AZnsGGHpoXpVU4WfKl+4=",
"strip_prefix": "",
"remote_patches": {},
"remote_patch_strip": 0
@@ -439,7 +439,7 @@
"platforms": "platforms@0.0.8",
"com_google_protobuf": "protobuf@21.7",
"zlib": "zlib@1.3",
- "build_bazel_apple_support": "apple_support@1.11.1",
+ "build_bazel_apple_support": "apple_support@1.13.0",
"local_config_platform": "local_config_platform@_"
}
},
@@ -591,10 +591,10 @@
}
}
},
- "apple_support@1.11.1": {
+ "apple_support@1.13.0": {
"name": "apple_support",
- "version": "1.11.1",
- "key": "apple_support@1.11.1",
+ "version": "1.13.0",
+ "key": "apple_support@1.13.0",
"repoName": "build_bazel_apple_support",
"executionPlatformsToRegister": [],
"toolchainsToRegister": [
@@ -604,9 +604,9 @@
{
"extensionBzlFile": "@build_bazel_apple_support//crosstool:setup.bzl",
"extensionName": "apple_cc_configure_extension",
- "usingModule": "apple_support@1.11.1",
+ "usingModule": "apple_support@1.13.0",
"location": {
- "file": "https://bcr.bazel.build/modules/apple_support/1.11.1/MODULE.bazel",
+ "file": "https://bcr.bazel.build/modules/apple_support/1.13.0/MODULE.bazel",
"line": 19,
"column": 35
},
@@ -630,14 +630,14 @@
"bzlFile": "@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "apple_support~1.11.1",
+ "name": "apple_support~1.13.0",
"urls": [
- "https://github.com/bazelbuild/apple_support/releases/download/1.11.1/apple_support.1.11.1.tar.gz"
+ "https://github.com/bazelbuild/apple_support/releases/download/1.13.0/apple_support.1.13.0.tar.gz"
],
- "integrity": "sha256-z01j85x7qQWfcOmVv1/hAZJn0/dzecIChWGl12Re9nw=",
+ "integrity": "sha256-HEAx5ytFagSNgXf1mlWBgIwHWF+p4lXG9f77h1KvfkA=",
"strip_prefix": "",
"remote_patches": {
- "https://bcr.bazel.build/modules/apple_support/1.11.1/patches/module_dot_bazel_version.patch": "sha256-G9CcKWR97sA/vnt8STjg1YRdFBMHHLHVmUwuHe6f+bs="
+ "https://bcr.bazel.build/modules/apple_support/1.13.0/patches/module_dot_bazel_version.patch": "sha256-OqLgfAMNy6ZUF/WaVkNXzB/KcCYLlHLspYNk67mcASA="
},
"remote_patch_strip": 1
}
@@ -1167,7 +1167,7 @@
"moduleExtensions": {
"//tools/bazel:extension.bzl%crate_repositories": {
"general": {
- "bzlTransitiveDigest": "00EKH2eYB7H5AKUxn1qbT2nn7BrdHGcNhwb4O7pLdwk=",
+ "bzlTransitiveDigest": "TUyLx8JsEfCcGo2uLlh+HoPZ4KOk4GPMGIyySckpY+c=",
"accumulatedFileDigests": {},
"envVariables": {},
"generatedRepoSpecs": {
@@ -1453,32 +1453,78 @@
"",
"bazel_tools",
"bazel_tools"
+ ],
+ [
+ "",
+ "vendor__cc-1.0.89",
+ "_main~crate_repositories~vendor__cc-1.0.89"
+ ],
+ [
+ "",
+ "vendor__clap-4.5.1",
+ "_main~crate_repositories~vendor__clap-4.5.1"
+ ],
+ [
+ "",
+ "vendor__codespan-reporting-0.11.1",
+ "_main~crate_repositories~vendor__codespan-reporting-0.11.1"
+ ],
+ [
+ "",
+ "vendor__once_cell-1.19.0",
+ "_main~crate_repositories~vendor__once_cell-1.19.0"
+ ],
+ [
+ "",
+ "vendor__proc-macro2-1.0.78",
+ "_main~crate_repositories~vendor__proc-macro2-1.0.78"
+ ],
+ [
+ "",
+ "vendor__quote-1.0.35",
+ "_main~crate_repositories~vendor__quote-1.0.35"
+ ],
+ [
+ "",
+ "vendor__scratch-1.0.7",
+ "_main~crate_repositories~vendor__scratch-1.0.7"
+ ],
+ [
+ "",
+ "vendor__syn-2.0.52",
+ "_main~crate_repositories~vendor__syn-2.0.52"
]
]
}
},
- "@@apple_support~1.11.1//crosstool:setup.bzl%apple_cc_configure_extension": {
+ "@@apple_support~1.13.0//crosstool:setup.bzl%apple_cc_configure_extension": {
"general": {
- "bzlTransitiveDigest": "FOTImXZOLQw+EqKi3u13A1a5Wff22EtyCed2Cz1AiW0=",
+ "bzlTransitiveDigest": "TMkUP4/N3ZORvZrcDg9FxSoW9r/7+uDVH/SI2biRyJg=",
"accumulatedFileDigests": {},
"envVariables": {},
"generatedRepoSpecs": {
"local_config_apple_cc": {
- "bzlFile": "@@apple_support~1.11.1//crosstool:setup.bzl",
+ "bzlFile": "@@apple_support~1.13.0//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf",
"attributes": {
- "name": "apple_support~1.11.1~apple_cc_configure_extension~local_config_apple_cc"
+ "name": "apple_support~1.13.0~apple_cc_configure_extension~local_config_apple_cc"
}
},
"local_config_apple_cc_toolchains": {
- "bzlFile": "@@apple_support~1.11.1//crosstool:setup.bzl",
+ "bzlFile": "@@apple_support~1.13.0//crosstool:setup.bzl",
"ruleClassName": "_apple_cc_autoconf_toolchains",
"attributes": {
- "name": "apple_support~1.11.1~apple_cc_configure_extension~local_config_apple_cc_toolchains"
+ "name": "apple_support~1.13.0~apple_cc_configure_extension~local_config_apple_cc_toolchains"
}
}
},
- "recordedRepoMappingEntries": []
+ "recordedRepoMappingEntries": [
+ [
+ "apple_support~1.13.0",
+ "bazel_tools",
+ "bazel_tools"
+ ]
+ ]
}
},
"@@bazel_tools//tools/cpp:cc_configure.bzl%cc_configure_extension": {
@@ -2099,17 +2145,17 @@
]
}
},
- "@@rules_rust~0.39.0//rust:extensions.bzl%rust": {
+ "@@rules_rust~0.40.0//rust:extensions.bzl%rust": {
"general": {
- "bzlTransitiveDigest": "1KM+XMrnEK5C4s1Oe031rZ97hwQtGOCJ7A5m0/jqLDo=",
+ "bzlTransitiveDigest": "I2ECWAfjTweoEwT+ulurWMJlNijPuXMqs3vBh+mgvd0=",
"accumulatedFileDigests": {},
"envVariables": {},
"generatedRepoSpecs": {
"rust_windows_x86_64__wasm32-wasi__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_x86_64__wasm32-wasi__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_windows_x86_64__wasm32-wasi__stable_tools",
"exec_triple": "x86_64-pc-windows-msvc",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2130,10 +2176,10 @@
}
},
"rust_darwin_aarch64__wasm32-wasi__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_aarch64__wasm32-wasi__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_aarch64__wasm32-wasi__stable_tools",
"exec_triple": "aarch64-apple-darwin",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2154,10 +2200,10 @@
}
},
"rust_darwin_x86_64__wasm32-wasi__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_x86_64__wasm32-wasi__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_x86_64__wasm32-wasi__stable_tools",
"exec_triple": "x86_64-apple-darwin",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2178,10 +2224,10 @@
}
},
"rust_freebsd_x86_64__wasm32-unknown-unknown__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_freebsd_x86_64__wasm32-unknown-unknown__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_freebsd_x86_64__wasm32-unknown-unknown__stable_tools",
"exec_triple": "x86_64-unknown-freebsd",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2202,10 +2248,10 @@
}
},
"rust_freebsd_x86_64__wasm32-wasi__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_freebsd_x86_64__wasm32-wasi__stable",
+ "name": "rules_rust~0.40.0~rust~rust_freebsd_x86_64__wasm32-wasi__stable",
"toolchain": "@rust_freebsd_x86_64__wasm32-wasi__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2222,10 +2268,10 @@
}
},
"rust_linux_aarch64__aarch64-unknown-linux-gnu__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_aarch64__aarch64-unknown-linux-gnu__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_linux_aarch64__aarch64-unknown-linux-gnu__stable_tools",
"exec_triple": "aarch64-unknown-linux-gnu",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2246,10 +2292,10 @@
}
},
"rust_linux_aarch64__aarch64-unknown-linux-gnu__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_aarch64__aarch64-unknown-linux-gnu__stable",
+ "name": "rules_rust~0.40.0~rust~rust_linux_aarch64__aarch64-unknown-linux-gnu__stable",
"toolchain": "@rust_linux_aarch64__aarch64-unknown-linux-gnu__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2266,10 +2312,10 @@
}
},
"rustfmt_nightly-2024-02-08__aarch64-unknown-linux-gnu": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__aarch64-unknown-linux-gnu",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__aarch64-unknown-linux-gnu",
"toolchain": "@rustfmt_nightly-2024-02-08__aarch64-unknown-linux-gnu_tools//:rustfmt_toolchain",
"toolchain_type": "@rules_rust//rust/rustfmt:toolchain_type",
"target_settings": [],
@@ -2281,10 +2327,10 @@
}
},
"rust_windows_x86_64": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_set_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_x86_64",
+ "name": "rules_rust~0.40.0~rust~rust_windows_x86_64",
"toolchains": [
"@rust_windows_x86_64__x86_64-pc-windows-msvc__stable//:toolchain",
"@rust_windows_x86_64__wasm32-unknown-unknown__stable//:toolchain",
@@ -2293,10 +2339,10 @@
}
},
"rust_linux_aarch64__wasm32-unknown-unknown__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_aarch64__wasm32-unknown-unknown__stable",
+ "name": "rules_rust~0.40.0~rust~rust_linux_aarch64__wasm32-unknown-unknown__stable",
"toolchain": "@rust_linux_aarch64__wasm32-unknown-unknown__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2313,10 +2359,10 @@
}
},
"rust_windows_aarch64__wasm32-wasi__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_aarch64__wasm32-wasi__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_windows_aarch64__wasm32-wasi__stable_tools",
"exec_triple": "aarch64-pc-windows-msvc",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2337,10 +2383,10 @@
}
},
"rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools",
"exec_triple": "x86_64-unknown-linux-gnu",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2361,10 +2407,10 @@
}
},
"rust_windows_aarch64__aarch64-pc-windows-msvc__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_aarch64__aarch64-pc-windows-msvc__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_windows_aarch64__aarch64-pc-windows-msvc__stable_tools",
"exec_triple": "aarch64-pc-windows-msvc",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2385,10 +2431,10 @@
}
},
"rust_windows_aarch64": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_set_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_aarch64",
+ "name": "rules_rust~0.40.0~rust~rust_windows_aarch64",
"toolchains": [
"@rust_windows_aarch64__aarch64-pc-windows-msvc__stable//:toolchain",
"@rust_windows_aarch64__wasm32-unknown-unknown__stable//:toolchain",
@@ -2397,10 +2443,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-unknown-linux-gnu": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-linux-gnu",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-linux-gnu",
"toolchain": "@rustfmt_nightly-2024-02-08__x86_64-unknown-linux-gnu_tools//:rustfmt_toolchain",
"toolchain_type": "@rules_rust//rust/rustfmt:toolchain_type",
"target_settings": [],
@@ -2412,10 +2458,10 @@
}
},
"rust_linux_x86_64__wasm32-unknown-unknown__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_x86_64__wasm32-unknown-unknown__stable",
+ "name": "rules_rust~0.40.0~rust~rust_linux_x86_64__wasm32-unknown-unknown__stable",
"toolchain": "@rust_linux_x86_64__wasm32-unknown-unknown__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2432,10 +2478,10 @@
}
},
"rust_windows_x86_64__x86_64-pc-windows-msvc__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_x86_64__x86_64-pc-windows-msvc__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_windows_x86_64__x86_64-pc-windows-msvc__stable_tools",
"exec_triple": "x86_64-pc-windows-msvc",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2456,10 +2502,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-apple-darwin": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-apple-darwin",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-apple-darwin",
"toolchain": "@rustfmt_nightly-2024-02-08__x86_64-apple-darwin_tools//:rustfmt_toolchain",
"toolchain_type": "@rules_rust//rust/rustfmt:toolchain_type",
"target_settings": [],
@@ -2471,10 +2517,10 @@
}
},
"rust_analyzer_1.76.0_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_analyzer_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_analyzer_1.76.0_tools",
+ "name": "rules_rust~0.40.0~rust~rust_analyzer_1.76.0_tools",
"version": "1.76.0",
"iso_date": "",
"sha256s": {},
@@ -2485,10 +2531,10 @@
}
},
"rust_freebsd_x86_64__x86_64-unknown-freebsd__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_freebsd_x86_64__x86_64-unknown-freebsd__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_freebsd_x86_64__x86_64-unknown-freebsd__stable_tools",
"exec_triple": "x86_64-unknown-freebsd",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2509,10 +2555,10 @@
}
},
"rust_darwin_x86_64__wasm32-unknown-unknown__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_x86_64__wasm32-unknown-unknown__stable",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_x86_64__wasm32-unknown-unknown__stable",
"toolchain": "@rust_darwin_x86_64__wasm32-unknown-unknown__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2529,10 +2575,10 @@
}
},
"rust_darwin_aarch64__wasm32-unknown-unknown__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_aarch64__wasm32-unknown-unknown__stable",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_aarch64__wasm32-unknown-unknown__stable",
"toolchain": "@rust_darwin_aarch64__wasm32-unknown-unknown__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2549,10 +2595,10 @@
}
},
"rust_darwin_aarch64__aarch64-apple-darwin__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_aarch64__aarch64-apple-darwin__stable",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_aarch64__aarch64-apple-darwin__stable",
"toolchain": "@rust_darwin_aarch64__aarch64-apple-darwin__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2569,10 +2615,10 @@
}
},
"rust_windows_x86_64__wasm32-wasi__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_x86_64__wasm32-wasi__stable",
+ "name": "rules_rust~0.40.0~rust~rust_windows_x86_64__wasm32-wasi__stable",
"toolchain": "@rust_windows_x86_64__wasm32-wasi__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2589,10 +2635,10 @@
}
},
"rustfmt_nightly-2024-02-08__aarch64-apple-darwin_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rustfmt_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__aarch64-apple-darwin_tools",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__aarch64-apple-darwin_tools",
"version": "nightly",
"iso_date": "2024-02-08",
"sha256s": {},
@@ -2604,10 +2650,10 @@
}
},
"rust_darwin_x86_64": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_set_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_x86_64",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_x86_64",
"toolchains": [
"@rust_darwin_x86_64__x86_64-apple-darwin__stable//:toolchain",
"@rust_darwin_x86_64__wasm32-unknown-unknown__stable//:toolchain",
@@ -2616,10 +2662,10 @@
}
},
"rust_windows_aarch64__wasm32-wasi__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_aarch64__wasm32-wasi__stable",
+ "name": "rules_rust~0.40.0~rust~rust_windows_aarch64__wasm32-wasi__stable",
"toolchain": "@rust_windows_aarch64__wasm32-wasi__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2636,10 +2682,10 @@
}
},
"rust_darwin_x86_64__wasm32-unknown-unknown__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_x86_64__wasm32-unknown-unknown__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_x86_64__wasm32-unknown-unknown__stable_tools",
"exec_triple": "x86_64-apple-darwin",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2660,10 +2706,10 @@
}
},
"rust_darwin_aarch64__wasm32-unknown-unknown__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_aarch64__wasm32-unknown-unknown__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_aarch64__wasm32-unknown-unknown__stable_tools",
"exec_triple": "aarch64-apple-darwin",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2684,10 +2730,10 @@
}
},
"rust_windows_x86_64__wasm32-unknown-unknown__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_x86_64__wasm32-unknown-unknown__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_windows_x86_64__wasm32-unknown-unknown__stable_tools",
"exec_triple": "x86_64-pc-windows-msvc",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2708,10 +2754,10 @@
}
},
"rustfmt_nightly-2024-02-08__aarch64-apple-darwin": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__aarch64-apple-darwin",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__aarch64-apple-darwin",
"toolchain": "@rustfmt_nightly-2024-02-08__aarch64-apple-darwin_tools//:rustfmt_toolchain",
"toolchain_type": "@rules_rust//rust/rustfmt:toolchain_type",
"target_settings": [],
@@ -2723,10 +2769,10 @@
}
},
"rust_linux_aarch64__wasm32-wasi__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_aarch64__wasm32-wasi__stable",
+ "name": "rules_rust~0.40.0~rust~rust_linux_aarch64__wasm32-wasi__stable",
"toolchain": "@rust_linux_aarch64__wasm32-wasi__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2743,10 +2789,10 @@
}
},
"rust_darwin_aarch64": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_set_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_aarch64",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_aarch64",
"toolchains": [
"@rust_darwin_aarch64__aarch64-apple-darwin__stable//:toolchain",
"@rust_darwin_aarch64__wasm32-unknown-unknown__stable//:toolchain",
@@ -2755,10 +2801,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-unknown-freebsd": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-freebsd",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-freebsd",
"toolchain": "@rustfmt_nightly-2024-02-08__x86_64-unknown-freebsd_tools//:rustfmt_toolchain",
"toolchain_type": "@rules_rust//rust/rustfmt:toolchain_type",
"target_settings": [],
@@ -2770,10 +2816,10 @@
}
},
"rust_darwin_x86_64__x86_64-apple-darwin__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_x86_64__x86_64-apple-darwin__stable",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_x86_64__x86_64-apple-darwin__stable",
"toolchain": "@rust_darwin_x86_64__x86_64-apple-darwin__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2790,10 +2836,10 @@
}
},
"rust_linux_x86_64__wasm32-unknown-unknown__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_x86_64__wasm32-unknown-unknown__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_linux_x86_64__wasm32-unknown-unknown__stable_tools",
"exec_triple": "x86_64-unknown-linux-gnu",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2814,10 +2860,10 @@
}
},
"rust_freebsd_x86_64__wasm32-wasi__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_freebsd_x86_64__wasm32-wasi__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_freebsd_x86_64__wasm32-wasi__stable_tools",
"exec_triple": "x86_64-unknown-freebsd",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2838,10 +2884,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-unknown-freebsd_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rustfmt_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-freebsd_tools",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-freebsd_tools",
"version": "nightly",
"iso_date": "2024-02-08",
"sha256s": {},
@@ -2853,10 +2899,10 @@
}
},
"rust_darwin_x86_64__wasm32-wasi__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_x86_64__wasm32-wasi__stable",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_x86_64__wasm32-wasi__stable",
"toolchain": "@rust_darwin_x86_64__wasm32-wasi__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2873,10 +2919,10 @@
}
},
"rust_host_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_host_tools",
+ "name": "rules_rust~0.40.0~rust~rust_host_tools",
"exec_triple": "x86_64-unknown-linux-gnu",
"target_triple": "x86_64-unknown-linux-gnu",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
@@ -2891,10 +2937,10 @@
}
},
"rust_freebsd_x86_64__wasm32-unknown-unknown__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_freebsd_x86_64__wasm32-unknown-unknown__stable",
+ "name": "rules_rust~0.40.0~rust~rust_freebsd_x86_64__wasm32-unknown-unknown__stable",
"toolchain": "@rust_freebsd_x86_64__wasm32-unknown-unknown__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2911,10 +2957,10 @@
}
},
"rust_freebsd_x86_64": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_set_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_freebsd_x86_64",
+ "name": "rules_rust~0.40.0~rust~rust_freebsd_x86_64",
"toolchains": [
"@rust_freebsd_x86_64__x86_64-unknown-freebsd__stable//:toolchain",
"@rust_freebsd_x86_64__wasm32-unknown-unknown__stable//:toolchain",
@@ -2923,10 +2969,10 @@
}
},
"rust_linux_x86_64__wasm32-wasi__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_x86_64__wasm32-wasi__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_linux_x86_64__wasm32-wasi__stable_tools",
"exec_triple": "x86_64-unknown-linux-gnu",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -2947,10 +2993,10 @@
}
},
"rust_windows_x86_64__wasm32-unknown-unknown__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_x86_64__wasm32-unknown-unknown__stable",
+ "name": "rules_rust~0.40.0~rust~rust_windows_x86_64__wasm32-unknown-unknown__stable",
"toolchain": "@rust_windows_x86_64__wasm32-unknown-unknown__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -2967,10 +3013,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-unknown-linux-gnu_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rustfmt_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-linux-gnu_tools",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-unknown-linux-gnu_tools",
"version": "nightly",
"iso_date": "2024-02-08",
"sha256s": {},
@@ -2982,10 +3028,10 @@
}
},
"rust_linux_x86_64__x86_64-unknown-linux-gnu__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_x86_64__x86_64-unknown-linux-gnu__stable",
+ "name": "rules_rust~0.40.0~rust~rust_linux_x86_64__x86_64-unknown-linux-gnu__stable",
"toolchain": "@rust_linux_x86_64__x86_64-unknown-linux-gnu__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -3002,10 +3048,10 @@
}
},
"rust_linux_x86_64": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_set_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_x86_64",
+ "name": "rules_rust~0.40.0~rust~rust_linux_x86_64",
"toolchains": [
"@rust_linux_x86_64__x86_64-unknown-linux-gnu__stable//:toolchain",
"@rust_linux_x86_64__wasm32-unknown-unknown__stable//:toolchain",
@@ -3014,10 +3060,10 @@
}
},
"rust_windows_x86_64__x86_64-pc-windows-msvc__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_x86_64__x86_64-pc-windows-msvc__stable",
+ "name": "rules_rust~0.40.0~rust~rust_windows_x86_64__x86_64-pc-windows-msvc__stable",
"toolchain": "@rust_windows_x86_64__x86_64-pc-windows-msvc__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -3034,10 +3080,10 @@
}
},
"rust_linux_x86_64__wasm32-wasi__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_x86_64__wasm32-wasi__stable",
+ "name": "rules_rust~0.40.0~rust~rust_linux_x86_64__wasm32-wasi__stable",
"toolchain": "@rust_linux_x86_64__wasm32-wasi__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -3054,10 +3100,10 @@
}
},
"rust_windows_aarch64__wasm32-unknown-unknown__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_aarch64__wasm32-unknown-unknown__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_windows_aarch64__wasm32-unknown-unknown__stable_tools",
"exec_triple": "aarch64-pc-windows-msvc",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -3078,10 +3124,10 @@
}
},
"rust_darwin_aarch64__aarch64-apple-darwin__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_aarch64__aarch64-apple-darwin__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_aarch64__aarch64-apple-darwin__stable_tools",
"exec_triple": "aarch64-apple-darwin",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -3102,10 +3148,10 @@
}
},
"rust_linux_aarch64__wasm32-wasi__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_aarch64__wasm32-wasi__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_linux_aarch64__wasm32-wasi__stable_tools",
"exec_triple": "aarch64-unknown-linux-gnu",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -3126,10 +3172,10 @@
}
},
"rustfmt_nightly-2024-02-08__aarch64-pc-windows-msvc_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rustfmt_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__aarch64-pc-windows-msvc_tools",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__aarch64-pc-windows-msvc_tools",
"version": "nightly",
"iso_date": "2024-02-08",
"sha256s": {},
@@ -3141,10 +3187,10 @@
}
},
"rust_windows_aarch64__wasm32-unknown-unknown__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_aarch64__wasm32-unknown-unknown__stable",
+ "name": "rules_rust~0.40.0~rust~rust_windows_aarch64__wasm32-unknown-unknown__stable",
"toolchain": "@rust_windows_aarch64__wasm32-unknown-unknown__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -3161,10 +3207,10 @@
}
},
"rust_linux_aarch64": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_set_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_aarch64",
+ "name": "rules_rust~0.40.0~rust~rust_linux_aarch64",
"toolchains": [
"@rust_linux_aarch64__aarch64-unknown-linux-gnu__stable//:toolchain",
"@rust_linux_aarch64__wasm32-unknown-unknown__stable//:toolchain",
@@ -3173,10 +3219,10 @@
}
},
"rust_darwin_aarch64__wasm32-wasi__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_aarch64__wasm32-wasi__stable",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_aarch64__wasm32-wasi__stable",
"toolchain": "@rust_darwin_aarch64__wasm32-wasi__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -3193,10 +3239,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-pc-windows-msvc_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rustfmt_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-pc-windows-msvc_tools",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-pc-windows-msvc_tools",
"version": "nightly",
"iso_date": "2024-02-08",
"sha256s": {},
@@ -3208,10 +3254,10 @@
}
},
"rustfmt_nightly-2024-02-08__aarch64-unknown-linux-gnu_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rustfmt_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__aarch64-unknown-linux-gnu_tools",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__aarch64-unknown-linux-gnu_tools",
"version": "nightly",
"iso_date": "2024-02-08",
"sha256s": {},
@@ -3223,10 +3269,10 @@
}
},
"rust_windows_aarch64__aarch64-pc-windows-msvc__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_windows_aarch64__aarch64-pc-windows-msvc__stable",
+ "name": "rules_rust~0.40.0~rust~rust_windows_aarch64__aarch64-pc-windows-msvc__stable",
"toolchain": "@rust_windows_aarch64__aarch64-pc-windows-msvc__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -3243,10 +3289,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-apple-darwin_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rustfmt_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-apple-darwin_tools",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-apple-darwin_tools",
"version": "nightly",
"iso_date": "2024-02-08",
"sha256s": {},
@@ -3258,10 +3304,10 @@
}
},
"rustfmt_nightly-2024-02-08__aarch64-pc-windows-msvc": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__aarch64-pc-windows-msvc",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__aarch64-pc-windows-msvc",
"toolchain": "@rustfmt_nightly-2024-02-08__aarch64-pc-windows-msvc_tools//:rustfmt_toolchain",
"toolchain_type": "@rules_rust//rust/rustfmt:toolchain_type",
"target_settings": [],
@@ -3273,10 +3319,10 @@
}
},
"rust_freebsd_x86_64__x86_64-unknown-freebsd__stable": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_freebsd_x86_64__x86_64-unknown-freebsd__stable",
+ "name": "rules_rust~0.40.0~rust~rust_freebsd_x86_64__x86_64-unknown-freebsd__stable",
"toolchain": "@rust_freebsd_x86_64__x86_64-unknown-freebsd__stable_tools//:rust_toolchain",
"target_settings": [
"@rules_rust//rust/toolchain/channel:stable"
@@ -3293,10 +3339,10 @@
}
},
"rust_analyzer_1.76.0": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_analyzer_1.76.0",
+ "name": "rules_rust~0.40.0~rust~rust_analyzer_1.76.0",
"toolchain": "@rust_analyzer_1.76.0_tools//:rust_analyzer_toolchain",
"toolchain_type": "@rules_rust//rust/rust_analyzer:toolchain_type",
"exec_compatible_with": [],
@@ -3304,10 +3350,10 @@
}
},
"rust_toolchains": {
- "bzlFile": "@@rules_rust~0.39.0//rust/private:repository_utils.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust/private:repository_utils.bzl",
"ruleClassName": "toolchain_repository_hub",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_toolchains",
+ "name": "rules_rust~0.40.0~rust~rust_toolchains",
"toolchain_names": [
"rust_analyzer_1.76.0",
"rust_darwin_aarch64__aarch64-apple-darwin__stable",
@@ -3613,10 +3659,10 @@
}
},
"rust_linux_aarch64__wasm32-unknown-unknown__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_linux_aarch64__wasm32-unknown-unknown__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_linux_aarch64__wasm32-unknown-unknown__stable_tools",
"exec_triple": "aarch64-unknown-linux-gnu",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -3637,10 +3683,10 @@
}
},
"rust_darwin_x86_64__x86_64-apple-darwin__stable_tools": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "rust_toolchain_tools_repository",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rust_darwin_x86_64__x86_64-apple-darwin__stable_tools",
+ "name": "rules_rust~0.40.0~rust~rust_darwin_x86_64__x86_64-apple-darwin__stable_tools",
"exec_triple": "x86_64-apple-darwin",
"allocator_library": "@rules_rust//ffi/cc/allocator_library",
"global_allocator_library": "@rules_rust//ffi/cc/global_allocator_library",
@@ -3661,10 +3707,10 @@
}
},
"rustfmt_nightly-2024-02-08__x86_64-pc-windows-msvc": {
- "bzlFile": "@@rules_rust~0.39.0//rust:repositories.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//rust:repositories.bzl",
"ruleClassName": "toolchain_repository_proxy",
"attributes": {
- "name": "rules_rust~0.39.0~rust~rustfmt_nightly-2024-02-08__x86_64-pc-windows-msvc",
+ "name": "rules_rust~0.40.0~rust~rustfmt_nightly-2024-02-08__x86_64-pc-windows-msvc",
"toolchain": "@rustfmt_nightly-2024-02-08__x86_64-pc-windows-msvc_tools//:rustfmt_toolchain",
"toolchain_type": "@rules_rust//rust/rustfmt:toolchain_type",
"target_settings": [],
@@ -3678,26 +3724,26 @@
},
"recordedRepoMappingEntries": [
[
- "rules_rust~0.39.0",
+ "rules_rust~0.40.0",
"bazel_skylib",
"bazel_skylib~1.5.0"
],
[
- "rules_rust~0.39.0",
+ "rules_rust~0.40.0",
"bazel_tools",
"bazel_tools"
],
[
- "rules_rust~0.39.0",
+ "rules_rust~0.40.0",
"rules_rust",
- "rules_rust~0.39.0"
+ "rules_rust~0.40.0"
]
]
}
},
- "@@rules_rust~0.39.0//rust/private:extensions.bzl%internal_deps": {
+ "@@rules_rust~0.40.0//rust/private:extensions.bzl%i": {
"general": {
- "bzlTransitiveDigest": "gD8eXw302NvzKyckX9vt2AoUM9RP/drPox48Sx+txzA=",
+ "bzlTransitiveDigest": "OrqzGpSU+8nCCqWqjht8BAZsz9Rc+39MPdlnI111+f0=",
"accumulatedFileDigests": {},
"envVariables": {},
"generatedRepoSpecs": {
@@ -3705,103 +3751,103 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tracing-0.1.37",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tracing-0.1.37",
"sha256": "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing/0.1.37/download"
],
"strip_prefix": "tracing-0.1.37",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tracing-0.1.37.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tracing-0.1.37.bazel"
}
},
"rules_rust_tinyjson": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_tinyjson",
+ "name": "rules_rust~0.40.0~i~rules_rust_tinyjson",
"sha256": "9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a",
"url": "https://crates.io/api/v1/crates/tinyjson/2.5.1/download",
"strip_prefix": "tinyjson-2.5.1",
"type": "tar.gz",
- "build_file": "@@rules_rust~0.39.0//util/process_wrapper:BUILD.tinyjson.bazel"
+ "build_file": "@@rules_rust~0.40.0//util/process_wrapper:BUILD.tinyjson.bazel"
}
},
"rules_rust_wasm_bindgen__bumpalo-3.13.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__bumpalo-3.13.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__bumpalo-3.13.0",
"sha256": "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bumpalo/3.13.0/download"
],
"strip_prefix": "bumpalo-3.13.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.bumpalo-3.13.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.bumpalo-3.13.0.bazel"
}
},
"cui__pin-project-lite-0.2.13": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__pin-project-lite-0.2.13",
+ "name": "rules_rust~0.40.0~i~cui__pin-project-lite-0.2.13",
"sha256": "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download"
],
"strip_prefix": "pin-project-lite-0.2.13",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.pin-project-lite-0.2.13.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.pin-project-lite-0.2.13.bazel"
}
},
"rules_rust_wasm_bindgen__walrus-0.20.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__walrus-0.20.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__walrus-0.20.3",
"sha256": "2c03529cd0c4400a2449f640d2f27cd1b48c3065226d15e26d98e4429ab0adb7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/walrus/0.20.3/download"
],
"strip_prefix": "walrus-0.20.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.walrus-0.20.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.walrus-0.20.3.bazel"
}
},
"rules_rust_wasm_bindgen__unicode-bidi-0.3.13": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__unicode-bidi-0.3.13",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__unicode-bidi-0.3.13",
"sha256": "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download"
],
"strip_prefix": "unicode-bidi-0.3.13",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-bidi-0.3.13.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-bidi-0.3.13.bazel"
}
},
"cui__generic-array-0.14.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__generic-array-0.14.7",
+ "name": "rules_rust~0.40.0~i~cui__generic-array-0.14.7",
"sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/generic-array/0.14.7/download"
],
"strip_prefix": "generic-array-0.14.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.generic-array-0.14.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.generic-array-0.14.7.bazel"
}
},
"cross_x86_64-unknown-linux-gnu": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cross_x86_64-unknown-linux-gnu",
+ "name": "rules_rust~0.40.0~i~cross_x86_64-unknown-linux-gnu",
"urls": [
"https://github.com/rust-embedded/cross/releases/download/v0.2.1/cross-v0.2.1-x86_64-unknown-linux-gnu.tar.gz"
],
@@ -3813,194 +3859,208 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows_x86_64_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows_x86_64_gnu-0.48.0",
"sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
}
},
"cui__rustix-0.37.23": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rustix-0.37.23",
+ "name": "rules_rust~0.40.0~i~cui__rustix-0.37.23",
"sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustix/0.37.23/download"
],
"strip_prefix": "rustix-0.37.23",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rustix-0.37.23.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rustix-0.37.23.bazel"
}
},
"rules_rust_wasm_bindgen__ureq-2.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__ureq-2.8.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__ureq-2.8.0",
"sha256": "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ureq/2.8.0/download"
],
"strip_prefix": "ureq-2.8.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.ureq-2.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.ureq-2.8.0.bazel"
}
},
"cui__parking_lot_core-0.9.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__parking_lot_core-0.9.9",
+ "name": "rules_rust~0.40.0~i~cui__parking_lot_core-0.9.9",
"sha256": "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download"
],
"strip_prefix": "parking_lot_core-0.9.9",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.parking_lot_core-0.9.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.parking_lot_core-0.9.9.bazel"
}
},
"cui__core-foundation-sys-0.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__core-foundation-sys-0.8.4",
+ "name": "rules_rust~0.40.0~i~cui__core-foundation-sys-0.8.4",
"sha256": "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download"
],
"strip_prefix": "core-foundation-sys-0.8.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.core-foundation-sys-0.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.core-foundation-sys-0.8.4.bazel"
}
},
"cui__fuchsia-cprng-0.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__fuchsia-cprng-0.1.1",
+ "name": "rules_rust~0.40.0~i~cui__fuchsia-cprng-0.1.1",
"sha256": "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fuchsia-cprng/0.1.1/download"
],
"strip_prefix": "fuchsia-cprng-0.1.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.fuchsia-cprng-0.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.fuchsia-cprng-0.1.1.bazel"
}
},
"cui__url-2.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__url-2.4.0",
+ "name": "rules_rust~0.40.0~i~cui__url-2.4.0",
"sha256": "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/url/2.4.0/download"
],
"strip_prefix": "url-2.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.url-2.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.url-2.4.0.bazel"
}
},
"rrra__quote-1.0.29": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__quote-1.0.29",
+ "name": "rules_rust~0.40.0~i~rrra__quote-1.0.29",
"sha256": "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/quote/1.0.29/download"
],
"strip_prefix": "quote-1.0.29",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.quote-1.0.29.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.quote-1.0.29.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.91",
+ "sha256": "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-shared-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-shared-0.2.91.bazel"
}
},
"rules_rust_wasm_bindgen__httpdate-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__httpdate-1.0.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__httpdate-1.0.2",
"sha256": "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/httpdate/1.0.2/download"
],
"strip_prefix": "httpdate-1.0.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.httpdate-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.httpdate-1.0.2.bazel"
}
},
"cui__gix-object-0.37.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-object-0.37.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-object-0.37.0",
"sha256": "1e7e19616c67967374137bae83e950e9b518a9ea8a605069bd6716ada357fd6f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-object/0.37.0/download"
],
"strip_prefix": "gix-object-0.37.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-object-0.37.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-object-0.37.0.bazel"
}
},
"cui__crossbeam-queue-0.3.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crossbeam-queue-0.3.8",
+ "name": "rules_rust~0.40.0~i~cui__crossbeam-queue-0.3.8",
"sha256": "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-queue/0.3.8/download"
],
"strip_prefix": "crossbeam-queue-0.3.8",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crossbeam-queue-0.3.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crossbeam-queue-0.3.8.bazel"
}
},
"rules_rust_wasm_bindgen__iana-time-zone-0.1.57": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__iana-time-zone-0.1.57",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__iana-time-zone-0.1.57",
"sha256": "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download"
],
"strip_prefix": "iana-time-zone-0.1.57",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.iana-time-zone-0.1.57.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.iana-time-zone-0.1.57.bazel"
}
},
"cui__ryu-1.0.14": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__ryu-1.0.14",
+ "name": "rules_rust~0.40.0~i~cui__ryu-1.0.14",
"sha256": "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ryu/1.0.14/download"
],
"strip_prefix": "ryu-1.0.14",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.ryu-1.0.14.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.ryu-1.0.14.bazel"
}
},
"rules_rust_prost__protoc-gen-prost-0.2.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__protoc-gen-prost-0.2.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__protoc-gen-prost-0.2.2",
"patch_args": [
"-p1"
],
"patches": [
- "@@rules_rust~0.39.0//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch"
+ "@@rules_rust~0.40.0//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch"
],
"sha256": "a81e3a9bb429fec47008b209896f0b9ab99fbcbc1c3733b385d43fbfd64dd2ca",
"type": "tar.gz",
@@ -4008,848 +4068,820 @@
"https://crates.io/api/v1/crates/protoc-gen-prost/0.2.2/download"
],
"strip_prefix": "protoc-gen-prost-0.2.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.protoc-gen-prost-0.2.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.protoc-gen-prost-0.2.2.bazel"
}
},
"rules_rust_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0",
"sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-x86_64-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
}
},
"cui__deunicode-0.4.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__deunicode-0.4.3",
+ "name": "rules_rust~0.40.0~i~cui__deunicode-0.4.3",
"sha256": "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/deunicode/0.4.3/download"
],
"strip_prefix": "deunicode-0.4.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.deunicode-0.4.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.deunicode-0.4.3.bazel"
}
},
"rules_rust_bindgen__cfg-if-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__cfg-if-1.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__cfg-if-1.0.0",
"sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cfg-if/1.0.0/download"
],
"strip_prefix": "cfg-if-1.0.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
}
},
"rules_rust_prost__protoc-gen-tonic-0.2.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__protoc-gen-tonic-0.2.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__protoc-gen-tonic-0.2.2",
"sha256": "725a07a704f9cf7a956b302c21d81b5516ed5ee6cfbbf827edb69beeaae6cc30",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/protoc-gen-tonic/0.2.2/download"
],
"strip_prefix": "protoc-gen-tonic-0.2.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.protoc-gen-tonic-0.2.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.protoc-gen-tonic-0.2.2.bazel"
}
},
"cui__iana-time-zone-haiku-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__iana-time-zone-haiku-0.1.2",
+ "name": "rules_rust~0.40.0~i~cui__iana-time-zone-haiku-0.1.2",
"sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download"
],
"strip_prefix": "iana-time-zone-haiku-0.1.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.iana-time-zone-haiku-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.iana-time-zone-haiku-0.1.2.bazel"
}
},
"cui__windows_x86_64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows_x86_64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows_x86_64_gnullvm-0.48.0",
"sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_prost__percent-encoding-2.3.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__percent-encoding-2.3.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__percent-encoding-2.3.0",
"sha256": "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/percent-encoding/2.3.0/download"
],
"strip_prefix": "percent-encoding-2.3.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"
}
},
"cui__fastrand-2.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__fastrand-2.0.1",
+ "name": "rules_rust~0.40.0~i~cui__fastrand-2.0.1",
"sha256": "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fastrand/2.0.1/download"
],
"strip_prefix": "fastrand-2.0.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.fastrand-2.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.fastrand-2.0.1.bazel"
}
},
"cui__wasm-bindgen-macro-0.2.87": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__wasm-bindgen-macro-0.2.87",
+ "name": "rules_rust~0.40.0~i~cui__wasm-bindgen-macro-0.2.87",
"sha256": "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.87/download"
],
"strip_prefix": "wasm-bindgen-macro-0.2.87",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-macro-0.2.87.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-macro-0.2.87.bazel"
}
},
"cui__flate2-1.0.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__flate2-1.0.28",
+ "name": "rules_rust~0.40.0~i~cui__flate2-1.0.28",
"sha256": "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/flate2/1.0.28/download"
],
"strip_prefix": "flate2-1.0.28",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.flate2-1.0.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.flate2-1.0.28.bazel"
}
},
"rules_rust_prost__pin-utils-0.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__pin-utils-0.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__pin-utils-0.1.0",
"sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pin-utils/0.1.0/download"
],
"strip_prefix": "pin-utils-0.1.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.pin-utils-0.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.pin-utils-0.1.0.bazel"
}
},
"rules_rust_prost__cc-1.0.79": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__cc-1.0.79",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__cc-1.0.79",
"sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cc/1.0.79/download"
],
"strip_prefix": "cc-1.0.79",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.cc-1.0.79.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.cc-1.0.79.bazel"
}
},
"rrra__winapi-0.3.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__winapi-0.3.9",
+ "name": "rules_rust~0.40.0~i~rrra__winapi-0.3.9",
"sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi/0.3.9/download"
],
"strip_prefix": "winapi-0.3.9",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
}
},
"cui__gix-hashtable-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-hashtable-0.4.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-hashtable-0.4.0",
"sha256": "409268480841ad008e81c17ca5a293393fbf9f2b6c2f85b8ab9de1f0c5176a16",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-hashtable/0.4.0/download"
],
"strip_prefix": "gix-hashtable-0.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-hashtable-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-hashtable-0.4.0.bazel"
}
},
"rules_rust_bindgen__errno-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__errno-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__errno-0.3.1",
"sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno/0.3.1/download"
],
"strip_prefix": "errno-0.3.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.errno-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.errno-0.3.1.bazel"
}
},
"cui__fnv-1.0.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__fnv-1.0.7",
+ "name": "rules_rust~0.40.0~i~cui__fnv-1.0.7",
"sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fnv/1.0.7/download"
],
"strip_prefix": "fnv-1.0.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.fnv-1.0.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.fnv-1.0.7.bazel"
}
},
"cui__windows-targets-0.48.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows-targets-0.48.1",
+ "name": "rules_rust~0.40.0~i~cui__windows-targets-0.48.1",
"sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-targets/0.48.1/download"
],
"strip_prefix": "windows-targets-0.48.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"
}
},
"cui__js-sys-0.3.64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__js-sys-0.3.64",
+ "name": "rules_rust~0.40.0~i~cui__js-sys-0.3.64",
"sha256": "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/js-sys/0.3.64/download"
],
"strip_prefix": "js-sys-0.3.64",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.js-sys-0.3.64.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.89",
- "sha256": "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-shared-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-shared-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.js-sys-0.3.64.bazel"
}
},
"rules_rust_toolchain_test_target_json": {
- "bzlFile": "@@rules_rust~0.39.0//test/unit/toolchain:toolchain_test_utils.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//test/unit/toolchain:toolchain_test_utils.bzl",
"ruleClassName": "rules_rust_toolchain_test_target_json_repository",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_toolchain_test_target_json",
- "target_json": "@@rules_rust~0.39.0//test/unit/toolchain:toolchain-test-triple.json"
+ "name": "rules_rust~0.40.0~i~rules_rust_toolchain_test_target_json",
+ "target_json": "@@rules_rust~0.40.0//test/unit/toolchain:toolchain-test-triple.json"
}
},
"rules_rust_wasm_bindgen__ppv-lite86-0.2.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__ppv-lite86-0.2.17",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__ppv-lite86-0.2.17",
"sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download"
],
"strip_prefix": "ppv-lite86-0.2.17",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"
}
},
"cui__smawk-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__smawk-0.3.1",
+ "name": "rules_rust~0.40.0~i~cui__smawk-0.3.1",
"sha256": "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/smawk/0.3.1/download"
],
"strip_prefix": "smawk-0.3.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.smawk-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.smawk-0.3.1.bazel"
}
},
"rules_rust_wasm_bindgen__heck-0.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__heck-0.3.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__heck-0.3.3",
"sha256": "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/heck/0.3.3/download"
],
"strip_prefix": "heck-0.3.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.heck-0.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.heck-0.3.3.bazel"
}
},
"rules_rust_wasm_bindgen__unicode-ident-1.0.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__unicode-ident-1.0.10",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__unicode-ident-1.0.10",
"sha256": "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-ident/1.0.10/download"
],
"strip_prefix": "unicode-ident-1.0.10",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"
}
},
"cui__clap_derive-4.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__clap_derive-4.3.2",
+ "name": "rules_rust~0.40.0~i~cui__clap_derive-4.3.2",
"sha256": "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_derive/4.3.2/download"
],
"strip_prefix": "clap_derive-4.3.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.clap_derive-4.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.clap_derive-4.3.2.bazel"
}
},
"cui__libm-0.2.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__libm-0.2.7",
+ "name": "rules_rust~0.40.0~i~cui__libm-0.2.7",
"sha256": "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/libm/0.2.7/download"
],
"strip_prefix": "libm-0.2.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.libm-0.2.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.libm-0.2.7.bazel"
}
},
"rules_rust_bindgen__once_cell-1.18.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__once_cell-1.18.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__once_cell-1.18.0",
"sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/once_cell/1.18.0/download"
],
"strip_prefix": "once_cell-1.18.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
}
},
"rules_rust_prost__prost-0.11.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__prost-0.11.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__prost-0.11.9",
"sha256": "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/prost/0.11.9/download"
],
"strip_prefix": "prost-0.11.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.prost-0.11.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.prost-0.11.9.bazel"
}
},
"cui__deranged-0.3.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__deranged-0.3.9",
+ "name": "rules_rust~0.40.0~i~cui__deranged-0.3.9",
"sha256": "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/deranged/0.3.9/download"
],
"strip_prefix": "deranged-0.3.9",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.deranged-0.3.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.deranged-0.3.9.bazel"
}
},
"rules_rust_prost__rand_core-0.6.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__rand_core-0.6.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__rand_core-0.6.4",
"sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_core/0.6.4/download"
],
"strip_prefix": "rand_core-0.6.4",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"
}
},
"cui__gix-negotiate-0.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-negotiate-0.8.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-negotiate-0.8.0",
"sha256": "6f1697bf9911c6d1b8d709b9e6ef718cb5ea5821a1b7991520125a8134448004",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-negotiate/0.8.0/download"
],
"strip_prefix": "gix-negotiate-0.8.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-negotiate-0.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-negotiate-0.8.0.bazel"
}
},
"rules_rust_bindgen__bitflags-1.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__bitflags-1.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__bitflags-1.3.2",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bitflags/1.3.2/download"
],
"strip_prefix": "bitflags-1.3.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
}
},
"cui__wasi-0.11.0-wasi-snapshot-preview1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__wasi-0.11.0-wasi-snapshot-preview1",
+ "name": "rules_rust~0.40.0~i~cui__wasi-0.11.0-wasi-snapshot-preview1",
"sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download"
],
"strip_prefix": "wasi-0.11.0+wasi-snapshot-preview1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"
}
},
"rules_rust_bindgen__windows_i686_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows_i686_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows_i686_gnu-0.48.0",
"sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download"
],
"strip_prefix": "windows_i686_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
}
},
"cui__io-lifetimes-1.0.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__io-lifetimes-1.0.11",
+ "name": "rules_rust~0.40.0~i~cui__io-lifetimes-1.0.11",
"sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download"
],
"strip_prefix": "io-lifetimes-1.0.11",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
}
},
"cui__cargo_toml-0.17.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cargo_toml-0.17.1",
+ "name": "rules_rust~0.40.0~i~cui__cargo_toml-0.17.1",
"sha256": "4d1ece59890e746567b467253aea0adbe8a21784d0b025d8a306f66c391c2957",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cargo_toml/0.17.1/download"
],
"strip_prefix": "cargo_toml-0.17.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cargo_toml-0.17.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cargo_toml-0.17.1.bazel"
}
},
"rules_rust_wasm_bindgen__alloc-no-stdlib-2.0.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__alloc-no-stdlib-2.0.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__alloc-no-stdlib-2.0.4",
"sha256": "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/alloc-no-stdlib/2.0.4/download"
],
"strip_prefix": "alloc-no-stdlib-2.0.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.alloc-no-stdlib-2.0.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.alloc-no-stdlib-2.0.4.bazel"
}
},
"rules_rust_wasm_bindgen__env_logger-0.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__env_logger-0.8.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__env_logger-0.8.4",
"sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/env_logger/0.8.4/download"
],
"strip_prefix": "env_logger-0.8.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.env_logger-0.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.env_logger-0.8.4.bazel"
}
},
"cui__smol_str-0.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__smol_str-0.2.0",
+ "name": "rules_rust~0.40.0~i~cui__smol_str-0.2.0",
"sha256": "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/smol_str/0.2.0/download"
],
"strip_prefix": "smol_str-0.2.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.smol_str-0.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.smol_str-0.2.0.bazel"
}
},
"rules_rust_prost__proc-macro2-1.0.60": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__proc-macro2-1.0.60",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__proc-macro2-1.0.60",
"sha256": "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/proc-macro2/1.0.60/download"
],
"strip_prefix": "proc-macro2-1.0.60",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.proc-macro2-1.0.60.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.proc-macro2-1.0.60.bazel"
}
},
"cui__memoffset-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__memoffset-0.9.0",
+ "name": "rules_rust~0.40.0~i~cui__memoffset-0.9.0",
"sha256": "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memoffset/0.9.0/download"
],
"strip_prefix": "memoffset-0.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.memoffset-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.memoffset-0.9.0.bazel"
}
},
"rules_rust_bindgen__clap_complete-4.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__clap_complete-4.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__clap_complete-4.3.1",
"sha256": "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_complete/4.3.1/download"
],
"strip_prefix": "clap_complete-4.3.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.clap_complete-4.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.clap_complete-4.3.1.bazel"
}
},
"rules_rust_wasm_bindgen__time-core-0.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__time-core-0.1.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__time-core-0.1.1",
"sha256": "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/time-core/0.1.1/download"
],
"strip_prefix": "time-core-0.1.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.time-core-0.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.time-core-0.1.1.bazel"
}
},
"cui__log-0.4.19": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__log-0.4.19",
+ "name": "rules_rust~0.40.0~i~cui__log-0.4.19",
"sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/log/0.4.19/download"
],
"strip_prefix": "log-0.4.19",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.log-0.4.19.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.log-0.4.19.bazel"
}
},
"cui__num-0.1.42": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num-0.1.42",
+ "name": "rules_rust~0.40.0~i~cui__num-0.1.42",
"sha256": "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num/0.1.42/download"
],
"strip_prefix": "num-0.1.42",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num-0.1.42.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num-0.1.42.bazel"
}
},
"rules_rust_wasm_bindgen__tiny_http-0.12.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__tiny_http-0.12.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__tiny_http-0.12.0",
"sha256": "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tiny_http/0.12.0/download"
],
"strip_prefix": "tiny_http-0.12.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.tiny_http-0.12.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.tiny_http-0.12.0.bazel"
}
},
"rules_rust_bindgen__windows-sys-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows-sys-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows-sys-0.48.0",
"sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-sys/0.48.0/download"
],
"strip_prefix": "windows-sys-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
}
},
"cui__wasm-bindgen-backend-0.2.87": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__wasm-bindgen-backend-0.2.87",
+ "name": "rules_rust~0.40.0~i~cui__wasm-bindgen-backend-0.2.87",
"sha256": "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.87/download"
],
"strip_prefix": "wasm-bindgen-backend-0.2.87",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-backend-0.2.87.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-backend-0.2.87.bazel"
}
},
"cui__pest-2.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__pest-2.7.0",
+ "name": "rules_rust~0.40.0~i~cui__pest-2.7.0",
"sha256": "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pest/2.7.0/download"
],
"strip_prefix": "pest-2.7.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.pest-2.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.pest-2.7.0.bazel"
}
},
"rules_rust_wasm_bindgen__docopt-1.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__docopt-1.1.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__docopt-1.1.1",
"sha256": "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/docopt/1.1.1/download"
],
"strip_prefix": "docopt-1.1.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.docopt-1.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.docopt-1.1.1.bazel"
}
},
"rules_rust_bindgen__libc-0.2.146": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__libc-0.2.146",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__libc-0.2.146",
"sha256": "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/libc/0.2.146/download"
],
"strip_prefix": "libc-0.2.146",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.libc-0.2.146.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.libc-0.2.146.bazel"
}
},
"rules_rust_wasm_bindgen__rustc-demangle-0.1.23": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rustc-demangle-0.1.23",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rustc-demangle-0.1.23",
"sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustc-demangle/0.1.23/download"
],
"strip_prefix": "rustc-demangle-0.1.23",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rustc-demangle-0.1.23.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rustc-demangle-0.1.23.bazel"
}
},
"rules_rust_prost__rand_chacha-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__rand_chacha-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__rand_chacha-0.3.1",
"sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_chacha/0.3.1/download"
],
"strip_prefix": "rand_chacha-0.3.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"
}
},
"rules_rust_wasm_bindgen__iana-time-zone-haiku-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__iana-time-zone-haiku-0.1.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__iana-time-zone-haiku-0.1.2",
"sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download"
],
"strip_prefix": "iana-time-zone-haiku-0.1.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.iana-time-zone-haiku-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.iana-time-zone-haiku-0.1.2.bazel"
}
},
"cui__syn-1.0.109": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__syn-1.0.109",
+ "name": "rules_rust~0.40.0~i~cui__syn-1.0.109",
"sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/1.0.109/download"
],
"strip_prefix": "syn-1.0.109",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.syn-1.0.109.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.syn-1.0.109.bazel"
}
},
"rrra__memchr-2.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__memchr-2.5.0",
+ "name": "rules_rust~0.40.0~i~rrra__memchr-2.5.0",
"sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memchr/2.5.0/download"
],
"strip_prefix": "memchr-2.5.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-backend-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-backend-0.2.89",
- "sha256": "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-backend-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-backend-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
}
},
"cui__getrandom-0.2.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__getrandom-0.2.10",
+ "name": "rules_rust~0.40.0~i~cui__getrandom-0.2.10",
"sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/getrandom/0.2.10/download"
],
"strip_prefix": "getrandom-0.2.10",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.getrandom-0.2.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.getrandom-0.2.10.bazel"
}
},
"cui__pathdiff-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__pathdiff-0.2.1",
+ "name": "rules_rust~0.40.0~i~cui__pathdiff-0.2.1",
"sha256": "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pathdiff/0.2.1/download"
],
"strip_prefix": "pathdiff-0.2.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.pathdiff-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.pathdiff-0.2.1.bazel"
}
},
"rules_rust_prost__bitflags-1.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__bitflags-1.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__bitflags-1.3.2",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bitflags/1.3.2/download"
],
"strip_prefix": "bitflags-1.3.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
}
},
"cargo_bazel.buildifier-linux-amd64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_file",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cargo_bazel.buildifier-linux-amd64",
+ "name": "rules_rust~0.40.0~i~cargo_bazel.buildifier-linux-amd64",
"urls": [
"https://github.com/bazelbuild/buildtools/releases/download/5.0.1/buildifier-linux-amd64"
],
@@ -4862,63 +4894,63 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__either-1.8.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__either-1.8.1",
"sha256": "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/either/1.8.1/download"
],
"strip_prefix": "either-1.8.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.either-1.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.either-1.8.1.bazel"
}
},
"cui__sha1_smol-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__sha1_smol-1.0.0",
+ "name": "rules_rust~0.40.0~i~cui__sha1_smol-1.0.0",
"sha256": "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/sha1_smol/1.0.0/download"
],
"strip_prefix": "sha1_smol-1.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.sha1_smol-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.sha1_smol-1.0.0.bazel"
}
},
"rules_rust_prost__windows_aarch64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows_aarch64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows_aarch64_msvc-0.48.0",
"sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download"
],
"strip_prefix": "windows_aarch64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__crc32fast-1.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__crc32fast-1.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__crc32fast-1.3.2",
"sha256": "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crc32fast/1.3.2/download"
],
"strip_prefix": "crc32fast-1.3.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.crc32fast-1.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.crc32fast-1.3.2.bazel"
}
},
"cargo_bazel.buildifier-darwin-amd64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_file",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cargo_bazel.buildifier-darwin-amd64",
+ "name": "rules_rust~0.40.0~i~cargo_bazel.buildifier-darwin-amd64",
"urls": [
"https://github.com/bazelbuild/buildtools/releases/download/5.0.1/buildifier-darwin-amd64"
],
@@ -4927,893 +4959,907 @@
"executable": true
}
},
+ "rules_rust_wasm_bindgen__wasm-bindgen-backend-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-backend-0.2.91",
+ "sha256": "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-backend-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-backend-0.2.91.bazel"
+ }
+ },
"cui__chrono-0.4.26": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__chrono-0.4.26",
+ "name": "rules_rust~0.40.0~i~cui__chrono-0.4.26",
"sha256": "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/chrono/0.4.26/download"
],
"strip_prefix": "chrono-0.4.26",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.chrono-0.4.26.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.chrono-0.4.26.bazel"
}
},
"rules_rust_bindgen__proc-macro2-1.0.60": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__proc-macro2-1.0.60",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__proc-macro2-1.0.60",
"sha256": "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/proc-macro2/1.0.60/download"
],
"strip_prefix": "proc-macro2-1.0.60",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.proc-macro2-1.0.60.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.proc-macro2-1.0.60.bazel"
}
},
"rrra__windows_i686_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows_i686_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows_i686_msvc-0.48.0",
"sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download"
],
"strip_prefix": "windows_i686_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
}
},
"cui__encoding_rs-0.8.33": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__encoding_rs-0.8.33",
+ "name": "rules_rust~0.40.0~i~cui__encoding_rs-0.8.33",
"sha256": "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/encoding_rs/0.8.33/download"
],
"strip_prefix": "encoding_rs-0.8.33",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.encoding_rs-0.8.33.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.encoding_rs-0.8.33.bazel"
}
},
"rules_rust_prost__windows_i686_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows_i686_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows_i686_msvc-0.48.0",
"sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download"
],
"strip_prefix": "windows_i686_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
}
},
"cui__overload-0.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__overload-0.1.1",
+ "name": "rules_rust~0.40.0~i~cui__overload-0.1.1",
"sha256": "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/overload/0.1.1/download"
],
"strip_prefix": "overload-0.1.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.overload-0.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.overload-0.1.1.bazel"
}
},
"rules_rust_prost__want-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__want-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__want-0.3.1",
"sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/want/0.3.1/download"
],
"strip_prefix": "want-0.3.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.want-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.want-0.3.1.bazel"
}
},
"rules_rust_bindgen__clap_derive-4.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__clap_derive-4.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__clap_derive-4.3.2",
"sha256": "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_derive/4.3.2/download"
],
"strip_prefix": "clap_derive-4.3.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.clap_derive-4.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.clap_derive-4.3.2.bazel"
}
},
"cui__anstream-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__anstream-0.3.2",
+ "name": "rules_rust~0.40.0~i~cui__anstream-0.3.2",
"sha256": "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstream/0.3.2/download"
],
"strip_prefix": "anstream-0.3.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.anstream-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.anstream-0.3.2.bazel"
}
},
"cui__bitflags-1.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__bitflags-1.3.2",
+ "name": "rules_rust~0.40.0~i~cui__bitflags-1.3.2",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bitflags/1.3.2/download"
],
"strip_prefix": "bitflags-1.3.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
}
},
"rules_rust_prost__smallvec-1.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__smallvec-1.10.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__smallvec-1.10.0",
"sha256": "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/smallvec/1.10.0/download"
],
"strip_prefix": "smallvec-1.10.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.smallvec-1.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.smallvec-1.10.0.bazel"
}
},
"cui__gix-glob-0.13.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-glob-0.13.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-glob-0.13.0",
"sha256": "a9d76e85f11251dcf751d2c5e918a14f562db5be6f727fd24775245653e9b19d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-glob/0.13.0/download"
],
"strip_prefix": "gix-glob-0.13.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-glob-0.13.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-glob-0.13.0.bazel"
}
},
"cui__itoa-1.0.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__itoa-1.0.8",
+ "name": "rules_rust~0.40.0~i~cui__itoa-1.0.8",
"sha256": "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itoa/1.0.8/download"
],
"strip_prefix": "itoa-1.0.8",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.itoa-1.0.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.itoa-1.0.8.bazel"
}
},
"rules_rust_prost__windows_x86_64_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows_x86_64_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows_x86_64_gnu-0.48.0",
"sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
}
},
"cui__serde_json-1.0.108": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__serde_json-1.0.108",
+ "name": "rules_rust~0.40.0~i~cui__serde_json-1.0.108",
"sha256": "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_json/1.0.108/download"
],
"strip_prefix": "serde_json-1.0.108",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.serde_json-1.0.108.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.serde_json-1.0.108.bazel"
}
},
"rules_rust_wasm_bindgen__atty-0.2.14": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__atty-0.2.14",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__atty-0.2.14",
"sha256": "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/atty/0.2.14/download"
],
"strip_prefix": "atty-0.2.14",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.atty-0.2.14.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.atty-0.2.14.bazel"
}
},
"rules_rust_bindgen__log-0.4.19": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__log-0.4.19",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__log-0.4.19",
"sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/log/0.4.19/download"
],
"strip_prefix": "log-0.4.19",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.log-0.4.19.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.log-0.4.19.bazel"
}
},
"cui__walkdir-2.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__walkdir-2.3.3",
+ "name": "rules_rust~0.40.0~i~cui__walkdir-2.3.3",
"sha256": "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/walkdir/2.3.3/download"
],
"strip_prefix": "walkdir-2.3.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.walkdir-2.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.walkdir-2.3.3.bazel"
}
},
"rrra__aho-corasick-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__aho-corasick-1.0.2",
+ "name": "rules_rust~0.40.0~i~rrra__aho-corasick-1.0.2",
"sha256": "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/aho-corasick/1.0.2/download"
],
"strip_prefix": "aho-corasick-1.0.2",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
}
},
"rules_rust_wasm_bindgen__rustls-0.21.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rustls-0.21.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rustls-0.21.8",
"sha256": "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustls/0.21.8/download"
],
"strip_prefix": "rustls-0.21.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rustls-0.21.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rustls-0.21.8.bazel"
}
},
"cui__gix-refspec-0.18.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-refspec-0.18.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-refspec-0.18.0",
"sha256": "0895cb7b1e70f3c3bd4550c329e9f5caf2975f97fcd4238e05754e72208ef61e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-refspec/0.18.0/download"
],
"strip_prefix": "gix-refspec-0.18.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-refspec-0.18.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-refspec-0.18.0.bazel"
}
},
"cui__semver-1.0.20": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__semver-1.0.20",
+ "name": "rules_rust~0.40.0~i~cui__semver-1.0.20",
"sha256": "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/semver/1.0.20/download"
],
"strip_prefix": "semver-1.0.20",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.semver-1.0.20.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.semver-1.0.20.bazel"
}
},
"rules_rust_bindgen__humantime-2.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__humantime-2.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__humantime-2.1.0",
"sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/humantime/2.1.0/download"
],
"strip_prefix": "humantime-2.1.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.humantime-2.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.humantime-2.1.0.bazel"
}
},
"rules_rust_wasm_bindgen__termcolor-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__termcolor-1.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__termcolor-1.2.0",
"sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/termcolor/1.2.0/download"
],
"strip_prefix": "termcolor-1.2.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.termcolor-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.termcolor-1.2.0.bazel"
}
},
"rules_rust_bindgen__bitflags-2.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__bitflags-2.4.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__bitflags-2.4.1",
"sha256": "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bitflags/2.4.1/download"
],
"strip_prefix": "bitflags-2.4.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.bitflags-2.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.bitflags-2.4.1.bazel"
}
},
"rrra__regex-syntax-0.7.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__regex-syntax-0.7.4",
+ "name": "rules_rust~0.40.0~i~rrra__regex-syntax-0.7.4",
"sha256": "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-syntax/0.7.4/download"
],
"strip_prefix": "regex-syntax-0.7.4",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.regex-syntax-0.7.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.regex-syntax-0.7.4.bazel"
}
},
"rules_rust_wasm_bindgen__hermit-abi-0.1.19": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__hermit-abi-0.1.19",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__hermit-abi-0.1.19",
"sha256": "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hermit-abi/0.1.19/download"
],
"strip_prefix": "hermit-abi-0.1.19",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.hermit-abi-0.1.19.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.hermit-abi-0.1.19.bazel"
}
},
"rules_rust_prost__autocfg-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__autocfg-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__autocfg-1.1.0",
"sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/autocfg/1.1.0/download"
],
"strip_prefix": "autocfg-1.1.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"
}
},
"rules_rust_wasm_bindgen__sct-0.7.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__sct-0.7.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__sct-0.7.1",
"sha256": "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/sct/0.7.1/download"
],
"strip_prefix": "sct-0.7.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.sct-0.7.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.sct-0.7.1.bazel"
}
},
"rrra__winapi-util-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__winapi-util-0.1.5",
+ "name": "rules_rust~0.40.0~i~rrra__winapi-util-0.1.5",
"sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-util/0.1.5/download"
],
"strip_prefix": "winapi-util-0.1.5",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
}
},
"cui__bstr-1.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__bstr-1.6.0",
+ "name": "rules_rust~0.40.0~i~cui__bstr-1.6.0",
"sha256": "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bstr/1.6.0/download"
],
"strip_prefix": "bstr-1.6.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.bstr-1.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.bstr-1.6.0.bazel"
}
},
"cui__gix-diff-0.36.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-diff-0.36.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-diff-0.36.0",
"sha256": "788ddb152c388206e81f36bcbb574e7ed7827c27d8fa62227b34edc333d8928c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-diff/0.36.0/download"
],
"strip_prefix": "gix-diff-0.36.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-diff-0.36.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-diff-0.36.0.bazel"
}
},
"rules_rust_wasm_bindgen__strsim-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__strsim-0.10.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__strsim-0.10.0",
"sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/strsim/0.10.0/download"
],
"strip_prefix": "strsim-0.10.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
}
},
"rules_rust_wasm_bindgen__untrusted-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__untrusted-0.9.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__untrusted-0.9.0",
"sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/untrusted/0.9.0/download"
],
"strip_prefix": "untrusted-0.9.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.untrusted-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.untrusted-0.9.0.bazel"
}
},
"cui__gix-index-0.25.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-index-0.25.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-index-0.25.0",
"sha256": "f54d63a9d13c13088f41f5a3accbec284e492ac8f4f707fcc307c139622e17b7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-index/0.25.0/download"
],
"strip_prefix": "gix-index-0.25.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-index-0.25.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-index-0.25.0.bazel"
}
},
"rules_rust_prost__windows_i686_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows_i686_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows_i686_gnu-0.48.0",
"sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download"
],
"strip_prefix": "windows_i686_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
}
},
"cui__filetime-0.2.22": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__filetime-0.2.22",
+ "name": "rules_rust~0.40.0~i~cui__filetime-0.2.22",
"sha256": "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/filetime/0.2.22/download"
],
"strip_prefix": "filetime-0.2.22",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.filetime-0.2.22.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.filetime-0.2.22.bazel"
}
},
"cui__tracing-log-0.1.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tracing-log-0.1.4",
+ "name": "rules_rust~0.40.0~i~cui__tracing-log-0.1.4",
"sha256": "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing-log/0.1.4/download"
],
"strip_prefix": "tracing-log-0.1.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tracing-log-0.1.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tracing-log-0.1.4.bazel"
}
},
"rules_rust_wasm_bindgen__crossbeam-epoch-0.9.15": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__crossbeam-epoch-0.9.15",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__crossbeam-epoch-0.9.15",
"sha256": "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download"
],
"strip_prefix": "crossbeam-epoch-0.9.15",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-epoch-0.9.15.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-epoch-0.9.15.bazel"
}
},
"rrra__termcolor-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__termcolor-1.2.0",
+ "name": "rules_rust~0.40.0~i~rrra__termcolor-1.2.0",
"sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/termcolor/1.2.0/download"
],
"strip_prefix": "termcolor-1.2.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.termcolor-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.termcolor-1.2.0.bazel"
}
},
"rules_rust_wasm_bindgen__errno-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__errno-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__errno-0.3.1",
"sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno/0.3.1/download"
],
"strip_prefix": "errno-0.3.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.errno-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.errno-0.3.1.bazel"
}
},
"cui__rustix-0.38.21": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rustix-0.38.21",
+ "name": "rules_rust~0.40.0~i~cui__rustix-0.38.21",
"sha256": "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustix/0.38.21/download"
],
"strip_prefix": "rustix-0.38.21",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rustix-0.38.21.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rustix-0.38.21.bazel"
}
},
"rules_rust_bindgen__unicode-width-0.1.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__unicode-width-0.1.10",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__unicode-width-0.1.10",
"sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-width/0.1.10/download"
],
"strip_prefix": "unicode-width-0.1.10",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.unicode-width-0.1.10.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.89",
- "sha256": "aaedf88769cb23c6fd2e3bfed65bcbff6c5d92c8336afbd80d2dfcc8eb5cf047",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-wasm-conventions/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-wasm-conventions-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-wasm-conventions-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.unicode-width-0.1.10.bazel"
}
},
"cui__indoc-2.0.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__indoc-2.0.4",
+ "name": "rules_rust~0.40.0~i~cui__indoc-2.0.4",
"sha256": "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/indoc/2.0.4/download"
],
"strip_prefix": "indoc-2.0.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.indoc-2.0.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.indoc-2.0.4.bazel"
}
},
"cui__unicode-bom-2.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unicode-bom-2.0.2",
+ "name": "rules_rust~0.40.0~i~cui__unicode-bom-2.0.2",
"sha256": "98e90c70c9f0d4d1ee6d0a7d04aa06cb9bbd53d8cfbdd62a0269a7c2eb640552",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-bom/2.0.2/download"
],
"strip_prefix": "unicode-bom-2.0.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unicode-bom-2.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unicode-bom-2.0.2.bazel"
}
},
"rules_rust_wasm_bindgen__crossbeam-deque-0.8.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__crossbeam-deque-0.8.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__crossbeam-deque-0.8.3",
"sha256": "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download"
],
"strip_prefix": "crossbeam-deque-0.8.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-deque-0.8.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-deque-0.8.3.bazel"
}
},
"cui__smallvec-1.11.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__smallvec-1.11.0",
+ "name": "rules_rust~0.40.0~i~cui__smallvec-1.11.0",
"sha256": "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/smallvec/1.11.0/download"
],
"strip_prefix": "smallvec-1.11.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.smallvec-1.11.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.smallvec-1.11.0.bazel"
}
},
"rules_rust_wasm_bindgen__redox_syscall-0.3.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__redox_syscall-0.3.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__redox_syscall-0.3.5",
"sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/redox_syscall/0.3.5/download"
],
"strip_prefix": "redox_syscall-0.3.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"
}
},
"cui__ignore-0.4.18": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__ignore-0.4.18",
+ "name": "rules_rust~0.40.0~i~cui__ignore-0.4.18",
"sha256": "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ignore/0.4.18/download"
],
"strip_prefix": "ignore-0.4.18",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.ignore-0.4.18.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.ignore-0.4.18.bazel"
}
},
"rules_rust_wasm_bindgen__wasi-0.11.0-wasi-snapshot-preview1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasi-0.11.0-wasi-snapshot-preview1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasi-0.11.0-wasi-snapshot-preview1",
"sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download"
],
"strip_prefix": "wasi-0.11.0+wasi-snapshot-preview1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"
}
},
"cui__textwrap-0.16.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__textwrap-0.16.0",
+ "name": "rules_rust~0.40.0~i~cui__textwrap-0.16.0",
"sha256": "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/textwrap/0.16.0/download"
],
"strip_prefix": "textwrap-0.16.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.textwrap-0.16.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.textwrap-0.16.0.bazel"
}
},
"rules_rust_bindgen__winapi-i686-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__winapi-i686-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__winapi-i686-pc-windows-gnu-0.4.0",
"sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-i686-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.91",
+ "sha256": "4e6b653f6820409609bda0f176e6949302307af7a7b9479cd4d4b1bdc31eb9cd",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-wasm-conventions/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-wasm-conventions-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-wasm-conventions-0.2.91.bazel"
}
},
"rrra__colorchoice-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__colorchoice-1.0.0",
+ "name": "rules_rust~0.40.0~i~rrra__colorchoice-1.0.0",
"sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/colorchoice/1.0.0/download"
],
"strip_prefix": "colorchoice-1.0.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.colorchoice-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.colorchoice-1.0.0.bazel"
}
},
"rules_rust_wasm_bindgen__regex-1.9.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__regex-1.9.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__regex-1.9.1",
"sha256": "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex/1.9.1/download"
],
"strip_prefix": "regex-1.9.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.regex-1.9.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.regex-1.9.1.bazel"
}
},
"rrra__windows_x86_64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows_x86_64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows_x86_64_gnullvm-0.48.0",
"sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_prost__slab-0.4.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__slab-0.4.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__slab-0.4.8",
"sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/slab/0.4.8/download"
],
"strip_prefix": "slab-0.4.8",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.slab-0.4.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.slab-0.4.8.bazel"
}
},
"rrra__clap-4.3.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__clap-4.3.11",
+ "name": "rules_rust~0.40.0~i~rrra__clap-4.3.11",
"sha256": "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap/4.3.11/download"
],
"strip_prefix": "clap-4.3.11",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap-4.3.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap-4.3.11.bazel"
}
},
"cui__valuable-0.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__valuable-0.1.0",
+ "name": "rules_rust~0.40.0~i~cui__valuable-0.1.0",
"sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/valuable/0.1.0/download"
],
"strip_prefix": "valuable-0.1.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.valuable-0.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.valuable-0.1.0.bazel"
}
},
"rules_rust_wasm_bindgen__form_urlencoded-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__form_urlencoded-1.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__form_urlencoded-1.2.0",
"sha256": "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download"
],
"strip_prefix": "form_urlencoded-1.2.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.form_urlencoded-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.form_urlencoded-1.2.0.bazel"
}
},
"rules_rust_prost__prost-derive-0.11.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__prost-derive-0.11.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__prost-derive-0.11.9",
"sha256": "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/prost-derive/0.11.9/download"
],
"strip_prefix": "prost-derive-0.11.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.prost-derive-0.11.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.prost-derive-0.11.9.bazel"
}
},
"cui__adler-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__adler-1.0.2",
+ "name": "rules_rust~0.40.0~i~cui__adler-1.0.2",
"sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/adler/1.0.2/download"
],
"strip_prefix": "adler-1.0.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.adler-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.adler-1.0.2.bazel"
}
},
"cui__wasm-bindgen-shared-0.2.87": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__wasm-bindgen-shared-0.2.87",
+ "name": "rules_rust~0.40.0~i~cui__wasm-bindgen-shared-0.2.87",
"sha256": "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.87/download"
],
"strip_prefix": "wasm-bindgen-shared-0.2.87",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-shared-0.2.87.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-shared-0.2.87.bazel"
}
},
"cross_x86_64-apple-darwin": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cross_x86_64-apple-darwin",
+ "name": "rules_rust~0.40.0~i~cross_x86_64-apple-darwin",
"urls": [
"https://github.com/rust-embedded/cross/releases/download/v0.2.1/cross-v0.2.1-x86_64-apple-darwin.tar.gz"
],
@@ -5825,175 +5871,189 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__rustix-0.37.20",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__rustix-0.37.20",
"sha256": "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustix/0.37.20/download"
],
"strip_prefix": "rustix-0.37.20",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.rustix-0.37.20.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.rustix-0.37.20.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-macro-support-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-macro-support-0.2.91",
+ "sha256": "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-macro-support-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-macro-support-0.2.91.bazel"
}
},
"rules_rust_prost__fnv-1.0.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__fnv-1.0.7",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__fnv-1.0.7",
"sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fnv/1.0.7/download"
],
"strip_prefix": "fnv-1.0.7",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.fnv-1.0.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.fnv-1.0.7.bazel"
}
},
"cui__spectral-0.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__spectral-0.6.0",
+ "name": "rules_rust~0.40.0~i~cui__spectral-0.6.0",
"sha256": "ae3c15181f4b14e52eeaac3efaeec4d2764716ce9c86da0c934c3e318649c5ba",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/spectral/0.6.0/download"
],
"strip_prefix": "spectral-0.6.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.spectral-0.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.spectral-0.6.0.bazel"
}
},
"cui__windows_i686_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows_i686_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows_i686_msvc-0.48.0",
"sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download"
],
"strip_prefix": "windows_i686_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__float-cmp-0.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__float-cmp-0.8.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__float-cmp-0.8.0",
"sha256": "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/float-cmp/0.8.0/download"
],
"strip_prefix": "float-cmp-0.8.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.float-cmp-0.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.float-cmp-0.8.0.bazel"
}
},
"cui__gix-tempfile-10.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-tempfile-10.0.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-tempfile-10.0.0",
"sha256": "5ae0978f3e11dc57290ee75ac2477c815bca1ce2fa7ed5dc5f16db067410ac4d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-tempfile/10.0.0/download"
],
"strip_prefix": "gix-tempfile-10.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-tempfile-10.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-tempfile-10.0.0.bazel"
}
},
"cui__jwalk-0.8.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__jwalk-0.8.1",
+ "name": "rules_rust~0.40.0~i~cui__jwalk-0.8.1",
"sha256": "2735847566356cd2179a2a38264839308f7079fa96e6bd5a42d740460e003c56",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/jwalk/0.8.1/download"
],
"strip_prefix": "jwalk-0.8.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.jwalk-0.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.jwalk-0.8.1.bazel"
}
},
"rules_rust_prost__getrandom-0.2.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__getrandom-0.2.10",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__getrandom-0.2.10",
"sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/getrandom/0.2.10/download"
],
"strip_prefix": "getrandom-0.2.10",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.getrandom-0.2.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.getrandom-0.2.10.bazel"
}
},
"rules_rust_wasm_bindgen__redox_syscall-0.2.16": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__redox_syscall-0.2.16",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__redox_syscall-0.2.16",
"sha256": "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/redox_syscall/0.2.16/download"
],
"strip_prefix": "redox_syscall-0.2.16",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.redox_syscall-0.2.16.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.redox_syscall-0.2.16.bazel"
}
},
"rules_rust_prost__httpdate-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__httpdate-1.0.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__httpdate-1.0.2",
"sha256": "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/httpdate/1.0.2/download"
],
"strip_prefix": "httpdate-1.0.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.httpdate-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.httpdate-1.0.2.bazel"
}
},
"rules_rust_prost__tower-layer-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tower-layer-0.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tower-layer-0.3.2",
"sha256": "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tower-layer/0.3.2/download"
],
"strip_prefix": "tower-layer-0.3.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tower-layer-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tower-layer-0.3.2.bazel"
}
},
"cui__cfg-expr-0.15.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cfg-expr-0.15.5",
+ "name": "rules_rust~0.40.0~i~cui__cfg-expr-0.15.5",
"sha256": "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cfg-expr/0.15.5/download"
],
"strip_prefix": "cfg-expr-0.15.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cfg-expr-0.15.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cfg-expr-0.15.5.bazel"
}
},
"cargo_bazel.buildifier-darwin-arm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_file",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cargo_bazel.buildifier-darwin-arm64",
+ "name": "rules_rust~0.40.0~i~cargo_bazel.buildifier-darwin-arm64",
"urls": [
"https://github.com/bazelbuild/buildtools/releases/download/5.0.1/buildifier-darwin-arm64"
],
@@ -6006,215 +6066,215 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__prodash-26.2.2",
+ "name": "rules_rust~0.40.0~i~cui__prodash-26.2.2",
"sha256": "794b5bf8e2d19b53dcdcec3e4bba628e20f5b6062503ba89281fa7037dd7bbcf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/prodash/26.2.2/download"
],
"strip_prefix": "prodash-26.2.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.prodash-26.2.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.prodash-26.2.2.bazel"
}
},
"cui__winapi-i686-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__winapi-i686-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~cui__winapi-i686-pc-windows-gnu-0.4.0",
"sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-i686-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
}
},
"rules_rust_prost__num_cpus-1.15.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__num_cpus-1.15.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__num_cpus-1.15.0",
"sha256": "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num_cpus/1.15.0/download"
],
"strip_prefix": "num_cpus-1.15.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.num_cpus-1.15.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.num_cpus-1.15.0.bazel"
}
},
"rules_rust_bindgen__lazycell-1.3.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__lazycell-1.3.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__lazycell-1.3.0",
"sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/lazycell/1.3.0/download"
],
"strip_prefix": "lazycell-1.3.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.lazycell-1.3.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.lazycell-1.3.0.bazel"
}
},
"cui__tracing-subscriber-0.3.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tracing-subscriber-0.3.17",
+ "name": "rules_rust~0.40.0~i~cui__tracing-subscriber-0.3.17",
"sha256": "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing-subscriber/0.3.17/download"
],
"strip_prefix": "tracing-subscriber-0.3.17",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tracing-subscriber-0.3.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tracing-subscriber-0.3.17.bazel"
}
},
"cui__gix-0.54.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-0.54.1",
+ "name": "rules_rust~0.40.0~i~cui__gix-0.54.1",
"sha256": "ad6d32e74454459690d57d18ea4ebec1629936e6b130b51d12cb4a81630ac953",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix/0.54.1/download"
],
"strip_prefix": "gix-0.54.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-0.54.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-0.54.1.bazel"
}
},
"cui__gix-command-0.2.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-command-0.2.10",
+ "name": "rules_rust~0.40.0~i~cui__gix-command-0.2.10",
"sha256": "3c576cfbf577f72c097b5f88aedea502cd62952bdc1fb3adcab4531d5525a4c7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-command/0.2.10/download"
],
"strip_prefix": "gix-command-0.2.10",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-command-0.2.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-command-0.2.10.bazel"
}
},
"rules_rust_prost__bytes-1.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__bytes-1.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__bytes-1.4.0",
"sha256": "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bytes/1.4.0/download"
],
"strip_prefix": "bytes-1.4.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.bytes-1.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.bytes-1.4.0.bazel"
}
},
"rules_rust_wasm_bindgen__mime_guess-2.0.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__mime_guess-2.0.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__mime_guess-2.0.4",
"sha256": "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/mime_guess/2.0.4/download"
],
"strip_prefix": "mime_guess-2.0.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.mime_guess-2.0.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.mime_guess-2.0.4.bazel"
}
},
"rules_rust_wasm_bindgen__tinyvec_macros-0.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__tinyvec_macros-0.1.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__tinyvec_macros-0.1.1",
"sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download"
],
"strip_prefix": "tinyvec_macros-0.1.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.tinyvec_macros-0.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.tinyvec_macros-0.1.1.bazel"
}
},
"cui__gix-odb-0.53.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-odb-0.53.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-odb-0.53.0",
"sha256": "8d6a392c6ba3a2f133cdc63120e9bc7aec81eef763db372c817de31febfe64bf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-odb/0.53.0/download"
],
"strip_prefix": "gix-odb-0.53.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-odb-0.53.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-odb-0.53.0.bazel"
}
},
"rules_rust_bindgen__rustix-0.37.20": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__rustix-0.37.20",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__rustix-0.37.20",
"sha256": "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustix/0.37.20/download"
],
"strip_prefix": "rustix-0.37.20",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.rustix-0.37.20.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.rustix-0.37.20.bazel"
}
},
"rules_rust_bindgen__windows_i686_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows_i686_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows_i686_msvc-0.48.0",
"sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download"
],
"strip_prefix": "windows_i686_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
}
},
"rules_rust_bindgen__clap_builder-4.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__clap_builder-4.3.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__clap_builder-4.3.3",
"sha256": "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_builder/4.3.3/download"
],
"strip_prefix": "clap_builder-4.3.3",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.clap_builder-4.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.clap_builder-4.3.3.bazel"
}
},
"rules_rust_wasm_bindgen_cli": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen_cli",
- "sha256": "539d7d1fd32b3dd6810cfd099d6ca8a91e567c5ecd14c9b7387856ab871f5c0d",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen_cli",
+ "sha256": "80b674e1bda34888e132276ba600676cea158bdcd289bb7da5c25885f1a3a535",
"urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-cli/0.2.89/download"
+ "https://crates.io/api/v1/crates/wasm-bindgen-cli/0.2.91/download"
],
"type": "tar.gz",
- "strip_prefix": "wasm-bindgen-cli-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty:BUILD.wasm-bindgen-cli.bazel",
+ "strip_prefix": "wasm-bindgen-cli-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty:BUILD.wasm-bindgen-cli.bazel",
"patch_args": [
"-p1"
],
"patches": [
- "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/patches:resolver.patch"
+ "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/patches:resolver.patch"
]
}
},
@@ -6222,1155 +6282,1113 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-encoder-0.29.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-encoder-0.29.0",
"sha256": "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasm-encoder/0.29.0/download"
],
"strip_prefix": "wasm-encoder-0.29.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-encoder-0.29.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-encoder-0.29.0.bazel"
}
},
"cui__regex-syntax-0.8.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__regex-syntax-0.8.2",
+ "name": "rules_rust~0.40.0~i~cui__regex-syntax-0.8.2",
"sha256": "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-syntax/0.8.2/download"
],
"strip_prefix": "regex-syntax-0.8.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.regex-syntax-0.8.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.regex-syntax-0.8.2.bazel"
}
},
"rules_rust_bindgen__clap_lex-0.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__clap_lex-0.5.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__clap_lex-0.5.0",
"sha256": "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_lex/0.5.0/download"
],
"strip_prefix": "clap_lex-0.5.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.clap_lex-0.5.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.clap_lex-0.5.0.bazel"
}
},
"rules_rust_prost__http-body-0.4.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__http-body-0.4.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__http-body-0.4.5",
"sha256": "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/http-body/0.4.5/download"
],
"strip_prefix": "http-body-0.4.5",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.http-body-0.4.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.http-body-0.4.5.bazel"
}
},
"rules_rust_bindgen__utf8parse-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__utf8parse-0.2.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__utf8parse-0.2.1",
"sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/utf8parse/0.2.1/download"
],
"strip_prefix": "utf8parse-0.2.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.utf8parse-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.utf8parse-0.2.1.bazel"
}
},
"rules_rust_wasm_bindgen__windows_x86_64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows_x86_64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows_x86_64_gnullvm-0.48.0",
"sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_prost__fixedbitset-0.4.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__fixedbitset-0.4.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__fixedbitset-0.4.2",
"sha256": "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fixedbitset/0.4.2/download"
],
"strip_prefix": "fixedbitset-0.4.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.fixedbitset-0.4.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.fixedbitset-0.4.2.bazel"
}
},
"rules_rust_bindgen__annotate-snippets-0.9.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__annotate-snippets-0.9.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__annotate-snippets-0.9.1",
"sha256": "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/annotate-snippets/0.9.1/download"
],
"strip_prefix": "annotate-snippets-0.9.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.annotate-snippets-0.9.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.annotate-snippets-0.9.1.bazel"
}
},
"rules_rust_wasm_bindgen__httparse-1.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__httparse-1.8.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__httparse-1.8.0",
"sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/httparse/1.8.0/download"
],
"strip_prefix": "httparse-1.8.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.httparse-1.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.httparse-1.8.0.bazel"
}
},
"cui__powerfmt-0.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__powerfmt-0.2.0",
+ "name": "rules_rust~0.40.0~i~cui__powerfmt-0.2.0",
"sha256": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/powerfmt/0.2.0/download"
],
"strip_prefix": "powerfmt-0.2.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.powerfmt-0.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.powerfmt-0.2.0.bazel"
}
},
"rrra__strsim-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__strsim-0.10.0",
+ "name": "rules_rust~0.40.0~i~rrra__strsim-0.10.0",
"sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/strsim/0.10.0/download"
],
"strip_prefix": "strsim-0.10.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
}
},
"rrra__winapi-i686-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__winapi-i686-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rrra__winapi-i686-pc-windows-gnu-0.4.0",
"sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-i686-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
}
},
"rules_rust_prost__tonic-0.9.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tonic-0.9.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tonic-0.9.2",
"sha256": "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tonic/0.9.2/download"
],
"strip_prefix": "tonic-0.9.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tonic-0.9.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tonic-0.9.2.bazel"
}
},
"rules_rust_prost__regex-1.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__regex-1.8.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__regex-1.8.4",
"sha256": "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex/1.8.4/download"
],
"strip_prefix": "regex-1.8.4",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.regex-1.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.regex-1.8.4.bazel"
}
},
"rules_rust_prost__async-trait-0.1.68": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__async-trait-0.1.68",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__async-trait-0.1.68",
"sha256": "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/async-trait/0.1.68/download"
],
"strip_prefix": "async-trait-0.1.68",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.async-trait-0.1.68.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.async-trait-0.1.68.bazel"
}
},
"rules_rust_wasm_bindgen__brotli-decompressor-2.5.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__brotli-decompressor-2.5.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__brotli-decompressor-2.5.1",
"sha256": "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/brotli-decompressor/2.5.1/download"
],
"strip_prefix": "brotli-decompressor-2.5.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.brotli-decompressor-2.5.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.brotli-decompressor-2.5.1.bazel"
}
},
"rules_rust_wasm_bindgen__windows_x86_64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows_x86_64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows_x86_64_msvc-0.48.0",
"sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download"
],
"strip_prefix": "windows_x86_64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
}
},
"cui__unicode-normalization-0.1.22": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unicode-normalization-0.1.22",
+ "name": "rules_rust~0.40.0~i~cui__unicode-normalization-0.1.22",
"sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download"
],
"strip_prefix": "unicode-normalization-0.1.22",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unicode-normalization-0.1.22.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unicode-normalization-0.1.22.bazel"
}
},
"rules_rust_prost__windows_x86_64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows_x86_64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows_x86_64_msvc-0.48.0",
"sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download"
],
"strip_prefix": "windows_x86_64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
}
},
"cui__winapi-0.3.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__winapi-0.3.9",
+ "name": "rules_rust~0.40.0~i~cui__winapi-0.3.9",
"sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi/0.3.9/download"
],
"strip_prefix": "winapi-0.3.9",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
}
},
"cui__syn-2.0.32": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__syn-2.0.32",
+ "name": "rules_rust~0.40.0~i~cui__syn-2.0.32",
"sha256": "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/2.0.32/download"
],
"strip_prefix": "syn-2.0.32",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.syn-2.0.32.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.syn-2.0.32.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-externref-xform-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-externref-xform-0.2.91",
+ "sha256": "12b6ac5fca1d0992d2328147488169ea166bfe899c88f8ad06cf583f4c492fcf",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-externref-xform/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-externref-xform-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-externref-xform-0.2.91.bazel"
}
},
"rules_rust_wasm_bindgen__idna-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__idna-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__idna-0.4.0",
"sha256": "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/idna/0.4.0/download"
],
"strip_prefix": "idna-0.4.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.idna-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.idna-0.4.0.bazel"
}
},
"rrra__regex-1.9.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__regex-1.9.1",
+ "name": "rules_rust~0.40.0~i~rrra__regex-1.9.1",
"sha256": "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex/1.9.1/download"
],
"strip_prefix": "regex-1.9.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.regex-1.9.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.regex-1.9.1.bazel"
}
},
"cui__anstyle-parse-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__anstyle-parse-0.2.1",
+ "name": "rules_rust~0.40.0~i~cui__anstyle-parse-0.2.1",
"sha256": "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download"
],
"strip_prefix": "anstyle-parse-0.2.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.anstyle-parse-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.anstyle-parse-0.2.1.bazel"
}
},
"rules_rust_prost__rustversion-1.0.12": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__rustversion-1.0.12",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__rustversion-1.0.12",
"sha256": "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustversion/1.0.12/download"
],
"strip_prefix": "rustversion-1.0.12",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.rustversion-1.0.12.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.rustversion-1.0.12.bazel"
}
},
"rules_rust_wasm_bindgen__wait-timeout-0.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wait-timeout-0.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wait-timeout-0.2.0",
"sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wait-timeout/0.2.0/download"
],
"strip_prefix": "wait-timeout-0.2.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wait-timeout-0.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wait-timeout-0.2.0.bazel"
}
},
"rules_rust_wasm_bindgen__windows_aarch64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows_aarch64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows_aarch64_gnullvm-0.48.0",
"sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_aarch64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__quick-error-1.2.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__quick-error-1.2.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__quick-error-1.2.3",
"sha256": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/quick-error/1.2.3/download"
],
"strip_prefix": "quick-error-1.2.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.quick-error-1.2.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.quick-error-1.2.3.bazel"
}
},
"rules_rust_prost__tokio-macros-2.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tokio-macros-2.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tokio-macros-2.1.0",
"sha256": "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tokio-macros/2.1.0/download"
],
"strip_prefix": "tokio-macros-2.1.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tokio-macros-2.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tokio-macros-2.1.0.bazel"
}
},
"rules_rust_wasm_bindgen__wasmprinter-0.2.60": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasmprinter-0.2.60",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasmprinter-0.2.60",
"sha256": "b76cb909fe3d9b0de58cee1f4072247e680ff5cc1558ccad2790a9de14a23993",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasmprinter/0.2.60/download"
],
"strip_prefix": "wasmprinter-0.2.60",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasmprinter-0.2.60.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasmprinter-0.2.60.bazel"
}
},
"rules_rust_bindgen__winapi-0.3.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__winapi-0.3.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__winapi-0.3.9",
"sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi/0.3.9/download"
],
"strip_prefix": "winapi-0.3.9",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
}
},
"cui__gix-macros-0.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-macros-0.1.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-macros-0.1.0",
"sha256": "9d8acb5ee668d55f0f2d19a320a3f9ef67a6999ad483e11135abcc2464ed18b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-macros/0.1.0/download"
],
"strip_prefix": "gix-macros-0.1.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-macros-0.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-macros-0.1.0.bazel"
}
},
"rrra__ryu-1.0.14": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__ryu-1.0.14",
+ "name": "rules_rust~0.40.0~i~rrra__ryu-1.0.14",
"sha256": "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ryu/1.0.14/download"
],
"strip_prefix": "ryu-1.0.14",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.ryu-1.0.14.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.ryu-1.0.14.bazel"
}
},
"rrra__serde-1.0.171": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__serde-1.0.171",
+ "name": "rules_rust~0.40.0~i~rrra__serde-1.0.171",
"sha256": "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde/1.0.171/download"
],
"strip_prefix": "serde-1.0.171",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.serde-1.0.171.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.serde-1.0.171.bazel"
}
},
"rules_rust_wasm_bindgen__core-foundation-sys-0.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__core-foundation-sys-0.8.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__core-foundation-sys-0.8.4",
"sha256": "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/core-foundation-sys/0.8.4/download"
],
"strip_prefix": "core-foundation-sys-0.8.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.core-foundation-sys-0.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.core-foundation-sys-0.8.4.bazel"
}
},
"rules_rust_prost__lock_api-0.4.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__lock_api-0.4.10",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__lock_api-0.4.10",
"sha256": "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/lock_api/0.4.10/download"
],
"strip_prefix": "lock_api-0.4.10",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.lock_api-0.4.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.lock_api-0.4.10.bazel"
}
},
"rules_rust_prost__futures-core-0.3.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__futures-core-0.3.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__futures-core-0.3.28",
"sha256": "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/futures-core/0.3.28/download"
],
"strip_prefix": "futures-core-0.3.28",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.futures-core-0.3.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.futures-core-0.3.28.bazel"
}
},
"rrra__winapi-x86_64-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__winapi-x86_64-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rrra__winapi-x86_64-pc-windows-gnu-0.4.0",
"sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-x86_64-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
}
},
"rrra__anstyle-1.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__anstyle-1.0.1",
+ "name": "rules_rust~0.40.0~i~rrra__anstyle-1.0.1",
"sha256": "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle/1.0.1/download"
],
"strip_prefix": "anstyle-1.0.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-1.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-1.0.1.bazel"
}
},
"cui__dunce-1.0.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__dunce-1.0.4",
+ "name": "rules_rust~0.40.0~i~cui__dunce-1.0.4",
"sha256": "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/dunce/1.0.4/download"
],
"strip_prefix": "dunce-1.0.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.dunce-1.0.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.dunce-1.0.4.bazel"
}
},
"rules_rust_bindgen__glob-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__glob-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__glob-0.3.1",
"sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/glob/0.3.1/download"
],
"strip_prefix": "glob-0.3.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.glob-0.3.1.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-macro-support-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-macro-support-0.2.89",
- "sha256": "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-macro-support-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-macro-support-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.glob-0.3.1.bazel"
}
},
"cui__phf_generator-0.11.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__phf_generator-0.11.2",
+ "name": "rules_rust~0.40.0~i~cui__phf_generator-0.11.2",
"sha256": "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/phf_generator/0.11.2/download"
],
"strip_prefix": "phf_generator-0.11.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.phf_generator-0.11.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.phf_generator-0.11.2.bazel"
}
},
"rules_rust_prost__fastrand-1.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__fastrand-1.9.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__fastrand-1.9.0",
"sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fastrand/1.9.0/download"
],
"strip_prefix": "fastrand-1.9.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.fastrand-1.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.fastrand-1.9.0.bazel"
}
},
"rules_rust_prost__itertools-0.10.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__itertools-0.10.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__itertools-0.10.5",
"sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itertools/0.10.5/download"
],
"strip_prefix": "itertools-0.10.5",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.itertools-0.10.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.itertools-0.10.5.bazel"
}
},
"rules_rust_bindgen__windows_x86_64_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows_x86_64_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows_x86_64_gnu-0.48.0",
"sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
- }
- },
- "rules_rust_wasm_bindgen__base64-0.9.3": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__base64-0.9.3",
- "sha256": "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/base64/0.9.3/download"
- ],
- "strip_prefix": "base64-0.9.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.base64-0.9.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__memoffset-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__memoffset-0.9.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__memoffset-0.9.0",
"sha256": "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memoffset/0.9.0/download"
],
"strip_prefix": "memoffset-0.9.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.memoffset-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.memoffset-0.9.0.bazel"
}
},
"rules_rust_bindgen__windows-targets-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows-targets-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows-targets-0.48.0",
"sha256": "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-targets/0.48.0/download"
],
"strip_prefix": "windows-targets-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows-targets-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows-targets-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__twoway-0.1.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__twoway-0.1.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__twoway-0.1.8",
"sha256": "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/twoway/0.1.8/download"
],
"strip_prefix": "twoway-0.1.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.twoway-0.1.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.twoway-0.1.8.bazel"
}
},
"cui__redox_syscall-0.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__redox_syscall-0.4.1",
+ "name": "rules_rust~0.40.0~i~cui__redox_syscall-0.4.1",
"sha256": "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/redox_syscall/0.4.1/download"
],
"strip_prefix": "redox_syscall-0.4.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.redox_syscall-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.redox_syscall-0.4.1.bazel"
}
},
"rules_rust_wasm_bindgen__id-arena-2.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__id-arena-2.2.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__id-arena-2.2.1",
"sha256": "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/id-arena/2.2.1/download"
],
"strip_prefix": "id-arena-2.2.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.id-arena-2.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.id-arena-2.2.1.bazel"
}
},
"rules_rust_wasm_bindgen__linux-raw-sys-0.3.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__linux-raw-sys-0.3.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__linux-raw-sys-0.3.8",
"sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download"
],
"strip_prefix": "linux-raw-sys-0.3.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
}
},
"cui__normpath-1.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__normpath-1.1.1",
+ "name": "rules_rust~0.40.0~i~cui__normpath-1.1.1",
"sha256": "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/normpath/1.1.1/download"
],
"strip_prefix": "normpath-1.1.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.normpath-1.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.normpath-1.1.1.bazel"
}
},
"cui__quote-1.0.29": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__quote-1.0.29",
+ "name": "rules_rust~0.40.0~i~cui__quote-1.0.29",
"sha256": "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/quote/1.0.29/download"
],
"strip_prefix": "quote-1.0.29",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.quote-1.0.29.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.quote-1.0.29.bazel"
}
},
"rules_rust_wasm_bindgen__safemem-0.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__safemem-0.3.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__safemem-0.3.3",
"sha256": "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/safemem/0.3.3/download"
],
"strip_prefix": "safemem-0.3.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.safemem-0.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.safemem-0.3.3.bazel"
}
},
"rules_rust_bindgen__lazy_static-1.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__lazy_static-1.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__lazy_static-1.4.0",
"sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/lazy_static/1.4.0/download"
],
"strip_prefix": "lazy_static-1.4.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
}
},
"rules_rust_prost__axum-0.6.18": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__axum-0.6.18",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__axum-0.6.18",
"sha256": "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/axum/0.6.18/download"
],
"strip_prefix": "axum-0.6.18",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.axum-0.6.18.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-externref-xform-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-externref-xform-0.2.89",
- "sha256": "b8a719be856d8b0802c7195ca26ee6eb02cb9639a12b80be32db960ce9640cb8",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-externref-xform/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-externref-xform-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-externref-xform-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.axum-0.6.18.bazel"
}
},
"rules_rust_prost__parking_lot-0.12.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__parking_lot-0.12.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__parking_lot-0.12.1",
"sha256": "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/parking_lot/0.12.1/download"
],
"strip_prefix": "parking_lot-0.12.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.parking_lot-0.12.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.parking_lot-0.12.1.bazel"
}
},
"rules_rust_wasm_bindgen__assert_cmd-1.0.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__assert_cmd-1.0.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__assert_cmd-1.0.8",
"sha256": "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/assert_cmd/1.0.8/download"
],
"strip_prefix": "assert_cmd-1.0.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.assert_cmd-1.0.8.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-wasm-interpreter-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-wasm-interpreter-0.2.89",
- "sha256": "a8a79039df1e0822e6d66508ec86052993deac201e26060f62abcd85e1daf951",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-wasm-interpreter/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-wasm-interpreter-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-wasm-interpreter-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.assert_cmd-1.0.8.bazel"
}
},
"cui__cargo-platform-0.1.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cargo-platform-0.1.4",
+ "name": "rules_rust~0.40.0~i~cui__cargo-platform-0.1.4",
"sha256": "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cargo-platform/0.1.4/download"
],
"strip_prefix": "cargo-platform-0.1.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cargo-platform-0.1.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cargo-platform-0.1.4.bazel"
}
},
"cui__serde_starlark-0.1.14": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__serde_starlark-0.1.14",
+ "name": "rules_rust~0.40.0~i~cui__serde_starlark-0.1.14",
"sha256": "29675b116dd4c7ab4012e00e71f6dee9ed8c731108468b4434779c6b9eec7957",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_starlark/0.1.14/download"
],
"strip_prefix": "serde_starlark-0.1.14",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.serde_starlark-0.1.14.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.serde_starlark-0.1.14.bazel"
}
},
"cui__slug-0.1.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__slug-0.1.4",
+ "name": "rules_rust~0.40.0~i~cui__slug-0.1.4",
"sha256": "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/slug/0.1.4/download"
],
"strip_prefix": "slug-0.1.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.slug-0.1.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.slug-0.1.4.bazel"
}
},
"cui__ppv-lite86-0.2.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__ppv-lite86-0.2.17",
+ "name": "rules_rust~0.40.0~i~cui__ppv-lite86-0.2.17",
"sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download"
],
"strip_prefix": "ppv-lite86-0.2.17",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"
}
},
"cui__rand_core-0.6.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rand_core-0.6.4",
+ "name": "rules_rust~0.40.0~i~cui__rand_core-0.6.4",
"sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_core/0.6.4/download"
],
"strip_prefix": "rand_core-0.6.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"
}
},
"rules_rust_prost__errno-dragonfly-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__errno-dragonfly-0.1.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__errno-dragonfly-0.1.2",
"sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download"
],
"strip_prefix": "errno-dragonfly-0.1.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
}
},
"cui__gix-url-0.24.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-url-0.24.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-url-0.24.0",
"sha256": "6125ecf46e8c68bf7202da6cad239831daebf0247ffbab30210d72f3856e420f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-url/0.24.0/download"
],
"strip_prefix": "gix-url-0.24.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-url-0.24.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-url-0.24.0.bazel"
}
},
"rules_rust_wasm_bindgen__percent-encoding-2.3.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__percent-encoding-2.3.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__percent-encoding-2.3.0",
"sha256": "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/percent-encoding/2.3.0/download"
],
"strip_prefix": "percent-encoding-2.3.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"
}
},
"rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1",
"sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download"
],
"strip_prefix": "wasi-0.11.0+wasi-snapshot-preview1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"
}
},
"rules_rust_wasm_bindgen__rustix-0.37.23": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rustix-0.37.23",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rustix-0.37.23",
"sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustix/0.37.23/download"
],
"strip_prefix": "rustix-0.37.23",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rustix-0.37.23.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rustix-0.37.23.bazel"
}
},
"cui__clap_builder-4.3.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__clap_builder-4.3.11",
+ "name": "rules_rust~0.40.0~i~cui__clap_builder-4.3.11",
"sha256": "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_builder/4.3.11/download"
],
"strip_prefix": "clap_builder-4.3.11",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.clap_builder-4.3.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.clap_builder-4.3.11.bazel"
}
},
"cui__tracing-core-0.1.32": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tracing-core-0.1.32",
+ "name": "rules_rust~0.40.0~i~cui__tracing-core-0.1.32",
"sha256": "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing-core/0.1.32/download"
],
"strip_prefix": "tracing-core-0.1.32",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tracing-core-0.1.32.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tracing-core-0.1.32.bazel"
}
},
"rrra__clap_lex-0.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__clap_lex-0.5.0",
+ "name": "rules_rust~0.40.0~i~rrra__clap_lex-0.5.0",
"sha256": "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_lex/0.5.0/download"
],
"strip_prefix": "clap_lex-0.5.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap_lex-0.5.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap_lex-0.5.0.bazel"
}
},
"rules_rust_prost__base64-0.21.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__base64-0.21.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__base64-0.21.2",
"sha256": "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/base64/0.21.2/download"
],
"strip_prefix": "base64-0.21.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.base64-0.21.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.base64-0.21.2.bazel"
}
},
"rules_rust_wasm_bindgen__windows_i686_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows_i686_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows_i686_msvc-0.48.0",
"sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download"
],
"strip_prefix": "windows_i686_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"
}
},
"cui__home-0.5.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__home-0.5.5",
+ "name": "rules_rust~0.40.0~i~cui__home-0.5.5",
"sha256": "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/home/0.5.5/download"
],
"strip_prefix": "home-0.5.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.home-0.5.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.home-0.5.5.bazel"
}
},
"cui__windows_x86_64_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows_x86_64_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows_x86_64_gnu-0.48.0",
"sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
}
},
"cui__gix-actor-0.27.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-actor-0.27.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-actor-0.27.0",
"sha256": "08c60e982c5290897122d4e2622447f014a2dadd5a18cb73d50bb91b31645e27",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-actor/0.27.0/download"
],
"strip_prefix": "gix-actor-0.27.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-actor-0.27.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-actor-0.27.0.bazel"
}
},
"cui__gix-attributes-0.19.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-attributes-0.19.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-attributes-0.19.0",
"sha256": "2451665e70709ba4753b623ef97511ee98c4a73816b2c5b5df25678d607ed820",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-attributes/0.19.0/download"
],
"strip_prefix": "gix-attributes-0.19.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-attributes-0.19.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-attributes-0.19.0.bazel"
}
},
"cui__unic-ucd-version-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unic-ucd-version-0.9.0",
+ "name": "rules_rust~0.40.0~i~cui__unic-ucd-version-0.9.0",
"sha256": "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unic-ucd-version/0.9.0/download"
],
"strip_prefix": "unic-ucd-version-0.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unic-ucd-version-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unic-ucd-version-0.9.0.bazel"
}
},
"com_google_googleapis": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~com_google_googleapis",
+ "name": "rules_rust~0.40.0~i~com_google_googleapis",
"urls": [
"https://github.com/googleapis/googleapis/archive/18becb1d1426feb7399db144d7beeb3284f1ccb0.zip"
],
@@ -7382,301 +7400,315 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__either-1.9.0",
+ "name": "rules_rust~0.40.0~i~cui__either-1.9.0",
"sha256": "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/either/1.9.0/download"
],
"strip_prefix": "either-1.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.either-1.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.either-1.9.0.bazel"
}
},
"rules_rust_wasm_bindgen__gimli-0.26.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__gimli-0.26.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__gimli-0.26.2",
"sha256": "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gimli/0.26.2/download"
],
"strip_prefix": "gimli-0.26.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.gimli-0.26.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.gimli-0.26.2.bazel"
}
},
"cui__parking_lot-0.12.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__parking_lot-0.12.1",
+ "name": "rules_rust~0.40.0~i~cui__parking_lot-0.12.1",
"sha256": "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/parking_lot/0.12.1/download"
],
"strip_prefix": "parking_lot-0.12.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.parking_lot-0.12.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.parking_lot-0.12.1.bazel"
}
},
"cui__globwalk-0.8.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__globwalk-0.8.1",
+ "name": "rules_rust~0.40.0~i~cui__globwalk-0.8.1",
"sha256": "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/globwalk/0.8.1/download"
],
"strip_prefix": "globwalk-0.8.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.globwalk-0.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.globwalk-0.8.1.bazel"
}
},
"rules_rust_bindgen__clap-4.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__clap-4.3.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__clap-4.3.3",
"sha256": "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap/4.3.3/download"
],
"strip_prefix": "clap-4.3.3",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.clap-4.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.clap-4.3.3.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-wasm-interpreter-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-wasm-interpreter-0.2.91",
+ "sha256": "682940195a701dbf887f20017418b8cac916a37b3f91ededec33226619e973c1",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-wasm-interpreter/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-wasm-interpreter-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-wasm-interpreter-0.2.91.bazel"
}
},
"rules_rust_prost__hyper-0.14.26": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__hyper-0.14.26",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__hyper-0.14.26",
"sha256": "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hyper/0.14.26/download"
],
"strip_prefix": "hyper-0.14.26",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.hyper-0.14.26.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.hyper-0.14.26.bazel"
}
},
"rules_rust_wasm_bindgen__predicates-2.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__predicates-2.1.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__predicates-2.1.5",
"sha256": "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/predicates/2.1.5/download"
],
"strip_prefix": "predicates-2.1.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-2.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-2.1.5.bazel"
}
},
"rules_rust_wasm_bindgen__ring-0.17.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__ring-0.17.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__ring-0.17.5",
"sha256": "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ring/0.17.5/download"
],
"strip_prefix": "ring-0.17.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.ring-0.17.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.ring-0.17.5.bazel"
}
},
"rules_rust_prost__memchr-2.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__memchr-2.5.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__memchr-2.5.0",
"sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memchr/2.5.0/download"
],
"strip_prefix": "memchr-2.5.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
}
},
"cui__crates-index-2.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crates-index-2.2.0",
+ "name": "rules_rust~0.40.0~i~cui__crates-index-2.2.0",
"sha256": "33bc10579ea08741ae173928194b6c42c90b295d51ddd0d18238eaf15502ac87",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crates-index/2.2.0/download"
],
"strip_prefix": "crates-index-2.2.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crates-index-2.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crates-index-2.2.0.bazel"
}
},
"cui__windows_x86_64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows_x86_64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows_x86_64_msvc-0.48.0",
"sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download"
],
"strip_prefix": "windows_x86_64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__crossbeam-channel-0.5.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__crossbeam-channel-0.5.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__crossbeam-channel-0.5.8",
"sha256": "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download"
],
"strip_prefix": "crossbeam-channel-0.5.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-channel-0.5.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-channel-0.5.8.bazel"
}
},
"rules_rust_wasm_bindgen__windows-sys-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows-sys-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows-sys-0.48.0",
"sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-sys/0.48.0/download"
],
"strip_prefix": "windows-sys-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
}
},
"cui__redox_syscall-0.3.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__redox_syscall-0.3.5",
+ "name": "rules_rust~0.40.0~i~cui__redox_syscall-0.3.5",
"sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/redox_syscall/0.3.5/download"
],
"strip_prefix": "redox_syscall-0.3.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"
}
},
"rules_rust_wasm_bindgen__flate2-1.0.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__flate2-1.0.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__flate2-1.0.28",
"sha256": "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/flate2/1.0.28/download"
],
"strip_prefix": "flate2-1.0.28",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.flate2-1.0.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.flate2-1.0.28.bazel"
}
},
"rules_rust_wasm_bindgen__indexmap-1.9.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__indexmap-1.9.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__indexmap-1.9.3",
"sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/indexmap/1.9.3/download"
],
"strip_prefix": "indexmap-1.9.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.indexmap-1.9.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.indexmap-1.9.3.bazel"
}
},
"rules_rust_wasm_bindgen__once_cell-1.18.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__once_cell-1.18.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__once_cell-1.18.0",
"sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/once_cell/1.18.0/download"
],
"strip_prefix": "once_cell-1.18.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
}
},
"rules_rust_wasm_bindgen__termtree-0.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__termtree-0.4.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__termtree-0.4.1",
"sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/termtree/0.4.1/download"
],
"strip_prefix": "termtree-0.4.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.termtree-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.termtree-0.4.1.bazel"
}
},
"rules_rust_bindgen__anstream-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__anstream-0.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__anstream-0.3.2",
"sha256": "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstream/0.3.2/download"
],
"strip_prefix": "anstream-0.3.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.anstream-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.anstream-0.3.2.bazel"
}
},
"rules_rust_wasm_bindgen__scopeguard-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__scopeguard-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__scopeguard-1.1.0",
"sha256": "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/scopeguard/1.1.0/download"
],
"strip_prefix": "scopeguard-1.1.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"
}
},
"cui__gix-protocol-0.40.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-protocol-0.40.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-protocol-0.40.0",
"sha256": "cc7b700dc20cc9be8a5130a1fd7e10c34117ffa7068431c8c24d963f0a2e0c9b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-protocol/0.40.0/download"
],
"strip_prefix": "gix-protocol-0.40.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-protocol-0.40.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-protocol-0.40.0.bazel"
}
},
"bazelci_rules": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~bazelci_rules",
+ "name": "rules_rust~0.40.0~i~bazelci_rules",
"sha256": "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e",
"strip_prefix": "bazelci_rules-1.0.0",
"url": "https://github.com/bazelbuild/continuous-integration/releases/download/rules-1.0.0/bazelci_rules-1.0.0.tar.gz"
@@ -7686,483 +7718,483 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__doc-comment-0.3.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__doc-comment-0.3.3",
"sha256": "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/doc-comment/0.3.3/download"
],
"strip_prefix": "doc-comment-0.3.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.doc-comment-0.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.doc-comment-0.3.3.bazel"
}
},
"rules_rust_wasm_bindgen__fastrand-1.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__fastrand-1.9.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__fastrand-1.9.0",
"sha256": "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fastrand/1.9.0/download"
],
"strip_prefix": "fastrand-1.9.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.fastrand-1.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.fastrand-1.9.0.bazel"
}
},
"rules_rust_wasm_bindgen__num_threads-0.1.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__num_threads-0.1.6",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__num_threads-0.1.6",
"sha256": "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num_threads/0.1.6/download"
],
"strip_prefix": "num_threads-0.1.6",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.num_threads-0.1.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.num_threads-0.1.6.bazel"
}
},
"cui__crc32fast-1.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crc32fast-1.3.2",
+ "name": "rules_rust~0.40.0~i~cui__crc32fast-1.3.2",
"sha256": "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crc32fast/1.3.2/download"
],
"strip_prefix": "crc32fast-1.3.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crc32fast-1.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crc32fast-1.3.2.bazel"
}
},
"cui__rayon-core-1.12.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rayon-core-1.12.0",
+ "name": "rules_rust~0.40.0~i~cui__rayon-core-1.12.0",
"sha256": "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rayon-core/1.12.0/download"
],
"strip_prefix": "rayon-core-1.12.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rayon-core-1.12.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rayon-core-1.12.0.bazel"
}
},
"rules_rust_wasm_bindgen__lazy_static-1.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__lazy_static-1.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__lazy_static-1.4.0",
"sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/lazy_static/1.4.0/download"
],
"strip_prefix": "lazy_static-1.4.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
}
},
"cui__thread_local-1.1.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__thread_local-1.1.4",
+ "name": "rules_rust~0.40.0~i~cui__thread_local-1.1.4",
"sha256": "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/thread_local/1.1.4/download"
],
"strip_prefix": "thread_local-1.1.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.thread_local-1.1.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.thread_local-1.1.4.bazel"
}
},
"rules_rust_bindgen__aho-corasick-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__aho-corasick-1.0.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__aho-corasick-1.0.2",
"sha256": "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/aho-corasick/1.0.2/download"
],
"strip_prefix": "aho-corasick-1.0.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
}
},
"rules_rust_wasm_bindgen__threadpool-1.8.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__threadpool-1.8.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__threadpool-1.8.1",
"sha256": "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/threadpool/1.8.1/download"
],
"strip_prefix": "threadpool-1.8.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.threadpool-1.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.threadpool-1.8.1.bazel"
}
},
"rules_rust_wasm_bindgen__walrus-macro-0.19.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__walrus-macro-0.19.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__walrus-macro-0.19.0",
"sha256": "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/walrus-macro/0.19.0/download"
],
"strip_prefix": "walrus-macro-0.19.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.walrus-macro-0.19.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.walrus-macro-0.19.0.bazel"
}
},
"cui__linux-raw-sys-0.4.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__linux-raw-sys-0.4.10",
+ "name": "rules_rust~0.40.0~i~cui__linux-raw-sys-0.4.10",
"sha256": "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/linux-raw-sys/0.4.10/download"
],
"strip_prefix": "linux-raw-sys-0.4.10",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.linux-raw-sys-0.4.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.linux-raw-sys-0.4.10.bazel"
}
},
"cui__rdrand-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rdrand-0.4.0",
+ "name": "rules_rust~0.40.0~i~cui__rdrand-0.4.0",
"sha256": "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rdrand/0.4.0/download"
],
"strip_prefix": "rdrand-0.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rdrand-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rdrand-0.4.0.bazel"
}
},
"rules_rust_bindgen__anstyle-wincon-1.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__anstyle-wincon-1.0.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__anstyle-wincon-1.0.1",
"sha256": "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download"
],
"strip_prefix": "anstyle-wincon-1.0.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.anstyle-wincon-1.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.anstyle-wincon-1.0.1.bazel"
}
},
"rrra__windows_x86_64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows_x86_64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows_x86_64_msvc-0.48.0",
"sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download"
],
"strip_prefix": "windows_x86_64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
}
},
"cui__rand_core-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rand_core-0.3.1",
+ "name": "rules_rust~0.40.0~i~cui__rand_core-0.3.1",
"sha256": "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_core/0.3.1/download"
],
"strip_prefix": "rand_core-0.3.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rand_core-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rand_core-0.3.1.bazel"
}
},
"cui__rayon-1.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rayon-1.8.0",
+ "name": "rules_rust~0.40.0~i~cui__rayon-1.8.0",
"sha256": "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rayon/1.8.0/download"
],
"strip_prefix": "rayon-1.8.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rayon-1.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rayon-1.8.0.bazel"
}
},
"cui__cpufeatures-0.2.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cpufeatures-0.2.9",
+ "name": "rules_rust~0.40.0~i~cui__cpufeatures-0.2.9",
"sha256": "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cpufeatures/0.2.9/download"
],
"strip_prefix": "cpufeatures-0.2.9",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cpufeatures-0.2.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cpufeatures-0.2.9.bazel"
}
},
"cui__tempfile-3.8.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tempfile-3.8.1",
+ "name": "rules_rust~0.40.0~i~cui__tempfile-3.8.1",
"sha256": "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tempfile/3.8.1/download"
],
"strip_prefix": "tempfile-3.8.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tempfile-3.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tempfile-3.8.1.bazel"
}
},
"rules_rust_prost__mio-0.8.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__mio-0.8.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__mio-0.8.8",
"sha256": "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/mio/0.8.8/download"
],
"strip_prefix": "mio-0.8.8",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.mio-0.8.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.mio-0.8.8.bazel"
}
},
"rules_rust_wasm_bindgen__windows_aarch64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows_aarch64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows_aarch64_msvc-0.48.0",
"sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download"
],
"strip_prefix": "windows_aarch64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
}
},
"cui__rustc-serialize-0.3.25": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rustc-serialize-0.3.25",
+ "name": "rules_rust~0.40.0~i~cui__rustc-serialize-0.3.25",
"sha256": "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustc-serialize/0.3.25/download"
],
"strip_prefix": "rustc-serialize-0.3.25",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rustc-serialize-0.3.25.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rustc-serialize-0.3.25.bazel"
}
},
"rrra__anyhow-1.0.71": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__anyhow-1.0.71",
+ "name": "rules_rust~0.40.0~i~rrra__anyhow-1.0.71",
"sha256": "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anyhow/1.0.71/download"
],
"strip_prefix": "anyhow-1.0.71",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.anyhow-1.0.71.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.anyhow-1.0.71.bazel"
}
},
"cui__gix-path-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-path-0.10.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-path-0.10.0",
"sha256": "6a1d370115171e3ae03c5c6d4f7d096f2981a40ddccb98dfd704c773530ba73b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-path/0.10.0/download"
],
"strip_prefix": "gix-path-0.10.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-path-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-path-0.10.0.bazel"
}
},
"rules_rust_bindgen__hermit-abi-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__hermit-abi-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__hermit-abi-0.3.1",
"sha256": "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hermit-abi/0.3.1/download"
],
"strip_prefix": "hermit-abi-0.3.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.hermit-abi-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.hermit-abi-0.3.1.bazel"
}
},
"rules_rust_wasm_bindgen__multipart-0.18.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__multipart-0.18.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__multipart-0.18.0",
"sha256": "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/multipart/0.18.0/download"
],
"strip_prefix": "multipart-0.18.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.multipart-0.18.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.multipart-0.18.0.bazel"
}
},
"rules_rust_wasm_bindgen__android_system_properties-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__android_system_properties-0.1.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__android_system_properties-0.1.5",
"sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/android_system_properties/0.1.5/download"
],
"strip_prefix": "android_system_properties-0.1.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.android_system_properties-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.android_system_properties-0.1.5.bazel"
}
},
"rules_rust_wasm_bindgen__cc-1.0.83": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__cc-1.0.83",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__cc-1.0.83",
"sha256": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cc/1.0.83/download"
],
"strip_prefix": "cc-1.0.83",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.cc-1.0.83.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.cc-1.0.83.bazel"
}
},
"cui__gix-ref-0.37.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-ref-0.37.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-ref-0.37.0",
"sha256": "22e6b749660b613641769edc1954132eb8071a13c32224891686091bef078de4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-ref/0.37.0/download"
],
"strip_prefix": "gix-ref-0.37.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-ref-0.37.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-ref-0.37.0.bazel"
}
},
"cui__rand-0.8.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rand-0.8.5",
+ "name": "rules_rust~0.40.0~i~cui__rand-0.8.5",
"sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand/0.8.5/download"
],
"strip_prefix": "rand-0.8.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rand-0.8.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rand-0.8.5.bazel"
}
},
"cui__num-integer-0.1.45": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num-integer-0.1.45",
+ "name": "rules_rust~0.40.0~i~cui__num-integer-0.1.45",
"sha256": "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num-integer/0.1.45/download"
],
"strip_prefix": "num-integer-0.1.45",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num-integer-0.1.45.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num-integer-0.1.45.bazel"
}
},
"rules_rust_bindgen__anstyle-query-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__anstyle-query-1.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__anstyle-query-1.0.0",
"sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-query/1.0.0/download"
],
"strip_prefix": "anstyle-query-1.0.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.anstyle-query-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.anstyle-query-1.0.0.bazel"
}
},
"rules_rust_wasm_bindgen__hermit-abi-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__hermit-abi-0.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__hermit-abi-0.3.2",
"sha256": "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hermit-abi/0.3.2/download"
],
"strip_prefix": "hermit-abi-0.3.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"
}
},
"rrra__utf8parse-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__utf8parse-0.2.1",
+ "name": "rules_rust~0.40.0~i~rrra__utf8parse-0.2.1",
"sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/utf8parse/0.2.1/download"
],
"strip_prefix": "utf8parse-0.2.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.utf8parse-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.utf8parse-0.2.1.bazel"
}
},
"rules_rust_wasm_bindgen__getrandom-0.2.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__getrandom-0.2.10",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__getrandom-0.2.10",
"sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/getrandom/0.2.10/download"
],
"strip_prefix": "getrandom-0.2.10",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.getrandom-0.2.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.getrandom-0.2.10.bazel"
}
},
"cargo_bazel.buildifier-windows-amd64.exe": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_file",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cargo_bazel.buildifier-windows-amd64.exe",
+ "name": "rules_rust~0.40.0~i~cargo_bazel.buildifier-windows-amd64.exe",
"urls": [
"https://github.com/bazelbuild/buildtools/releases/download/5.0.1/buildifier-windows-amd64.exe"
],
@@ -8175,842 +8207,842 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__regex-1.10.2",
+ "name": "rules_rust~0.40.0~i~cui__regex-1.10.2",
"sha256": "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex/1.10.2/download"
],
"strip_prefix": "regex-1.10.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.regex-1.10.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.regex-1.10.2.bazel"
}
},
"rules_rust_prost__httparse-1.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__httparse-1.8.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__httparse-1.8.0",
"sha256": "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/httparse/1.8.0/download"
],
"strip_prefix": "httparse-1.8.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.httparse-1.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.httparse-1.8.0.bazel"
}
},
"rules_rust_bindgen__shlex-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__shlex-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__shlex-1.1.0",
"sha256": "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/shlex/1.1.0/download"
],
"strip_prefix": "shlex-1.1.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.shlex-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.shlex-1.1.0.bazel"
}
},
"rrra__log-0.4.19": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__log-0.4.19",
+ "name": "rules_rust~0.40.0~i~rrra__log-0.4.19",
"sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/log/0.4.19/download"
],
"strip_prefix": "log-0.4.19",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.log-0.4.19.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.log-0.4.19.bazel"
}
},
"cui__cargo_metadata-0.18.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cargo_metadata-0.18.1",
+ "name": "rules_rust~0.40.0~i~cui__cargo_metadata-0.18.1",
"sha256": "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cargo_metadata/0.18.1/download"
],
"strip_prefix": "cargo_metadata-0.18.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cargo_metadata-0.18.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cargo_metadata-0.18.1.bazel"
}
},
"rules_rust_wasm_bindgen__predicates-1.0.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__predicates-1.0.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__predicates-1.0.8",
"sha256": "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/predicates/1.0.8/download"
],
"strip_prefix": "predicates-1.0.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-1.0.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-1.0.8.bazel"
}
},
"rrra__windows-targets-0.48.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows-targets-0.48.1",
+ "name": "rules_rust~0.40.0~i~rrra__windows-targets-0.48.1",
"sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-targets/0.48.1/download"
],
"strip_prefix": "windows-targets-0.48.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"
}
},
"rules_rust_wasm_bindgen__serde_json-1.0.102": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__serde_json-1.0.102",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__serde_json-1.0.102",
"sha256": "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_json/1.0.102/download"
],
"strip_prefix": "serde_json-1.0.102",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.serde_json-1.0.102.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.serde_json-1.0.102.bazel"
}
},
"cui__gix-fs-0.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-fs-0.7.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-fs-0.7.0",
"sha256": "09815faba62fe9b32d918b75a554686c98e43f7d48c43a80df58eb718e5c6635",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-fs/0.7.0/download"
],
"strip_prefix": "gix-fs-0.7.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-fs-0.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-fs-0.7.0.bazel"
}
},
"rrra__clap_builder-4.3.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__clap_builder-4.3.11",
+ "name": "rules_rust~0.40.0~i~rrra__clap_builder-4.3.11",
"sha256": "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_builder/4.3.11/download"
],
"strip_prefix": "clap_builder-4.3.11",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap_builder-4.3.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap_builder-4.3.11.bazel"
}
},
"rules_rust_prost__windows-sys-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows-sys-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows-sys-0.48.0",
"sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-sys/0.48.0/download"
],
"strip_prefix": "windows-sys-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__windows_i686_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows_i686_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows_i686_gnu-0.48.0",
"sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download"
],
"strip_prefix": "windows_i686_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
}
},
"cui__gix-lock-10.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-lock-10.0.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-lock-10.0.0",
"sha256": "47fc96fa8b6b6d33555021907c81eb3b27635daecf6e630630bdad44f8feaa95",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-lock/10.0.0/download"
],
"strip_prefix": "gix-lock-10.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-lock-10.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-lock-10.0.0.bazel"
}
},
"cui__gix-sec-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-sec-0.10.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-sec-0.10.0",
"sha256": "92b9542ac025a8c02ed5d17b3fc031a111a384e859d0be3532ec4d58c40a0f28",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-sec/0.10.0/download"
],
"strip_prefix": "gix-sec-0.10.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-sec-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-sec-0.10.0.bazel"
}
},
"rules_rust_prost__indexmap-1.9.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__indexmap-1.9.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__indexmap-1.9.3",
"sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/indexmap/1.9.3/download"
],
"strip_prefix": "indexmap-1.9.3",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.indexmap-1.9.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.indexmap-1.9.3.bazel"
}
},
"cui__gix-trace-0.1.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-trace-0.1.3",
+ "name": "rules_rust~0.40.0~i~cui__gix-trace-0.1.3",
"sha256": "96b6d623a1152c3facb79067d6e2ecdae48130030cf27d6eb21109f13bd7b836",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-trace/0.1.3/download"
],
"strip_prefix": "gix-trace-0.1.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-trace-0.1.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-trace-0.1.3.bazel"
}
},
"cui__num-iter-0.1.43": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num-iter-0.1.43",
+ "name": "rules_rust~0.40.0~i~cui__num-iter-0.1.43",
"sha256": "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num-iter/0.1.43/download"
],
"strip_prefix": "num-iter-0.1.43",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num-iter-0.1.43.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num-iter-0.1.43.bazel"
}
},
"rules_rust_wasm_bindgen__ryu-1.0.14": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__ryu-1.0.14",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__ryu-1.0.14",
"sha256": "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ryu/1.0.14/download"
],
"strip_prefix": "ryu-1.0.14",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.ryu-1.0.14.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-threads-xform-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-threads-xform-0.2.89",
- "sha256": "13c2b14c5b9c2c7aa9dd1eb7161857de9783f40e98582e7f41f2d7c04ffdc155",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-threads-xform/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-threads-xform-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-threads-xform-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.ryu-1.0.14.bazel"
}
},
"rules_rust_prost__lazy_static-1.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__lazy_static-1.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__lazy_static-1.4.0",
"sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/lazy_static/1.4.0/download"
],
"strip_prefix": "lazy_static-1.4.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
}
},
"cui__humansize-2.1.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__humansize-2.1.3",
+ "name": "rules_rust~0.40.0~i~cui__humansize-2.1.3",
"sha256": "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/humansize/2.1.3/download"
],
"strip_prefix": "humansize-2.1.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.humansize-2.1.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.humansize-2.1.3.bazel"
}
},
"rules_rust_prost__winapi-x86_64-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__winapi-x86_64-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__winapi-x86_64-pc-windows-gnu-0.4.0",
"sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-x86_64-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
}
},
"rules_rust_wasm_bindgen__io-lifetimes-1.0.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__io-lifetimes-1.0.11",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__io-lifetimes-1.0.11",
"sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download"
],
"strip_prefix": "io-lifetimes-1.0.11",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
}
},
"rules_rust_prost__tower-service-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tower-service-0.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tower-service-0.3.2",
"sha256": "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tower-service/0.3.2/download"
],
"strip_prefix": "tower-service-0.3.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tower-service-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tower-service-0.3.2.bazel"
}
},
"rules_rust_wasm_bindgen__diff-0.1.13": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__diff-0.1.13",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__diff-0.1.13",
"sha256": "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/diff/0.1.13/download"
],
"strip_prefix": "diff-0.1.13",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.diff-0.1.13.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.diff-0.1.13.bazel"
}
},
"rules_rust_prost__multimap-0.8.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__multimap-0.8.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__multimap-0.8.3",
"sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/multimap/0.8.3/download"
],
"strip_prefix": "multimap-0.8.3",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.multimap-0.8.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.multimap-0.8.3.bazel"
}
},
"rules_rust_wasm_bindgen__difference-2.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__difference-2.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__difference-2.0.0",
"sha256": "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/difference/2.0.0/download"
],
"strip_prefix": "difference-2.0.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.difference-2.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.difference-2.0.0.bazel"
}
},
"rules_rust_wasm_bindgen__unicode-segmentation-1.10.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__unicode-segmentation-1.10.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__unicode-segmentation-1.10.1",
"sha256": "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-segmentation/1.10.1/download"
],
"strip_prefix": "unicode-segmentation-1.10.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-segmentation-1.10.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-segmentation-1.10.1.bazel"
}
},
"rules_rust_wasm_bindgen__proc-macro2-1.0.64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__proc-macro2-1.0.64",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__proc-macro2-1.0.64",
"sha256": "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/proc-macro2/1.0.64/download"
],
"strip_prefix": "proc-macro2-1.0.64",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"
}
},
"cui__rand_core-0.4.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rand_core-0.4.2",
+ "name": "rules_rust~0.40.0~i~cui__rand_core-0.4.2",
"sha256": "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_core/0.4.2/download"
],
"strip_prefix": "rand_core-0.4.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rand_core-0.4.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rand_core-0.4.2.bazel"
}
},
"rrra__cc-1.0.79": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__cc-1.0.79",
+ "name": "rules_rust~0.40.0~i~rrra__cc-1.0.79",
"sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cc/1.0.79/download"
],
"strip_prefix": "cc-1.0.79",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.cc-1.0.79.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.cc-1.0.79.bazel"
}
},
"rules_rust_wasm_bindgen__rustls-webpki-0.101.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rustls-webpki-0.101.7",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rustls-webpki-0.101.7",
"sha256": "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustls-webpki/0.101.7/download"
],
"strip_prefix": "rustls-webpki-0.101.7",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rustls-webpki-0.101.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rustls-webpki-0.101.7.bazel"
}
},
"cui__phf-0.11.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__phf-0.11.2",
+ "name": "rules_rust~0.40.0~i~cui__phf-0.11.2",
"sha256": "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/phf/0.11.2/download"
],
"strip_prefix": "phf-0.11.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.phf-0.11.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.phf-0.11.2.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-threads-xform-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-threads-xform-0.2.91",
+ "sha256": "90a2e577034352f9aa9352730fcf2562c68957f2e9b9ee70ab6379510e49e2fe",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-threads-xform/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-threads-xform-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-threads-xform-0.2.91.bazel"
}
},
"rules_rust_wasm_bindgen__winapi-0.3.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__winapi-0.3.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__winapi-0.3.9",
"sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi/0.3.9/download"
],
"strip_prefix": "winapi-0.3.9",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
}
},
"rules_rust_prost": {
- "bzlFile": "@@rules_rust~0.39.0//crate_universe/private:crates_vendor.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//crate_universe/private:crates_vendor.bzl",
"ruleClassName": "crates_vendor_remote_repository",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.bazel",
- "defs_module": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:defs.bzl"
+ "name": "rules_rust~0.40.0~i~rules_rust_prost",
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.bazel",
+ "defs_module": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:defs.bzl"
}
},
"cui__wasm-bindgen-0.2.87": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__wasm-bindgen-0.2.87",
+ "name": "rules_rust~0.40.0~i~cui__wasm-bindgen-0.2.87",
"sha256": "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasm-bindgen/0.2.87/download"
],
"strip_prefix": "wasm-bindgen-0.2.87",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-0.2.87.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-0.2.87.bazel"
}
},
"rules_rust_bindgen__quote-1.0.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__quote-1.0.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__quote-1.0.28",
"sha256": "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/quote/1.0.28/download"
],
"strip_prefix": "quote-1.0.28",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.quote-1.0.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.quote-1.0.28.bazel"
}
},
"rules_rust_wasm_bindgen__wasmparser-0.102.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasmparser-0.102.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasmparser-0.102.0",
"sha256": "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasmparser/0.102.0/download"
],
"strip_prefix": "wasmparser-0.102.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.102.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.102.0.bazel"
}
},
"cui__anstyle-query-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__anstyle-query-1.0.0",
+ "name": "rules_rust~0.40.0~i~cui__anstyle-query-1.0.0",
"sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-query/1.0.0/download"
],
"strip_prefix": "anstyle-query-1.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.anstyle-query-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.anstyle-query-1.0.0.bazel"
}
},
"cui__winapi-x86_64-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__winapi-x86_64-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~cui__winapi-x86_64-pc-windows-gnu-0.4.0",
"sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-x86_64-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
}
},
"rrra__heck-0.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__heck-0.4.1",
+ "name": "rules_rust~0.40.0~i~rrra__heck-0.4.1",
"sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/heck/0.4.1/download"
],
"strip_prefix": "heck-0.4.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.heck-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.heck-0.4.1.bazel"
}
},
"rules_rust_prost__hermit-abi-0.2.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__hermit-abi-0.2.6",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__hermit-abi-0.2.6",
"sha256": "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hermit-abi/0.2.6/download"
],
"strip_prefix": "hermit-abi-0.2.6",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.hermit-abi-0.2.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.hermit-abi-0.2.6.bazel"
}
},
"rules_rust_wasm_bindgen__autocfg-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__autocfg-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__autocfg-1.1.0",
"sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/autocfg/1.1.0/download"
],
"strip_prefix": "autocfg-1.1.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"
}
},
"cui__bumpalo-3.13.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__bumpalo-3.13.0",
+ "name": "rules_rust~0.40.0~i~cui__bumpalo-3.13.0",
"sha256": "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bumpalo/3.13.0/download"
],
"strip_prefix": "bumpalo-3.13.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.bumpalo-3.13.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.bumpalo-3.13.0.bazel"
}
},
"rules_rust_prost__cfg-if-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__cfg-if-1.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__cfg-if-1.0.0",
"sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cfg-if/1.0.0/download"
],
"strip_prefix": "cfg-if-1.0.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
}
},
"rules_rust_bindgen__anstyle-parse-0.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__anstyle-parse-0.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__anstyle-parse-0.2.0",
"sha256": "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-parse/0.2.0/download"
],
"strip_prefix": "anstyle-parse-0.2.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.anstyle-parse-0.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.anstyle-parse-0.2.0.bazel"
}
},
"rules_rust_bindgen__bindgen-0.69.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__bindgen-0.69.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__bindgen-0.69.1",
"sha256": "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bindgen/0.69.1/download"
],
"strip_prefix": "bindgen-0.69.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.bindgen-0.69.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.bindgen-0.69.1.bazel"
}
},
"cui__version_check-0.9.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__version_check-0.9.4",
+ "name": "rules_rust~0.40.0~i~cui__version_check-0.9.4",
"sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/version_check/0.9.4/download"
],
"strip_prefix": "version_check-0.9.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.version_check-0.9.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.version_check-0.9.4.bazel"
}
},
"cui__num-complex-0.1.43": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num-complex-0.1.43",
+ "name": "rules_rust~0.40.0~i~cui__num-complex-0.1.43",
"sha256": "b288631d7878aaf59442cffd36910ea604ecd7745c36054328595114001c9656",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num-complex/0.1.43/download"
],
"strip_prefix": "num-complex-0.1.43",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num-complex-0.1.43.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num-complex-0.1.43.bazel"
}
},
"cui__gix-date-0.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-date-0.8.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-date-0.8.0",
"sha256": "fc7df669639582dc7c02737642f76890b03b5544e141caba68a7d6b4eb551e0d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-date/0.8.0/download"
],
"strip_prefix": "gix-date-0.8.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-date-0.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-date-0.8.0.bazel"
}
},
"cui__scopeguard-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__scopeguard-1.2.0",
+ "name": "rules_rust~0.40.0~i~cui__scopeguard-1.2.0",
"sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/scopeguard/1.2.0/download"
],
"strip_prefix": "scopeguard-1.2.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.scopeguard-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.scopeguard-1.2.0.bazel"
}
},
"rules_rust_prost__pin-project-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__pin-project-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__pin-project-1.1.0",
"sha256": "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pin-project/1.1.0/download"
],
"strip_prefix": "pin-project-1.1.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.pin-project-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.pin-project-1.1.0.bazel"
}
},
"rules_rust_wasm_bindgen__quote-1.0.29": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__quote-1.0.29",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__quote-1.0.29",
"sha256": "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/quote/1.0.29/download"
],
"strip_prefix": "quote-1.0.29",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.quote-1.0.29.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.quote-1.0.29.bazel"
}
},
"rules_rust_bindgen__clang-sys-1.6.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__clang-sys-1.6.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__clang-sys-1.6.1",
"sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clang-sys/1.6.1/download"
],
"strip_prefix": "clang-sys-1.6.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.clang-sys-1.6.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.clang-sys-1.6.1.bazel"
}
},
"cui__parse-zoneinfo-0.3.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__parse-zoneinfo-0.3.0",
+ "name": "rules_rust~0.40.0~i~cui__parse-zoneinfo-0.3.0",
"sha256": "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/parse-zoneinfo/0.3.0/download"
],
"strip_prefix": "parse-zoneinfo-0.3.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.parse-zoneinfo-0.3.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.parse-zoneinfo-0.3.0.bazel"
}
},
"cui__unicode-bidi-0.3.13": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unicode-bidi-0.3.13",
+ "name": "rules_rust~0.40.0~i~cui__unicode-bidi-0.3.13",
"sha256": "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-bidi/0.3.13/download"
],
"strip_prefix": "unicode-bidi-0.3.13",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unicode-bidi-0.3.13.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unicode-bidi-0.3.13.bazel"
}
},
"cui__gix-traverse-0.33.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-traverse-0.33.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-traverse-0.33.0",
"sha256": "22ef04ab3643acba289b5cedd25d6f53c0430770b1d689d1d654511e6fb81ba0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-traverse/0.33.0/download"
],
"strip_prefix": "gix-traverse-0.33.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-traverse-0.33.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-traverse-0.33.0.bazel"
}
},
"rrra__anstyle-parse-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__anstyle-parse-0.2.1",
+ "name": "rules_rust~0.40.0~i~rrra__anstyle-parse-0.2.1",
"sha256": "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download"
],
"strip_prefix": "anstyle-parse-0.2.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-parse-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-parse-0.2.1.bazel"
}
},
"rules_rust_wasm_bindgen__stable_deref_trait-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__stable_deref_trait-1.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__stable_deref_trait-1.2.0",
"sha256": "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download"
],
"strip_prefix": "stable_deref_trait-1.2.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.stable_deref_trait-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.stable_deref_trait-1.2.0.bazel"
}
},
"rules_rust_wasm_bindgen__num_cpus-1.16.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__num_cpus-1.16.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__num_cpus-1.16.0",
"sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num_cpus/1.16.0/download"
],
"strip_prefix": "num_cpus-1.16.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.num_cpus-1.16.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.num_cpus-1.16.0.bazel"
}
},
"llvm-raw": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~llvm-raw",
+ "name": "rules_rust~0.40.0~i~llvm-raw",
"urls": [
"https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-project-14.0.6.src.tar.xz"
],
@@ -9021,8 +9053,8 @@
"-p1"
],
"patches": [
- "@@rules_rust~0.39.0//bindgen/3rdparty/patches:llvm-project.cxx17.patch",
- "@@rules_rust~0.39.0//bindgen/3rdparty/patches:llvm-project.incompatible_disallow_empty_glob.patch"
+ "@@rules_rust~0.40.0//bindgen/3rdparty/patches:llvm-project.cxx17.patch",
+ "@@rules_rust~0.40.0//bindgen/3rdparty/patches:llvm-project.incompatible_disallow_empty_glob.patch"
]
}
},
@@ -9030,646 +9062,646 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__miniz_oxide-0.7.1",
+ "name": "rules_rust~0.40.0~i~cui__miniz_oxide-0.7.1",
"sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download"
],
"strip_prefix": "miniz_oxide-0.7.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.miniz_oxide-0.7.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.miniz_oxide-0.7.1.bazel"
}
},
"cui__phf_codegen-0.11.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__phf_codegen-0.11.2",
+ "name": "rules_rust~0.40.0~i~cui__phf_codegen-0.11.2",
"sha256": "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/phf_codegen/0.11.2/download"
],
"strip_prefix": "phf_codegen-0.11.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.phf_codegen-0.11.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.phf_codegen-0.11.2.bazel"
}
},
"cui__winapi-util-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__winapi-util-0.1.5",
+ "name": "rules_rust~0.40.0~i~cui__winapi-util-0.1.5",
"sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-util/0.1.5/download"
],
"strip_prefix": "winapi-util-0.1.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
}
},
"rules_rust_bindgen__io-lifetimes-1.0.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__io-lifetimes-1.0.11",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__io-lifetimes-1.0.11",
"sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download"
],
"strip_prefix": "io-lifetimes-1.0.11",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
}
},
"cui__unic-char-range-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unic-char-range-0.9.0",
+ "name": "rules_rust~0.40.0~i~cui__unic-char-range-0.9.0",
"sha256": "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unic-char-range/0.9.0/download"
],
"strip_prefix": "unic-char-range-0.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unic-char-range-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unic-char-range-0.9.0.bazel"
}
},
"rules_rust_wasm_bindgen__leb128-0.2.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__leb128-0.2.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__leb128-0.2.5",
"sha256": "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/leb128/0.2.5/download"
],
"strip_prefix": "leb128-0.2.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.leb128-0.2.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.leb128-0.2.5.bazel"
}
},
"cui__crossbeam-deque-0.8.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crossbeam-deque-0.8.3",
+ "name": "rules_rust~0.40.0~i~cui__crossbeam-deque-0.8.3",
"sha256": "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-deque/0.8.3/download"
],
"strip_prefix": "crossbeam-deque-0.8.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crossbeam-deque-0.8.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crossbeam-deque-0.8.3.bazel"
}
},
"rules_rust_wasm_bindgen__predicates-core-1.0.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__predicates-core-1.0.6",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__predicates-core-1.0.6",
"sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/predicates-core/1.0.6/download"
],
"strip_prefix": "predicates-core-1.0.6",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-core-1.0.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-core-1.0.6.bazel"
}
},
"cui__android_system_properties-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__android_system_properties-0.1.5",
+ "name": "rules_rust~0.40.0~i~cui__android_system_properties-0.1.5",
"sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/android_system_properties/0.1.5/download"
],
"strip_prefix": "android_system_properties-0.1.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.android_system_properties-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.android_system_properties-0.1.5.bazel"
}
},
"cui__windows_aarch64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows_aarch64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows_aarch64_msvc-0.48.0",
"sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download"
],
"strip_prefix": "windows_aarch64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
}
},
"cui__anstyle-1.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__anstyle-1.0.1",
+ "name": "rules_rust~0.40.0~i~cui__anstyle-1.0.1",
"sha256": "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle/1.0.1/download"
],
"strip_prefix": "anstyle-1.0.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.anstyle-1.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.anstyle-1.0.1.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-0.2.91",
+ "sha256": "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-0.2.91.bazel"
}
},
"cui__pest_meta-2.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__pest_meta-2.7.0",
+ "name": "rules_rust~0.40.0~i~cui__pest_meta-2.7.0",
"sha256": "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pest_meta/2.7.0/download"
],
"strip_prefix": "pest_meta-2.7.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.pest_meta-2.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.pest_meta-2.7.0.bazel"
}
},
"cui__anstyle-wincon-1.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__anstyle-wincon-1.0.1",
+ "name": "rules_rust~0.40.0~i~cui__anstyle-wincon-1.0.1",
"sha256": "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download"
],
"strip_prefix": "anstyle-wincon-1.0.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.anstyle-wincon-1.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.anstyle-wincon-1.0.1.bazel"
}
},
"rrra__anstyle-query-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__anstyle-query-1.0.0",
+ "name": "rules_rust~0.40.0~i~rrra__anstyle-query-1.0.0",
"sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-query/1.0.0/download"
],
"strip_prefix": "anstyle-query-1.0.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-query-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-query-1.0.0.bazel"
}
},
"rules_rust_prost__winapi-i686-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__winapi-i686-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__winapi-i686-pc-windows-gnu-0.4.0",
"sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-i686-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
}
},
"rrra__clap_derive-4.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__clap_derive-4.3.2",
+ "name": "rules_rust~0.40.0~i~rrra__clap_derive-4.3.2",
"sha256": "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_derive/4.3.2/download"
],
"strip_prefix": "clap_derive-4.3.2",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap_derive-4.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.clap_derive-4.3.2.bazel"
}
},
"cui__gix-hash-0.13.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-hash-0.13.1",
+ "name": "rules_rust~0.40.0~i~cui__gix-hash-0.13.1",
"sha256": "1884c7b41ea0875217c1be9ce91322f90bde433e91d374d0e1276073a51ccc60",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-hash/0.13.1/download"
],
"strip_prefix": "gix-hash-0.13.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-hash-0.13.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-hash-0.13.1.bazel"
}
},
"cui__maybe-async-0.2.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__maybe-async-0.2.7",
+ "name": "rules_rust~0.40.0~i~cui__maybe-async-0.2.7",
"sha256": "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/maybe-async/0.2.7/download"
],
"strip_prefix": "maybe-async-0.2.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.maybe-async-0.2.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.maybe-async-0.2.7.bazel"
}
},
"cui__regex-automata-0.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__regex-automata-0.3.3",
+ "name": "rules_rust~0.40.0~i~cui__regex-automata-0.3.3",
"sha256": "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-automata/0.3.3/download"
],
"strip_prefix": "regex-automata-0.3.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"
}
},
"rrra__windows_aarch64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows_aarch64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows_aarch64_msvc-0.48.0",
"sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download"
],
"strip_prefix": "windows_aarch64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
}
},
"cui__gix-filter-0.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-filter-0.5.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-filter-0.5.0",
"sha256": "1be40d28cd41445bb6cd52c4d847d915900e5466f7433eaee6a9e0a3d1d88b08",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-filter/0.5.0/download"
],
"strip_prefix": "gix-filter-0.5.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-filter-0.5.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-filter-0.5.0.bazel"
}
},
"rules_rust_wasm_bindgen__mime-0.3.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__mime-0.3.17",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__mime-0.3.17",
"sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/mime/0.3.17/download"
],
"strip_prefix": "mime-0.3.17",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.mime-0.3.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.mime-0.3.17.bazel"
}
},
"rules_rust_prost__which-4.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__which-4.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__which-4.4.0",
"sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/which/4.4.0/download"
],
"strip_prefix": "which-4.4.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.which-4.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.which-4.4.0.bazel"
}
},
"rrra__anstyle-wincon-1.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__anstyle-wincon-1.0.1",
+ "name": "rules_rust~0.40.0~i~rrra__anstyle-wincon-1.0.1",
"sha256": "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download"
],
"strip_prefix": "anstyle-wincon-1.0.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-wincon-1.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstyle-wincon-1.0.1.bazel"
}
},
"rrra__rustix-0.37.23": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__rustix-0.37.23",
+ "name": "rules_rust~0.40.0~i~rrra__rustix-0.37.23",
"sha256": "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustix/0.37.23/download"
],
"strip_prefix": "rustix-0.37.23",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.rustix-0.37.23.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.rustix-0.37.23.bazel"
}
},
"rules_rust_prost__hermit-abi-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__hermit-abi-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__hermit-abi-0.3.1",
"sha256": "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hermit-abi/0.3.1/download"
],
"strip_prefix": "hermit-abi-0.3.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.hermit-abi-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.hermit-abi-0.3.1.bazel"
}
},
"rules_rust_wasm_bindgen__adler-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__adler-1.0.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__adler-1.0.2",
"sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/adler/1.0.2/download"
],
"strip_prefix": "adler-1.0.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.adler-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.adler-1.0.2.bazel"
}
},
"rules_rust_wasm_bindgen__log-0.4.19": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__log-0.4.19",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__log-0.4.19",
"sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/log/0.4.19/download"
],
"strip_prefix": "log-0.4.19",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.log-0.4.19.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.log-0.4.19.bazel"
}
},
"rules_rust_bindgen__heck-0.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__heck-0.4.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__heck-0.4.1",
"sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/heck/0.4.1/download"
],
"strip_prefix": "heck-0.4.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.heck-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.heck-0.4.1.bazel"
}
},
"cui__maplit-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__maplit-1.0.2",
+ "name": "rules_rust~0.40.0~i~cui__maplit-1.0.2",
"sha256": "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/maplit/1.0.2/download"
],
"strip_prefix": "maplit-1.0.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.maplit-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.maplit-1.0.2.bazel"
}
},
"rrra__syn-2.0.25": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__syn-2.0.25",
+ "name": "rules_rust~0.40.0~i~rrra__syn-2.0.25",
"sha256": "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/2.0.25/download"
],
"strip_prefix": "syn-2.0.25",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.syn-2.0.25.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.syn-2.0.25.bazel"
}
},
"cui__digest-0.10.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__digest-0.10.7",
+ "name": "rules_rust~0.40.0~i~cui__digest-0.10.7",
"sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/digest/0.10.7/download"
],
"strip_prefix": "digest-0.10.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.digest-0.10.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.digest-0.10.7.bazel"
}
},
"cui__gix-worktree-0.26.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-worktree-0.26.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-worktree-0.26.0",
"sha256": "9f5e32972801bd82d56609e6fc84efc358fa1f11f25c5e83b7807ee2280f14fe",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-worktree/0.26.0/download"
],
"strip_prefix": "gix-worktree-0.26.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-worktree-0.26.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-worktree-0.26.0.bazel"
}
},
"cui__equivalent-1.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__equivalent-1.0.1",
+ "name": "rules_rust~0.40.0~i~cui__equivalent-1.0.1",
"sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/equivalent/1.0.1/download"
],
"strip_prefix": "equivalent-1.0.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.equivalent-1.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.equivalent-1.0.1.bazel"
}
},
"rules_rust_wasm_bindgen__semver-1.0.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__semver-1.0.17",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__semver-1.0.17",
"sha256": "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/semver/1.0.17/download"
],
"strip_prefix": "semver-1.0.17",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.semver-1.0.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.semver-1.0.17.bazel"
}
},
"cui": {
- "bzlFile": "@@rules_rust~0.39.0//crate_universe/private:crates_vendor.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//crate_universe/private:crates_vendor.bzl",
"ruleClassName": "crates_vendor_remote_repository",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.bazel",
- "defs_module": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:defs.bzl"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-0.2.89",
- "sha256": "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-0.2.89.bazel"
+ "name": "rules_rust~0.40.0~i~cui",
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.bazel",
+ "defs_module": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:defs.bzl"
}
},
"rules_rust_wasm_bindgen__memchr-2.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__memchr-2.5.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__memchr-2.5.0",
"sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memchr/2.5.0/download"
],
"strip_prefix": "memchr-2.5.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
}
},
"cui__once_cell-1.18.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__once_cell-1.18.0",
+ "name": "rules_rust~0.40.0~i~cui__once_cell-1.18.0",
"sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/once_cell/1.18.0/download"
],
"strip_prefix": "once_cell-1.18.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
}
},
"rules_rust_wasm_bindgen__wasmparser-0.80.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasmparser-0.80.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasmparser-0.80.2",
"sha256": "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasmparser/0.80.2/download"
],
"strip_prefix": "wasmparser-0.80.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.80.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.80.2.bazel"
}
},
"rrra__once_cell-1.18.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__once_cell-1.18.0",
+ "name": "rules_rust~0.40.0~i~rrra__once_cell-1.18.0",
"sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/once_cell/1.18.0/download"
],
"strip_prefix": "once_cell-1.18.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
}
},
"cui__heck-0.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__heck-0.4.1",
+ "name": "rules_rust~0.40.0~i~cui__heck-0.4.1",
"sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/heck/0.4.1/download"
],
"strip_prefix": "heck-0.4.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.heck-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.heck-0.4.1.bazel"
}
},
"rules_rust_wasm_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0",
"sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-x86_64-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"
}
},
"rules_rust_bindgen__is-terminal-0.4.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__is-terminal-0.4.7",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__is-terminal-0.4.7",
"sha256": "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/is-terminal/0.4.7/download"
],
"strip_prefix": "is-terminal-0.4.7",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.is-terminal-0.4.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.is-terminal-0.4.7.bazel"
}
},
"cui__autocfg-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__autocfg-1.1.0",
+ "name": "rules_rust~0.40.0~i~cui__autocfg-1.1.0",
"sha256": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/autocfg/1.1.0/download"
],
"strip_prefix": "autocfg-1.1.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"
}
},
"rules_rust_prost__tokio-util-0.7.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tokio-util-0.7.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tokio-util-0.7.8",
"sha256": "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tokio-util/0.7.8/download"
],
"strip_prefix": "tokio-util-0.7.8",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tokio-util-0.7.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tokio-util-0.7.8.bazel"
}
},
"libc": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~libc",
+ "name": "rules_rust~0.40.0~i~libc",
"build_file_content": "load(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\nrust_library(\n name = \"libc\",\n srcs = glob([\"src/**/*.rs\"]),\n edition = \"2015\",\n rustc_flags = [\n # In most cases, warnings in 3rd party crates are not interesting as\n # they're out of the control of consumers. The flag here silences\n # warnings. For more details see:\n # https://doc.rust-lang.org/rustc/lints/levels.html\n \"--cap-lints=allow\",\n ],\n visibility = [\"//visibility:public\"],\n)\n",
"sha256": "1ac4c2ac6ed5a8fb9020c166bc63316205f1dc78d4b964ad31f4f21eb73f0c6d",
"strip_prefix": "libc-0.2.20",
@@ -9683,2030 +9715,2016 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__either-1.8.1",
+ "name": "rules_rust~0.40.0~i~rrra__either-1.8.1",
"sha256": "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/either/1.8.1/download"
],
"strip_prefix": "either-1.8.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.either-1.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.either-1.8.1.bazel"
}
},
"rules_rust_bindgen__minimal-lexical-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__minimal-lexical-0.2.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__minimal-lexical-0.2.1",
"sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download"
],
"strip_prefix": "minimal-lexical-0.2.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.minimal-lexical-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.minimal-lexical-0.2.1.bazel"
}
},
"rules_rust_prost__tokio-io-timeout-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tokio-io-timeout-1.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tokio-io-timeout-1.2.0",
"sha256": "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tokio-io-timeout/1.2.0/download"
],
"strip_prefix": "tokio-io-timeout-1.2.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tokio-io-timeout-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tokio-io-timeout-1.2.0.bazel"
}
},
"cui__num-traits-0.2.15": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num-traits-0.2.15",
+ "name": "rules_rust~0.40.0~i~cui__num-traits-0.2.15",
"sha256": "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num-traits/0.2.15/download"
],
"strip_prefix": "num-traits-0.2.15",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num-traits-0.2.15.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num-traits-0.2.15.bazel"
}
},
"rules_rust_wasm_bindgen__base64-0.13.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__base64-0.13.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__base64-0.13.1",
"sha256": "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/base64/0.13.1/download"
],
"strip_prefix": "base64-0.13.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.base64-0.13.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.base64-0.13.1.bazel"
}
},
"rrra__regex-automata-0.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__regex-automata-0.3.3",
+ "name": "rules_rust~0.40.0~i~rrra__regex-automata-0.3.3",
"sha256": "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-automata/0.3.3/download"
],
"strip_prefix": "regex-automata-0.3.3",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"
}
},
"cui__spdx-0.10.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__spdx-0.10.3",
+ "name": "rules_rust~0.40.0~i~cui__spdx-0.10.3",
"sha256": "62bde1398b09b9f93fc2fc9b9da86e362693e999d3a54a8ac47a99a5a73f638b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/spdx/0.10.3/download"
],
"strip_prefix": "spdx-0.10.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.spdx-0.10.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.spdx-0.10.3.bazel"
}
},
"rules_rust_wasm_bindgen__normalize-line-endings-0.3.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__normalize-line-endings-0.3.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__normalize-line-endings-0.3.0",
"sha256": "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download"
],
"strip_prefix": "normalize-line-endings-0.3.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.normalize-line-endings-0.3.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.normalize-line-endings-0.3.0.bazel"
}
},
"rules_rust_prost__h2-0.3.19": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__h2-0.3.19",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__h2-0.3.19",
"sha256": "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/h2/0.3.19/download"
],
"strip_prefix": "h2-0.3.19",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.h2-0.3.19.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.h2-0.3.19.bazel"
}
},
"rules_rust_wasm_bindgen__wasmparser-0.108.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasmparser-0.108.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasmparser-0.108.0",
"sha256": "76c956109dcb41436a39391139d9b6e2d0a5e0b158e1293ef352ec977e5e36c5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasmparser/0.108.0/download"
],
"strip_prefix": "wasmparser-0.108.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.108.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.108.0.bazel"
}
},
"rules_rust_bindgen__colorchoice-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__colorchoice-1.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__colorchoice-1.0.0",
"sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/colorchoice/1.0.0/download"
],
"strip_prefix": "colorchoice-1.0.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.colorchoice-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.colorchoice-1.0.0.bazel"
}
},
"rules_rust_wasm_bindgen__humantime-2.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__humantime-2.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__humantime-2.1.0",
"sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/humantime/2.1.0/download"
],
"strip_prefix": "humantime-2.1.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.humantime-2.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.humantime-2.1.0.bazel"
}
},
"rules_rust_wasm_bindgen__rand_chacha-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rand_chacha-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rand_chacha-0.3.1",
"sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_chacha/0.3.1/download"
],
"strip_prefix": "rand_chacha-0.3.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"
- }
- },
- "rules_rust_wasm_bindgen__byteorder-1.4.3": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__byteorder-1.4.3",
- "sha256": "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/byteorder/1.4.3/download"
- ],
- "strip_prefix": "byteorder-1.4.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.byteorder-1.4.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"
}
},
"rules_rust_bindgen__nom-7.1.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__nom-7.1.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__nom-7.1.3",
"sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/nom/7.1.3/download"
],
"strip_prefix": "nom-7.1.3",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.nom-7.1.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.nom-7.1.3.bazel"
}
},
"cui__strsim-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__strsim-0.10.0",
+ "name": "rules_rust~0.40.0~i~cui__strsim-0.10.0",
"sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/strsim/0.10.0/download"
],
"strip_prefix": "strsim-0.10.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
}
},
"rules_rust_prost__windows_aarch64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows_aarch64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows_aarch64_gnullvm-0.48.0",
"sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_aarch64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
}
},
"cui__cfg-if-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cfg-if-1.0.0",
+ "name": "rules_rust~0.40.0~i~cui__cfg-if-1.0.0",
"sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cfg-if/1.0.0/download"
],
"strip_prefix": "cfg-if-1.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
}
},
"cui__errno-dragonfly-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__errno-dragonfly-0.1.2",
+ "name": "rules_rust~0.40.0~i~cui__errno-dragonfly-0.1.2",
"sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download"
],
"strip_prefix": "errno-dragonfly-0.1.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
}
},
"rules_rust_wasm_bindgen__hashbrown-0.12.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__hashbrown-0.12.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__hashbrown-0.12.3",
"sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hashbrown/0.12.3/download"
],
"strip_prefix": "hashbrown-0.12.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"
}
},
"cui__clap-4.3.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__clap-4.3.11",
+ "name": "rules_rust~0.40.0~i~cui__clap-4.3.11",
"sha256": "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap/4.3.11/download"
],
"strip_prefix": "clap-4.3.11",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.clap-4.3.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.clap-4.3.11.bazel"
}
},
"rules_rust_bindgen__regex-syntax-0.7.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__regex-syntax-0.7.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__regex-syntax-0.7.2",
"sha256": "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-syntax/0.7.2/download"
],
"strip_prefix": "regex-syntax-0.7.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.regex-syntax-0.7.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.regex-syntax-0.7.2.bazel"
}
},
"rules_rust_bindgen__cexpr-0.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__cexpr-0.6.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__cexpr-0.6.0",
"sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cexpr/0.6.0/download"
],
"strip_prefix": "cexpr-0.6.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.cexpr-0.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.cexpr-0.6.0.bazel"
}
},
"cui__proc-macro2-1.0.64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__proc-macro2-1.0.64",
+ "name": "rules_rust~0.40.0~i~cui__proc-macro2-1.0.64",
"sha256": "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/proc-macro2/1.0.64/download"
],
"strip_prefix": "proc-macro2-1.0.64",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"
}
},
"cui__num-bigint-0.1.44": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num-bigint-0.1.44",
+ "name": "rules_rust~0.40.0~i~cui__num-bigint-0.1.44",
"sha256": "e63899ad0da84ce718c14936262a41cee2c79c981fc0a0e7c7beb47d5a07e8c1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num-bigint/0.1.44/download"
],
"strip_prefix": "num-bigint-0.1.44",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num-bigint-0.1.44.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num-bigint-0.1.44.bazel"
}
},
"cui__gix-prompt-0.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-prompt-0.7.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-prompt-0.7.0",
"sha256": "5c9a913769516f5e9d937afac206fb76428e3d7238e538845842887fda584678",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-prompt/0.7.0/download"
],
"strip_prefix": "gix-prompt-0.7.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-prompt-0.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-prompt-0.7.0.bazel"
}
},
"cui__nu-ansi-term-0.46.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__nu-ansi-term-0.46.0",
+ "name": "rules_rust~0.40.0~i~cui__nu-ansi-term-0.46.0",
"sha256": "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/nu-ansi-term/0.46.0/download"
],
"strip_prefix": "nu-ansi-term-0.46.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.nu-ansi-term-0.46.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.nu-ansi-term-0.46.0.bazel"
}
},
"cui__lazy_static-1.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__lazy_static-1.4.0",
+ "name": "rules_rust~0.40.0~i~cui__lazy_static-1.4.0",
"sha256": "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/lazy_static/1.4.0/download"
],
"strip_prefix": "lazy_static-1.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"
}
},
"rules_rust_wasm_bindgen__serde_derive-1.0.171": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__serde_derive-1.0.171",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__serde_derive-1.0.171",
"sha256": "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_derive/1.0.171/download"
],
"strip_prefix": "serde_derive-1.0.171",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.serde_derive-1.0.171.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.serde_derive-1.0.171.bazel"
}
},
"rules_rust_bindgen__anstyle-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__anstyle-1.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__anstyle-1.0.0",
"sha256": "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstyle/1.0.0/download"
],
"strip_prefix": "anstyle-1.0.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.anstyle-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.anstyle-1.0.0.bazel"
}
},
"cui__gix-packetline-0.16.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-packetline-0.16.7",
+ "name": "rules_rust~0.40.0~i~cui__gix-packetline-0.16.7",
"sha256": "8a8384b1e964151aff0d5632dd9b191059d07dff358b96bd940f1b452600d7ab",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-packetline/0.16.7/download"
],
"strip_prefix": "gix-packetline-0.16.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-packetline-0.16.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-packetline-0.16.7.bazel"
}
},
"cui__thiserror-impl-1.0.50": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__thiserror-impl-1.0.50",
+ "name": "rules_rust~0.40.0~i~cui__thiserror-impl-1.0.50",
"sha256": "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download"
],
"strip_prefix": "thiserror-impl-1.0.50",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.thiserror-impl-1.0.50.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.thiserror-impl-1.0.50.bazel"
}
},
"cui__time-core-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__time-core-0.1.2",
+ "name": "rules_rust~0.40.0~i~cui__time-core-0.1.2",
"sha256": "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/time-core/0.1.2/download"
],
"strip_prefix": "time-core-0.1.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.time-core-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.time-core-0.1.2.bazel"
}
},
"rules_rust_prost__either-1.8.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__either-1.8.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__either-1.8.1",
"sha256": "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/either/1.8.1/download"
],
"strip_prefix": "either-1.8.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.either-1.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.either-1.8.1.bazel"
}
},
"cui__itertools-0.12.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__itertools-0.12.0",
+ "name": "rules_rust~0.40.0~i~cui__itertools-0.12.0",
"sha256": "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itertools/0.12.0/download"
],
"strip_prefix": "itertools-0.12.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.itertools-0.12.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.itertools-0.12.0.bazel"
}
},
"cui__time-macros-0.2.15": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__time-macros-0.2.15",
+ "name": "rules_rust~0.40.0~i~cui__time-macros-0.2.15",
"sha256": "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/time-macros/0.2.15/download"
],
"strip_prefix": "time-macros-0.2.15",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.time-macros-0.2.15.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.time-macros-0.2.15.bazel"
}
},
"rules_rust_prost__try-lock-0.2.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__try-lock-0.2.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__try-lock-0.2.4",
"sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/try-lock/0.2.4/download"
],
"strip_prefix": "try-lock-0.2.4",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.try-lock-0.2.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.try-lock-0.2.4.bazel"
}
},
"cui__tera-1.19.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tera-1.19.1",
+ "name": "rules_rust~0.40.0~i~cui__tera-1.19.1",
"sha256": "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tera/1.19.1/download"
],
"strip_prefix": "tera-1.19.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tera-1.19.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tera-1.19.1.bazel"
}
},
"rules_rust_bindgen__bindgen-cli-0.69.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__bindgen-cli-0.69.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__bindgen-cli-0.69.1",
"integrity": "sha256-iFZe4JEQqZ54KZiX+/7VA7mqAwZThu6MGBl/yvIotQE=",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bindgen-cli/0.69.1/download"
],
"strip_prefix": "bindgen-cli-0.69.1",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty:BUILD.bindgen-cli.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty:BUILD.bindgen-cli.bazel"
}
},
"rules_rust_wasm_bindgen__tempfile-3.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__tempfile-3.6.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__tempfile-3.6.0",
"sha256": "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tempfile/3.6.0/download"
],
"strip_prefix": "tempfile-3.6.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.tempfile-3.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.tempfile-3.6.0.bazel"
}
},
"rules_rust_prost__axum-core-0.3.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__axum-core-0.3.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__axum-core-0.3.4",
"sha256": "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/axum-core/0.3.4/download"
],
"strip_prefix": "axum-core-0.3.4",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.axum-core-0.3.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.axum-core-0.3.4.bazel"
}
},
"cui__thiserror-1.0.50": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__thiserror-1.0.50",
+ "name": "rules_rust~0.40.0~i~cui__thiserror-1.0.50",
"sha256": "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/thiserror/1.0.50/download"
],
"strip_prefix": "thiserror-1.0.50",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.thiserror-1.0.50.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.thiserror-1.0.50.bazel"
}
},
"cui__globset-0.4.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__globset-0.4.11",
+ "name": "rules_rust~0.40.0~i~cui__globset-0.4.11",
"sha256": "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/globset/0.4.11/download"
],
"strip_prefix": "globset-0.4.11",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.globset-0.4.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.globset-0.4.11.bazel"
}
},
"cui__colorchoice-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__colorchoice-1.0.0",
+ "name": "rules_rust~0.40.0~i~cui__colorchoice-1.0.0",
"sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/colorchoice/1.0.0/download"
],
"strip_prefix": "colorchoice-1.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.colorchoice-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.colorchoice-1.0.0.bazel"
}
},
"rrra__windows-sys-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows-sys-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows-sys-0.48.0",
"sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-sys/0.48.0/download"
],
"strip_prefix": "windows-sys-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
}
},
"rules_rust_bindgen__linux-raw-sys-0.3.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__linux-raw-sys-0.3.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__linux-raw-sys-0.3.8",
"sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download"
],
"strip_prefix": "linux-raw-sys-0.3.8",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
}
},
"rules_rust_prost__libc-0.2.146": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__libc-0.2.146",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__libc-0.2.146",
"sha256": "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/libc/0.2.146/download"
],
"strip_prefix": "libc-0.2.146",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.libc-0.2.146.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.libc-0.2.146.bazel"
}
},
"rules_rust_wasm_bindgen__regex-automata-0.3.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__regex-automata-0.3.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__regex-automata-0.3.3",
"sha256": "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-automata/0.3.3/download"
],
"strip_prefix": "regex-automata-0.3.3",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-multi-value-xform-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-multi-value-xform-0.2.91",
+ "sha256": "d1e019acde479e2f090fb7f14a51fa0077ec3a7bb12a56e0e888a82be7b5bd3f",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-multi-value-xform/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-multi-value-xform-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-multi-value-xform-0.2.91.bazel"
}
},
"rules_rust_wasm_bindgen__itertools-0.10.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__itertools-0.10.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__itertools-0.10.5",
"sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itertools/0.10.5/download"
],
"strip_prefix": "itertools-0.10.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.itertools-0.10.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.itertools-0.10.5.bazel"
}
},
"cui__windows-sys-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows-sys-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows-sys-0.48.0",
"sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-sys/0.48.0/download"
],
"strip_prefix": "windows-sys-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"
}
},
"cui__typenum-1.16.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__typenum-1.16.0",
+ "name": "rules_rust~0.40.0~i~cui__typenum-1.16.0",
"sha256": "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/typenum/1.16.0/download"
],
"strip_prefix": "typenum-1.16.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.typenum-1.16.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.typenum-1.16.0.bazel"
}
},
"rules_rust_wasm_bindgen__rand-0.8.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rand-0.8.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rand-0.8.5",
"sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand/0.8.5/download"
],
"strip_prefix": "rand-0.8.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rand-0.8.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rand-0.8.5.bazel"
}
},
"cui__errno-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__errno-0.3.1",
+ "name": "rules_rust~0.40.0~i~cui__errno-0.3.1",
"sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno/0.3.1/download"
],
"strip_prefix": "errno-0.3.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.errno-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.errno-0.3.1.bazel"
}
},
"cui__num-rational-0.1.42": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num-rational-0.1.42",
+ "name": "rules_rust~0.40.0~i~cui__num-rational-0.1.42",
"sha256": "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num-rational/0.1.42/download"
],
"strip_prefix": "num-rational-0.1.42",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num-rational-0.1.42.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num-rational-0.1.42.bazel"
}
},
"rules_rust_wasm_bindgen__rayon-1.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rayon-1.7.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rayon-1.7.0",
"sha256": "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rayon/1.7.0/download"
],
"strip_prefix": "rayon-1.7.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rayon-1.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rayon-1.7.0.bazel"
}
},
"rules_rust_wasm_bindgen__spin-0.9.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__spin-0.9.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__spin-0.9.8",
"sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/spin/0.9.8/download"
],
"strip_prefix": "spin-0.9.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.spin-0.9.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.spin-0.9.8.bazel"
}
},
"rules_rust_wasm_bindgen__difflib-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__difflib-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__difflib-0.4.0",
"sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/difflib/0.4.0/download"
],
"strip_prefix": "difflib-0.4.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.difflib-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.difflib-0.4.0.bazel"
}
},
"rules_rust_wasm_bindgen__num-traits-0.2.15": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__num-traits-0.2.15",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__num-traits-0.2.15",
"sha256": "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num-traits/0.2.15/download"
],
"strip_prefix": "num-traits-0.2.15",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.num-traits-0.2.15.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.num-traits-0.2.15.bazel"
}
},
"cui__sha2-0.10.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__sha2-0.10.8",
+ "name": "rules_rust~0.40.0~i~cui__sha2-0.10.8",
"sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/sha2/0.10.8/download"
],
"strip_prefix": "sha2-0.10.8",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.sha2-0.10.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.sha2-0.10.8.bazel"
}
},
"cui__clru-0.6.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__clru-0.6.1",
+ "name": "rules_rust~0.40.0~i~cui__clru-0.6.1",
"sha256": "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clru/0.6.1/download"
],
"strip_prefix": "clru-0.6.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.clru-0.6.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.clru-0.6.1.bazel"
}
},
"cui__rand-0.4.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rand-0.4.6",
+ "name": "rules_rust~0.40.0~i~cui__rand-0.4.6",
"sha256": "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand/0.4.6/download"
],
"strip_prefix": "rand-0.4.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rand-0.4.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rand-0.4.6.bazel"
}
},
"rules_rust_prost__heck-0.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__heck-0.4.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__heck-0.4.1",
"sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/heck/0.4.1/download"
],
"strip_prefix": "heck-0.4.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.heck-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.heck-0.4.1.bazel"
}
},
"cui__rand_chacha-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rand_chacha-0.3.1",
+ "name": "rules_rust~0.40.0~i~cui__rand_chacha-0.3.1",
"sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_chacha/0.3.1/download"
],
"strip_prefix": "rand_chacha-0.3.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"
}
},
"rrra__io-lifetimes-1.0.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__io-lifetimes-1.0.11",
+ "name": "rules_rust~0.40.0~i~rrra__io-lifetimes-1.0.11",
"sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download"
],
"strip_prefix": "io-lifetimes-1.0.11",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
}
},
"rrra__anstream-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__anstream-0.3.2",
+ "name": "rules_rust~0.40.0~i~rrra__anstream-0.3.2",
"sha256": "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anstream/0.3.2/download"
],
"strip_prefix": "anstream-0.3.2",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstream-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.anstream-0.3.2.bazel"
}
},
"cui__phf_shared-0.11.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__phf_shared-0.11.2",
+ "name": "rules_rust~0.40.0~i~cui__phf_shared-0.11.2",
"sha256": "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/phf_shared/0.11.2/download"
],
"strip_prefix": "phf_shared-0.11.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.phf_shared-0.11.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.phf_shared-0.11.2.bazel"
}
},
"rrra__bitflags-1.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__bitflags-1.3.2",
+ "name": "rules_rust~0.40.0~i~rrra__bitflags-1.3.2",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bitflags/1.3.2/download"
],
"strip_prefix": "bitflags-1.3.2",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
}
},
"cui__cargo-lock-9.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cargo-lock-9.0.0",
+ "name": "rules_rust~0.40.0~i~cui__cargo-lock-9.0.0",
"sha256": "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cargo-lock/9.0.0/download"
],
"strip_prefix": "cargo-lock-9.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cargo-lock-9.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cargo-lock-9.0.0.bazel"
}
},
"rules_rust_bindgen__winapi-util-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__winapi-util-0.1.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__winapi-util-0.1.5",
"sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-util/0.1.5/download"
],
"strip_prefix": "winapi-util-0.1.5",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
}
},
"rules_rust_wasm_bindgen__buf_redux-0.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__buf_redux-0.8.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__buf_redux-0.8.4",
"sha256": "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/buf_redux/0.8.4/download"
],
"strip_prefix": "buf_redux-0.8.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.buf_redux-0.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.buf_redux-0.8.4.bazel"
}
},
"rules_rust_prost__redox_syscall-0.3.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__redox_syscall-0.3.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__redox_syscall-0.3.5",
"sha256": "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/redox_syscall/0.3.5/download"
],
"strip_prefix": "redox_syscall-0.3.5",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"
}
},
"cui__faster-hex-0.8.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__faster-hex-0.8.1",
+ "name": "rules_rust~0.40.0~i~cui__faster-hex-0.8.1",
"sha256": "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/faster-hex/0.8.1/download"
],
"strip_prefix": "faster-hex-0.8.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.faster-hex-0.8.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.faster-hex-0.8.1.bazel"
}
},
"cui__gix-packetline-blocking-0.16.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-packetline-blocking-0.16.6",
+ "name": "rules_rust~0.40.0~i~cui__gix-packetline-blocking-0.16.6",
"sha256": "7d8395f7501c84d6a1fe902035fdfd8cd86d89e2dd6be0200ec1a72fd3c92d39",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-packetline-blocking/0.16.6/download"
],
"strip_prefix": "gix-packetline-blocking-0.16.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-packetline-blocking-0.16.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-packetline-blocking-0.16.6.bazel"
}
},
"cui__windows_aarch64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows_aarch64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows_aarch64_gnullvm-0.48.0",
"sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_aarch64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_prost__tracing-core-0.1.31": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tracing-core-0.1.31",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tracing-core-0.1.31",
"sha256": "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing-core/0.1.31/download"
],
"strip_prefix": "tracing-core-0.1.31",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tracing-core-0.1.31.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tracing-core-0.1.31.bazel"
}
},
"rrra__env_logger-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__env_logger-0.10.0",
+ "name": "rules_rust~0.40.0~i~rrra__env_logger-0.10.0",
"sha256": "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/env_logger/0.10.0/download"
],
"strip_prefix": "env_logger-0.10.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.env_logger-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.env_logger-0.10.0.bazel"
}
},
"rules_rust_prost__hashbrown-0.12.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__hashbrown-0.12.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__hashbrown-0.12.3",
"sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hashbrown/0.12.3/download"
],
"strip_prefix": "hashbrown-0.12.3",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"
}
},
"rules_rust_wasm_bindgen__aho-corasick-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__aho-corasick-1.0.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__aho-corasick-1.0.2",
"sha256": "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/aho-corasick/1.0.2/download"
],
"strip_prefix": "aho-corasick-1.0.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
}
},
"cui__crossbeam-0.8.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crossbeam-0.8.2",
+ "name": "rules_rust~0.40.0~i~cui__crossbeam-0.8.2",
"sha256": "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam/0.8.2/download"
],
"strip_prefix": "crossbeam-0.8.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crossbeam-0.8.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crossbeam-0.8.2.bazel"
}
},
"rules_rust_prost__futures-channel-0.3.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__futures-channel-0.3.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__futures-channel-0.3.28",
"sha256": "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/futures-channel/0.3.28/download"
],
"strip_prefix": "futures-channel-0.3.28",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.futures-channel-0.3.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.futures-channel-0.3.28.bazel"
}
},
"cui__time-0.3.30": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__time-0.3.30",
+ "name": "rules_rust~0.40.0~i~cui__time-0.3.30",
"sha256": "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/time/0.3.30/download"
],
"strip_prefix": "time-0.3.30",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.time-0.3.30.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.time-0.3.30.bazel"
}
},
"rules_rust_prost__scopeguard-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__scopeguard-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__scopeguard-1.1.0",
"sha256": "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/scopeguard/1.1.0/download"
],
"strip_prefix": "scopeguard-1.1.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"
}
},
"rules_rust_bindgen__unicode-ident-1.0.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__unicode-ident-1.0.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__unicode-ident-1.0.9",
"sha256": "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-ident/1.0.9/download"
],
"strip_prefix": "unicode-ident-1.0.9",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.unicode-ident-1.0.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.unicode-ident-1.0.9.bazel"
}
},
"rules_rust_prost__futures-util-0.3.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__futures-util-0.3.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__futures-util-0.3.28",
"sha256": "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/futures-util/0.3.28/download"
],
"strip_prefix": "futures-util-0.3.28",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.futures-util-0.3.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.futures-util-0.3.28.bazel"
}
},
"rules_rust_prost__log-0.4.19": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__log-0.4.19",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__log-0.4.19",
"sha256": "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/log/0.4.19/download"
],
"strip_prefix": "log-0.4.19",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.log-0.4.19.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.log-0.4.19.bazel"
}
},
"cui__ucd-trie-0.1.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__ucd-trie-0.1.6",
+ "name": "rules_rust~0.40.0~i~cui__ucd-trie-0.1.6",
"sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ucd-trie/0.1.6/download"
],
"strip_prefix": "ucd-trie-0.1.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.ucd-trie-0.1.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.ucd-trie-0.1.6.bazel"
}
},
"cui__gix-pack-0.43.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-pack-0.43.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-pack-0.43.0",
"sha256": "7536203a45b31e1bc5694bbf90ba8da1b736c77040dd6a520db369f371eb1ab3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-pack/0.43.0/download"
],
"strip_prefix": "gix-pack-0.43.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-pack-0.43.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-pack-0.43.0.bazel"
}
},
"rules_rust_prost__serde-1.0.164": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__serde-1.0.164",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__serde-1.0.164",
"sha256": "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde/1.0.164/download"
],
"strip_prefix": "serde-1.0.164",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.serde-1.0.164.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.serde-1.0.164.bazel"
}
},
"cui__crossbeam-utils-0.8.16": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crossbeam-utils-0.8.16",
+ "name": "rules_rust~0.40.0~i~cui__crossbeam-utils-0.8.16",
"sha256": "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download"
],
"strip_prefix": "crossbeam-utils-0.8.16",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crossbeam-utils-0.8.16.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crossbeam-utils-0.8.16.bazel"
}
},
"cui__unic-segment-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unic-segment-0.9.0",
+ "name": "rules_rust~0.40.0~i~cui__unic-segment-0.9.0",
"sha256": "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unic-segment/0.9.0/download"
],
"strip_prefix": "unic-segment-0.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unic-segment-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unic-segment-0.9.0.bazel"
}
},
"cui__regex-automata-0.4.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__regex-automata-0.4.3",
+ "name": "rules_rust~0.40.0~i~cui__regex-automata-0.4.3",
"sha256": "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-automata/0.4.3/download"
],
"strip_prefix": "regex-automata-0.4.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.regex-automata-0.4.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.regex-automata-0.4.3.bazel"
}
},
"rules_rust_prost__prettyplease-0.1.25": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__prettyplease-0.1.25",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__prettyplease-0.1.25",
"sha256": "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/prettyplease/0.1.25/download"
],
"strip_prefix": "prettyplease-0.1.25",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.prettyplease-0.1.25.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.prettyplease-0.1.25.bazel"
}
},
"rules_rust_wasm_bindgen__filetime-0.2.21": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__filetime-0.2.21",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__filetime-0.2.21",
"sha256": "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/filetime/0.2.21/download"
],
"strip_prefix": "filetime-0.2.21",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.filetime-0.2.21.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.filetime-0.2.21.bazel"
}
},
"cui__toml-0.7.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__toml-0.7.6",
+ "name": "rules_rust~0.40.0~i~cui__toml-0.7.6",
"sha256": "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/toml/0.7.6/download"
],
"strip_prefix": "toml-0.7.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.toml-0.7.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.toml-0.7.6.bazel"
}
},
"rules_rust_prost__tempfile-3.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tempfile-3.6.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tempfile-3.6.0",
"sha256": "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tempfile/3.6.0/download"
],
"strip_prefix": "tempfile-3.6.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tempfile-3.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tempfile-3.6.0.bazel"
}
},
"rules_rust_prost__tokio-stream-0.1.14": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tokio-stream-0.1.14",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tokio-stream-0.1.14",
"sha256": "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tokio-stream/0.1.14/download"
],
"strip_prefix": "tokio-stream-0.1.14",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tokio-stream-0.1.14.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tokio-stream-0.1.14.bazel"
}
},
"rules_rust_prost__windows-targets-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows-targets-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows-targets-0.48.0",
"sha256": "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-targets/0.48.0/download"
],
"strip_prefix": "windows-targets-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows-targets-0.48.0.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-multi-value-xform-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-multi-value-xform-0.2.89",
- "sha256": "a12766255d4b9026700376cc81894eeb62903e4414cbc94675f6f9babd9cfb76",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-multi-value-xform/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-multi-value-xform-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-multi-value-xform-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows-targets-0.48.0.bazel"
}
},
"cui__unic-ucd-segment-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unic-ucd-segment-0.9.0",
+ "name": "rules_rust~0.40.0~i~cui__unic-ucd-segment-0.9.0",
"sha256": "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unic-ucd-segment/0.9.0/download"
],
"strip_prefix": "unic-ucd-segment-0.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unic-ucd-segment-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unic-ucd-segment-0.9.0.bazel"
}
},
"rules_rust_prost__petgraph-0.6.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__petgraph-0.6.3",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__petgraph-0.6.3",
"sha256": "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/petgraph/0.6.3/download"
],
"strip_prefix": "petgraph-0.6.3",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.petgraph-0.6.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.petgraph-0.6.3.bazel"
}
},
"rules_rust_wasm_bindgen__android-tzdata-0.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__android-tzdata-0.1.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__android-tzdata-0.1.1",
"sha256": "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/android-tzdata/0.1.1/download"
],
"strip_prefix": "android-tzdata-0.1.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.android-tzdata-0.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.android-tzdata-0.1.1.bazel"
}
},
"generated_inputs_in_external_repo": {
- "bzlFile": "@@rules_rust~0.39.0//test/generated_inputs:external_repo.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//test/generated_inputs:external_repo.bzl",
"ruleClassName": "_generated_inputs_in_external_repo",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~generated_inputs_in_external_repo"
+ "name": "rules_rust~0.40.0~i~generated_inputs_in_external_repo"
}
},
"cui__gix-submodule-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-submodule-0.4.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-submodule-0.4.0",
"sha256": "dd0150e82e9282d3f2ab2dd57a22f9f6c3447b9d9856e5321ac92d38e3e0e2b7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-submodule/0.4.0/download"
],
"strip_prefix": "gix-submodule-0.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-submodule-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-submodule-0.4.0.bazel"
}
},
"cui__serde_spanned-0.6.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__serde_spanned-0.6.5",
+ "name": "rules_rust~0.40.0~i~cui__serde_spanned-0.6.5",
"sha256": "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_spanned/0.6.5/download"
],
"strip_prefix": "serde_spanned-0.6.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.serde_spanned-0.6.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.serde_spanned-0.6.5.bazel"
}
},
"cui__gix-revwalk-0.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-revwalk-0.8.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-revwalk-0.8.0",
"sha256": "e9870c6b1032f2084567710c3b2106ac603377f8d25766b8a6b7c33e6e3ca279",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-revwalk/0.8.0/download"
],
"strip_prefix": "gix-revwalk-0.8.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-revwalk-0.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-revwalk-0.8.0.bazel"
}
},
"rules_rust_wasm_bindgen__windows-targets-0.48.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows-targets-0.48.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows-targets-0.48.1",
"sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows-targets/0.48.1/download"
],
"strip_prefix": "windows-targets-0.48.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"
}
},
"rules_rust_prost__syn-1.0.109": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__syn-1.0.109",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__syn-1.0.109",
"sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/1.0.109/download"
],
"strip_prefix": "syn-1.0.109",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.syn-1.0.109.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.syn-1.0.109.bazel"
}
},
"rules_rust_prost__mime-0.3.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__mime-0.3.17",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__mime-0.3.17",
"sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/mime/0.3.17/download"
],
"strip_prefix": "mime-0.3.17",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.mime-0.3.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.mime-0.3.17.bazel"
}
},
"cui__gix-quote-0.4.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-quote-0.4.7",
+ "name": "rules_rust~0.40.0~i~cui__gix-quote-0.4.7",
"sha256": "475c86a97dd0127ba4465fbb239abac9ea10e68301470c9791a6dd5351cdc905",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-quote/0.4.7/download"
],
"strip_prefix": "gix-quote-0.4.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-quote-0.4.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-quote-0.4.7.bazel"
}
},
"rrra__linux-raw-sys-0.3.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__linux-raw-sys-0.3.8",
+ "name": "rules_rust~0.40.0~i~rrra__linux-raw-sys-0.3.8",
"sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download"
],
"strip_prefix": "linux-raw-sys-0.3.8",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
}
},
"cui__memmap2-0.7.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__memmap2-0.7.1",
+ "name": "rules_rust~0.40.0~i~cui__memmap2-0.7.1",
"sha256": "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memmap2/0.7.1/download"
],
"strip_prefix": "memmap2-0.7.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.memmap2-0.7.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.memmap2-0.7.1.bazel"
}
},
"cui__percent-encoding-2.3.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__percent-encoding-2.3.0",
+ "name": "rules_rust~0.40.0~i~cui__percent-encoding-2.3.0",
"sha256": "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/percent-encoding/2.3.0/download"
],
"strip_prefix": "percent-encoding-2.3.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"
}
},
"rules_rust_wasm_bindgen__hashbrown-0.14.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__hashbrown-0.14.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__hashbrown-0.14.0",
"sha256": "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hashbrown/0.14.0/download"
],
"strip_prefix": "hashbrown-0.14.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.hashbrown-0.14.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.hashbrown-0.14.0.bazel"
}
},
"rules_rust_wasm_bindgen__equivalent-1.0.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__equivalent-1.0.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__equivalent-1.0.1",
"sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/equivalent/1.0.1/download"
],
"strip_prefix": "equivalent-1.0.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.equivalent-1.0.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.equivalent-1.0.1.bazel"
}
},
"rules_rust_wasm_bindgen__fallible-iterator-0.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__fallible-iterator-0.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__fallible-iterator-0.2.0",
"sha256": "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/fallible-iterator/0.2.0/download"
],
"strip_prefix": "fallible-iterator-0.2.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.fallible-iterator-0.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.fallible-iterator-0.2.0.bazel"
}
},
"cui__toml_datetime-0.6.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__toml_datetime-0.6.5",
+ "name": "rules_rust~0.40.0~i~cui__toml_datetime-0.6.5",
"sha256": "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/toml_datetime/0.6.5/download"
],
"strip_prefix": "toml_datetime-0.6.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.toml_datetime-0.6.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.toml_datetime-0.6.5.bazel"
}
},
"cui__pest_derive-2.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__pest_derive-2.7.0",
+ "name": "rules_rust~0.40.0~i~cui__pest_derive-2.7.0",
"sha256": "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pest_derive/2.7.0/download"
],
"strip_prefix": "pest_derive-2.7.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.pest_derive-2.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.pest_derive-2.7.0.bazel"
}
},
"rules_rust_prost__once_cell-1.18.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__once_cell-1.18.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__once_cell-1.18.0",
"sha256": "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/once_cell/1.18.0/download"
],
"strip_prefix": "once_cell-1.18.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"
}
},
"cui__tinyvec-1.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tinyvec-1.6.0",
+ "name": "rules_rust~0.40.0~i~cui__tinyvec-1.6.0",
"sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tinyvec/1.6.0/download"
],
"strip_prefix": "tinyvec-1.6.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tinyvec-1.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tinyvec-1.6.0.bazel"
}
},
"cui__btoi-0.4.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__btoi-0.4.3",
+ "name": "rules_rust~0.40.0~i~cui__btoi-0.4.3",
"sha256": "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/btoi/0.4.3/download"
],
"strip_prefix": "btoi-0.4.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.btoi-0.4.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.btoi-0.4.3.bazel"
}
},
"rules_rust_prost__ppv-lite86-0.2.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__ppv-lite86-0.2.17",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__ppv-lite86-0.2.17",
"sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download"
],
"strip_prefix": "ppv-lite86-0.2.17",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"
}
},
"rules_rust_prost__winapi-0.3.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__winapi-0.3.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__winapi-0.3.9",
"sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi/0.3.9/download"
],
"strip_prefix": "winapi-0.3.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.winapi-0.3.9.bazel"
}
},
"cui__hermit-abi-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__hermit-abi-0.3.2",
+ "name": "rules_rust~0.40.0~i~cui__hermit-abi-0.3.2",
"sha256": "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hermit-abi/0.3.2/download"
],
"strip_prefix": "hermit-abi-0.3.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"
}
},
"rules_rust_wasm_bindgen__regex-syntax-0.7.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__regex-syntax-0.7.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__regex-syntax-0.7.4",
"sha256": "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-syntax/0.7.4/download"
],
"strip_prefix": "regex-syntax-0.7.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.regex-syntax-0.7.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.regex-syntax-0.7.4.bazel"
}
},
"rules_rust_bindgen__errno-dragonfly-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__errno-dragonfly-0.1.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__errno-dragonfly-0.1.2",
"sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download"
],
"strip_prefix": "errno-dragonfly-0.1.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
}
},
"rules_rust_wasm_bindgen__miniz_oxide-0.7.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__miniz_oxide-0.7.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__miniz_oxide-0.7.1",
"sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download"
],
"strip_prefix": "miniz_oxide-0.7.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.miniz_oxide-0.7.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.miniz_oxide-0.7.1.bazel"
}
},
"rules_rust_wasm_bindgen__winapi-util-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__winapi-util-0.1.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__winapi-util-0.1.5",
"sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-util/0.1.5/download"
],
"strip_prefix": "winapi-util-0.1.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"
}
},
"rules_rust_bindgen__windows_x86_64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows_x86_64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows_x86_64_gnullvm-0.48.0",
"sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_bindgen__syn-2.0.18": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__syn-2.0.18",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__syn-2.0.18",
"sha256": "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/2.0.18/download"
],
"strip_prefix": "syn-2.0.18",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.syn-2.0.18.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.syn-2.0.18.bazel"
}
},
"rules_rust_bindgen__yansi-term-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__yansi-term-0.1.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__yansi-term-0.1.2",
"sha256": "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/yansi-term/0.1.2/download"
],
"strip_prefix": "yansi-term-0.1.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.yansi-term-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.yansi-term-0.1.2.bazel"
}
},
"cui__toml_edit-0.22.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__toml_edit-0.22.4",
+ "name": "rules_rust~0.40.0~i~cui__toml_edit-0.22.4",
"sha256": "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/toml_edit/0.22.4/download"
],
"strip_prefix": "toml_edit-0.22.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.toml_edit-0.22.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.toml_edit-0.22.4.bazel"
}
},
"cui__gix-utils-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-utils-0.1.5",
+ "name": "rules_rust~0.40.0~i~cui__gix-utils-0.1.5",
"sha256": "b85d89dc728613e26e0ed952a19583744e7f5240fcd4aa30d6c824ffd8b52f0f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-utils/0.1.5/download"
],
"strip_prefix": "gix-utils-0.1.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-utils-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-utils-0.1.5.bazel"
}
},
"rules_rust_wasm_bindgen__unicase-2.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__unicase-2.6.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__unicase-2.6.0",
"sha256": "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicase/2.6.0/download"
],
"strip_prefix": "unicase-2.6.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.unicase-2.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.unicase-2.6.0.bazel"
}
},
"rules_rust_bindgen__windows_aarch64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows_aarch64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows_aarch64_msvc-0.48.0",
"sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download"
],
"strip_prefix": "windows_aarch64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"
}
},
"rules_rust_bindgen__cc-1.0.79": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__cc-1.0.79",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__cc-1.0.79",
"sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cc/1.0.79/download"
],
"strip_prefix": "cc-1.0.79",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.cc-1.0.79.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.cc-1.0.79.bazel"
}
},
"rrra__unicode-ident-1.0.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__unicode-ident-1.0.10",
+ "name": "rules_rust~0.40.0~i~rrra__unicode-ident-1.0.10",
"sha256": "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-ident/1.0.10/download"
],
"strip_prefix": "unicode-ident-1.0.10",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"
}
},
"cui__block-buffer-0.10.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__block-buffer-0.10.4",
+ "name": "rules_rust~0.40.0~i~cui__block-buffer-0.10.4",
"sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/block-buffer/0.10.4/download"
],
"strip_prefix": "block-buffer-0.10.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.block-buffer-0.10.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.block-buffer-0.10.4.bazel"
}
},
"cui__clap_lex-0.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__clap_lex-0.5.0",
+ "name": "rules_rust~0.40.0~i~cui__clap_lex-0.5.0",
"sha256": "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/clap_lex/0.5.0/download"
],
"strip_prefix": "clap_lex-0.5.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.clap_lex-0.5.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.clap_lex-0.5.0.bazel"
}
},
"cui__indexmap-2.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__indexmap-2.1.0",
+ "name": "rules_rust~0.40.0~i~cui__indexmap-2.1.0",
"sha256": "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/indexmap/2.1.0/download"
],
"strip_prefix": "indexmap-2.1.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.indexmap-2.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.indexmap-2.1.0.bazel"
}
},
"cui__hex-0.4.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__hex-0.4.3",
+ "name": "rules_rust~0.40.0~i~cui__hex-0.4.3",
"sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hex/0.4.3/download"
],
"strip_prefix": "hex-0.4.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.hex-0.4.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.hex-0.4.3.bazel"
}
},
"rules_rust_prost__quote-1.0.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__quote-1.0.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__quote-1.0.28",
"sha256": "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/quote/1.0.28/download"
],
"strip_prefix": "quote-1.0.28",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.quote-1.0.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.quote-1.0.28.bazel"
}
},
"rules_rust_wasm_bindgen__windows-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__windows-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__windows-0.48.0",
"sha256": "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows/0.48.0/download"
],
"strip_prefix": "windows-0.48.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.windows-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.windows-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__unicode-normalization-0.1.22": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__unicode-normalization-0.1.22",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__unicode-normalization-0.1.22",
"sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download"
],
"strip_prefix": "unicode-normalization-0.1.22",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-normalization-0.1.22.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.unicode-normalization-0.1.22.bazel"
}
},
"cui__chrono-tz-build-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__chrono-tz-build-0.2.1",
+ "name": "rules_rust~0.40.0~i~cui__chrono-tz-build-0.2.1",
"sha256": "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/chrono-tz-build/0.2.1/download"
],
"strip_prefix": "chrono-tz-build-0.2.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.chrono-tz-build-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.chrono-tz-build-0.2.1.bazel"
}
},
"cui__gix-bitmap-0.2.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-bitmap-0.2.7",
+ "name": "rules_rust~0.40.0~i~cui__gix-bitmap-0.2.7",
"sha256": "0ccab4bc576844ddb51b78d81b4a42d73e6229660fa614dfc3d3999c874d1959",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-bitmap/0.2.7/download"
],
"strip_prefix": "gix-bitmap-0.2.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-bitmap-0.2.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-bitmap-0.2.7.bazel"
}
},
"cargo_bazel.buildifier-linux-arm64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_file",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cargo_bazel.buildifier-linux-arm64",
+ "name": "rules_rust~0.40.0~i~cargo_bazel.buildifier-linux-arm64",
"urls": [
"https://github.com/bazelbuild/buildtools/releases/download/5.0.1/buildifier-linux-arm64"
],
@@ -11719,1764 +11737,1778 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__anyhow-1.0.71",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__anyhow-1.0.71",
"sha256": "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anyhow/1.0.71/download"
],
"strip_prefix": "anyhow-1.0.71",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.anyhow-1.0.71.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.anyhow-1.0.71.bazel"
}
},
"rules_rust_bindgen__memchr-2.5.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__memchr-2.5.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__memchr-2.5.0",
"sha256": "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memchr/2.5.0/download"
],
"strip_prefix": "memchr-2.5.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.memchr-2.5.0.bazel"
}
},
"cui__gix-pathspec-0.3.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-pathspec-0.3.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-pathspec-0.3.0",
"sha256": "c3e26c9b47c51be73f98d38c84494bd5fb99334c5d6fda14ef5d036d50a9e5fd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-pathspec/0.3.0/download"
],
"strip_prefix": "gix-pathspec-0.3.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-pathspec-0.3.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-pathspec-0.3.0.bazel"
}
},
"rrra__libc-0.2.147": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__libc-0.2.147",
+ "name": "rules_rust~0.40.0~i~rrra__libc-0.2.147",
"sha256": "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/libc/0.2.147/download"
],
"strip_prefix": "libc-0.2.147",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.libc-0.2.147.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.libc-0.2.147.bazel"
}
},
"rules_rust_prost__parking_lot_core-0.9.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__parking_lot_core-0.9.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__parking_lot_core-0.9.8",
"sha256": "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/parking_lot_core/0.9.8/download"
],
"strip_prefix": "parking_lot_core-0.9.8",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.parking_lot_core-0.9.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.parking_lot_core-0.9.8.bazel"
}
},
"rules_rust_wasm_bindgen__base64-0.21.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__base64-0.21.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__base64-0.21.5",
"sha256": "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/base64/0.21.5/download"
],
"strip_prefix": "base64-0.21.5",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.base64-0.21.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.base64-0.21.5.bazel"
}
},
"cui__tracing-attributes-0.1.27": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tracing-attributes-0.1.27",
+ "name": "rules_rust~0.40.0~i~cui__tracing-attributes-0.1.27",
"sha256": "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing-attributes/0.1.27/download"
],
"strip_prefix": "tracing-attributes-0.1.27",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tracing-attributes-0.1.27.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tracing-attributes-0.1.27.bazel"
}
},
"cui__iana-time-zone-0.1.57": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__iana-time-zone-0.1.57",
+ "name": "rules_rust~0.40.0~i~cui__iana-time-zone-0.1.57",
"sha256": "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/iana-time-zone/0.1.57/download"
],
"strip_prefix": "iana-time-zone-0.1.57",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.iana-time-zone-0.1.57.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.iana-time-zone-0.1.57.bazel"
}
},
"cui__toml_edit-0.19.13": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__toml_edit-0.19.13",
+ "name": "rules_rust~0.40.0~i~cui__toml_edit-0.19.13",
"sha256": "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/toml_edit/0.19.13/download"
],
"strip_prefix": "toml_edit-0.19.13",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.toml_edit-0.19.13.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.toml_edit-0.19.13.bazel"
}
},
"rules_rust_prost__matchit-0.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__matchit-0.7.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__matchit-0.7.0",
"sha256": "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/matchit/0.7.0/download"
],
"strip_prefix": "matchit-0.7.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.matchit-0.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.matchit-0.7.0.bazel"
}
},
"rules_rust_test_load_arbitrary_tool": {
- "bzlFile": "@@rules_rust~0.39.0//test/load_arbitrary_tool:load_arbitrary_tool_test.bzl",
+ "bzlFile": "@@rules_rust~0.40.0//test/load_arbitrary_tool:load_arbitrary_tool_test.bzl",
"ruleClassName": "_load_arbitrary_tool_test",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_test_load_arbitrary_tool"
+ "name": "rules_rust~0.40.0~i~rules_rust_test_load_arbitrary_tool"
}
},
"rules_rust_prost__tokio-1.28.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tokio-1.28.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tokio-1.28.2",
"sha256": "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tokio/1.28.2/download"
],
"strip_prefix": "tokio-1.28.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tokio-1.28.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tokio-1.28.2.bazel"
}
},
"rules_rust_wasm_bindgen__chunked_transfer-1.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__chunked_transfer-1.4.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__chunked_transfer-1.4.1",
"sha256": "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/chunked_transfer/1.4.1/download"
],
"strip_prefix": "chunked_transfer-1.4.1",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.chunked_transfer-1.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.chunked_transfer-1.4.1.bazel"
}
},
"cui__gix-chunk-0.4.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-chunk-0.4.4",
+ "name": "rules_rust~0.40.0~i~cui__gix-chunk-0.4.4",
"sha256": "5b42ea64420f7994000130328f3c7a2038f639120518870436d31b8bde704493",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-chunk/0.4.4/download"
],
"strip_prefix": "gix-chunk-0.4.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-chunk-0.4.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-chunk-0.4.4.bazel"
}
},
"rules_rust_prost__sync_wrapper-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__sync_wrapper-0.1.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__sync_wrapper-0.1.2",
"sha256": "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/sync_wrapper/0.1.2/download"
],
"strip_prefix": "sync_wrapper-0.1.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.sync_wrapper-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.sync_wrapper-0.1.2.bazel"
}
},
"cui__idna-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__idna-0.4.0",
+ "name": "rules_rust~0.40.0~i~cui__idna-0.4.0",
"sha256": "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/idna/0.4.0/download"
],
"strip_prefix": "idna-0.4.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.idna-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.idna-0.4.0.bazel"
}
},
"cui__tinyvec_macros-0.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tinyvec_macros-0.1.1",
+ "name": "rules_rust~0.40.0~i~cui__tinyvec_macros-0.1.1",
"sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download"
],
"strip_prefix": "tinyvec_macros-0.1.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tinyvec_macros-0.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tinyvec_macros-0.1.1.bazel"
}
},
"cui__wasm-bindgen-macro-support-0.2.87": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__wasm-bindgen-macro-support-0.2.87",
+ "name": "rules_rust~0.40.0~i~cui__wasm-bindgen-macro-support-0.2.87",
"sha256": "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.87/download"
],
"strip_prefix": "wasm-bindgen-macro-support-0.2.87",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-macro-support-0.2.87.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.wasm-bindgen-macro-support-0.2.87.bazel"
}
},
"rrra__windows_i686_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows_i686_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows_i686_gnu-0.48.0",
"sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download"
],
"strip_prefix": "windows_i686_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__errno-dragonfly-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__errno-dragonfly-0.1.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__errno-dragonfly-0.1.2",
"sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download"
],
"strip_prefix": "errno-dragonfly-0.1.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
}
},
"rules_rust_prost__hyper-timeout-0.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__hyper-timeout-0.4.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__hyper-timeout-0.4.1",
"sha256": "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hyper-timeout/0.4.1/download"
],
"strip_prefix": "hyper-timeout-0.4.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.hyper-timeout-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.hyper-timeout-0.4.1.bazel"
}
},
"rules_rust_bindgen__rustc-hash-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__rustc-hash-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__rustc-hash-1.1.0",
"sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustc-hash/1.1.0/download"
],
"strip_prefix": "rustc-hash-1.1.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.rustc-hash-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.rustc-hash-1.1.0.bazel"
}
},
"cui__unic-char-property-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unic-char-property-0.9.0",
+ "name": "rules_rust~0.40.0~i~cui__unic-char-property-0.9.0",
"sha256": "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unic-char-property/0.9.0/download"
],
"strip_prefix": "unic-char-property-0.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unic-char-property-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unic-char-property-0.9.0.bazel"
}
},
"rules_rust_wasm_bindgen__sha1_smol-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__sha1_smol-1.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__sha1_smol-1.0.0",
"sha256": "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/sha1_smol/1.0.0/download"
],
"strip_prefix": "sha1_smol-1.0.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.sha1_smol-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.sha1_smol-1.0.0.bazel"
}
},
"rules_rust_prost__http-0.2.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__http-0.2.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__http-0.2.9",
"sha256": "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/http/0.2.9/download"
],
"strip_prefix": "http-0.2.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.http-0.2.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.http-0.2.9.bazel"
}
},
"cui__crossbeam-epoch-0.9.15": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crossbeam-epoch-0.9.15",
+ "name": "rules_rust~0.40.0~i~cui__crossbeam-epoch-0.9.15",
"sha256": "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-epoch/0.9.15/download"
],
"strip_prefix": "crossbeam-epoch-0.9.15",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crossbeam-epoch-0.9.15.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crossbeam-epoch-0.9.15.bazel"
}
},
"cui__siphasher-0.3.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__siphasher-0.3.10",
+ "name": "rules_rust~0.40.0~i~cui__siphasher-0.3.10",
"sha256": "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/siphasher/0.3.10/download"
],
"strip_prefix": "siphasher-0.3.10",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.siphasher-0.3.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.siphasher-0.3.10.bazel"
}
},
"cui__tracing-0.1.40": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__tracing-0.1.40",
+ "name": "rules_rust~0.40.0~i~cui__tracing-0.1.40",
"sha256": "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing/0.1.40/download"
],
"strip_prefix": "tracing-0.1.40",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.tracing-0.1.40.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.tracing-0.1.40.bazel"
}
},
"rules_rust_wasm_bindgen__syn-2.0.25": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__syn-2.0.25",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__syn-2.0.25",
"sha256": "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/2.0.25/download"
],
"strip_prefix": "syn-2.0.25",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.syn-2.0.25.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.syn-2.0.25.bazel"
}
},
"rules_rust_wasm_bindgen__version_check-0.9.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__version_check-0.9.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__version_check-0.9.4",
"sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/version_check/0.9.4/download"
],
"strip_prefix": "version_check-0.9.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.version_check-0.9.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.version_check-0.9.4.bazel"
}
},
"cui__gix-config-value-0.14.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-config-value-0.14.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-config-value-0.14.0",
"sha256": "ea7505b97f4d8e7933e29735a568ba2f86d8de466669d9f0e8321384f9972f47",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-config-value/0.14.0/download"
],
"strip_prefix": "gix-config-value-0.14.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-config-value-0.14.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-config-value-0.14.0.bazel"
}
},
"rrra__is-terminal-0.4.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__is-terminal-0.4.7",
+ "name": "rules_rust~0.40.0~i~rrra__is-terminal-0.4.7",
"sha256": "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/is-terminal/0.4.7/download"
],
"strip_prefix": "is-terminal-0.4.7",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.is-terminal-0.4.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.is-terminal-0.4.7.bazel"
}
},
"rules_rust_wasm_bindgen__chrono-0.4.26": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__chrono-0.4.26",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__chrono-0.4.26",
"sha256": "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/chrono/0.4.26/download"
],
"strip_prefix": "chrono-0.4.26",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.chrono-0.4.26.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.chrono-0.4.26.bazel"
}
},
"rrra__errno-dragonfly-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__errno-dragonfly-0.1.2",
+ "name": "rules_rust~0.40.0~i~rrra__errno-dragonfly-0.1.2",
"sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download"
],
"strip_prefix": "errno-dragonfly-0.1.2",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"
}
},
"rules_rust_wasm_bindgen__instant-0.1.12": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__instant-0.1.12",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__instant-0.1.12",
"sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/instant/0.1.12/download"
],
"strip_prefix": "instant-0.1.12",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.instant-0.1.12.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.instant-0.1.12.bazel"
}
},
"cui__same-file-1.0.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__same-file-1.0.6",
+ "name": "rules_rust~0.40.0~i~cui__same-file-1.0.6",
"sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/same-file/1.0.6/download"
],
"strip_prefix": "same-file-1.0.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.same-file-1.0.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.same-file-1.0.6.bazel"
}
},
"rules_rust_wasm_bindgen__regex-automata-0.1.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__regex-automata-0.1.10",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__regex-automata-0.1.10",
"sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-automata/0.1.10/download"
],
"strip_prefix": "regex-automata-0.1.10",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.regex-automata-0.1.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.regex-automata-0.1.10.bazel"
}
},
"cui__linux-raw-sys-0.3.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__linux-raw-sys-0.3.8",
+ "name": "rules_rust~0.40.0~i~cui__linux-raw-sys-0.3.8",
"sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download"
],
"strip_prefix": "linux-raw-sys-0.3.8",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
}
},
"rules_rust_bindgen__termcolor-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__termcolor-1.2.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__termcolor-1.2.0",
"sha256": "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/termcolor/1.2.0/download"
],
"strip_prefix": "termcolor-1.2.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.termcolor-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.termcolor-1.2.0.bazel"
}
},
"rrra__hermit-abi-0.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__hermit-abi-0.3.2",
+ "name": "rules_rust~0.40.0~i~rrra__hermit-abi-0.3.2",
"sha256": "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hermit-abi/0.3.2/download"
],
"strip_prefix": "hermit-abi-0.3.2",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"
}
},
"rules_rust_bindgen__strsim-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__strsim-0.10.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__strsim-0.10.0",
"sha256": "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/strsim/0.10.0/download"
],
"strip_prefix": "strsim-0.10.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.strsim-0.10.0.bazel"
}
},
"rules_rust_wasm_bindgen__rand_core-0.6.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rand_core-0.6.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rand_core-0.6.4",
"sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand_core/0.6.4/download"
],
"strip_prefix": "rand_core-0.6.4",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"
}
},
"cui__crossbeam-channel-0.5.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crossbeam-channel-0.5.8",
+ "name": "rules_rust~0.40.0~i~cui__crossbeam-channel-0.5.8",
"sha256": "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-channel/0.5.8/download"
],
"strip_prefix": "crossbeam-channel-0.5.8",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crossbeam-channel-0.5.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crossbeam-channel-0.5.8.bazel"
}
},
"cui__arrayvec-0.7.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__arrayvec-0.7.4",
+ "name": "rules_rust~0.40.0~i~cui__arrayvec-0.7.4",
"sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/arrayvec/0.7.4/download"
],
"strip_prefix": "arrayvec-0.7.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.arrayvec-0.7.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.arrayvec-0.7.4.bazel"
}
},
"cui__cc-1.0.79": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__cc-1.0.79",
+ "name": "rules_rust~0.40.0~i~cui__cc-1.0.79",
"sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cc/1.0.79/download"
],
"strip_prefix": "cc-1.0.79",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.cc-1.0.79.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.cc-1.0.79.bazel"
}
},
"rules_rust_prost__rand-0.8.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__rand-0.8.5",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__rand-0.8.5",
"sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rand/0.8.5/download"
],
"strip_prefix": "rand-0.8.5",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.rand-0.8.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.rand-0.8.5.bazel"
}
},
"cui__gix-validate-0.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-validate-0.8.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-validate-0.8.0",
"sha256": "e05cab2b03a45b866156e052aa38619f4ece4adcb2f79978bfc249bc3b21b8c5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-validate/0.8.0/download"
],
"strip_prefix": "gix-validate-0.8.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-validate-0.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-validate-0.8.0.bazel"
}
},
"rules_rust_prost__anyhow-1.0.71": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__anyhow-1.0.71",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__anyhow-1.0.71",
"sha256": "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anyhow/1.0.71/download"
],
"strip_prefix": "anyhow-1.0.71",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.anyhow-1.0.71.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.anyhow-1.0.71.bazel"
}
},
"rules_rust_prost__errno-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__errno-0.3.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__errno-0.3.1",
"sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno/0.3.1/download"
],
"strip_prefix": "errno-0.3.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.errno-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.errno-0.3.1.bazel"
}
},
"cui__is-terminal-0.4.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__is-terminal-0.4.7",
+ "name": "rules_rust~0.40.0~i~cui__is-terminal-0.4.7",
"sha256": "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/is-terminal/0.4.7/download"
],
"strip_prefix": "is-terminal-0.4.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.is-terminal-0.4.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.is-terminal-0.4.7.bazel"
}
},
"cui__unicode-width-0.1.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unicode-width-0.1.10",
+ "name": "rules_rust~0.40.0~i~cui__unicode-width-0.1.10",
"sha256": "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-width/0.1.10/download"
],
"strip_prefix": "unicode-width-0.1.10",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unicode-width-0.1.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unicode-width-0.1.10.bazel"
}
},
"rules_rust_wasm_bindgen__js-sys-0.3.64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__js-sys-0.3.64",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__js-sys-0.3.64",
"sha256": "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/js-sys/0.3.64/download"
],
"strip_prefix": "js-sys-0.3.64",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.js-sys-0.3.64.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.js-sys-0.3.64.bazel"
}
},
"rrra__humantime-2.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__humantime-2.1.0",
+ "name": "rules_rust~0.40.0~i~rrra__humantime-2.1.0",
"sha256": "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/humantime/2.1.0/download"
],
"strip_prefix": "humantime-2.1.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.humantime-2.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.humantime-2.1.0.bazel"
}
},
"rules_rust_wasm_bindgen__libc-0.2.150": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__libc-0.2.150",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__libc-0.2.150",
"sha256": "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/libc/0.2.150/download"
],
"strip_prefix": "libc-0.2.150",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.libc-0.2.150.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.libc-0.2.150.bazel"
}
},
"rules_rust_bindgen__env_logger-0.10.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__env_logger-0.10.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__env_logger-0.10.0",
"sha256": "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/env_logger/0.10.0/download"
],
"strip_prefix": "env_logger-0.10.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.env_logger-0.10.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.env_logger-0.10.0.bazel"
}
},
"rules_rust_wasm_bindgen__time-0.3.23": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__time-0.3.23",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__time-0.3.23",
"sha256": "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/time/0.3.23/download"
],
"strip_prefix": "time-0.3.23",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.time-0.3.23.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.time-0.3.23.bazel"
}
},
"cui__toml-0.8.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__toml-0.8.10",
+ "name": "rules_rust~0.40.0~i~cui__toml-0.8.10",
"sha256": "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/toml/0.8.10/download"
],
"strip_prefix": "toml-0.8.10",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.toml-0.8.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.toml-0.8.10.bazel"
}
},
"rules_rust_prost__tracing-attributes-0.1.26": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tracing-attributes-0.1.26",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tracing-attributes-0.1.26",
"sha256": "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tracing-attributes/0.1.26/download"
],
"strip_prefix": "tracing-attributes-0.1.26",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tracing-attributes-0.1.26.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tracing-attributes-0.1.26.bazel"
}
},
"rules_rust_prost__instant-0.1.12": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__instant-0.1.12",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__instant-0.1.12",
"sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/instant/0.1.12/download"
],
"strip_prefix": "instant-0.1.12",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.instant-0.1.12.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.instant-0.1.12.bazel"
}
},
"cui__gix-transport-0.37.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-transport-0.37.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-transport-0.37.0",
"sha256": "b9ec726e6a245e68ace59a34126a1d679de60360676612985e70b0d3b102fb4e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-transport/0.37.0/download"
],
"strip_prefix": "gix-transport-0.37.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-transport-0.37.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-transport-0.37.0.bazel"
}
},
"rules_rust_wasm_bindgen__indexmap-2.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__indexmap-2.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__indexmap-2.0.0",
"sha256": "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/indexmap/2.0.0/download"
],
"strip_prefix": "indexmap-2.0.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.indexmap-2.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.indexmap-2.0.0.bazel"
}
},
"cui__windows_i686_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows_i686_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows_i686_gnu-0.48.0",
"sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download"
],
"strip_prefix": "windows_i686_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"
}
},
"rrra__proc-macro2-1.0.64": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__proc-macro2-1.0.64",
+ "name": "rules_rust~0.40.0~i~rrra__proc-macro2-1.0.64",
"sha256": "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/proc-macro2/1.0.64/download"
],
"strip_prefix": "proc-macro2-1.0.64",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"
}
},
"rules_rust_wasm_bindgen__predicates-tree-1.0.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__predicates-tree-1.0.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__predicates-tree-1.0.9",
"sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/predicates-tree/1.0.9/download"
],
"strip_prefix": "predicates-tree-1.0.9",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-tree-1.0.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.predicates-tree-1.0.9.bazel"
}
},
"rrra__errno-0.3.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__errno-0.3.1",
+ "name": "rules_rust~0.40.0~i~rrra__errno-0.3.1",
"sha256": "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/errno/0.3.1/download"
],
"strip_prefix": "errno-0.3.1",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.errno-0.3.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.errno-0.3.1.bazel"
}
},
"cui__num_threads-0.1.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__num_threads-0.1.6",
+ "name": "rules_rust~0.40.0~i~cui__num_threads-0.1.6",
"sha256": "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/num_threads/0.1.6/download"
],
"strip_prefix": "num_threads-0.1.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.num_threads-0.1.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.num_threads-0.1.6.bazel"
}
},
"rules_rust_prost__pin-project-internal-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__pin-project-internal-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__pin-project-internal-1.1.0",
"sha256": "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pin-project-internal/1.1.0/download"
],
"strip_prefix": "pin-project-internal-1.1.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.pin-project-internal-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.pin-project-internal-1.1.0.bazel"
}
},
"cui__rustc-hash-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__rustc-hash-1.1.0",
+ "name": "rules_rust~0.40.0~i~cui__rustc-hash-1.1.0",
"sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rustc-hash/1.1.0/download"
],
"strip_prefix": "rustc-hash-1.1.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.rustc-hash-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.rustc-hash-1.1.0.bazel"
}
},
"cui__sharded-slab-0.1.7": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__sharded-slab-0.1.7",
+ "name": "rules_rust~0.40.0~i~cui__sharded-slab-0.1.7",
"sha256": "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/sharded-slab/0.1.7/download"
],
"strip_prefix": "sharded-slab-0.1.7",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.sharded-slab-0.1.7.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.sharded-slab-0.1.7.bazel"
}
},
"rrra__itoa-1.0.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__itoa-1.0.8",
+ "name": "rules_rust~0.40.0~i~rrra__itoa-1.0.8",
"sha256": "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itoa/1.0.8/download"
],
"strip_prefix": "itoa-1.0.8",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.itoa-1.0.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.itoa-1.0.8.bazel"
}
},
"cui__arc-swap-1.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__arc-swap-1.6.0",
+ "name": "rules_rust~0.40.0~i~cui__arc-swap-1.6.0",
"sha256": "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/arc-swap/1.6.0/download"
],
"strip_prefix": "arc-swap-1.6.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.arc-swap-1.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.arc-swap-1.6.0.bazel"
}
},
"rules_rust_wasm_bindgen__webpki-roots-0.25.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__webpki-roots-0.25.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__webpki-roots-0.25.2",
"sha256": "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/webpki-roots/0.25.2/download"
],
"strip_prefix": "webpki-roots-0.25.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.webpki-roots-0.25.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.webpki-roots-0.25.2.bazel"
}
},
"cui__form_urlencoded-1.2.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__form_urlencoded-1.2.0",
+ "name": "rules_rust~0.40.0~i~cui__form_urlencoded-1.2.0",
"sha256": "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/form_urlencoded/1.2.0/download"
],
"strip_prefix": "form_urlencoded-1.2.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.form_urlencoded-1.2.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.form_urlencoded-1.2.0.bazel"
}
},
"cui__gix-features-0.35.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-features-0.35.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-features-0.35.0",
"sha256": "9b9ff423ae4983f762659040d13dd7a5defbd54b6a04ac3cc7347741cec828cd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-features/0.35.0/download"
],
"strip_prefix": "gix-features-0.35.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-features-0.35.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-features-0.35.0.bazel"
}
},
"cui__gix-commitgraph-0.21.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-commitgraph-0.21.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-commitgraph-0.21.0",
"sha256": "e75a975ee22cf0a002bfe9b5d5cb3d2a88e263a8a178cd7509133cff10f4df8a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-commitgraph/0.21.0/download"
],
"strip_prefix": "gix-commitgraph-0.21.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-commitgraph-0.21.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-commitgraph-0.21.0.bazel"
}
},
"cui__lock_api-0.4.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__lock_api-0.4.11",
+ "name": "rules_rust~0.40.0~i~cui__lock_api-0.4.11",
"sha256": "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/lock_api/0.4.11/download"
],
"strip_prefix": "lock_api-0.4.11",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.lock_api-0.4.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.lock_api-0.4.11.bazel"
}
},
"rrra__serde_json-1.0.102": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__serde_json-1.0.102",
+ "name": "rules_rust~0.40.0~i~rrra__serde_json-1.0.102",
"sha256": "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_json/1.0.102/download"
],
"strip_prefix": "serde_json-1.0.102",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.serde_json-1.0.102.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.serde_json-1.0.102.bazel"
}
},
"rules_rust_prost__tonic-build-0.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tonic-build-0.8.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tonic-build-0.8.4",
"sha256": "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tonic-build/0.8.4/download"
],
"strip_prefix": "tonic-build-0.8.4",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tonic-build-0.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tonic-build-0.8.4.bazel"
}
},
"rules_rust_wasm_bindgen__rouille-3.6.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rouille-3.6.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rouille-3.6.2",
"sha256": "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rouille/3.6.2/download"
],
"strip_prefix": "rouille-3.6.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rouille-3.6.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rouille-3.6.2.bazel"
}
},
"cui__android-tzdata-0.1.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__android-tzdata-0.1.1",
+ "name": "rules_rust~0.40.0~i~cui__android-tzdata-0.1.1",
"sha256": "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/android-tzdata/0.1.1/download"
],
"strip_prefix": "android-tzdata-0.1.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.android-tzdata-0.1.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.android-tzdata-0.1.1.bazel"
}
},
"rules_rust_wasm_bindgen__winapi-i686-pc-windows-gnu-0.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__winapi-i686-pc-windows-gnu-0.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__winapi-i686-pc-windows-gnu-0.4.0",
"sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download"
],
"strip_prefix": "winapi-i686-pc-windows-gnu-0.4.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"
}
},
"cui__anyhow-1.0.75": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__anyhow-1.0.75",
+ "name": "rules_rust~0.40.0~i~cui__anyhow-1.0.75",
"sha256": "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/anyhow/1.0.75/download"
],
"strip_prefix": "anyhow-1.0.75",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.anyhow-1.0.75.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.anyhow-1.0.75.bazel"
}
},
"rules_rust_prost__futures-task-0.3.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__futures-task-0.3.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__futures-task-0.3.28",
"sha256": "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/futures-task/0.3.28/download"
],
"strip_prefix": "futures-task-0.3.28",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.futures-task-0.3.28.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.futures-task-0.3.28.bazel"
}
},
"rules_rust_wasm_bindgen__url-2.4.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__url-2.4.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__url-2.4.0",
"sha256": "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/url/2.4.0/download"
],
"strip_prefix": "url-2.4.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.url-2.4.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.url-2.4.0.bazel"
}
},
"cui__uluru-3.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__uluru-3.0.0",
+ "name": "rules_rust~0.40.0~i~cui__uluru-3.0.0",
"sha256": "794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/uluru/3.0.0/download"
],
"strip_prefix": "uluru-3.0.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.uluru-3.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.uluru-3.0.0.bazel"
}
},
"rules_rust_wasm_bindgen__syn-1.0.109": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__syn-1.0.109",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__syn-1.0.109",
"sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/1.0.109/download"
],
"strip_prefix": "syn-1.0.109",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.syn-1.0.109.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.syn-1.0.109.bazel"
}
},
"cui__serde-1.0.190": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__serde-1.0.190",
+ "name": "rules_rust~0.40.0~i~cui__serde-1.0.190",
"sha256": "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde/1.0.190/download"
],
"strip_prefix": "serde-1.0.190",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.serde-1.0.190.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.serde-1.0.190.bazel"
}
},
"rules_rust_prost__socket2-0.4.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__socket2-0.4.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__socket2-0.4.9",
"sha256": "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/socket2/0.4.9/download"
],
"strip_prefix": "socket2-0.4.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.socket2-0.4.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.socket2-0.4.9.bazel"
}
},
"rules_rust_wasm_bindgen__ascii-1.1.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__ascii-1.1.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__ascii-1.1.0",
"sha256": "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/ascii/1.1.0/download"
],
"strip_prefix": "ascii-1.1.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.ascii-1.1.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.ascii-1.1.0.bazel"
}
},
"rules_rust_prost__prost-types-0.11.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__prost-types-0.11.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__prost-types-0.11.9",
"sha256": "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/prost-types/0.11.9/download"
],
"strip_prefix": "prost-types-0.11.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.prost-types-0.11.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.prost-types-0.11.9.bazel"
}
},
"rules_rust_wasm_bindgen__bstr-0.2.17": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__bstr-0.2.17",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__bstr-0.2.17",
"sha256": "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bstr/0.2.17/download"
],
"strip_prefix": "bstr-0.2.17",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.bstr-0.2.17.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.bstr-0.2.17.bazel"
}
},
"rules_rust_prost__futures-sink-0.3.28": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__futures-sink-0.3.28",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__futures-sink-0.3.28",
"sha256": "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/futures-sink/0.3.28/download"
],
"strip_prefix": "futures-sink-0.3.28",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.futures-sink-0.3.28.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-macro-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-macro-0.2.89",
- "sha256": "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-macro-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-macro-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.futures-sink-0.3.28.bazel"
}
},
"rules_rust_prost__unicode-ident-1.0.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__unicode-ident-1.0.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__unicode-ident-1.0.9",
"sha256": "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-ident/1.0.9/download"
],
"strip_prefix": "unicode-ident-1.0.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.unicode-ident-1.0.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.unicode-ident-1.0.9.bazel"
}
},
"cui__aho-corasick-1.0.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__aho-corasick-1.0.2",
+ "name": "rules_rust~0.40.0~i~cui__aho-corasick-1.0.2",
"sha256": "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/aho-corasick/1.0.2/download"
],
"strip_prefix": "aho-corasick-1.0.2",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"
}
},
"cui__libc-0.2.149": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__libc-0.2.149",
+ "name": "rules_rust~0.40.0~i~cui__libc-0.2.149",
"sha256": "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/libc/0.2.149/download"
],
"strip_prefix": "libc-0.2.149",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.libc-0.2.149.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.libc-0.2.149.bazel"
}
},
"rules_rust_wasm_bindgen__tinyvec-1.6.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__tinyvec-1.6.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__tinyvec-1.6.0",
"sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tinyvec/1.6.0/download"
],
"strip_prefix": "tinyvec-1.6.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.tinyvec-1.6.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.tinyvec-1.6.0.bazel"
}
},
"cui__unicode-linebreak-0.1.5": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unicode-linebreak-0.1.5",
+ "name": "rules_rust~0.40.0~i~cui__unicode-linebreak-0.1.5",
"sha256": "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download"
],
"strip_prefix": "unicode-linebreak-0.1.5",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unicode-linebreak-0.1.5.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unicode-linebreak-0.1.5.bazel"
}
},
"rules_rust_bindgen__windows_x86_64_msvc-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows_x86_64_msvc-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows_x86_64_msvc-0.48.0",
"sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download"
],
"strip_prefix": "windows_x86_64_msvc-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"
}
},
"rrra__itertools-0.11.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__itertools-0.11.0",
+ "name": "rules_rust~0.40.0~i~rrra__itertools-0.11.0",
"sha256": "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itertools/0.11.0/download"
],
"strip_prefix": "itertools-0.11.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.itertools-0.11.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.itertools-0.11.0.bazel"
}
},
"rules_rust_bindgen__regex-1.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__regex-1.8.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__regex-1.8.4",
"sha256": "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex/1.8.4/download"
],
"strip_prefix": "regex-1.8.4",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.regex-1.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.regex-1.8.4.bazel"
}
},
"cui__hashbrown-0.14.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__hashbrown-0.14.3",
+ "name": "rules_rust~0.40.0~i~cui__hashbrown-0.14.3",
"sha256": "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/hashbrown/0.14.3/download"
],
"strip_prefix": "hashbrown-0.14.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.hashbrown-0.14.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.hashbrown-0.14.3.bazel"
}
},
"cui__crypto-common-0.1.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__crypto-common-0.1.6",
+ "name": "rules_rust~0.40.0~i~cui__crypto-common-0.1.6",
"sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crypto-common/0.1.6/download"
],
"strip_prefix": "crypto-common-0.1.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.crypto-common-0.1.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.crypto-common-0.1.6.bazel"
}
},
"rrra__windows_x86_64_gnu-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows_x86_64_gnu-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows_x86_64_gnu-0.48.0",
"sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnu-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"
}
},
"cui__winnow-0.5.18": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__winnow-0.5.18",
+ "name": "rules_rust~0.40.0~i~cui__winnow-0.5.18",
"sha256": "176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/winnow/0.5.18/download"
],
"strip_prefix": "winnow-0.5.18",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.winnow-0.5.18.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.winnow-0.5.18.bazel"
}
},
"cui__byteyarn-0.2.3": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__byteyarn-0.2.3",
+ "name": "rules_rust~0.40.0~i~cui__byteyarn-0.2.3",
"sha256": "a7534301c0ea17abb4db06d75efc7b4b0fa360fce8e175a4330d721c71c942ff",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/byteyarn/0.2.3/download"
],
"strip_prefix": "byteyarn-0.2.3",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.byteyarn-0.2.3.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.byteyarn-0.2.3.bazel"
}
},
"rules_rust_wasm_bindgen__crossbeam-utils-0.8.16": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__crossbeam-utils-0.8.16",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__crossbeam-utils-0.8.16",
"sha256": "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/crossbeam-utils/0.8.16/download"
],
"strip_prefix": "crossbeam-utils-0.8.16",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-utils-0.8.16.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-utils-0.8.16.bazel"
}
},
"cui__memchr-2.6.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__memchr-2.6.4",
+ "name": "rules_rust~0.40.0~i~cui__memchr-2.6.4",
"sha256": "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/memchr/2.6.4/download"
],
"strip_prefix": "memchr-2.6.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.memchr-2.6.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.memchr-2.6.4.bazel"
}
},
"rrra__serde_derive-1.0.171": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__serde_derive-1.0.171",
+ "name": "rules_rust~0.40.0~i~rrra__serde_derive-1.0.171",
"sha256": "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_derive/1.0.171/download"
],
"strip_prefix": "serde_derive-1.0.171",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.serde_derive-1.0.171.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.serde_derive-1.0.171.bazel"
}
},
"cui__bitflags-2.4.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__bitflags-2.4.1",
+ "name": "rules_rust~0.40.0~i~cui__bitflags-2.4.1",
"sha256": "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bitflags/2.4.1/download"
],
"strip_prefix": "bitflags-2.4.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.bitflags-2.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.bitflags-2.4.1.bazel"
}
},
"rules_rust_prost__io-lifetimes-1.0.11": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__io-lifetimes-1.0.11",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__io-lifetimes-1.0.11",
"sha256": "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/io-lifetimes/1.0.11/download"
],
"strip_prefix": "io-lifetimes-1.0.11",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"
}
},
"rrra__windows_aarch64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rrra__windows_aarch64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rrra__windows_aarch64_gnullvm-0.48.0",
"sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_aarch64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//tools/rust_analyzer/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_prost__itoa-1.0.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__itoa-1.0.6",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__itoa-1.0.6",
"sha256": "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itoa/1.0.6/download"
],
"strip_prefix": "itoa-1.0.6",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.itoa-1.0.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.itoa-1.0.6.bazel"
}
},
"rules_rust_wasm_bindgen__cfg-if-1.0.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__cfg-if-1.0.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__cfg-if-1.0.0",
"sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/cfg-if/1.0.0/download"
],
"strip_prefix": "cfg-if-1.0.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"
}
},
"rules_rust_prost__windows_x86_64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__windows_x86_64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__windows_x86_64_gnullvm-0.48.0",
"sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_x86_64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_prost__pin-project-lite-0.2.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__pin-project-lite-0.2.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__pin-project-lite-0.2.9",
"sha256": "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download"
],
"strip_prefix": "pin-project-lite-0.2.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.pin-project-lite-0.2.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.pin-project-lite-0.2.9.bazel"
}
},
"cui__gix-credentials-0.20.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-credentials-0.20.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-credentials-0.20.0",
"sha256": "46900b884cc5af6a6c141ee741607c0c651a4e1d33614b8d888a1ba81cc0bc8a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-credentials/0.20.0/download"
],
"strip_prefix": "gix-credentials-0.20.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-credentials-0.20.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-credentials-0.20.0.bazel"
}
},
"rules_rust_prost__syn-2.0.18": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__syn-2.0.18",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__syn-2.0.18",
"sha256": "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/syn/2.0.18/download"
],
"strip_prefix": "syn-2.0.18",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.syn-2.0.18.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.syn-2.0.18.bazel"
}
},
"rules_rust_prost__linux-raw-sys-0.3.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__linux-raw-sys-0.3.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__linux-raw-sys-0.3.8",
"sha256": "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/linux-raw-sys/0.3.8/download"
],
"strip_prefix": "linux-raw-sys-0.3.8",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.91",
+ "sha256": "806a045c4ec4ef7c3ad86dc27bcb641b84d9eeb3846200f56d7ab0885241d654",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-cli-support/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-cli-support-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-cli-support-0.2.91.bazel"
}
},
"cui__serde_derive-1.0.190": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__serde_derive-1.0.190",
+ "name": "rules_rust~0.40.0~i~cui__serde_derive-1.0.190",
"sha256": "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde_derive/1.0.190/download"
],
"strip_prefix": "serde_derive-1.0.190",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.serde_derive-1.0.190.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.serde_derive-1.0.190.bazel"
}
},
"rules_rust_prost__regex-syntax-0.7.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__regex-syntax-0.7.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__regex-syntax-0.7.2",
"sha256": "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/regex-syntax/0.7.2/download"
],
"strip_prefix": "regex-syntax-0.7.2",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.regex-syntax-0.7.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.regex-syntax-0.7.2.bazel"
}
},
"rules_rust_wasm_bindgen__serde-1.0.171": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__serde-1.0.171",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__serde-1.0.171",
"sha256": "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/serde/1.0.171/download"
],
"strip_prefix": "serde-1.0.171",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.serde-1.0.171.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.serde-1.0.171.bazel"
+ }
+ },
+ "rules_rust_wasm_bindgen__wasm-bindgen-macro-0.2.91": {
+ "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
+ "ruleClassName": "http_archive",
+ "attributes": {
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-macro-0.2.91",
+ "sha256": "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed",
+ "type": "tar.gz",
+ "urls": [
+ "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.91/download"
+ ],
+ "strip_prefix": "wasm-bindgen-macro-0.2.91",
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-macro-0.2.91.bazel"
}
},
"cui__pest_generator-2.7.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__pest_generator-2.7.0",
+ "name": "rules_rust~0.40.0~i~cui__pest_generator-2.7.0",
"sha256": "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/pest_generator/2.7.0/download"
],
"strip_prefix": "pest_generator-2.7.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.pest_generator-2.7.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.pest_generator-2.7.0.bazel"
}
},
"cui__chrono-tz-0.8.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__chrono-tz-0.8.4",
+ "name": "rules_rust~0.40.0~i~cui__chrono-tz-0.8.4",
"sha256": "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/chrono-tz/0.8.4/download"
],
"strip_prefix": "chrono-tz-0.8.4",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.chrono-tz-0.8.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.chrono-tz-0.8.4.bazel"
}
},
"cui__gix-revision-0.22.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-revision-0.22.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-revision-0.22.0",
"sha256": "c8c4b15cf2ab7a35f5bcb3ef146187c8d36df0177e171ca061913cbaaa890e89",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-revision/0.22.0/download"
],
"strip_prefix": "gix-revision-0.22.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-revision-0.22.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-revision-0.22.0.bazel"
}
},
"cui__camino-1.1.6": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__camino-1.1.6",
+ "name": "rules_rust~0.40.0~i~cui__camino-1.1.6",
"sha256": "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/camino/1.1.6/download"
],
"strip_prefix": "camino-1.1.6",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.camino-1.1.6.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.camino-1.1.6.bazel"
}
},
"cross_x86_64-pc-windows-msvc": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cross_x86_64-pc-windows-msvc",
+ "name": "rules_rust~0.40.0~i~cross_x86_64-pc-windows-msvc",
"urls": [
"https://github.com/rust-embedded/cross/releases/download/v0.2.1/cross-v0.2.1-x86_64-pc-windows-msvc.tar.gz"
],
@@ -13488,266 +13520,252 @@
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__signal-hook-registry-1.4.1",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__signal-hook-registry-1.4.1",
"sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/signal-hook-registry/1.4.1/download"
],
"strip_prefix": "signal-hook-registry-1.4.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.signal-hook-registry-1.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.signal-hook-registry-1.4.1.bazel"
}
},
"cui__gix-config-0.30.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-config-0.30.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-config-0.30.0",
"sha256": "c171514b40487d3f677ae37efc0f45ac980e3169f23c27eb30a70b47fdf88ab5",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-config/0.30.0/download"
],
"strip_prefix": "gix-config-0.30.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-config-0.30.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-config-0.30.0.bazel"
}
},
"cui__unicode-ident-1.0.10": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unicode-ident-1.0.10",
+ "name": "rules_rust~0.40.0~i~cui__unicode-ident-1.0.10",
"sha256": "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unicode-ident/1.0.10/download"
],
"strip_prefix": "unicode-ident-1.0.10",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"
}
},
"rules_rust_prost__heck": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__heck",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__heck",
"sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/heck/0.4.1/download"
],
"strip_prefix": "heck-0.4.1",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.heck-0.4.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.heck-0.4.1.bazel"
}
},
"rules_rust_prost__prost-build-0.11.9": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__prost-build-0.11.9",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__prost-build-0.11.9",
"sha256": "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/prost-build/0.11.9/download"
],
"strip_prefix": "prost-build-0.11.9",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.prost-build-0.11.9.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.prost-build-0.11.9.bazel"
}
},
"cui__gix-discover-0.25.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-discover-0.25.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-discover-0.25.0",
"sha256": "69507643d75a0ea9a402fcf73ced517d2b95cc95385904ac09d03e0b952fde33",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-discover/0.25.0/download"
],
"strip_prefix": "gix-discover-0.25.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-discover-0.25.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-discover-0.25.0.bazel"
}
},
"cui__unic-common-0.9.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__unic-common-0.9.0",
+ "name": "rules_rust~0.40.0~i~cui__unic-common-0.9.0",
"sha256": "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/unic-common/0.9.0/download"
],
"strip_prefix": "unic-common-0.9.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.unic-common-0.9.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.unic-common-0.9.0.bazel"
}
},
"rules_rust_prost__tower-0.4.13": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_prost__tower-0.4.13",
+ "name": "rules_rust~0.40.0~i~rules_rust_prost__tower-0.4.13",
"sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/tower/0.4.13/download"
],
"strip_prefix": "tower-0.4.13",
- "build_file": "@@rules_rust~0.39.0//proto/prost/private/3rdparty/crates:BUILD.tower-0.4.13.bazel"
+ "build_file": "@@rules_rust~0.40.0//proto/prost/private/3rdparty/crates:BUILD.tower-0.4.13.bazel"
}
},
"rules_rust_wasm_bindgen__itoa-1.0.8": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__itoa-1.0.8",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__itoa-1.0.8",
"sha256": "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/itoa/1.0.8/download"
],
"strip_prefix": "itoa-1.0.8",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.itoa-1.0.8.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.itoa-1.0.8.bazel"
}
},
"rules_rust_bindgen__libloading-0.7.4": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__libloading-0.7.4",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__libloading-0.7.4",
"sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/libloading/0.7.4/download"
],
"strip_prefix": "libloading-0.7.4",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.libloading-0.7.4.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.libloading-0.7.4.bazel"
}
},
"rules_rust_bindgen__windows_aarch64_gnullvm-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__windows_aarch64_gnullvm-0.48.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__windows_aarch64_gnullvm-0.48.0",
"sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download"
],
"strip_prefix": "windows_aarch64_gnullvm-0.48.0",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"
}
},
"rules_rust_wasm_bindgen__alloc-stdlib-0.2.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__alloc-stdlib-0.2.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__alloc-stdlib-0.2.2",
"sha256": "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/alloc-stdlib/0.2.2/download"
],
"strip_prefix": "alloc-stdlib-0.2.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.alloc-stdlib-0.2.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.alloc-stdlib-0.2.2.bazel"
}
},
"rules_rust_wasm_bindgen__bitflags-1.3.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__bitflags-1.3.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__bitflags-1.3.2",
"sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/bitflags/1.3.2/download"
],
"strip_prefix": "bitflags-1.3.2",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"
}
},
"rules_rust_bindgen__peeking_take_while-0.1.2": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_bindgen__peeking_take_while-0.1.2",
+ "name": "rules_rust~0.40.0~i~rules_rust_bindgen__peeking_take_while-0.1.2",
"sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/peeking_take_while/0.1.2/download"
],
"strip_prefix": "peeking_take_while-0.1.2",
- "build_file": "@@rules_rust~0.39.0//bindgen/3rdparty/crates:BUILD.peeking_take_while-0.1.2.bazel"
+ "build_file": "@@rules_rust~0.40.0//bindgen/3rdparty/crates:BUILD.peeking_take_while-0.1.2.bazel"
}
},
"cui__gix-ignore-0.8.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__gix-ignore-0.8.0",
+ "name": "rules_rust~0.40.0~i~cui__gix-ignore-0.8.0",
"sha256": "b048f443a1f6b02da4205c34d2e287e3fd45d75e8e2f06cfb216630ea9bff5e3",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/gix-ignore/0.8.0/download"
],
"strip_prefix": "gix-ignore-0.8.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.gix-ignore-0.8.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.gix-ignore-0.8.0.bazel"
}
},
"rules_rust_wasm_bindgen__rayon-core-1.11.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__rayon-core-1.11.0",
+ "name": "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rayon-core-1.11.0",
"sha256": "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/rayon-core/1.11.0/download"
],
"strip_prefix": "rayon-core-1.11.0",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.rayon-core-1.11.0.bazel"
+ "build_file": "@@rules_rust~0.40.0//wasm_bindgen/3rdparty/crates:BUILD.rayon-core-1.11.0.bazel"
}
},
"cui__utf8parse-0.2.1": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__utf8parse-0.2.1",
+ "name": "rules_rust~0.40.0~i~cui__utf8parse-0.2.1",
"sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/utf8parse/0.2.1/download"
],
"strip_prefix": "utf8parse-0.2.1",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.utf8parse-0.2.1.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.utf8parse-0.2.1.bazel"
}
},
"cui__windows-0.48.0": {
"bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
"ruleClassName": "http_archive",
"attributes": {
- "name": "rules_rust~0.39.0~internal_deps~cui__windows-0.48.0",
+ "name": "rules_rust~0.40.0~i~cui__windows-0.48.0",
"sha256": "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f",
"type": "tar.gz",
"urls": [
"https://crates.io/api/v1/crates/windows/0.48.0/download"
],
"strip_prefix": "windows-0.48.0",
- "build_file": "@@rules_rust~0.39.0//crate_universe/3rdparty/crates:BUILD.windows-0.48.0.bazel"
- }
- },
- "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.89": {
- "bzlFile": "@@bazel_tools//tools/build_defs/repo:http.bzl",
- "ruleClassName": "http_archive",
- "attributes": {
- "name": "rules_rust~0.39.0~internal_deps~rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.89",
- "sha256": "cf8226e223e2dfbe8f921b7f20b82d1b5d86a6b143e9d6286cca8edd16695583",
- "type": "tar.gz",
- "urls": [
- "https://crates.io/api/v1/crates/wasm-bindgen-cli-support/0.2.89/download"
- ],
- "strip_prefix": "wasm-bindgen-cli-support-0.2.89",
- "build_file": "@@rules_rust~0.39.0//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-cli-support-0.2.89.bazel"
+ "build_file": "@@rules_rust~0.40.0//crate_universe/3rdparty/crates:BUILD.windows-0.48.0.bazel"
}
}
},
@@ -13824,9 +13842,9 @@
"rules_rust_wasm_bindgen__serde_json-1.0.102",
"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__assert_cmd-1.0.8",
"rules_rust_wasm_bindgen__diff-0.1.13",
"rules_rust_wasm_bindgen__predicates-1.0.8",
@@ -13846,19 +13864,364 @@
},
"recordedRepoMappingEntries": [
[
- "rules_rust~0.39.0",
+ "rules_rust~0.40.0",
"bazel_skylib",
"bazel_skylib~1.5.0"
],
[
- "rules_rust~0.39.0",
+ "rules_rust~0.40.0",
"bazel_tools",
"bazel_tools"
],
[
- "rules_rust~0.39.0",
+ "rules_rust~0.40.0",
+ "cui__anyhow-1.0.75",
+ "rules_rust~0.40.0~i~cui__anyhow-1.0.75"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__camino-1.1.6",
+ "rules_rust~0.40.0~i~cui__camino-1.1.6"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__cargo-lock-9.0.0",
+ "rules_rust~0.40.0~i~cui__cargo-lock-9.0.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__cargo-platform-0.1.4",
+ "rules_rust~0.40.0~i~cui__cargo-platform-0.1.4"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__cargo_metadata-0.18.1",
+ "rules_rust~0.40.0~i~cui__cargo_metadata-0.18.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__cargo_toml-0.17.1",
+ "rules_rust~0.40.0~i~cui__cargo_toml-0.17.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__cfg-expr-0.15.5",
+ "rules_rust~0.40.0~i~cui__cfg-expr-0.15.5"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__clap-4.3.11",
+ "rules_rust~0.40.0~i~cui__clap-4.3.11"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__crates-index-2.2.0",
+ "rules_rust~0.40.0~i~cui__crates-index-2.2.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__hex-0.4.3",
+ "rules_rust~0.40.0~i~cui__hex-0.4.3"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__indoc-2.0.4",
+ "rules_rust~0.40.0~i~cui__indoc-2.0.4"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__itertools-0.12.0",
+ "rules_rust~0.40.0~i~cui__itertools-0.12.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__maplit-1.0.2",
+ "rules_rust~0.40.0~i~cui__maplit-1.0.2"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__normpath-1.1.1",
+ "rules_rust~0.40.0~i~cui__normpath-1.1.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__pathdiff-0.2.1",
+ "rules_rust~0.40.0~i~cui__pathdiff-0.2.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__regex-1.10.2",
+ "rules_rust~0.40.0~i~cui__regex-1.10.2"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__semver-1.0.20",
+ "rules_rust~0.40.0~i~cui__semver-1.0.20"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__serde-1.0.190",
+ "rules_rust~0.40.0~i~cui__serde-1.0.190"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__serde_json-1.0.108",
+ "rules_rust~0.40.0~i~cui__serde_json-1.0.108"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__serde_starlark-0.1.14",
+ "rules_rust~0.40.0~i~cui__serde_starlark-0.1.14"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__sha2-0.10.8",
+ "rules_rust~0.40.0~i~cui__sha2-0.10.8"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__spdx-0.10.3",
+ "rules_rust~0.40.0~i~cui__spdx-0.10.3"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__spectral-0.6.0",
+ "rules_rust~0.40.0~i~cui__spectral-0.6.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__tempfile-3.8.1",
+ "rules_rust~0.40.0~i~cui__tempfile-3.8.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__tera-1.19.1",
+ "rules_rust~0.40.0~i~cui__tera-1.19.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__textwrap-0.16.0",
+ "rules_rust~0.40.0~i~cui__textwrap-0.16.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__toml-0.8.10",
+ "rules_rust~0.40.0~i~cui__toml-0.8.10"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__tracing-0.1.40",
+ "rules_rust~0.40.0~i~cui__tracing-0.1.40"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "cui__tracing-subscriber-0.3.17",
+ "rules_rust~0.40.0~i~cui__tracing-subscriber-0.3.17"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rrra__anyhow-1.0.71",
+ "rules_rust~0.40.0~i~rrra__anyhow-1.0.71"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rrra__clap-4.3.11",
+ "rules_rust~0.40.0~i~rrra__clap-4.3.11"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rrra__env_logger-0.10.0",
+ "rules_rust~0.40.0~i~rrra__env_logger-0.10.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rrra__itertools-0.11.0",
+ "rules_rust~0.40.0~i~rrra__itertools-0.11.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rrra__log-0.4.19",
+ "rules_rust~0.40.0~i~rrra__log-0.4.19"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rrra__serde-1.0.171",
+ "rules_rust~0.40.0~i~rrra__serde-1.0.171"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rrra__serde_json-1.0.102",
+ "rules_rust~0.40.0~i~rrra__serde_json-1.0.102"
+ ],
+ [
+ "rules_rust~0.40.0",
"rules_rust",
- "rules_rust~0.39.0"
+ "rules_rust~0.40.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_bindgen__bindgen-0.69.1",
+ "rules_rust~0.40.0~i~rules_rust_bindgen__bindgen-0.69.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_bindgen__clang-sys-1.6.1",
+ "rules_rust~0.40.0~i~rules_rust_bindgen__clang-sys-1.6.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_bindgen__clap-4.3.3",
+ "rules_rust~0.40.0~i~rules_rust_bindgen__clap-4.3.3"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_bindgen__clap_complete-4.3.1",
+ "rules_rust~0.40.0~i~rules_rust_bindgen__clap_complete-4.3.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_bindgen__env_logger-0.10.0",
+ "rules_rust~0.40.0~i~rules_rust_bindgen__env_logger-0.10.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__h2-0.3.19",
+ "rules_rust~0.40.0~i~rules_rust_prost__h2-0.3.19"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__prost-0.11.9",
+ "rules_rust~0.40.0~i~rules_rust_prost__prost-0.11.9"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__prost-types-0.11.9",
+ "rules_rust~0.40.0~i~rules_rust_prost__prost-types-0.11.9"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__protoc-gen-prost-0.2.2",
+ "rules_rust~0.40.0~i~rules_rust_prost__protoc-gen-prost-0.2.2"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__protoc-gen-tonic-0.2.2",
+ "rules_rust~0.40.0~i~rules_rust_prost__protoc-gen-tonic-0.2.2"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__tokio-1.28.2",
+ "rules_rust~0.40.0~i~rules_rust_prost__tokio-1.28.2"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__tokio-stream-0.1.14",
+ "rules_rust~0.40.0~i~rules_rust_prost__tokio-stream-0.1.14"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_prost__tonic-0.9.2",
+ "rules_rust~0.40.0~i~rules_rust_prost__tonic-0.9.2"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__anyhow-1.0.71",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__anyhow-1.0.71"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__assert_cmd-1.0.8",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__assert_cmd-1.0.8"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__diff-0.1.13",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__diff-0.1.13"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__docopt-1.1.1",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__docopt-1.1.1"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__env_logger-0.8.4",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__env_logger-0.8.4"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__log-0.4.19",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__log-0.4.19"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__predicates-1.0.8",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__predicates-1.0.8"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__rayon-1.7.0",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rayon-1.7.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__rouille-3.6.2",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__rouille-3.6.2"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__serde-1.0.171",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__serde-1.0.171"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__serde_derive-1.0.171",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__serde_derive-1.0.171"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__serde_json-1.0.102",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__serde_json-1.0.102"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__tempfile-3.6.0",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__tempfile-3.6.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__ureq-2.8.0",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__ureq-2.8.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__walrus-0.20.3",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__walrus-0.20.3"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__wasm-bindgen-0.2.91",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-0.2.91"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.91",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.91"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.91",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.91"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__wasmparser-0.102.0",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasmparser-0.102.0"
+ ],
+ [
+ "rules_rust~0.40.0",
+ "rules_rust_wasm_bindgen__wasmprinter-0.2.60",
+ "rules_rust~0.40.0~i~rules_rust_wasm_bindgen__wasmprinter-0.2.60"
]
]
}
diff --git a/third-party/bazel/BUILD.anstyle-1.0.6.bazel b/third-party/bazel/BUILD.anstyle-1.0.6.bazel
index a0eda8f9..4297dc85 100644
--- a/third-party/bazel/BUILD.anstyle-1.0.6.bazel
+++ b/third-party/bazel/BUILD.anstyle-1.0.6.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "anstyle",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.bazel b/third-party/bazel/BUILD.bazel
index 36c6d358..a9ac0926 100644
--- a/third-party/bazel/BUILD.bazel
+++ b/third-party/bazel/BUILD.bazel
@@ -13,15 +13,21 @@ exports_files(
"cargo-bazel.json",
"crates.bzl",
"defs.bzl",
- ] + glob(["*.bazel"]),
+ ] + glob(
+ include = ["*.bazel"],
+ allow_empty = True,
+ ),
)
filegroup(
name = "srcs",
- srcs = glob([
- "*.bazel",
- "*.bzl",
- ]),
+ srcs = glob(
+ include = [
+ "*.bazel",
+ "*.bzl",
+ ],
+ allow_empty = True,
+ ),
)
# Workspace Member Dependencies
diff --git a/third-party/bazel/BUILD.cc-1.0.89.bazel b/third-party/bazel/BUILD.cc-1.0.89.bazel
index 118bace6..98e2c88f 100644
--- a/third-party/bazel/BUILD.cc-1.0.89.bazel
+++ b/third-party/bazel/BUILD.cc-1.0.89.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "cc",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.clap-4.5.1.bazel b/third-party/bazel/BUILD.clap-4.5.1.bazel
index 4fe61bc8..86ccdf27 100644
--- a/third-party/bazel/BUILD.clap-4.5.1.bazel
+++ b/third-party/bazel/BUILD.clap-4.5.1.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "clap",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.clap_builder-4.5.1.bazel b/third-party/bazel/BUILD.clap_builder-4.5.1.bazel
index 073dee1c..8706d024 100644
--- a/third-party/bazel/BUILD.clap_builder-4.5.1.bazel
+++ b/third-party/bazel/BUILD.clap_builder-4.5.1.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "clap_builder",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.clap_lex-0.7.0.bazel b/third-party/bazel/BUILD.clap_lex-0.7.0.bazel
index f45cee05..30a3006e 100644
--- a/third-party/bazel/BUILD.clap_lex-0.7.0.bazel
+++ b/third-party/bazel/BUILD.clap_lex-0.7.0.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "clap_lex",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel b/third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel
index 9134caec..2db5b317 100644
--- a/third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel
+++ b/third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "codespan_reporting",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.once_cell-1.19.0.bazel b/third-party/bazel/BUILD.once_cell-1.19.0.bazel
index 0133de90..d534c02e 100644
--- a/third-party/bazel/BUILD.once_cell-1.19.0.bazel
+++ b/third-party/bazel/BUILD.once_cell-1.19.0.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "once_cell",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.proc-macro2-1.0.78.bazel b/third-party/bazel/BUILD.proc-macro2-1.0.78.bazel
index 5a0e6252..697feaa9 100644
--- a/third-party/bazel/BUILD.proc-macro2-1.0.78.bazel
+++ b/third-party/bazel/BUILD.proc-macro2-1.0.78.bazel
@@ -13,9 +13,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "proc_macro2",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -87,8 +91,11 @@ rust_library(
)
cargo_build_script(
- name = "proc-macro2_build_script",
- srcs = glob(["**/*.rs"]),
+ name = "proc-macro2_bs",
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
crate_features = [
"default",
"proc-macro",
@@ -98,6 +105,7 @@ cargo_build_script(
crate_root = "build.rs",
data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -124,6 +132,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":proc-macro2_build_script",
+ actual = ":proc-macro2_bs",
tags = ["manual"],
)
diff --git a/third-party/bazel/BUILD.quote-1.0.35.bazel b/third-party/bazel/BUILD.quote-1.0.35.bazel
index 7f32ebbc..bcf1e9cf 100644
--- a/third-party/bazel/BUILD.quote-1.0.35.bazel
+++ b/third-party/bazel/BUILD.quote-1.0.35.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "quote",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.scratch-1.0.7.bazel b/third-party/bazel/BUILD.scratch-1.0.7.bazel
index 9e1dec58..c4ecfa57 100644
--- a/third-party/bazel/BUILD.scratch-1.0.7.bazel
+++ b/third-party/bazel/BUILD.scratch-1.0.7.bazel
@@ -13,9 +13,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "scratch",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -81,12 +85,16 @@ rust_library(
)
cargo_build_script(
- name = "scratch_build_script",
- srcs = glob(["**/*.rs"]),
+ name = "scratch_bs",
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -113,6 +121,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":scratch_build_script",
+ actual = ":scratch_bs",
tags = ["manual"],
)
diff --git a/third-party/bazel/BUILD.syn-2.0.52.bazel b/third-party/bazel/BUILD.syn-2.0.52.bazel
index 95eb4e4f..5ceb93d2 100644
--- a/third-party/bazel/BUILD.syn-2.0.52.bazel
+++ b/third-party/bazel/BUILD.syn-2.0.52.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "syn",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.termcolor-1.4.1.bazel b/third-party/bazel/BUILD.termcolor-1.4.1.bazel
index 78129bd5..100fb7ee 100644
--- a/third-party/bazel/BUILD.termcolor-1.4.1.bazel
+++ b/third-party/bazel/BUILD.termcolor-1.4.1.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "termcolor",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.unicode-ident-1.0.12.bazel b/third-party/bazel/BUILD.unicode-ident-1.0.12.bazel
index 4d3265a1..e29b1725 100644
--- a/third-party/bazel/BUILD.unicode-ident-1.0.12.bazel
+++ b/third-party/bazel/BUILD.unicode-ident-1.0.12.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "unicode_ident",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.unicode-width-0.1.11.bazel b/third-party/bazel/BUILD.unicode-width-0.1.11.bazel
index 71e14756..20d9be3b 100644
--- a/third-party/bazel/BUILD.unicode-width-0.1.11.bazel
+++ b/third-party/bazel/BUILD.unicode-width-0.1.11.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "unicode_width",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.winapi-0.3.9.bazel b/third-party/bazel/BUILD.winapi-0.3.9.bazel
index 7dea0807..b7181ef3 100644
--- a/third-party/bazel/BUILD.winapi-0.3.9.bazel
+++ b/third-party/bazel/BUILD.winapi-0.3.9.bazel
@@ -13,9 +13,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "winapi",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -94,8 +98,11 @@ rust_library(
)
cargo_build_script(
- name = "winapi_build_script",
- srcs = glob(["**/*.rs"]),
+ name = "winapi_bs",
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
crate_features = [
"consoleapi",
"errhandlingapi",
@@ -113,6 +120,7 @@ cargo_build_script(
crate_root = "build.rs",
data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -139,6 +147,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":winapi_build_script",
+ actual = ":winapi_bs",
tags = ["manual"],
)
diff --git a/third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
index ae8f2e69..2e3a99ae 100644
--- a/third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
+++ b/third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
@@ -13,9 +13,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "winapi_i686_pc_windows_gnu",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -81,12 +85,16 @@ rust_library(
)
cargo_build_script(
- name = "winapi-i686-pc-windows-gnu_build_script",
- srcs = glob(["**/*.rs"]),
+ name = "winapi-i686-pc-windows-gnu_bs",
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -113,6 +121,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":winapi-i686-pc-windows-gnu_build_script",
+ actual = ":winapi-i686-pc-windows-gnu_bs",
tags = ["manual"],
)
diff --git a/third-party/bazel/BUILD.winapi-util-0.1.6.bazel b/third-party/bazel/BUILD.winapi-util-0.1.6.bazel
index 5ae1276d..ed519474 100644
--- a/third-party/bazel/BUILD.winapi-util-0.1.6.bazel
+++ b/third-party/bazel/BUILD.winapi-util-0.1.6.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "winapi_util",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
diff --git a/third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
index b46f0258..cabae837 100644
--- a/third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
+++ b/third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
@@ -13,9 +13,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "winapi_x86_64_pc_windows_gnu",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -81,12 +85,16 @@ rust_library(
)
cargo_build_script(
- name = "winapi-x86_64-pc-windows-gnu_build_script",
- srcs = glob(["**/*.rs"]),
+ name = "winapi-x86_64-pc-windows-gnu_bs",
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
@@ -113,6 +121,6 @@ cargo_build_script(
alias(
name = "build_script_build",
- actual = ":winapi-x86_64-pc-windows-gnu_build_script",
+ actual = ":winapi-x86_64-pc-windows-gnu_bs",
tags = ["manual"],
)
diff --git a/third-party/bazel/defs.bzl b/third-party/bazel/defs.bzl
index ab55575f..af82f20d 100644
--- a/third-party/bazel/defs.bzl
+++ b/third-party/bazel/defs.bzl
@@ -295,14 +295,14 @@ def aliases(
_NORMAL_DEPENDENCIES = {
"third-party": {
_COMMON_CONDITION: {
- "cc": "@vendor__cc-1.0.89//:cc",
- "clap": "@vendor__clap-4.5.1//:clap",
- "codespan-reporting": "@vendor__codespan-reporting-0.11.1//:codespan_reporting",
- "once_cell": "@vendor__once_cell-1.19.0//:once_cell",
- "proc-macro2": "@vendor__proc-macro2-1.0.78//:proc_macro2",
- "quote": "@vendor__quote-1.0.35//:quote",
- "scratch": "@vendor__scratch-1.0.7//:scratch",
- "syn": "@vendor__syn-2.0.52//:syn",
+ "cc": Label("@vendor__cc-1.0.89//:cc"),
+ "clap": Label("@vendor__clap-4.5.1//:clap"),
+ "codespan-reporting": Label("@vendor__codespan-reporting-0.11.1//:codespan_reporting"),
+ "once_cell": Label("@vendor__once_cell-1.19.0//:once_cell"),
+ "proc-macro2": Label("@vendor__proc-macro2-1.0.78//:proc_macro2"),
+ "quote": Label("@vendor__quote-1.0.35//:quote"),
+ "scratch": Label("@vendor__scratch-1.0.7//:scratch"),
+ "syn": Label("@vendor__syn-2.0.52//:syn"),
},
},
}