Verify that the Cargo lockfile is complete
cargo-raze will happily just use the newest versions of anything missing
from here, which leads to CI failures when new versions are released.
Apparently we had a lot of dependencies that didn't meet the correct
version requirements, so they had to get upgraded along with this change
to validate those. I did verify that this isn't just upgrading
everything to the newest versions by doing that manually, it picks up a
few more.
Change-Id: I2c1363a977a159e54c376d50bf376a98fddde10c
Signed-off-by: Brian Silverman <bsilver16384@gmail.com>
diff --git a/Cargo.toml b/Cargo.toml
index 8f57539..057c4b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -105,6 +105,9 @@
[package.metadata.raze.crates.cxx-gen.'*']
compile_data_attr = "[\"src/gen/include/cxx.h\"]"
+[package.metadata.raze.crates.clap.'3.*']
+compile_data_attr = "[\"examples/demo.md\"]"
+
[package.metadata.raze.crates.supports-hyperlinks.'*']
compile_data_attr = "[\"README.md\"]"
diff --git a/third_party/cargo/BUILD.bazel b/third_party/cargo/BUILD.bazel
index 179912e..1877400 100644
--- a/third_party/cargo/BUILD.bazel
+++ b/third_party/cargo/BUILD.bazel
@@ -14,7 +14,7 @@
# Aliased targets
alias(
name = "anyhow",
- actual = "@raze__anyhow__1_0_58//:anyhow",
+ actual = "@raze__anyhow__1_0_68//:anyhow",
tags = [
"cargo-raze",
"manual",
@@ -23,7 +23,7 @@
alias(
name = "aquamarine",
- actual = "@raze__aquamarine__0_1_11//:aquamarine",
+ actual = "@raze__aquamarine__0_1_12//:aquamarine",
tags = [
"cargo-raze",
"manual",
@@ -77,7 +77,7 @@
alias(
name = "cc",
- actual = "@raze__cc__1_0_73//:cc",
+ actual = "@raze__cc__1_0_78//:cc",
tags = [
"cargo-raze",
"manual",
@@ -86,7 +86,7 @@
alias(
name = "clap",
- actual = "@raze__clap__3_2_12//:clap",
+ actual = "@raze__clap__3_2_23//:clap",
tags = [
"cargo-raze",
"manual",
@@ -95,7 +95,7 @@
alias(
name = "cxx",
- actual = "@raze__cxx__1_0_71//:cxx",
+ actual = "@raze__cxx__1_0_85//:cxx",
tags = [
"cargo-raze",
"manual",
@@ -104,7 +104,7 @@
alias(
name = "cxx_cc",
- actual = "@raze__cxx__1_0_71//:cxx_cc",
+ actual = "@raze__cxx__1_0_85//:cxx_cc",
tags = [
"cargo-raze",
"manual",
@@ -113,7 +113,7 @@
alias(
name = "cxx_gen",
- actual = "@raze__cxx_gen__0_7_71//:cxx_gen",
+ actual = "@raze__cxx_gen__0_7_85//:cxx_gen",
tags = [
"cargo-raze",
"manual",
@@ -122,7 +122,7 @@
alias(
name = "cargo_bin_cxxbridge",
- actual = "@raze__cxxbridge_cmd__1_0_71//:cargo_bin_cxxbridge",
+ actual = "@raze__cxxbridge_cmd__1_0_77//:cargo_bin_cxxbridge",
tags = [
"cargo-raze",
"manual",
@@ -131,7 +131,7 @@
alias(
name = "cxxbridge_cmd",
- actual = "@raze__cxxbridge_cmd__1_0_71//:cxxbridge_cmd",
+ actual = "@raze__cxxbridge_cmd__1_0_77//:cxxbridge_cmd",
tags = [
"cargo-raze",
"manual",
@@ -140,7 +140,7 @@
alias(
name = "cxxbridge_macro",
- actual = "@raze__cxxbridge_macro__1_0_71//:cxxbridge_macro",
+ actual = "@raze__cxxbridge_macro__1_0_85//:cxxbridge_macro",
tags = [
"cargo-raze",
"manual",
@@ -149,7 +149,7 @@
alias(
name = "env_logger",
- actual = "@raze__env_logger__0_9_0//:env_logger",
+ actual = "@raze__env_logger__0_9_3//:env_logger",
tags = [
"cargo-raze",
"manual",
@@ -158,7 +158,7 @@
alias(
name = "futures",
- actual = "@raze__futures__0_3_21//:futures",
+ actual = "@raze__futures__0_3_25//:futures",
tags = [
"cargo-raze",
"manual",
@@ -167,7 +167,7 @@
alias(
name = "indexmap",
- actual = "@raze__indexmap__1_9_1//:indexmap",
+ actual = "@raze__indexmap__1_9_2//:indexmap",
tags = [
"cargo-raze",
"manual",
@@ -176,7 +176,7 @@
alias(
name = "indoc",
- actual = "@raze__indoc__1_0_6//:indoc",
+ actual = "@raze__indoc__1_0_8//:indoc",
tags = [
"cargo-raze",
"manual",
@@ -185,7 +185,7 @@
alias(
name = "itertools",
- actual = "@raze__itertools__0_10_3//:itertools",
+ actual = "@raze__itertools__0_10_5//:itertools",
tags = [
"cargo-raze",
"manual",
@@ -203,7 +203,7 @@
alias(
name = "link_cplusplus",
- actual = "@raze__link_cplusplus__1_0_6//:link_cplusplus",
+ actual = "@raze__link_cplusplus__1_0_8//:link_cplusplus",
tags = [
"cargo-raze",
"manual",
@@ -230,7 +230,7 @@
alias(
name = "moveit",
- actual = "@raze__moveit__0_5_0//:moveit",
+ actual = "@raze__moveit__0_5_1//:moveit",
tags = [
"cargo-raze",
"manual",
@@ -239,7 +239,7 @@
alias(
name = "once_cell",
- actual = "@raze__once_cell__1_13_0//:once_cell",
+ actual = "@raze__once_cell__1_16_0//:once_cell",
tags = [
"cargo-raze",
"manual",
@@ -257,7 +257,7 @@
alias(
name = "proc_macro2",
- actual = "@raze__proc_macro2__1_0_40//:proc_macro2",
+ actual = "@raze__proc_macro2__1_0_49//:proc_macro2",
tags = [
"cargo-raze",
"manual",
@@ -275,7 +275,7 @@
alias(
name = "quote",
- actual = "@raze__quote__1_0_20//:quote",
+ actual = "@raze__quote__1_0_23//:quote",
tags = [
"cargo-raze",
"manual",
@@ -284,7 +284,7 @@
alias(
name = "regex",
- actual = "@raze__regex__1_6_0//:regex",
+ actual = "@raze__regex__1_7_0//:regex",
tags = [
"cargo-raze",
"manual",
@@ -311,7 +311,7 @@
alias(
name = "serde",
- actual = "@raze__serde__1_0_139//:serde",
+ actual = "@raze__serde__1_0_151//:serde",
tags = [
"cargo-raze",
"manual",
@@ -320,7 +320,7 @@
alias(
name = "serde_json",
- actual = "@raze__serde_json__1_0_82//:serde_json",
+ actual = "@raze__serde_json__1_0_91//:serde_json",
tags = [
"cargo-raze",
"manual",
@@ -329,7 +329,7 @@
alias(
name = "smallvec",
- actual = "@raze__smallvec__1_9_0//:smallvec",
+ actual = "@raze__smallvec__1_10_0//:smallvec",
tags = [
"cargo-raze",
"manual",
@@ -338,7 +338,7 @@
alias(
name = "strum_macros",
- actual = "@raze__strum_macros__0_24_2//:strum_macros",
+ actual = "@raze__strum_macros__0_24_3//:strum_macros",
tags = [
"cargo-raze",
"manual",
@@ -347,7 +347,7 @@
alias(
name = "syn",
- actual = "@raze__syn__1_0_98//:syn",
+ actual = "@raze__syn__1_0_107//:syn",
tags = [
"cargo-raze",
"manual",
@@ -365,7 +365,7 @@
alias(
name = "test_log",
- actual = "@raze__test_log__0_2_10//:test_log",
+ actual = "@raze__test_log__0_2_11//:test_log",
tags = [
"cargo-raze",
"manual",
@@ -374,7 +374,7 @@
alias(
name = "thiserror",
- actual = "@raze__thiserror__1_0_31//:thiserror",
+ actual = "@raze__thiserror__1_0_38//:thiserror",
tags = [
"cargo-raze",
"manual",
@@ -383,7 +383,7 @@
alias(
name = "toml",
- actual = "@raze__toml__0_5_9//:toml",
+ actual = "@raze__toml__0_5_10//:toml",
tags = [
"cargo-raze",
"manual",
@@ -392,7 +392,7 @@
alias(
name = "trybuild",
- actual = "@raze__trybuild__1_0_63//:trybuild",
+ actual = "@raze__trybuild__1_0_73//:trybuild",
tags = [
"cargo-raze",
"manual",
@@ -401,7 +401,7 @@
alias(
name = "uuid",
- actual = "@raze__uuid__1_1_2//:uuid",
+ actual = "@raze__uuid__1_2_2//:uuid",
tags = [
"cargo-raze",
"manual",
diff --git a/third_party/cargo/Cargo.raze.lock b/third_party/cargo/Cargo.raze.lock
index bc0a380..37bb02b 100644
--- a/third_party/cargo/Cargo.raze.lock
+++ b/third_party/cargo/Cargo.raze.lock
@@ -1,10 +1,12 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "addr2line"
-version = "0.17.0"
+version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
+checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
@@ -16,10 +18,21 @@
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
-name = "aho-corasick"
-version = "0.7.18"
+name = "ahash"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
+checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
+dependencies = [
+ "getrandom",
+ "once_cell",
+ "version_check",
+]
+
+[[package]]
+name = "aho-corasick"
+version = "0.7.20"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
@@ -35,15 +48,15 @@
[[package]]
name = "anyhow"
-version = "1.0.58"
+version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
+checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "aquamarine"
-version = "0.1.11"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96e14cb2a51c8b45d26a4219981985c7350fc05eacb7b5b2939bceb2ffefdf3e"
+checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
dependencies = [
"itertools 0.9.0",
"proc-macro-error",
@@ -103,8 +116,8 @@
"cexpr 0.6.0",
"clang-sys",
"clap 2.34.0",
- "env_logger 0.9.0",
- "itertools 0.10.3",
+ "env_logger 0.9.3",
+ "itertools 0.10.5",
"lazy_static",
"lazycell",
"log",
@@ -114,7 +127,7 @@
"regex",
"rustc-hash",
"shlex",
- "which 4.2.5",
+ "which 4.3.0",
]
[[package]]
@@ -128,7 +141,7 @@
"cxx-gen",
"indexmap",
"indoc",
- "itertools 0.10.3",
+ "itertools 0.10.5",
"log",
"miette",
"once_cell",
@@ -151,11 +164,11 @@
"autocxx",
"autocxx-engine",
"autocxx-integration-tests",
- "clap 3.2.12",
+ "clap 3.2.23",
"cxx",
- "env_logger 0.9.0",
+ "env_logger 0.9.3",
"indexmap",
- "itertools 0.10.3",
+ "itertools 0.10.5",
"miette",
"pathdiff",
"proc-macro2",
@@ -170,9 +183,9 @@
"autocxx-engine",
"cc",
"cxx",
- "env_logger 0.9.0",
+ "env_logger 0.9.3",
"indoc",
- "itertools 0.10.3",
+ "itertools 0.10.5",
"link-cplusplus",
"log",
"once_cell",
@@ -201,7 +214,7 @@
version = "0.22.3"
dependencies = [
"indexmap",
- "itertools 0.10.3",
+ "itertools 0.10.5",
"log",
"once_cell",
"proc-macro2",
@@ -214,9 +227,9 @@
[[package]]
name = "backtrace"
-version = "0.3.66"
+version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
+checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [
"addr2line",
"cc",
@@ -269,9 +282,9 @@
[[package]]
name = "cc"
-version = "1.0.73"
+version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
+checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
[[package]]
name = "cexpr"
@@ -305,13 +318,13 @@
[[package]]
name = "clang-sys"
-version = "1.3.3"
+version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
+checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
dependencies = [
"glob",
"libc",
- "libloading 0.7.3",
+ "libloading 0.7.4",
]
[[package]]
@@ -331,9 +344,9 @@
[[package]]
name = "clap"
-version = "3.2.12"
+version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d"
+checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [
"atty",
"bitflags",
@@ -342,7 +355,7 @@
"once_cell",
"strsim 0.10.0",
"termcolor",
- "textwrap 0.15.0",
+ "textwrap 0.16.0",
]
[[package]]
@@ -370,6 +383,7 @@
dependencies = [
"anyhow",
"bindgen",
+ "bitflags",
"cxx",
"cxxbridge-cmd",
"cxxbridge-macro",
@@ -377,25 +391,17 @@
"libloading 0.6.3",
"link-cplusplus",
"once_cell",
+ "smallvec",
"thiserror",
"toml",
"uuid",
]
[[package]]
-name = "core2"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
-dependencies = [
- "memchr",
-]
-
-[[package]]
name = "cxx"
-version = "1.0.71"
+version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5469a6f42296f4fd40789b397383718f9a0bd75d2f9b7cedbb249996811fba27"
+checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
dependencies = [
"cc",
"cxxbridge-flags",
@@ -405,9 +411,9 @@
[[package]]
name = "cxx-gen"
-version = "0.7.71"
+version = "0.7.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c606d018d5f8298464809ab01eb1aaf3efc2d6a984f527477cabda650f9f8688"
+checksum = "ccca653bd8a21c5cfe696cd5347729d43f651298459b22e57c60fbae1cd49fec"
dependencies = [
"codespan-reporting",
"proc-macro2",
@@ -417,11 +423,11 @@
[[package]]
name = "cxxbridge-cmd"
-version = "1.0.71"
+version = "1.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "384d7699599cc149694e38151d20820e8ab5550037526870bee8a27b069ed922"
+checksum = "de38cfccf77ed5c524784e2bcbb8863287acd00af2f5d522370f27257ef86307"
dependencies = [
- "clap 3.2.12",
+ "clap 3.2.23",
"codespan-reporting",
"proc-macro2",
"quote",
@@ -430,15 +436,15 @@
[[package]]
name = "cxxbridge-flags"
-version = "1.0.71"
+version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fef2b4ffdc935c973bc7817d541fc936fdc8a85194cfdd9c761aca8387edd48"
+checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
[[package]]
name = "cxxbridge-macro"
-version = "1.0.71"
+version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d3a240a54f5526967ffae81fdcda1fc80564964220d90816960b2eae2eab7f4"
+checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
dependencies = [
"proc-macro2",
"quote",
@@ -459,9 +465,9 @@
[[package]]
name = "either"
-version = "1.7.0"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
+checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
[[package]]
name = "env_logger"
@@ -478,9 +484,9 @@
[[package]]
name = "env_logger"
-version = "0.9.0"
+version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
+checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",
@@ -491,30 +497,27 @@
[[package]]
name = "fastrand"
-version = "1.7.0"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
+checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
[[package]]
name = "flatbuffers"
-version = "2.1.1"
+version = "22.10.26"
dependencies = [
"bitflags",
- "core2",
+ "rustc_version",
"serde",
- "smallvec",
- "thiserror",
- "thiserror_core2",
]
[[package]]
name = "futures"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
+checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
dependencies = [
"futures-channel",
"futures-core",
@@ -527,9 +530,9 @@
[[package]]
name = "futures-channel"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
+checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
dependencies = [
"futures-core",
"futures-sink",
@@ -537,15 +540,15 @@
[[package]]
name = "futures-core"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
+checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
[[package]]
name = "futures-executor"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
+checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
dependencies = [
"futures-core",
"futures-task",
@@ -554,15 +557,15 @@
[[package]]
name = "futures-io"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
+checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
[[package]]
name = "futures-macro"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
+checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
dependencies = [
"proc-macro2",
"quote",
@@ -571,21 +574,21 @@
[[package]]
name = "futures-sink"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
+checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
[[package]]
name = "futures-task"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
+checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
[[package]]
name = "futures-util"
-version = "0.3.21"
+version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
+checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
dependencies = [
"futures-channel",
"futures-core",
@@ -600,10 +603,21 @@
]
[[package]]
-name = "gimli"
-version = "0.26.1"
+name = "getrandom"
+version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
+checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
+dependencies = [
+ "cfg-if 1.0.0",
+ "libc",
+ "wasi",
+]
+
+[[package]]
+name = "gimli"
+version = "0.27.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
[[package]]
name = "glob"
@@ -613,9 +627,12 @@
[[package]]
name = "hashbrown"
-version = "0.12.2"
+version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022"
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
+dependencies = [
+ "ahash",
+]
[[package]]
name = "heck"
@@ -640,9 +657,9 @@
[[package]]
name = "indexmap"
-version = "1.9.1"
+version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
+checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",
@@ -651,9 +668,9 @@
[[package]]
name = "indoc"
-version = "1.0.6"
+version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
+checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780"
[[package]]
name = "instant"
@@ -681,18 +698,18 @@
[[package]]
name = "itertools"
-version = "0.10.3"
+version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
+checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
-version = "1.0.2"
+version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
+checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
[[package]]
name = "lazy_static"
@@ -708,9 +725,9 @@
[[package]]
name = "libc"
-version = "0.2.126"
+version = "0.2.138"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
+checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
[[package]]
name = "libloading"
@@ -724,9 +741,9 @@
[[package]]
name = "libloading"
-version = "0.7.3"
+version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
+checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if 1.0.0",
"winapi",
@@ -734,9 +751,9 @@
[[package]]
name = "link-cplusplus"
-version = "1.0.6"
+version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8"
+checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
@@ -771,7 +788,7 @@
"supports-hyperlinks",
"supports-unicode",
"terminal_size",
- "textwrap 0.15.0",
+ "textwrap 0.15.2",
"thiserror",
"unicode-width",
]
@@ -795,18 +812,18 @@
[[package]]
name = "miniz_oxide"
-version = "0.5.3"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
+checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "moveit"
-version = "0.5.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "815d5988a1dd22f08bad572a83ee654563bb422ece5d5bce41f31ec49399dcb5"
+checksum = "d7d756ffe4e38013507d35bf726a93fcdae2cae043ab5ce477f13857a335030d"
dependencies = [
"cxx",
]
@@ -833,30 +850,30 @@
[[package]]
name = "object"
-version = "0.29.0"
+version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
+checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
-version = "1.13.0"
+version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
+checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "os_str_bytes"
-version = "6.2.0"
+version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
+checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
[[package]]
name = "owo-colors"
-version = "3.4.0"
+version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b"
+checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "pathdiff"
@@ -889,21 +906,21 @@
checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
dependencies = [
"difflib",
- "itertools 0.10.3",
+ "itertools 0.10.5",
"predicates-core",
]
[[package]]
name = "predicates-core"
-version = "1.0.3"
+version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
+checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
[[package]]
name = "predicates-tree"
-version = "1.0.5"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
+checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
dependencies = [
"predicates-core",
"termtree",
@@ -935,36 +952,36 @@
[[package]]
name = "proc-macro2"
-version = "1.0.40"
+version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
+checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
-version = "1.0.20"
+version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
+checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
-version = "0.2.13"
+version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
+checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
-version = "1.6.0"
+version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
+checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
dependencies = [
"aho-corasick",
"memchr",
@@ -979,9 +996,9 @@
[[package]]
name = "regex-syntax"
-version = "0.6.27"
+version = "0.6.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
+checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "remove_dir_all"
@@ -1011,31 +1028,46 @@
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
-name = "rustversion"
-version = "1.0.8"
+name = "rustc_version"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"
+checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
+dependencies = [
+ "semver",
+]
+
+[[package]]
+name = "rustversion"
+version = "1.0.11"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
[[package]]
name = "ryu"
-version = "1.0.10"
+version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
+checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
+
+[[package]]
+name = "semver"
+version = "1.0.16"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
[[package]]
name = "serde"
-version = "1.0.139"
+version = "1.0.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6"
+checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.139"
+version = "1.0.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb"
+checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"
dependencies = [
"proc-macro2",
"quote",
@@ -1044,9 +1076,9 @@
[[package]]
name = "serde_json"
-version = "1.0.82"
+version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
+checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
dependencies = [
"itoa",
"ryu",
@@ -1061,15 +1093,18 @@
[[package]]
name = "slab"
-version = "0.4.6"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
+checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
+dependencies = [
+ "autocfg",
+]
[[package]]
name = "smallvec"
-version = "1.9.0"
+version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
+checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smawk"
@@ -1091,9 +1126,9 @@
[[package]]
name = "strum_macros"
-version = "0.24.2"
+version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b"
+checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
"heck",
"proc-macro2",
@@ -1104,9 +1139,9 @@
[[package]]
name = "supports-color"
-version = "1.3.0"
+version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9"
+checksum = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f"
dependencies = [
"atty",
"is_ci",
@@ -1132,9 +1167,9 @@
[[package]]
name = "syn"
-version = "1.0.98"
+version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
+checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
dependencies = [
"proc-macro2",
"quote",
@@ -1176,15 +1211,15 @@
[[package]]
name = "termtree"
-version = "0.2.4"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
+checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
[[package]]
name = "test-log"
-version = "0.2.10"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735"
+checksum = "38f0c854faeb68a048f0f2dc410c5ddae3bf83854ef0e4977d58306a5edef50e"
dependencies = [
"proc-macro2",
"quote",
@@ -1202,9 +1237,9 @@
[[package]]
name = "textwrap"
-version = "0.15.0"
+version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
+checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
dependencies = [
"smawk",
"unicode-linebreak",
@@ -1212,40 +1247,25 @@
]
[[package]]
-name = "thiserror"
-version = "1.0.31"
+name = "textwrap"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
+checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
+
+[[package]]
+name = "thiserror"
+version = "1.0.38"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.31"
+version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
-name = "thiserror_core2"
-version = "2.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e6c77692502a14cface45f5cb31b0edcc72cf39c803b95a0b2f4df2814c7898"
-dependencies = [
- "core2",
- "thiserror_core2-impl",
-]
-
-[[package]]
-name = "thiserror_core2-impl"
-version = "2.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c64183aeaddf559344af98f444cd2ea6685ea0136a59c17587a2c759362e523"
+checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
"quote",
@@ -1254,18 +1274,18 @@
[[package]]
name = "toml"
-version = "0.5.9"
+version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
+checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
dependencies = [
"serde",
]
[[package]]
name = "trybuild"
-version = "1.0.63"
+version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "764b9e244b482a9b81bde596aa37aa6f1347bf8007adab25e59f901b32b4e0a0"
+checksum = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d"
dependencies = [
"glob",
"once_cell",
@@ -1278,30 +1298,31 @@
[[package]]
name = "unicode-ident"
-version = "1.0.2"
+version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
+checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
[[package]]
name = "unicode-linebreak"
-version = "0.1.2"
+version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f"
+checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
dependencies = [
+ "hashbrown",
"regex",
]
[[package]]
name = "unicode-width"
-version = "0.1.9"
+version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
+checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "uuid"
-version = "1.1.2"
+version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
+checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
[[package]]
name = "vec_map"
@@ -1325,6 +1346,12 @@
]
[[package]]
+name = "wasi"
+version = "0.11.0+wasi-snapshot-preview1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
+
+[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1335,13 +1362,13 @@
[[package]]
name = "which"
-version = "4.2.5"
+version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
+checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
dependencies = [
"either",
- "lazy_static",
"libc",
+ "once_cell",
]
[[package]]
diff --git a/third_party/cargo/crates.bzl b/third_party/cargo/crates.bzl
index 1b477ae..a6841f1 100644
--- a/third_party/cargo/crates.bzl
+++ b/third_party/cargo/crates.bzl
@@ -13,12 +13,12 @@
"""This function defines a collection of repos and should be called in a WORKSPACE file"""
maybe(
http_archive,
- name = "raze__addr2line__0_17_0",
- url = "https://crates.io/api/v1/crates/addr2line/0.17.0/download",
+ name = "raze__addr2line__0_19_0",
+ url = "https://crates.io/api/v1/crates/addr2line/0.19.0/download",
type = "tar.gz",
- sha256 = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b",
- strip_prefix = "addr2line-0.17.0",
- build_file = Label("//third_party/cargo/remote:BUILD.addr2line-0.17.0.bazel"),
+ sha256 = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97",
+ strip_prefix = "addr2line-0.19.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.addr2line-0.19.0.bazel"),
)
maybe(
@@ -33,12 +33,22 @@
maybe(
http_archive,
- name = "raze__aho_corasick__0_7_18",
- url = "https://crates.io/api/v1/crates/aho-corasick/0.7.18/download",
+ name = "raze__ahash__0_7_6",
+ url = "https://crates.io/api/v1/crates/ahash/0.7.6/download",
type = "tar.gz",
- sha256 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f",
- strip_prefix = "aho-corasick-0.7.18",
- build_file = Label("//third_party/cargo/remote:BUILD.aho-corasick-0.7.18.bazel"),
+ sha256 = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47",
+ strip_prefix = "ahash-0.7.6",
+ build_file = Label("//third_party/cargo/remote:BUILD.ahash-0.7.6.bazel"),
+ )
+
+ maybe(
+ http_archive,
+ name = "raze__aho_corasick__0_7_20",
+ url = "https://crates.io/api/v1/crates/aho-corasick/0.7.20/download",
+ type = "tar.gz",
+ sha256 = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac",
+ strip_prefix = "aho-corasick-0.7.20",
+ build_file = Label("//third_party/cargo/remote:BUILD.aho-corasick-0.7.20.bazel"),
)
maybe(
@@ -53,22 +63,22 @@
maybe(
http_archive,
- name = "raze__anyhow__1_0_58",
- url = "https://crates.io/api/v1/crates/anyhow/1.0.58/download",
+ name = "raze__anyhow__1_0_68",
+ url = "https://crates.io/api/v1/crates/anyhow/1.0.68/download",
type = "tar.gz",
- sha256 = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704",
- strip_prefix = "anyhow-1.0.58",
- build_file = Label("//third_party/cargo/remote:BUILD.anyhow-1.0.58.bazel"),
+ sha256 = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61",
+ strip_prefix = "anyhow-1.0.68",
+ build_file = Label("//third_party/cargo/remote:BUILD.anyhow-1.0.68.bazel"),
)
maybe(
http_archive,
- name = "raze__aquamarine__0_1_11",
- url = "https://crates.io/api/v1/crates/aquamarine/0.1.11/download",
+ name = "raze__aquamarine__0_1_12",
+ url = "https://crates.io/api/v1/crates/aquamarine/0.1.12/download",
type = "tar.gz",
- sha256 = "96e14cb2a51c8b45d26a4219981985c7350fc05eacb7b5b2939bceb2ffefdf3e",
- strip_prefix = "aquamarine-0.1.11",
- build_file = Label("//third_party/cargo/remote:BUILD.aquamarine-0.1.11.bazel"),
+ sha256 = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f",
+ strip_prefix = "aquamarine-0.1.12",
+ build_file = Label("//third_party/cargo/remote:BUILD.aquamarine-0.1.12.bazel"),
)
maybe(
@@ -113,12 +123,12 @@
maybe(
http_archive,
- name = "raze__backtrace__0_3_66",
- url = "https://crates.io/api/v1/crates/backtrace/0.3.66/download",
+ name = "raze__backtrace__0_3_67",
+ url = "https://crates.io/api/v1/crates/backtrace/0.3.67/download",
type = "tar.gz",
- sha256 = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7",
- strip_prefix = "backtrace-0.3.66",
- build_file = Label("//third_party/cargo/remote:BUILD.backtrace-0.3.66.bazel"),
+ sha256 = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca",
+ strip_prefix = "backtrace-0.3.67",
+ build_file = Label("//third_party/cargo/remote:BUILD.backtrace-0.3.67.bazel"),
)
maybe(
@@ -153,12 +163,12 @@
maybe(
http_archive,
- name = "raze__cc__1_0_73",
- url = "https://crates.io/api/v1/crates/cc/1.0.73/download",
+ name = "raze__cc__1_0_78",
+ url = "https://crates.io/api/v1/crates/cc/1.0.78/download",
type = "tar.gz",
- sha256 = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11",
- strip_prefix = "cc-1.0.73",
- build_file = Label("//third_party/cargo/remote:BUILD.cc-1.0.73.bazel"),
+ sha256 = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d",
+ strip_prefix = "cc-1.0.78",
+ build_file = Label("//third_party/cargo/remote:BUILD.cc-1.0.78.bazel"),
)
maybe(
@@ -203,12 +213,12 @@
maybe(
http_archive,
- name = "raze__clang_sys__1_3_3",
- url = "https://crates.io/api/v1/crates/clang-sys/1.3.3/download",
+ name = "raze__clang_sys__1_4_0",
+ url = "https://crates.io/api/v1/crates/clang-sys/1.4.0/download",
type = "tar.gz",
- sha256 = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b",
- strip_prefix = "clang-sys-1.3.3",
- build_file = Label("//third_party/cargo/remote:BUILD.clang-sys-1.3.3.bazel"),
+ sha256 = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3",
+ strip_prefix = "clang-sys-1.4.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.clang-sys-1.4.0.bazel"),
)
maybe(
@@ -223,12 +233,12 @@
maybe(
http_archive,
- name = "raze__clap__3_2_12",
- url = "https://crates.io/api/v1/crates/clap/3.2.12/download",
+ name = "raze__clap__3_2_23",
+ url = "https://crates.io/api/v1/crates/clap/3.2.23/download",
type = "tar.gz",
- sha256 = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d",
- strip_prefix = "clap-3.2.12",
- build_file = Label("//third_party/cargo/remote:BUILD.clap-3.2.12.bazel"),
+ sha256 = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5",
+ strip_prefix = "clap-3.2.23",
+ build_file = Label("//third_party/cargo/remote:BUILD.clap-3.2.23.bazel"),
)
maybe(
@@ -253,52 +263,52 @@
maybe(
http_archive,
- name = "raze__cxx__1_0_71",
- url = "https://crates.io/api/v1/crates/cxx/1.0.71/download",
+ name = "raze__cxx__1_0_85",
+ url = "https://crates.io/api/v1/crates/cxx/1.0.85/download",
type = "tar.gz",
- sha256 = "5469a6f42296f4fd40789b397383718f9a0bd75d2f9b7cedbb249996811fba27",
- strip_prefix = "cxx-1.0.71",
- build_file = Label("//third_party/cargo/remote:BUILD.cxx-1.0.71.bazel"),
+ sha256 = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd",
+ strip_prefix = "cxx-1.0.85",
+ build_file = Label("//third_party/cargo/remote:BUILD.cxx-1.0.85.bazel"),
)
maybe(
http_archive,
- name = "raze__cxx_gen__0_7_71",
- url = "https://crates.io/api/v1/crates/cxx-gen/0.7.71/download",
+ name = "raze__cxx_gen__0_7_85",
+ url = "https://crates.io/api/v1/crates/cxx-gen/0.7.85/download",
type = "tar.gz",
- sha256 = "c606d018d5f8298464809ab01eb1aaf3efc2d6a984f527477cabda650f9f8688",
- strip_prefix = "cxx-gen-0.7.71",
- build_file = Label("//third_party/cargo/remote:BUILD.cxx-gen-0.7.71.bazel"),
+ sha256 = "ccca653bd8a21c5cfe696cd5347729d43f651298459b22e57c60fbae1cd49fec",
+ strip_prefix = "cxx-gen-0.7.85",
+ build_file = Label("//third_party/cargo/remote:BUILD.cxx-gen-0.7.85.bazel"),
)
maybe(
http_archive,
- name = "raze__cxxbridge_cmd__1_0_71",
- url = "https://crates.io/api/v1/crates/cxxbridge-cmd/1.0.71/download",
+ name = "raze__cxxbridge_cmd__1_0_77",
+ url = "https://crates.io/api/v1/crates/cxxbridge-cmd/1.0.77/download",
type = "tar.gz",
- sha256 = "384d7699599cc149694e38151d20820e8ab5550037526870bee8a27b069ed922",
- strip_prefix = "cxxbridge-cmd-1.0.71",
- build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-cmd-1.0.71.bazel"),
+ sha256 = "de38cfccf77ed5c524784e2bcbb8863287acd00af2f5d522370f27257ef86307",
+ strip_prefix = "cxxbridge-cmd-1.0.77",
+ build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-cmd-1.0.77.bazel"),
)
maybe(
http_archive,
- name = "raze__cxxbridge_flags__1_0_71",
- url = "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.71/download",
+ name = "raze__cxxbridge_flags__1_0_85",
+ url = "https://crates.io/api/v1/crates/cxxbridge-flags/1.0.85/download",
type = "tar.gz",
- sha256 = "0fef2b4ffdc935c973bc7817d541fc936fdc8a85194cfdd9c761aca8387edd48",
- strip_prefix = "cxxbridge-flags-1.0.71",
- build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-flags-1.0.71.bazel"),
+ sha256 = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59",
+ strip_prefix = "cxxbridge-flags-1.0.85",
+ build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-flags-1.0.85.bazel"),
)
maybe(
http_archive,
- name = "raze__cxxbridge_macro__1_0_71",
- url = "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.71/download",
+ name = "raze__cxxbridge_macro__1_0_85",
+ url = "https://crates.io/api/v1/crates/cxxbridge-macro/1.0.85/download",
type = "tar.gz",
- sha256 = "9d3a240a54f5526967ffae81fdcda1fc80564964220d90816960b2eae2eab7f4",
- strip_prefix = "cxxbridge-macro-1.0.71",
- build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-macro-1.0.71.bazel"),
+ sha256 = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6",
+ strip_prefix = "cxxbridge-macro-1.0.85",
+ build_file = Label("//third_party/cargo/remote:BUILD.cxxbridge-macro-1.0.85.bazel"),
)
maybe(
@@ -323,12 +333,12 @@
maybe(
http_archive,
- name = "raze__either__1_7_0",
- url = "https://crates.io/api/v1/crates/either/1.7.0/download",
+ name = "raze__either__1_8_0",
+ url = "https://crates.io/api/v1/crates/either/1.8.0/download",
type = "tar.gz",
- sha256 = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be",
- strip_prefix = "either-1.7.0",
- build_file = Label("//third_party/cargo/remote:BUILD.either-1.7.0.bazel"),
+ sha256 = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797",
+ strip_prefix = "either-1.8.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.either-1.8.0.bazel"),
)
maybe(
@@ -343,122 +353,132 @@
maybe(
http_archive,
- name = "raze__env_logger__0_9_0",
- url = "https://crates.io/api/v1/crates/env_logger/0.9.0/download",
+ name = "raze__env_logger__0_9_3",
+ url = "https://crates.io/api/v1/crates/env_logger/0.9.3/download",
type = "tar.gz",
- sha256 = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3",
- strip_prefix = "env_logger-0.9.0",
- build_file = Label("//third_party/cargo/remote:BUILD.env_logger-0.9.0.bazel"),
+ sha256 = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7",
+ strip_prefix = "env_logger-0.9.3",
+ build_file = Label("//third_party/cargo/remote:BUILD.env_logger-0.9.3.bazel"),
)
maybe(
http_archive,
- name = "raze__fastrand__1_7_0",
- url = "https://crates.io/api/v1/crates/fastrand/1.7.0/download",
+ name = "raze__fastrand__1_8_0",
+ url = "https://crates.io/api/v1/crates/fastrand/1.8.0/download",
type = "tar.gz",
- sha256 = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf",
- strip_prefix = "fastrand-1.7.0",
- build_file = Label("//third_party/cargo/remote:BUILD.fastrand-1.7.0.bazel"),
+ sha256 = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499",
+ strip_prefix = "fastrand-1.8.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.fastrand-1.8.0.bazel"),
)
maybe(
http_archive,
- name = "raze__futures__0_3_21",
- url = "https://crates.io/api/v1/crates/futures/0.3.21/download",
+ name = "raze__futures__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures/0.3.25/download",
type = "tar.gz",
- sha256 = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e",
- strip_prefix = "futures-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-0.3.21.bazel"),
+ sha256 = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0",
+ strip_prefix = "futures-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_channel__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-channel/0.3.21/download",
+ name = "raze__futures_channel__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-channel/0.3.25/download",
type = "tar.gz",
- sha256 = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010",
- strip_prefix = "futures-channel-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-channel-0.3.21.bazel"),
+ sha256 = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed",
+ strip_prefix = "futures-channel-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-channel-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_core__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-core/0.3.21/download",
+ name = "raze__futures_core__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-core/0.3.25/download",
type = "tar.gz",
- sha256 = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3",
- strip_prefix = "futures-core-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-core-0.3.21.bazel"),
+ sha256 = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac",
+ strip_prefix = "futures-core-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-core-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_executor__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-executor/0.3.21/download",
+ name = "raze__futures_executor__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-executor/0.3.25/download",
type = "tar.gz",
- sha256 = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6",
- strip_prefix = "futures-executor-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-executor-0.3.21.bazel"),
+ sha256 = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2",
+ strip_prefix = "futures-executor-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-executor-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_io__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-io/0.3.21/download",
+ name = "raze__futures_io__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-io/0.3.25/download",
type = "tar.gz",
- sha256 = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b",
- strip_prefix = "futures-io-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-io-0.3.21.bazel"),
+ sha256 = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb",
+ strip_prefix = "futures-io-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-io-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_macro__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-macro/0.3.21/download",
+ name = "raze__futures_macro__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-macro/0.3.25/download",
type = "tar.gz",
- sha256 = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512",
- strip_prefix = "futures-macro-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-macro-0.3.21.bazel"),
+ sha256 = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d",
+ strip_prefix = "futures-macro-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-macro-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_sink__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-sink/0.3.21/download",
+ name = "raze__futures_sink__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-sink/0.3.25/download",
type = "tar.gz",
- sha256 = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868",
- strip_prefix = "futures-sink-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-sink-0.3.21.bazel"),
+ sha256 = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9",
+ strip_prefix = "futures-sink-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-sink-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_task__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-task/0.3.21/download",
+ name = "raze__futures_task__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-task/0.3.25/download",
type = "tar.gz",
- sha256 = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a",
- strip_prefix = "futures-task-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-task-0.3.21.bazel"),
+ sha256 = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea",
+ strip_prefix = "futures-task-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-task-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__futures_util__0_3_21",
- url = "https://crates.io/api/v1/crates/futures-util/0.3.21/download",
+ name = "raze__futures_util__0_3_25",
+ url = "https://crates.io/api/v1/crates/futures-util/0.3.25/download",
type = "tar.gz",
- sha256 = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a",
- strip_prefix = "futures-util-0.3.21",
- build_file = Label("//third_party/cargo/remote:BUILD.futures-util-0.3.21.bazel"),
+ sha256 = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6",
+ strip_prefix = "futures-util-0.3.25",
+ build_file = Label("//third_party/cargo/remote:BUILD.futures-util-0.3.25.bazel"),
)
maybe(
http_archive,
- name = "raze__gimli__0_26_1",
- url = "https://crates.io/api/v1/crates/gimli/0.26.1/download",
+ name = "raze__getrandom__0_2_8",
+ url = "https://crates.io/api/v1/crates/getrandom/0.2.8/download",
type = "tar.gz",
- sha256 = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4",
- strip_prefix = "gimli-0.26.1",
- build_file = Label("//third_party/cargo/remote:BUILD.gimli-0.26.1.bazel"),
+ sha256 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31",
+ strip_prefix = "getrandom-0.2.8",
+ build_file = Label("//third_party/cargo/remote:BUILD.getrandom-0.2.8.bazel"),
+ )
+
+ maybe(
+ http_archive,
+ name = "raze__gimli__0_27_0",
+ url = "https://crates.io/api/v1/crates/gimli/0.27.0/download",
+ type = "tar.gz",
+ sha256 = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793",
+ strip_prefix = "gimli-0.27.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.gimli-0.27.0.bazel"),
)
maybe(
@@ -473,12 +493,12 @@
maybe(
http_archive,
- name = "raze__hashbrown__0_12_2",
- url = "https://crates.io/api/v1/crates/hashbrown/0.12.2/download",
+ name = "raze__hashbrown__0_12_3",
+ url = "https://crates.io/api/v1/crates/hashbrown/0.12.3/download",
type = "tar.gz",
- sha256 = "607c8a29735385251a339424dd462993c0fed8fa09d378f259377df08c126022",
- strip_prefix = "hashbrown-0.12.2",
- build_file = Label("//third_party/cargo/remote:BUILD.hashbrown-0.12.2.bazel"),
+ sha256 = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888",
+ strip_prefix = "hashbrown-0.12.3",
+ build_file = Label("//third_party/cargo/remote:BUILD.hashbrown-0.12.3.bazel"),
)
maybe(
@@ -513,22 +533,22 @@
maybe(
http_archive,
- name = "raze__indexmap__1_9_1",
- url = "https://crates.io/api/v1/crates/indexmap/1.9.1/download",
+ name = "raze__indexmap__1_9_2",
+ url = "https://crates.io/api/v1/crates/indexmap/1.9.2/download",
type = "tar.gz",
- sha256 = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e",
- strip_prefix = "indexmap-1.9.1",
- build_file = Label("//third_party/cargo/remote:BUILD.indexmap-1.9.1.bazel"),
+ sha256 = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399",
+ strip_prefix = "indexmap-1.9.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.indexmap-1.9.2.bazel"),
)
maybe(
http_archive,
- name = "raze__indoc__1_0_6",
- url = "https://crates.io/api/v1/crates/indoc/1.0.6/download",
+ name = "raze__indoc__1_0_8",
+ url = "https://crates.io/api/v1/crates/indoc/1.0.8/download",
type = "tar.gz",
- sha256 = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e",
- strip_prefix = "indoc-1.0.6",
- build_file = Label("//third_party/cargo/remote:BUILD.indoc-1.0.6.bazel"),
+ sha256 = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780",
+ strip_prefix = "indoc-1.0.8",
+ build_file = Label("//third_party/cargo/remote:BUILD.indoc-1.0.8.bazel"),
)
maybe(
@@ -553,12 +573,12 @@
maybe(
http_archive,
- name = "raze__itertools__0_10_3",
- url = "https://crates.io/api/v1/crates/itertools/0.10.3/download",
+ name = "raze__itertools__0_10_5",
+ url = "https://crates.io/api/v1/crates/itertools/0.10.5/download",
type = "tar.gz",
- sha256 = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3",
- strip_prefix = "itertools-0.10.3",
- build_file = Label("//third_party/cargo/remote:BUILD.itertools-0.10.3.bazel"),
+ sha256 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473",
+ strip_prefix = "itertools-0.10.5",
+ build_file = Label("//third_party/cargo/remote:BUILD.itertools-0.10.5.bazel"),
)
maybe(
@@ -573,12 +593,12 @@
maybe(
http_archive,
- name = "raze__itoa__1_0_2",
- url = "https://crates.io/api/v1/crates/itoa/1.0.2/download",
+ name = "raze__itoa__1_0_5",
+ url = "https://crates.io/api/v1/crates/itoa/1.0.5/download",
type = "tar.gz",
- sha256 = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d",
- strip_prefix = "itoa-1.0.2",
- build_file = Label("//third_party/cargo/remote:BUILD.itoa-1.0.2.bazel"),
+ sha256 = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440",
+ strip_prefix = "itoa-1.0.5",
+ build_file = Label("//third_party/cargo/remote:BUILD.itoa-1.0.5.bazel"),
)
maybe(
@@ -603,12 +623,12 @@
maybe(
http_archive,
- name = "raze__libc__0_2_126",
- url = "https://crates.io/api/v1/crates/libc/0.2.126/download",
+ name = "raze__libc__0_2_138",
+ url = "https://crates.io/api/v1/crates/libc/0.2.138/download",
type = "tar.gz",
- sha256 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836",
- strip_prefix = "libc-0.2.126",
- build_file = Label("//third_party/cargo/remote:BUILD.libc-0.2.126.bazel"),
+ sha256 = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8",
+ strip_prefix = "libc-0.2.138",
+ build_file = Label("//third_party/cargo/remote:BUILD.libc-0.2.138.bazel"),
)
maybe(
@@ -623,22 +643,22 @@
maybe(
http_archive,
- name = "raze__libloading__0_7_3",
- url = "https://crates.io/api/v1/crates/libloading/0.7.3/download",
+ name = "raze__libloading__0_7_4",
+ url = "https://crates.io/api/v1/crates/libloading/0.7.4/download",
type = "tar.gz",
- sha256 = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd",
- strip_prefix = "libloading-0.7.3",
- build_file = Label("//third_party/cargo/remote:BUILD.libloading-0.7.3.bazel"),
+ sha256 = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f",
+ strip_prefix = "libloading-0.7.4",
+ build_file = Label("//third_party/cargo/remote:BUILD.libloading-0.7.4.bazel"),
)
maybe(
http_archive,
- name = "raze__link_cplusplus__1_0_6",
- url = "https://crates.io/api/v1/crates/link-cplusplus/1.0.6/download",
+ name = "raze__link_cplusplus__1_0_8",
+ url = "https://crates.io/api/v1/crates/link-cplusplus/1.0.8/download",
type = "tar.gz",
- sha256 = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8",
- strip_prefix = "link-cplusplus-1.0.6",
- build_file = Label("//third_party/cargo/remote:BUILD.link-cplusplus-1.0.6.bazel"),
+ sha256 = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5",
+ strip_prefix = "link-cplusplus-1.0.8",
+ build_file = Label("//third_party/cargo/remote:BUILD.link-cplusplus-1.0.8.bazel"),
)
maybe(
@@ -693,22 +713,22 @@
maybe(
http_archive,
- name = "raze__miniz_oxide__0_5_3",
- url = "https://crates.io/api/v1/crates/miniz_oxide/0.5.3/download",
+ name = "raze__miniz_oxide__0_6_2",
+ url = "https://crates.io/api/v1/crates/miniz_oxide/0.6.2/download",
type = "tar.gz",
- sha256 = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc",
- strip_prefix = "miniz_oxide-0.5.3",
- build_file = Label("//third_party/cargo/remote:BUILD.miniz_oxide-0.5.3.bazel"),
+ sha256 = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa",
+ strip_prefix = "miniz_oxide-0.6.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.miniz_oxide-0.6.2.bazel"),
)
maybe(
http_archive,
- name = "raze__moveit__0_5_0",
- url = "https://crates.io/api/v1/crates/moveit/0.5.0/download",
+ name = "raze__moveit__0_5_1",
+ url = "https://crates.io/api/v1/crates/moveit/0.5.1/download",
type = "tar.gz",
- sha256 = "815d5988a1dd22f08bad572a83ee654563bb422ece5d5bce41f31ec49399dcb5",
- strip_prefix = "moveit-0.5.0",
- build_file = Label("//third_party/cargo/remote:BUILD.moveit-0.5.0.bazel"),
+ sha256 = "d7d756ffe4e38013507d35bf726a93fcdae2cae043ab5ce477f13857a335030d",
+ strip_prefix = "moveit-0.5.1",
+ build_file = Label("//third_party/cargo/remote:BUILD.moveit-0.5.1.bazel"),
)
maybe(
@@ -733,42 +753,42 @@
maybe(
http_archive,
- name = "raze__object__0_29_0",
- url = "https://crates.io/api/v1/crates/object/0.29.0/download",
+ name = "raze__object__0_30_0",
+ url = "https://crates.io/api/v1/crates/object/0.30.0/download",
type = "tar.gz",
- sha256 = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53",
- strip_prefix = "object-0.29.0",
- build_file = Label("//third_party/cargo/remote:BUILD.object-0.29.0.bazel"),
+ sha256 = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb",
+ strip_prefix = "object-0.30.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.object-0.30.0.bazel"),
)
maybe(
http_archive,
- name = "raze__once_cell__1_13_0",
- url = "https://crates.io/api/v1/crates/once_cell/1.13.0/download",
+ name = "raze__once_cell__1_16_0",
+ url = "https://crates.io/api/v1/crates/once_cell/1.16.0/download",
type = "tar.gz",
- sha256 = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1",
- strip_prefix = "once_cell-1.13.0",
- build_file = Label("//third_party/cargo/remote:BUILD.once_cell-1.13.0.bazel"),
+ sha256 = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860",
+ strip_prefix = "once_cell-1.16.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.once_cell-1.16.0.bazel"),
)
maybe(
http_archive,
- name = "raze__os_str_bytes__6_2_0",
- url = "https://crates.io/api/v1/crates/os_str_bytes/6.2.0/download",
+ name = "raze__os_str_bytes__6_4_1",
+ url = "https://crates.io/api/v1/crates/os_str_bytes/6.4.1/download",
type = "tar.gz",
- sha256 = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4",
- strip_prefix = "os_str_bytes-6.2.0",
- build_file = Label("//third_party/cargo/remote:BUILD.os_str_bytes-6.2.0.bazel"),
+ sha256 = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee",
+ strip_prefix = "os_str_bytes-6.4.1",
+ build_file = Label("//third_party/cargo/remote:BUILD.os_str_bytes-6.4.1.bazel"),
)
maybe(
http_archive,
- name = "raze__owo_colors__3_4_0",
- url = "https://crates.io/api/v1/crates/owo-colors/3.4.0/download",
+ name = "raze__owo_colors__3_5_0",
+ url = "https://crates.io/api/v1/crates/owo-colors/3.5.0/download",
type = "tar.gz",
- sha256 = "decf7381921fea4dcb2549c5667eda59b3ec297ab7e2b5fc33eac69d2e7da87b",
- strip_prefix = "owo-colors-3.4.0",
- build_file = Label("//third_party/cargo/remote:BUILD.owo-colors-3.4.0.bazel"),
+ sha256 = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f",
+ strip_prefix = "owo-colors-3.5.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.owo-colors-3.5.0.bazel"),
)
maybe(
@@ -823,22 +843,22 @@
maybe(
http_archive,
- name = "raze__predicates_core__1_0_3",
- url = "https://crates.io/api/v1/crates/predicates-core/1.0.3/download",
+ name = "raze__predicates_core__1_0_5",
+ url = "https://crates.io/api/v1/crates/predicates-core/1.0.5/download",
type = "tar.gz",
- sha256 = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb",
- strip_prefix = "predicates-core-1.0.3",
- build_file = Label("//third_party/cargo/remote:BUILD.predicates-core-1.0.3.bazel"),
+ sha256 = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2",
+ strip_prefix = "predicates-core-1.0.5",
+ build_file = Label("//third_party/cargo/remote:BUILD.predicates-core-1.0.5.bazel"),
)
maybe(
http_archive,
- name = "raze__predicates_tree__1_0_5",
- url = "https://crates.io/api/v1/crates/predicates-tree/1.0.5/download",
+ name = "raze__predicates_tree__1_0_7",
+ url = "https://crates.io/api/v1/crates/predicates-tree/1.0.7/download",
type = "tar.gz",
- sha256 = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032",
- strip_prefix = "predicates-tree-1.0.5",
- build_file = Label("//third_party/cargo/remote:BUILD.predicates-tree-1.0.5.bazel"),
+ sha256 = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d",
+ strip_prefix = "predicates-tree-1.0.7",
+ build_file = Label("//third_party/cargo/remote:BUILD.predicates-tree-1.0.7.bazel"),
)
maybe(
@@ -863,42 +883,42 @@
maybe(
http_archive,
- name = "raze__proc_macro2__1_0_40",
- url = "https://crates.io/api/v1/crates/proc-macro2/1.0.40/download",
+ name = "raze__proc_macro2__1_0_49",
+ url = "https://crates.io/api/v1/crates/proc-macro2/1.0.49/download",
type = "tar.gz",
- sha256 = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7",
- strip_prefix = "proc-macro2-1.0.40",
- build_file = Label("//third_party/cargo/remote:BUILD.proc-macro2-1.0.40.bazel"),
+ sha256 = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5",
+ strip_prefix = "proc-macro2-1.0.49",
+ build_file = Label("//third_party/cargo/remote:BUILD.proc-macro2-1.0.49.bazel"),
)
maybe(
http_archive,
- name = "raze__quote__1_0_20",
- url = "https://crates.io/api/v1/crates/quote/1.0.20/download",
+ name = "raze__quote__1_0_23",
+ url = "https://crates.io/api/v1/crates/quote/1.0.23/download",
type = "tar.gz",
- sha256 = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804",
- strip_prefix = "quote-1.0.20",
- build_file = Label("//third_party/cargo/remote:BUILD.quote-1.0.20.bazel"),
+ sha256 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b",
+ strip_prefix = "quote-1.0.23",
+ build_file = Label("//third_party/cargo/remote:BUILD.quote-1.0.23.bazel"),
)
maybe(
http_archive,
- name = "raze__redox_syscall__0_2_13",
- url = "https://crates.io/api/v1/crates/redox_syscall/0.2.13/download",
+ name = "raze__redox_syscall__0_2_16",
+ url = "https://crates.io/api/v1/crates/redox_syscall/0.2.16/download",
type = "tar.gz",
- sha256 = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42",
- strip_prefix = "redox_syscall-0.2.13",
- build_file = Label("//third_party/cargo/remote:BUILD.redox_syscall-0.2.13.bazel"),
+ sha256 = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a",
+ strip_prefix = "redox_syscall-0.2.16",
+ build_file = Label("//third_party/cargo/remote:BUILD.redox_syscall-0.2.16.bazel"),
)
maybe(
http_archive,
- name = "raze__regex__1_6_0",
- url = "https://crates.io/api/v1/crates/regex/1.6.0/download",
+ name = "raze__regex__1_7_0",
+ url = "https://crates.io/api/v1/crates/regex/1.7.0/download",
type = "tar.gz",
- sha256 = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b",
- strip_prefix = "regex-1.6.0",
- build_file = Label("//third_party/cargo/remote:BUILD.regex-1.6.0.bazel"),
+ sha256 = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a",
+ strip_prefix = "regex-1.7.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.regex-1.7.0.bazel"),
)
maybe(
@@ -913,12 +933,12 @@
maybe(
http_archive,
- name = "raze__regex_syntax__0_6_27",
- url = "https://crates.io/api/v1/crates/regex-syntax/0.6.27/download",
+ name = "raze__regex_syntax__0_6_28",
+ url = "https://crates.io/api/v1/crates/regex-syntax/0.6.28/download",
type = "tar.gz",
- sha256 = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244",
- strip_prefix = "regex-syntax-0.6.27",
- build_file = Label("//third_party/cargo/remote:BUILD.regex-syntax-0.6.27.bazel"),
+ sha256 = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848",
+ strip_prefix = "regex-syntax-0.6.28",
+ build_file = Label("//third_party/cargo/remote:BUILD.regex-syntax-0.6.28.bazel"),
)
maybe(
@@ -966,28 +986,29 @@
name = "raze__rustc_version__0_4_0",
url = "https://crates.io/api/v1/crates/rustc_version/0.4.0/download",
type = "tar.gz",
+ sha256 = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366",
strip_prefix = "rustc_version-0.4.0",
build_file = Label("//third_party/cargo/remote:BUILD.rustc_version-0.4.0.bazel"),
)
maybe(
http_archive,
- name = "raze__rustversion__1_0_8",
- url = "https://crates.io/api/v1/crates/rustversion/1.0.8/download",
+ name = "raze__rustversion__1_0_11",
+ url = "https://crates.io/api/v1/crates/rustversion/1.0.11/download",
type = "tar.gz",
- sha256 = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8",
- strip_prefix = "rustversion-1.0.8",
- build_file = Label("//third_party/cargo/remote:BUILD.rustversion-1.0.8.bazel"),
+ sha256 = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70",
+ strip_prefix = "rustversion-1.0.11",
+ build_file = Label("//third_party/cargo/remote:BUILD.rustversion-1.0.11.bazel"),
)
maybe(
http_archive,
- name = "raze__ryu__1_0_10",
- url = "https://crates.io/api/v1/crates/ryu/1.0.10/download",
+ name = "raze__ryu__1_0_12",
+ url = "https://crates.io/api/v1/crates/ryu/1.0.12/download",
type = "tar.gz",
- sha256 = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695",
- strip_prefix = "ryu-1.0.10",
- build_file = Label("//third_party/cargo/remote:BUILD.ryu-1.0.10.bazel"),
+ sha256 = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde",
+ strip_prefix = "ryu-1.0.12",
+ build_file = Label("//third_party/cargo/remote:BUILD.ryu-1.0.12.bazel"),
)
maybe(
@@ -995,38 +1016,39 @@
name = "raze__semver__1_0_16",
url = "https://crates.io/api/v1/crates/semver/1.0.16/download",
type = "tar.gz",
+ sha256 = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a",
strip_prefix = "semver-1.0.16",
build_file = Label("//third_party/cargo/remote:BUILD.semver-1.0.16.bazel"),
)
maybe(
http_archive,
- name = "raze__serde__1_0_139",
- url = "https://crates.io/api/v1/crates/serde/1.0.139/download",
+ name = "raze__serde__1_0_151",
+ url = "https://crates.io/api/v1/crates/serde/1.0.151/download",
type = "tar.gz",
- sha256 = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6",
- strip_prefix = "serde-1.0.139",
- build_file = Label("//third_party/cargo/remote:BUILD.serde-1.0.139.bazel"),
+ sha256 = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0",
+ strip_prefix = "serde-1.0.151",
+ build_file = Label("//third_party/cargo/remote:BUILD.serde-1.0.151.bazel"),
)
maybe(
http_archive,
- name = "raze__serde_derive__1_0_139",
- url = "https://crates.io/api/v1/crates/serde_derive/1.0.139/download",
+ name = "raze__serde_derive__1_0_151",
+ url = "https://crates.io/api/v1/crates/serde_derive/1.0.151/download",
type = "tar.gz",
- sha256 = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb",
- strip_prefix = "serde_derive-1.0.139",
- build_file = Label("//third_party/cargo/remote:BUILD.serde_derive-1.0.139.bazel"),
+ sha256 = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8",
+ strip_prefix = "serde_derive-1.0.151",
+ build_file = Label("//third_party/cargo/remote:BUILD.serde_derive-1.0.151.bazel"),
)
maybe(
http_archive,
- name = "raze__serde_json__1_0_82",
- url = "https://crates.io/api/v1/crates/serde_json/1.0.82/download",
+ name = "raze__serde_json__1_0_91",
+ url = "https://crates.io/api/v1/crates/serde_json/1.0.91/download",
type = "tar.gz",
- sha256 = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7",
- strip_prefix = "serde_json-1.0.82",
- build_file = Label("//third_party/cargo/remote:BUILD.serde_json-1.0.82.bazel"),
+ sha256 = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883",
+ strip_prefix = "serde_json-1.0.91",
+ build_file = Label("//third_party/cargo/remote:BUILD.serde_json-1.0.91.bazel"),
)
maybe(
@@ -1041,22 +1063,22 @@
maybe(
http_archive,
- name = "raze__slab__0_4_6",
- url = "https://crates.io/api/v1/crates/slab/0.4.6/download",
+ name = "raze__slab__0_4_7",
+ url = "https://crates.io/api/v1/crates/slab/0.4.7/download",
type = "tar.gz",
- sha256 = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32",
- strip_prefix = "slab-0.4.6",
- build_file = Label("//third_party/cargo/remote:BUILD.slab-0.4.6.bazel"),
+ sha256 = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef",
+ strip_prefix = "slab-0.4.7",
+ build_file = Label("//third_party/cargo/remote:BUILD.slab-0.4.7.bazel"),
)
maybe(
http_archive,
- name = "raze__smallvec__1_9_0",
- url = "https://crates.io/api/v1/crates/smallvec/1.9.0/download",
+ name = "raze__smallvec__1_10_0",
+ url = "https://crates.io/api/v1/crates/smallvec/1.10.0/download",
type = "tar.gz",
- sha256 = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1",
- strip_prefix = "smallvec-1.9.0",
- build_file = Label("//third_party/cargo/remote:BUILD.smallvec-1.9.0.bazel"),
+ sha256 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0",
+ strip_prefix = "smallvec-1.10.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.smallvec-1.10.0.bazel"),
)
maybe(
@@ -1091,22 +1113,22 @@
maybe(
http_archive,
- name = "raze__strum_macros__0_24_2",
- url = "https://crates.io/api/v1/crates/strum_macros/0.24.2/download",
+ name = "raze__strum_macros__0_24_3",
+ url = "https://crates.io/api/v1/crates/strum_macros/0.24.3/download",
type = "tar.gz",
- sha256 = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b",
- strip_prefix = "strum_macros-0.24.2",
- build_file = Label("//third_party/cargo/remote:BUILD.strum_macros-0.24.2.bazel"),
+ sha256 = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59",
+ strip_prefix = "strum_macros-0.24.3",
+ build_file = Label("//third_party/cargo/remote:BUILD.strum_macros-0.24.3.bazel"),
)
maybe(
http_archive,
- name = "raze__supports_color__1_3_0",
- url = "https://crates.io/api/v1/crates/supports-color/1.3.0/download",
+ name = "raze__supports_color__1_3_1",
+ url = "https://crates.io/api/v1/crates/supports-color/1.3.1/download",
type = "tar.gz",
- sha256 = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9",
- strip_prefix = "supports-color-1.3.0",
- build_file = Label("//third_party/cargo/remote:BUILD.supports-color-1.3.0.bazel"),
+ sha256 = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f",
+ strip_prefix = "supports-color-1.3.1",
+ build_file = Label("//third_party/cargo/remote:BUILD.supports-color-1.3.1.bazel"),
)
maybe(
@@ -1131,12 +1153,12 @@
maybe(
http_archive,
- name = "raze__syn__1_0_98",
- url = "https://crates.io/api/v1/crates/syn/1.0.98/download",
+ name = "raze__syn__1_0_107",
+ url = "https://crates.io/api/v1/crates/syn/1.0.107/download",
type = "tar.gz",
- sha256 = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd",
- strip_prefix = "syn-1.0.98",
- build_file = Label("//third_party/cargo/remote:BUILD.syn-1.0.98.bazel"),
+ sha256 = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5",
+ strip_prefix = "syn-1.0.107",
+ build_file = Label("//third_party/cargo/remote:BUILD.syn-1.0.107.bazel"),
)
maybe(
@@ -1171,22 +1193,22 @@
maybe(
http_archive,
- name = "raze__termtree__0_2_4",
- url = "https://crates.io/api/v1/crates/termtree/0.2.4/download",
+ name = "raze__termtree__0_4_0",
+ url = "https://crates.io/api/v1/crates/termtree/0.4.0/download",
type = "tar.gz",
- sha256 = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b",
- strip_prefix = "termtree-0.2.4",
- build_file = Label("//third_party/cargo/remote:BUILD.termtree-0.2.4.bazel"),
+ sha256 = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8",
+ strip_prefix = "termtree-0.4.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.termtree-0.4.0.bazel"),
)
maybe(
http_archive,
- name = "raze__test_log__0_2_10",
- url = "https://crates.io/api/v1/crates/test-log/0.2.10/download",
+ name = "raze__test_log__0_2_11",
+ url = "https://crates.io/api/v1/crates/test-log/0.2.11/download",
type = "tar.gz",
- sha256 = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735",
- strip_prefix = "test-log-0.2.10",
- build_file = Label("//third_party/cargo/remote:BUILD.test-log-0.2.10.bazel"),
+ sha256 = "38f0c854faeb68a048f0f2dc410c5ddae3bf83854ef0e4977d58306a5edef50e",
+ strip_prefix = "test-log-0.2.11",
+ build_file = Label("//third_party/cargo/remote:BUILD.test-log-0.2.11.bazel"),
)
maybe(
@@ -1201,92 +1223,102 @@
maybe(
http_archive,
- name = "raze__textwrap__0_15_0",
- url = "https://crates.io/api/v1/crates/textwrap/0.15.0/download",
+ name = "raze__textwrap__0_15_2",
+ url = "https://crates.io/api/v1/crates/textwrap/0.15.2/download",
type = "tar.gz",
- sha256 = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb",
- strip_prefix = "textwrap-0.15.0",
- build_file = Label("//third_party/cargo/remote:BUILD.textwrap-0.15.0.bazel"),
+ sha256 = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d",
+ strip_prefix = "textwrap-0.15.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.textwrap-0.15.2.bazel"),
)
maybe(
http_archive,
- name = "raze__thiserror__1_0_31",
- url = "https://crates.io/api/v1/crates/thiserror/1.0.31/download",
+ name = "raze__textwrap__0_16_0",
+ url = "https://crates.io/api/v1/crates/textwrap/0.16.0/download",
type = "tar.gz",
- sha256 = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a",
- strip_prefix = "thiserror-1.0.31",
- build_file = Label("//third_party/cargo/remote:BUILD.thiserror-1.0.31.bazel"),
+ sha256 = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d",
+ strip_prefix = "textwrap-0.16.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.textwrap-0.16.0.bazel"),
)
maybe(
http_archive,
- name = "raze__thiserror_impl__1_0_31",
- url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.31/download",
+ name = "raze__thiserror__1_0_38",
+ url = "https://crates.io/api/v1/crates/thiserror/1.0.38/download",
type = "tar.gz",
- sha256 = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a",
- strip_prefix = "thiserror-impl-1.0.31",
- build_file = Label("//third_party/cargo/remote:BUILD.thiserror-impl-1.0.31.bazel"),
+ sha256 = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0",
+ strip_prefix = "thiserror-1.0.38",
+ build_file = Label("//third_party/cargo/remote:BUILD.thiserror-1.0.38.bazel"),
)
maybe(
http_archive,
- name = "raze__toml__0_5_9",
- url = "https://crates.io/api/v1/crates/toml/0.5.9/download",
+ name = "raze__thiserror_impl__1_0_38",
+ url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.38/download",
type = "tar.gz",
- sha256 = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7",
- strip_prefix = "toml-0.5.9",
- build_file = Label("//third_party/cargo/remote:BUILD.toml-0.5.9.bazel"),
+ sha256 = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f",
+ strip_prefix = "thiserror-impl-1.0.38",
+ build_file = Label("//third_party/cargo/remote:BUILD.thiserror-impl-1.0.38.bazel"),
)
maybe(
http_archive,
- name = "raze__trybuild__1_0_63",
- url = "https://crates.io/api/v1/crates/trybuild/1.0.63/download",
+ name = "raze__toml__0_5_10",
+ url = "https://crates.io/api/v1/crates/toml/0.5.10/download",
type = "tar.gz",
- sha256 = "764b9e244b482a9b81bde596aa37aa6f1347bf8007adab25e59f901b32b4e0a0",
- strip_prefix = "trybuild-1.0.63",
- build_file = Label("//third_party/cargo/remote:BUILD.trybuild-1.0.63.bazel"),
+ sha256 = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f",
+ strip_prefix = "toml-0.5.10",
+ build_file = Label("//third_party/cargo/remote:BUILD.toml-0.5.10.bazel"),
)
maybe(
http_archive,
- name = "raze__unicode_ident__1_0_2",
- url = "https://crates.io/api/v1/crates/unicode-ident/1.0.2/download",
+ name = "raze__trybuild__1_0_73",
+ url = "https://crates.io/api/v1/crates/trybuild/1.0.73/download",
type = "tar.gz",
- sha256 = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7",
- strip_prefix = "unicode-ident-1.0.2",
- build_file = Label("//third_party/cargo/remote:BUILD.unicode-ident-1.0.2.bazel"),
+ sha256 = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d",
+ strip_prefix = "trybuild-1.0.73",
+ build_file = Label("//third_party/cargo/remote:BUILD.trybuild-1.0.73.bazel"),
)
maybe(
http_archive,
- name = "raze__unicode_linebreak__0_1_2",
- url = "https://crates.io/api/v1/crates/unicode-linebreak/0.1.2/download",
+ name = "raze__unicode_ident__1_0_6",
+ url = "https://crates.io/api/v1/crates/unicode-ident/1.0.6/download",
type = "tar.gz",
- sha256 = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f",
- strip_prefix = "unicode-linebreak-0.1.2",
- build_file = Label("//third_party/cargo/remote:BUILD.unicode-linebreak-0.1.2.bazel"),
+ sha256 = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc",
+ strip_prefix = "unicode-ident-1.0.6",
+ build_file = Label("//third_party/cargo/remote:BUILD.unicode-ident-1.0.6.bazel"),
)
maybe(
http_archive,
- name = "raze__unicode_width__0_1_9",
- url = "https://crates.io/api/v1/crates/unicode-width/0.1.9/download",
+ name = "raze__unicode_linebreak__0_1_4",
+ url = "https://crates.io/api/v1/crates/unicode-linebreak/0.1.4/download",
type = "tar.gz",
- sha256 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973",
- strip_prefix = "unicode-width-0.1.9",
- build_file = Label("//third_party/cargo/remote:BUILD.unicode-width-0.1.9.bazel"),
+ sha256 = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137",
+ strip_prefix = "unicode-linebreak-0.1.4",
+ build_file = Label("//third_party/cargo/remote:BUILD.unicode-linebreak-0.1.4.bazel"),
)
maybe(
http_archive,
- name = "raze__uuid__1_1_2",
- url = "https://crates.io/api/v1/crates/uuid/1.1.2/download",
+ name = "raze__unicode_width__0_1_10",
+ url = "https://crates.io/api/v1/crates/unicode-width/0.1.10/download",
type = "tar.gz",
- sha256 = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f",
- strip_prefix = "uuid-1.1.2",
- build_file = Label("//third_party/cargo/remote:BUILD.uuid-1.1.2.bazel"),
+ sha256 = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b",
+ strip_prefix = "unicode-width-0.1.10",
+ build_file = Label("//third_party/cargo/remote:BUILD.unicode-width-0.1.10.bazel"),
+ )
+
+ maybe(
+ http_archive,
+ name = "raze__uuid__1_2_2",
+ url = "https://crates.io/api/v1/crates/uuid/1.2.2/download",
+ type = "tar.gz",
+ sha256 = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c",
+ strip_prefix = "uuid-1.2.2",
+ build_file = Label("//third_party/cargo/remote:BUILD.uuid-1.2.2.bazel"),
)
maybe(
@@ -1321,6 +1353,16 @@
maybe(
http_archive,
+ name = "raze__wasi__0_11_0_wasi_snapshot_preview1",
+ url = "https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download",
+ type = "tar.gz",
+ sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423",
+ strip_prefix = "wasi-0.11.0+wasi-snapshot-preview1",
+ build_file = Label("//third_party/cargo/remote:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"),
+ )
+
+ maybe(
+ http_archive,
name = "raze__which__3_1_1",
url = "https://crates.io/api/v1/crates/which/3.1.1/download",
type = "tar.gz",
@@ -1331,12 +1373,12 @@
maybe(
http_archive,
- name = "raze__which__4_2_5",
- url = "https://crates.io/api/v1/crates/which/4.2.5/download",
+ name = "raze__which__4_3_0",
+ url = "https://crates.io/api/v1/crates/which/4.3.0/download",
type = "tar.gz",
- sha256 = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae",
- strip_prefix = "which-4.2.5",
- build_file = Label("//third_party/cargo/remote:BUILD.which-4.2.5.bazel"),
+ sha256 = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b",
+ strip_prefix = "which-4.3.0",
+ build_file = Label("//third_party/cargo/remote:BUILD.which-4.3.0.bazel"),
)
maybe(
diff --git a/third_party/cargo/remote/BUILD.addr2line-0.17.0.bazel b/third_party/cargo/remote/BUILD.addr2line-0.19.0.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.addr2line-0.17.0.bazel
rename to third_party/cargo/remote/BUILD.addr2line-0.19.0.bazel
index 8457445..de51038 100644
--- a/third_party/cargo/remote/BUILD.addr2line-0.17.0.bazel
+++ b/third_party/cargo/remote/BUILD.addr2line-0.19.0.bazel
@@ -49,10 +49,10 @@
"crate-name=addr2line",
"manual",
],
- version = "0.17.0",
+ version = "0.19.0",
# buildifier: leave-alone
deps = [
- "@raze__gimli__0_26_1//:gimli",
+ "@raze__gimli__0_27_0//:gimli",
],
)
diff --git a/third_party/cargo/remote/BUILD.ahash-0.7.6.bazel b/third_party/cargo/remote/BUILD.ahash-0.7.6.bazel
new file mode 100644
index 0000000..a97afb0
--- /dev/null
+++ b/third_party/cargo/remote/BUILD.ahash-0.7.6.bazel
@@ -0,0 +1,135 @@
+"""
+@generated
+cargo-raze crate build file.
+
+DO NOT EDIT! Replaced on runs of cargo-raze
+"""
+
+# buildifier: disable=load
+load("@bazel_skylib//lib:selects.bzl", "selects")
+
+# buildifier: disable=load
+load(
+ "@rules_rust//rust:defs.bzl",
+ "rust_binary",
+ "rust_library",
+ "rust_proc_macro",
+ "rust_test",
+)
+
+package(default_visibility = [
+ # Public for visibility by "@raze__crate__version//" targets.
+ #
+ # Prefer access through "//third_party/cargo", which limits external
+ # visibility to explicit Cargo.toml dependencies.
+ "//visibility:public",
+])
+
+licenses([
+ "notice", # MIT from expression "MIT OR Apache-2.0"
+])
+
+# Generated Targets
+# buildifier: disable=out-of-order-load
+# buildifier: disable=load-on-top
+load(
+ "@rules_rust//cargo:cargo_build_script.bzl",
+ "cargo_build_script",
+)
+
+cargo_build_script(
+ name = "ahash_build_script",
+ srcs = glob(["**/*.rs"]),
+ build_script_env = {
+ },
+ crate_features = [
+ ],
+ crate_root = "build.rs",
+ data = glob(["**"]),
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ tags = [
+ "cargo-raze",
+ "manual",
+ ],
+ version = "0.7.6",
+ visibility = ["//visibility:private"],
+ deps = [
+ "@raze__version_check__0_9_4//:version_check",
+ ] + selects.with_or({
+ # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi"))
+ (
+ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
+ "@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
+ ): [
+ ],
+ "//conditions:default": [],
+ }) + selects.with_or({
+ # cfg(not(all(target_arch = "arm", target_os = "none")))
+ (
+ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
+ "@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
+ ): [
+ ],
+ "//conditions:default": [],
+ }),
+)
+
+# Unsupported target "ahash" with type "bench" omitted
+
+# Unsupported target "map" with type "bench" omitted
+
+rust_library(
+ name = "ahash",
+ srcs = glob(["**/*.rs"]),
+ aliases = {
+ },
+ crate_features = [
+ ],
+ crate_root = "src/lib.rs",
+ data = [],
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ tags = [
+ "cargo-raze",
+ "crate-name=ahash",
+ "manual",
+ ],
+ version = "0.7.6",
+ # buildifier: leave-alone
+ deps = [
+ ":ahash_build_script",
+ ] + selects.with_or({
+ # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi"))
+ (
+ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
+ "@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
+ ): [
+ "@raze__getrandom__0_2_8//:getrandom",
+ ],
+ "//conditions:default": [],
+ }) + selects.with_or({
+ # cfg(not(all(target_arch = "arm", target_os = "none")))
+ (
+ "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
+ "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
+ "@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
+ ): [
+ "@raze__once_cell__1_16_0//:once_cell",
+ ],
+ "//conditions:default": [],
+ }),
+)
+
+# Unsupported target "bench" with type "test" omitted
+
+# Unsupported target "map_tests" with type "test" omitted
+
+# Unsupported target "nopanic" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.aho-corasick-0.7.18.bazel b/third_party/cargo/remote/BUILD.aho-corasick-0.7.20.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.aho-corasick-0.7.18.bazel
rename to third_party/cargo/remote/BUILD.aho-corasick-0.7.20.bazel
index 4c0c83f..2bb9eb5 100644
--- a/third_party/cargo/remote/BUILD.aho-corasick-0.7.18.bazel
+++ b/third_party/cargo/remote/BUILD.aho-corasick-0.7.20.bazel
@@ -49,7 +49,7 @@
"crate-name=aho_corasick",
"manual",
],
- version = "0.7.18",
+ version = "0.7.20",
# buildifier: leave-alone
deps = [
"@raze__memchr__2_5_0//:memchr",
diff --git a/third_party/cargo/remote/BUILD.anyhow-1.0.58.bazel b/third_party/cargo/remote/BUILD.anyhow-1.0.68.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.anyhow-1.0.58.bazel
rename to third_party/cargo/remote/BUILD.anyhow-1.0.68.bazel
index f7d5b14..54092ca 100644
--- a/third_party/cargo/remote/BUILD.anyhow-1.0.58.bazel
+++ b/third_party/cargo/remote/BUILD.anyhow-1.0.68.bazel
@@ -56,7 +56,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.58",
+ version = "1.0.68",
visibility = ["//visibility:private"],
deps = [
],
@@ -80,7 +80,7 @@
"crate-name=anyhow",
"manual",
],
- version = "1.0.58",
+ version = "1.0.68",
# buildifier: leave-alone
deps = [
":anyhow_build_script",
diff --git a/third_party/cargo/remote/BUILD.aquamarine-0.1.11.bazel b/third_party/cargo/remote/BUILD.aquamarine-0.1.12.bazel
similarity index 87%
rename from third_party/cargo/remote/BUILD.aquamarine-0.1.11.bazel
rename to third_party/cargo/remote/BUILD.aquamarine-0.1.12.bazel
index f24a8c1..f048a69 100644
--- a/third_party/cargo/remote/BUILD.aquamarine-0.1.11.bazel
+++ b/third_party/cargo/remote/BUILD.aquamarine-0.1.12.bazel
@@ -47,13 +47,13 @@
"crate-name=aquamarine",
"manual",
],
- version = "0.1.11",
+ version = "0.1.12",
# buildifier: leave-alone
deps = [
"@raze__itertools__0_9_0//:itertools",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
"@raze__proc_macro_error__1_0_4//:proc_macro_error",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.assert_cmd-1.0.8.bazel b/third_party/cargo/remote/BUILD.assert_cmd-1.0.8.bazel
index d76f844..e671f63 100644
--- a/third_party/cargo/remote/BUILD.assert_cmd-1.0.8.bazel
+++ b/third_party/cargo/remote/BUILD.assert_cmd-1.0.8.bazel
@@ -56,8 +56,8 @@
"@raze__bstr__0_2_17//:bstr",
"@raze__doc_comment__0_3_3//:doc_comment",
"@raze__predicates__2_1_1//:predicates",
- "@raze__predicates_core__1_0_3//:predicates_core",
- "@raze__predicates_tree__1_0_5//:predicates_tree",
+ "@raze__predicates_core__1_0_5//:predicates_core",
+ "@raze__predicates_tree__1_0_7//:predicates_tree",
"@raze__wait_timeout__0_2_0//:wait_timeout",
],
)
@@ -86,8 +86,8 @@
"@raze__bstr__0_2_17//:bstr",
"@raze__doc_comment__0_3_3//:doc_comment",
"@raze__predicates__2_1_1//:predicates",
- "@raze__predicates_core__1_0_3//:predicates_core",
- "@raze__predicates_tree__1_0_5//:predicates_tree",
+ "@raze__predicates_core__1_0_5//:predicates_core",
+ "@raze__predicates_tree__1_0_7//:predicates_tree",
"@raze__wait_timeout__0_2_0//:wait_timeout",
],
)
diff --git a/third_party/cargo/remote/BUILD.atty-0.2.14.bazel b/third_party/cargo/remote/BUILD.atty-0.2.14.bazel
index 102e573..552e35c 100644
--- a/third_party/cargo/remote/BUILD.atty-0.2.14.bazel
+++ b/third_party/cargo/remote/BUILD.atty-0.2.14.bazel
@@ -61,7 +61,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
diff --git a/third_party/cargo/remote/BUILD.autocxx-bindgen-0.59.17.bazel b/third_party/cargo/remote/BUILD.autocxx-bindgen-0.59.17.bazel
index 20770f5..7b128af 100644
--- a/third_party/cargo/remote/BUILD.autocxx-bindgen-0.59.17.bazel
+++ b/third_party/cargo/remote/BUILD.autocxx-bindgen-0.59.17.bazel
@@ -65,7 +65,7 @@
version = "0.59.17",
visibility = ["//visibility:private"],
deps = [
- "@raze__clang_sys__1_3_3//:clang_sys",
+ "@raze__clang_sys__1_4_0//:clang_sys",
],
)
@@ -102,20 +102,20 @@
":autocxx_bindgen_build_script",
"@raze__bitflags__1_3_2//:bitflags",
"@raze__cexpr__0_6_0//:cexpr",
- "@raze__clang_sys__1_3_3//:clang_sys",
+ "@raze__clang_sys__1_4_0//:clang_sys",
"@raze__clap__2_34_0//:clap",
- "@raze__env_logger__0_9_0//:env_logger",
- "@raze__itertools__0_10_3//:itertools",
+ "@raze__env_logger__0_9_3//:env_logger",
+ "@raze__itertools__0_10_5//:itertools",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__lazycell__1_3_0//:lazycell",
"@raze__log__0_4_17//:log",
"@raze__peeking_take_while__0_1_2//:peeking_take_while",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__regex__1_6_0//:regex",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__regex__1_7_0//:regex",
"@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__shlex__1_1_0//:shlex",
- "@raze__which__4_2_5//:which",
+ "@raze__which__4_3_0//:which",
],
)
@@ -149,19 +149,19 @@
":autocxx_bindgen_build_script",
"@raze__bitflags__1_3_2//:bitflags",
"@raze__cexpr__0_6_0//:cexpr",
- "@raze__clang_sys__1_3_3//:clang_sys",
+ "@raze__clang_sys__1_4_0//:clang_sys",
"@raze__clap__2_34_0//:clap",
- "@raze__env_logger__0_9_0//:env_logger",
- "@raze__itertools__0_10_3//:itertools",
+ "@raze__env_logger__0_9_3//:env_logger",
+ "@raze__itertools__0_10_5//:itertools",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__lazycell__1_3_0//:lazycell",
"@raze__log__0_4_17//:log",
"@raze__peeking_take_while__0_1_2//:peeking_take_while",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__regex__1_6_0//:regex",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__regex__1_7_0//:regex",
"@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__shlex__1_1_0//:shlex",
- "@raze__which__4_2_5//:which",
+ "@raze__which__4_3_0//:which",
],
)
diff --git a/third_party/cargo/remote/BUILD.backtrace-0.3.66.bazel b/third_party/cargo/remote/BUILD.backtrace-0.3.67.bazel
similarity index 87%
rename from third_party/cargo/remote/BUILD.backtrace-0.3.66.bazel
rename to third_party/cargo/remote/BUILD.backtrace-0.3.67.bazel
index 21cd9bf..034105a 100644
--- a/third_party/cargo/remote/BUILD.backtrace-0.3.66.bazel
+++ b/third_party/cargo/remote/BUILD.backtrace-0.3.67.bazel
@@ -56,10 +56,10 @@
"cargo-raze",
"manual",
],
- version = "0.3.66",
+ version = "0.3.67",
visibility = ["//visibility:private"],
deps = [
- "@raze__cc__1_0_73//:cc",
+ "@raze__cc__1_0_78//:cc",
],
)
@@ -87,15 +87,15 @@
"crate-name=backtrace",
"manual",
],
- version = "0.3.66",
+ version = "0.3.67",
# buildifier: leave-alone
deps = [
":backtrace_build_script",
- "@raze__addr2line__0_17_0//:addr2line",
+ "@raze__addr2line__0_19_0//:addr2line",
"@raze__cfg_if__1_0_0//:cfg_if",
- "@raze__libc__0_2_126//:libc",
- "@raze__miniz_oxide__0_5_3//:miniz_oxide",
- "@raze__object__0_29_0//:object",
+ "@raze__libc__0_2_138//:libc",
+ "@raze__miniz_oxide__0_6_2//:miniz_oxide",
+ "@raze__object__0_30_0//:object",
"@raze__rustc_demangle__0_1_21//:rustc_demangle",
],
)
@@ -104,6 +104,8 @@
# Unsupported target "concurrent-panics" with type "test" omitted
+# Unsupported target "current-exe-mismatch" with type "test" omitted
+
# Unsupported target "long_fn_name" with type "test" omitted
# Unsupported target "skip_inner_frames" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.bindgen-0.58.1.bazel b/third_party/cargo/remote/BUILD.bindgen-0.58.1.bazel
index c79629a..2c78a38 100644
--- a/third_party/cargo/remote/BUILD.bindgen-0.58.1.bazel
+++ b/third_party/cargo/remote/BUILD.bindgen-0.58.1.bazel
@@ -65,7 +65,7 @@
version = "0.58.1",
visibility = ["//visibility:private"],
deps = [
- "@raze__clang_sys__1_3_3//:clang_sys",
+ "@raze__clang_sys__1_4_0//:clang_sys",
],
)
@@ -102,16 +102,16 @@
":bindgen_build_script",
"@raze__bitflags__1_3_2//:bitflags",
"@raze__cexpr__0_4_0//:cexpr",
- "@raze__clang_sys__1_3_3//:clang_sys",
+ "@raze__clang_sys__1_4_0//:clang_sys",
"@raze__clap__2_34_0//:clap",
"@raze__env_logger__0_8_4//:env_logger",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__lazycell__1_3_0//:lazycell",
"@raze__log__0_4_17//:log",
"@raze__peeking_take_while__0_1_2//:peeking_take_while",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__regex__1_6_0//:regex",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__regex__1_7_0//:regex",
"@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__shlex__1_1_0//:shlex",
"@raze__which__3_1_1//:which",
@@ -148,16 +148,16 @@
":bindgen_build_script",
"@raze__bitflags__1_3_2//:bitflags",
"@raze__cexpr__0_4_0//:cexpr",
- "@raze__clang_sys__1_3_3//:clang_sys",
+ "@raze__clang_sys__1_4_0//:clang_sys",
"@raze__clap__2_34_0//:clap",
"@raze__env_logger__0_8_4//:env_logger",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__lazycell__1_3_0//:lazycell",
"@raze__log__0_4_17//:log",
"@raze__peeking_take_while__0_1_2//:peeking_take_while",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__regex__1_6_0//:regex",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__regex__1_7_0//:regex",
"@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__shlex__1_1_0//:shlex",
"@raze__which__3_1_1//:which",
diff --git a/third_party/cargo/remote/BUILD.cc-1.0.73.bazel b/third_party/cargo/remote/BUILD.cc-1.0.78.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.cc-1.0.73.bazel
rename to third_party/cargo/remote/BUILD.cc-1.0.78.bazel
index 11f1721..8477d46 100644
--- a/third_party/cargo/remote/BUILD.cc-1.0.73.bazel
+++ b/third_party/cargo/remote/BUILD.cc-1.0.78.bazel
@@ -49,7 +49,7 @@
"crate-name=gcc-shim",
"manual",
],
- version = "1.0.73",
+ version = "1.0.78",
# buildifier: leave-alone
deps = [
":cc",
@@ -72,7 +72,7 @@
"crate-name=cc",
"manual",
],
- version = "1.0.73",
+ version = "1.0.78",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.clang-sys-1.3.3.bazel b/third_party/cargo/remote/BUILD.clang-sys-1.4.0.bazel
similarity index 93%
rename from third_party/cargo/remote/BUILD.clang-sys-1.3.3.bazel
rename to third_party/cargo/remote/BUILD.clang-sys-1.4.0.bazel
index 19592f5..e49e467 100644
--- a/third_party/cargo/remote/BUILD.clang-sys-1.3.3.bazel
+++ b/third_party/cargo/remote/BUILD.clang-sys-1.4.0.bazel
@@ -65,7 +65,7 @@
"cargo-raze",
"manual",
],
- version = "1.3.3",
+ version = "1.4.0",
visibility = ["//visibility:private"],
deps = [
"@raze__glob__0_3_0//:glob",
@@ -98,13 +98,13 @@
"crate-name=clang-sys",
"manual",
],
- version = "1.3.3",
+ version = "1.4.0",
# buildifier: leave-alone
deps = [
":clang_sys_build_script",
"@raze__glob__0_3_0//:glob",
- "@raze__libc__0_2_126//:libc",
- "@raze__libloading__0_7_3//:libloading",
+ "@raze__libc__0_2_138//:libc",
+ "@raze__libloading__0_7_4//:libloading",
],
)
diff --git a/third_party/cargo/remote/BUILD.clap-2.34.0.bazel b/third_party/cargo/remote/BUILD.clap-2.34.0.bazel
index f64a602..1b6e9cd 100644
--- a/third_party/cargo/remote/BUILD.clap-2.34.0.bazel
+++ b/third_party/cargo/remote/BUILD.clap-2.34.0.bazel
@@ -63,7 +63,7 @@
"@raze__bitflags__1_3_2//:bitflags",
"@raze__strsim__0_8_0//:strsim",
"@raze__textwrap__0_11_0//:textwrap",
- "@raze__unicode_width__0_1_9//:unicode_width",
+ "@raze__unicode_width__0_1_10//:unicode_width",
"@raze__vec_map__0_8_2//:vec_map",
] + selects.with_or({
# cfg(not(windows))
diff --git a/third_party/cargo/remote/BUILD.clap-3.2.12.bazel b/third_party/cargo/remote/BUILD.clap-3.2.23.bazel
similarity index 93%
rename from third_party/cargo/remote/BUILD.clap-3.2.12.bazel
rename to third_party/cargo/remote/BUILD.clap-3.2.23.bazel
index 1fa3fef..d4764a1 100644
--- a/third_party/cargo/remote/BUILD.clap-3.2.12.bazel
+++ b/third_party/cargo/remote/BUILD.clap-3.2.23.bazel
@@ -49,6 +49,7 @@
],
crate_root = "src/bin/stdio-fixture.rs",
data = [],
+ compile_data = ["examples/demo.md"],
edition = "2021",
rustc_flags = [
"--cap-lints=allow",
@@ -58,18 +59,18 @@
"crate-name=stdio-fixture",
"manual",
],
- version = "3.2.12",
+ version = "3.2.23",
# buildifier: leave-alone
deps = [
":clap",
"@raze__atty__0_2_14//:atty",
"@raze__bitflags__1_3_2//:bitflags",
"@raze__clap_lex__0_2_4//:clap_lex",
- "@raze__indexmap__1_9_1//:indexmap",
- "@raze__once_cell__1_13_0//:once_cell",
+ "@raze__indexmap__1_9_2//:indexmap",
+ "@raze__once_cell__1_16_0//:once_cell",
"@raze__strsim__0_10_0//:strsim",
"@raze__termcolor__1_1_3//:termcolor",
- "@raze__textwrap__0_15_0//:textwrap",
+ "@raze__textwrap__0_16_0//:textwrap",
],
)
@@ -191,6 +192,7 @@
],
crate_root = "src/lib.rs",
data = [],
+ compile_data = ["examples/demo.md"],
edition = "2021",
rustc_flags = [
"--cap-lints=allow",
@@ -200,16 +202,16 @@
"crate-name=clap",
"manual",
],
- version = "3.2.12",
+ version = "3.2.23",
# buildifier: leave-alone
deps = [
"@raze__atty__0_2_14//:atty",
"@raze__bitflags__1_3_2//:bitflags",
"@raze__clap_lex__0_2_4//:clap_lex",
- "@raze__indexmap__1_9_1//:indexmap",
- "@raze__once_cell__1_13_0//:once_cell",
+ "@raze__indexmap__1_9_2//:indexmap",
+ "@raze__once_cell__1_16_0//:once_cell",
"@raze__strsim__0_10_0//:strsim",
"@raze__termcolor__1_1_3//:termcolor",
- "@raze__textwrap__0_15_0//:textwrap",
+ "@raze__textwrap__0_16_0//:textwrap",
],
)
diff --git a/third_party/cargo/remote/BUILD.clap_lex-0.2.4.bazel b/third_party/cargo/remote/BUILD.clap_lex-0.2.4.bazel
index 6566a06..f7a6600 100644
--- a/third_party/cargo/remote/BUILD.clap_lex-0.2.4.bazel
+++ b/third_party/cargo/remote/BUILD.clap_lex-0.2.4.bazel
@@ -50,6 +50,6 @@
version = "0.2.4",
# buildifier: leave-alone
deps = [
- "@raze__os_str_bytes__6_2_0//:os_str_bytes",
+ "@raze__os_str_bytes__6_4_1//:os_str_bytes",
],
)
diff --git a/third_party/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel b/third_party/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel
index 4489e3b..0ed368b 100644
--- a/third_party/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel
+++ b/third_party/cargo/remote/BUILD.codespan-reporting-0.11.1.bazel
@@ -61,7 +61,7 @@
# buildifier: leave-alone
deps = [
"@raze__termcolor__1_1_3//:termcolor",
- "@raze__unicode_width__0_1_9//:unicode_width",
+ "@raze__unicode_width__0_1_10//:unicode_width",
],
)
diff --git a/third_party/cargo/remote/BUILD.cxx-1.0.71.bazel b/third_party/cargo/remote/BUILD.cxx-1.0.85.bazel
similarity index 92%
rename from third_party/cargo/remote/BUILD.cxx-1.0.71.bazel
rename to third_party/cargo/remote/BUILD.cxx-1.0.85.bazel
index 1ede3fc..b3381fc 100644
--- a/third_party/cargo/remote/BUILD.cxx-1.0.71.bazel
+++ b/third_party/cargo/remote/BUILD.cxx-1.0.85.bazel
@@ -45,7 +45,7 @@
data = [],
edition = "2018",
proc_macro_deps = [
- "@raze__cxxbridge_macro__1_0_71//:cxxbridge_macro",
+ "@raze__cxxbridge_macro__1_0_85//:cxxbridge_macro",
],
rustc_flags = [
"--cap-lints=allow",
@@ -55,10 +55,10 @@
"crate-name=cxx",
"manual",
],
- version = "1.0.71",
+ version = "1.0.85",
# buildifier: leave-alone
deps = [
- "@raze__link_cplusplus__1_0_6//:link_cplusplus",
+ "@raze__link_cplusplus__1_0_8//:link_cplusplus",
],
)
diff --git a/third_party/cargo/remote/BUILD.cxx-gen-0.7.71.bazel b/third_party/cargo/remote/BUILD.cxx-gen-0.7.85.bazel
similarity index 88%
rename from third_party/cargo/remote/BUILD.cxx-gen-0.7.71.bazel
rename to third_party/cargo/remote/BUILD.cxx-gen-0.7.85.bazel
index 011b877..af1f683 100644
--- a/third_party/cargo/remote/BUILD.cxx-gen-0.7.71.bazel
+++ b/third_party/cargo/remote/BUILD.cxx-gen-0.7.85.bazel
@@ -48,13 +48,13 @@
"crate-name=cxx-gen",
"manual",
],
- version = "0.7.71",
+ version = "0.7.85",
# buildifier: leave-alone
deps = [
"@raze__codespan_reporting__0_11_1//:codespan_reporting",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.cxxbridge-cmd-1.0.71.bazel b/third_party/cargo/remote/BUILD.cxxbridge-cmd-1.0.77.bazel
similarity index 82%
rename from third_party/cargo/remote/BUILD.cxxbridge-cmd-1.0.71.bazel
rename to third_party/cargo/remote/BUILD.cxxbridge-cmd-1.0.77.bazel
index ec67c21..a578c0a 100644
--- a/third_party/cargo/remote/BUILD.cxxbridge-cmd-1.0.71.bazel
+++ b/third_party/cargo/remote/BUILD.cxxbridge-cmd-1.0.77.bazel
@@ -50,15 +50,15 @@
"crate-name=cxxbridge",
"manual",
],
- version = "1.0.71",
+ version = "1.0.77",
# buildifier: leave-alone
deps = [
":cxxbridge_cmd",
- "@raze__clap__3_2_12//:clap",
+ "@raze__clap__3_2_23//:clap",
"@raze__codespan_reporting__0_11_1//:codespan_reporting",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
@@ -79,13 +79,13 @@
"crate-name=cxxbridge-cmd",
"manual",
],
- version = "1.0.71",
+ version = "1.0.77",
# buildifier: leave-alone
deps = [
- "@raze__clap__3_2_12//:clap",
+ "@raze__clap__3_2_23//:clap",
"@raze__codespan_reporting__0_11_1//:codespan_reporting",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.71.bazel b/third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.85.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.71.bazel
rename to third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.85.bazel
index dc02110..8d4a85b 100644
--- a/third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.71.bazel
+++ b/third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.85.bazel
@@ -48,7 +48,7 @@
"crate-name=cxxbridge-flags",
"manual",
],
- version = "1.0.71",
+ version = "1.0.85",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.cxxbridge-macro-1.0.71.bazel b/third_party/cargo/remote/BUILD.cxxbridge-macro-1.0.85.bazel
similarity index 87%
rename from third_party/cargo/remote/BUILD.cxxbridge-macro-1.0.71.bazel
rename to third_party/cargo/remote/BUILD.cxxbridge-macro-1.0.85.bazel
index e41298e..79d8c95 100644
--- a/third_party/cargo/remote/BUILD.cxxbridge-macro-1.0.71.bazel
+++ b/third_party/cargo/remote/BUILD.cxxbridge-macro-1.0.85.bazel
@@ -47,11 +47,11 @@
"crate-name=cxxbridge-macro",
"manual",
],
- version = "1.0.71",
+ version = "1.0.85",
# buildifier: leave-alone
deps = [
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.either-1.7.0.bazel b/third_party/cargo/remote/BUILD.either-1.8.0.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.either-1.7.0.bazel
rename to third_party/cargo/remote/BUILD.either-1.8.0.bazel
index 834d2c3..382f8da 100644
--- a/third_party/cargo/remote/BUILD.either-1.7.0.bazel
+++ b/third_party/cargo/remote/BUILD.either-1.8.0.bazel
@@ -49,7 +49,7 @@
"crate-name=either",
"manual",
],
- version = "1.7.0",
+ version = "1.8.0",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel b/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel
index a9eb981..8d9f86f 100644
--- a/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel
+++ b/third_party/cargo/remote/BUILD.env_logger-0.8.4.bazel
@@ -58,7 +58,7 @@
"@raze__atty__0_2_14//:atty",
"@raze__humantime__2_1_0//:humantime",
"@raze__log__0_4_17//:log",
- "@raze__regex__1_6_0//:regex",
+ "@raze__regex__1_7_0//:regex",
"@raze__termcolor__1_1_3//:termcolor",
],
)
diff --git a/third_party/cargo/remote/BUILD.env_logger-0.9.0.bazel b/third_party/cargo/remote/BUILD.env_logger-0.9.3.bazel
similarity index 95%
rename from third_party/cargo/remote/BUILD.env_logger-0.9.0.bazel
rename to third_party/cargo/remote/BUILD.env_logger-0.9.3.bazel
index 0f4e8d1..2c89f39 100644
--- a/third_party/cargo/remote/BUILD.env_logger-0.9.0.bazel
+++ b/third_party/cargo/remote/BUILD.env_logger-0.9.3.bazel
@@ -52,13 +52,13 @@
"crate-name=env_logger",
"manual",
],
- version = "0.9.0",
+ version = "0.9.3",
# buildifier: leave-alone
deps = [
"@raze__atty__0_2_14//:atty",
"@raze__humantime__2_1_0//:humantime",
"@raze__log__0_4_17//:log",
- "@raze__regex__1_6_0//:regex",
+ "@raze__regex__1_7_0//:regex",
"@raze__termcolor__1_1_3//:termcolor",
],
)
diff --git a/third_party/cargo/remote/BUILD.fastrand-1.7.0.bazel b/third_party/cargo/remote/BUILD.fastrand-1.8.0.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.fastrand-1.7.0.bazel
rename to third_party/cargo/remote/BUILD.fastrand-1.8.0.bazel
index 449c049..55c9c24 100644
--- a/third_party/cargo/remote/BUILD.fastrand-1.7.0.bazel
+++ b/third_party/cargo/remote/BUILD.fastrand-1.8.0.bazel
@@ -49,7 +49,7 @@
"crate-name=fastrand",
"manual",
],
- version = "1.7.0",
+ version = "1.8.0",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.futures-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-0.3.25.bazel
similarity index 90%
rename from third_party/cargo/remote/BUILD.futures-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-0.3.25.bazel
index 118d747..60329cf 100644
--- a/third_party/cargo/remote/BUILD.futures-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-0.3.25.bazel
@@ -53,16 +53,16 @@
"crate-name=futures",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
- "@raze__futures_channel__0_3_21//:futures_channel",
- "@raze__futures_core__0_3_21//:futures_core",
- "@raze__futures_executor__0_3_21//:futures_executor",
- "@raze__futures_io__0_3_21//:futures_io",
- "@raze__futures_sink__0_3_21//:futures_sink",
- "@raze__futures_task__0_3_21//:futures_task",
- "@raze__futures_util__0_3_21//:futures_util",
+ "@raze__futures_channel__0_3_25//:futures_channel",
+ "@raze__futures_core__0_3_25//:futures_core",
+ "@raze__futures_executor__0_3_25//:futures_executor",
+ "@raze__futures_io__0_3_25//:futures_io",
+ "@raze__futures_sink__0_3_25//:futures_sink",
+ "@raze__futures_task__0_3_25//:futures_task",
+ "@raze__futures_util__0_3_25//:futures_util",
],
)
@@ -86,6 +86,8 @@
# Unsupported target "future_inspect" with type "test" omitted
+# Unsupported target "future_join" with type "test" omitted
+
# Unsupported target "future_join_all" with type "test" omitted
# Unsupported target "future_obj" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.futures-channel-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-channel-0.3.25.bazel
similarity index 92%
rename from third_party/cargo/remote/BUILD.futures-channel-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-channel-0.3.25.bazel
index 931d9a8..de52622 100644
--- a/third_party/cargo/remote/BUILD.futures-channel-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-channel-0.3.25.bazel
@@ -58,7 +58,7 @@
"cargo-raze",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
visibility = ["//visibility:private"],
deps = [
],
@@ -86,12 +86,12 @@
"crate-name=futures-channel",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
":futures_channel_build_script",
- "@raze__futures_core__0_3_21//:futures_core",
- "@raze__futures_sink__0_3_21//:futures_sink",
+ "@raze__futures_core__0_3_25//:futures_core",
+ "@raze__futures_sink__0_3_25//:futures_sink",
],
)
diff --git a/third_party/cargo/remote/BUILD.futures-core-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-core-0.3.25.bazel
similarity index 96%
rename from third_party/cargo/remote/BUILD.futures-core-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-core-0.3.25.bazel
index ee392e2..f7779e3 100644
--- a/third_party/cargo/remote/BUILD.futures-core-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-core-0.3.25.bazel
@@ -56,7 +56,7 @@
"cargo-raze",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
visibility = ["//visibility:private"],
deps = [
],
@@ -80,7 +80,7 @@
"crate-name=futures-core",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
":futures_core_build_script",
diff --git a/third_party/cargo/remote/BUILD.futures-executor-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-executor-0.3.25.bazel
similarity index 86%
rename from third_party/cargo/remote/BUILD.futures-executor-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-executor-0.3.25.bazel
index 236d50b..4f3d527 100644
--- a/third_party/cargo/remote/BUILD.futures-executor-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-executor-0.3.25.bazel
@@ -50,12 +50,12 @@
"crate-name=futures-executor",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
- "@raze__futures_core__0_3_21//:futures_core",
- "@raze__futures_task__0_3_21//:futures_task",
- "@raze__futures_util__0_3_21//:futures_util",
+ "@raze__futures_core__0_3_25//:futures_core",
+ "@raze__futures_task__0_3_25//:futures_task",
+ "@raze__futures_util__0_3_25//:futures_util",
],
)
diff --git a/third_party/cargo/remote/BUILD.futures-io-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-io-0.3.25.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.futures-io-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-io-0.3.25.bazel
index 595d1fc..65f2ebe 100644
--- a/third_party/cargo/remote/BUILD.futures-io-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-io-0.3.25.bazel
@@ -48,7 +48,7 @@
"crate-name=futures-io",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.futures-macro-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-macro-0.3.25.bazel
similarity index 87%
rename from third_party/cargo/remote/BUILD.futures-macro-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-macro-0.3.25.bazel
index 62ab29e..3a4aefc 100644
--- a/third_party/cargo/remote/BUILD.futures-macro-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-macro-0.3.25.bazel
@@ -47,11 +47,11 @@
"crate-name=futures-macro",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.futures-sink-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-sink-0.3.25.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.futures-sink-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-sink-0.3.25.bazel
index 0353eba..5fa1451 100644
--- a/third_party/cargo/remote/BUILD.futures-sink-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-sink-0.3.25.bazel
@@ -49,7 +49,7 @@
"crate-name=futures-sink",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.futures-task-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-task-0.3.25.bazel
similarity index 96%
rename from third_party/cargo/remote/BUILD.futures-task-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-task-0.3.25.bazel
index ccb5218..919a8d7 100644
--- a/third_party/cargo/remote/BUILD.futures-task-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-task-0.3.25.bazel
@@ -56,7 +56,7 @@
"cargo-raze",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
visibility = ["//visibility:private"],
deps = [
],
@@ -80,7 +80,7 @@
"crate-name=futures-task",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
":futures_task_build_script",
diff --git a/third_party/cargo/remote/BUILD.futures-util-0.3.21.bazel b/third_party/cargo/remote/BUILD.futures-util-0.3.25.bazel
similarity index 83%
rename from third_party/cargo/remote/BUILD.futures-util-0.3.21.bazel
rename to third_party/cargo/remote/BUILD.futures-util-0.3.25.bazel
index 5ea950a..0f0e1ab 100644
--- a/third_party/cargo/remote/BUILD.futures-util-0.3.21.bazel
+++ b/third_party/cargo/remote/BUILD.futures-util-0.3.25.bazel
@@ -67,7 +67,7 @@
"cargo-raze",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
visibility = ["//visibility:private"],
deps = [
],
@@ -77,6 +77,8 @@
# Unsupported target "futures_unordered" with type "bench" omitted
+# Unsupported target "select" with type "bench" omitted
+
rust_library(
name = "futures_util",
srcs = glob(["**/*.rs"]),
@@ -99,7 +101,7 @@
data = [],
edition = "2018",
proc_macro_deps = [
- "@raze__futures_macro__0_3_21//:futures_macro",
+ "@raze__futures_macro__0_3_25//:futures_macro",
],
rustc_flags = [
"--cap-lints=allow",
@@ -109,18 +111,18 @@
"crate-name=futures-util",
"manual",
],
- version = "0.3.21",
+ version = "0.3.25",
# buildifier: leave-alone
deps = [
":futures_util_build_script",
- "@raze__futures_channel__0_3_21//:futures_channel",
- "@raze__futures_core__0_3_21//:futures_core",
- "@raze__futures_io__0_3_21//:futures_io",
- "@raze__futures_sink__0_3_21//:futures_sink",
- "@raze__futures_task__0_3_21//:futures_task",
+ "@raze__futures_channel__0_3_25//:futures_channel",
+ "@raze__futures_core__0_3_25//:futures_core",
+ "@raze__futures_io__0_3_25//:futures_io",
+ "@raze__futures_sink__0_3_25//:futures_sink",
+ "@raze__futures_task__0_3_25//:futures_task",
"@raze__memchr__2_5_0//:memchr",
"@raze__pin_project_lite__0_2_9//:pin_project_lite",
"@raze__pin_utils__0_1_0//:pin_utils",
- "@raze__slab__0_4_6//:slab",
+ "@raze__slab__0_4_7//:slab",
],
)
diff --git a/third_party/cargo/remote/BUILD.libloading-0.7.3.bazel b/third_party/cargo/remote/BUILD.getrandom-0.2.8.bazel
similarity index 72%
copy from third_party/cargo/remote/BUILD.libloading-0.7.3.bazel
copy to third_party/cargo/remote/BUILD.getrandom-0.2.8.bazel
index aad70c8..9b595c4 100644
--- a/third_party/cargo/remote/BUILD.libloading-0.7.3.bazel
+++ b/third_party/cargo/remote/BUILD.getrandom-0.2.8.bazel
@@ -26,13 +26,15 @@
])
licenses([
- "notice", # ISC from expression "ISC"
+ "notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
+# Unsupported target "mod" with type "bench" omitted
+
rust_library(
- name = "libloading",
+ name = "getrandom",
srcs = glob(["**/*.rs"]),
aliases = {
},
@@ -40,18 +42,19 @@
],
crate_root = "src/lib.rs",
data = [],
- edition = "2015",
+ edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
- "crate-name=libloading",
+ "crate-name=getrandom",
"manual",
],
- version = "0.7.3",
+ version = "0.2.8",
# buildifier: leave-alone
deps = [
+ "@raze__cfg_if__1_0_0//:cfg_if",
] + selects.with_or({
# cfg(unix)
(
@@ -59,18 +62,14 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__cfg_if__1_0_0//:cfg_if",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
)
-# Unsupported target "constants" with type "test" omitted
+# Unsupported target "custom" with type "test" omitted
-# Unsupported target "functions" with type "test" omitted
+# Unsupported target "normal" with type "test" omitted
-# Unsupported target "library_filename" with type "test" omitted
-
-# Unsupported target "markers" with type "test" omitted
-
-# Unsupported target "windows" with type "test" omitted
+# Unsupported target "rdrand" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.gimli-0.26.1.bazel b/third_party/cargo/remote/BUILD.gimli-0.27.0.bazel
similarity index 93%
rename from third_party/cargo/remote/BUILD.gimli-0.26.1.bazel
rename to third_party/cargo/remote/BUILD.gimli-0.27.0.bazel
index fa40cf4..401e116 100644
--- a/third_party/cargo/remote/BUILD.gimli-0.26.1.bazel
+++ b/third_party/cargo/remote/BUILD.gimli-0.27.0.bazel
@@ -26,7 +26,7 @@
])
licenses([
- "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
+ "notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
@@ -59,7 +59,7 @@
"crate-name=gimli",
"manual",
],
- version = "0.26.1",
+ version = "0.27.0",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.hashbrown-0.12.2.bazel b/third_party/cargo/remote/BUILD.hashbrown-0.12.3.bazel
similarity index 91%
rename from third_party/cargo/remote/BUILD.hashbrown-0.12.2.bazel
rename to third_party/cargo/remote/BUILD.hashbrown-0.12.3.bazel
index 7d61548..7532af0 100644
--- a/third_party/cargo/remote/BUILD.hashbrown-0.12.2.bazel
+++ b/third_party/cargo/remote/BUILD.hashbrown-0.12.3.bazel
@@ -39,6 +39,9 @@
name = "hashbrown",
srcs = glob(["**/*.rs"]),
crate_features = [
+ "ahash",
+ "default",
+ "inline-more",
"raw",
],
crate_root = "src/lib.rs",
@@ -52,9 +55,10 @@
"crate-name=hashbrown",
"manual",
],
- version = "0.12.2",
+ version = "0.12.3",
# buildifier: leave-alone
deps = [
+ "@raze__ahash__0_7_6//:ahash",
],
)
diff --git a/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel b/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
index 2380dd4..5b532b4 100644
--- a/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
+++ b/third_party/cargo/remote/BUILD.hermit-abi-0.1.19.bazel
@@ -51,6 +51,6 @@
version = "0.1.19",
# buildifier: leave-alone
deps = [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
)
diff --git a/third_party/cargo/remote/BUILD.indexmap-1.9.1.bazel b/third_party/cargo/remote/BUILD.indexmap-1.9.2.bazel
similarity index 93%
rename from third_party/cargo/remote/BUILD.indexmap-1.9.1.bazel
rename to third_party/cargo/remote/BUILD.indexmap-1.9.2.bazel
index baf2641..1c0fb92 100644
--- a/third_party/cargo/remote/BUILD.indexmap-1.9.1.bazel
+++ b/third_party/cargo/remote/BUILD.indexmap-1.9.2.bazel
@@ -56,7 +56,7 @@
"cargo-raze",
"manual",
],
- version = "1.9.1",
+ version = "1.9.2",
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_1_0//:autocfg",
@@ -85,12 +85,12 @@
"crate-name=indexmap",
"manual",
],
- version = "1.9.1",
+ version = "1.9.2",
# buildifier: leave-alone
deps = [
":indexmap_build_script",
- "@raze__hashbrown__0_12_2//:hashbrown",
- "@raze__serde__1_0_139//:serde",
+ "@raze__hashbrown__0_12_3//:hashbrown",
+ "@raze__serde__1_0_151//:serde",
],
)
diff --git a/third_party/cargo/remote/BUILD.indoc-1.0.6.bazel b/third_party/cargo/remote/BUILD.indoc-1.0.8.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.indoc-1.0.6.bazel
rename to third_party/cargo/remote/BUILD.indoc-1.0.8.bazel
index f948586..318ea30 100644
--- a/third_party/cargo/remote/BUILD.indoc-1.0.6.bazel
+++ b/third_party/cargo/remote/BUILD.indoc-1.0.8.bazel
@@ -47,7 +47,7 @@
"crate-name=indoc",
"manual",
],
- version = "1.0.6",
+ version = "1.0.8",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.itertools-0.10.3.bazel b/third_party/cargo/remote/BUILD.itertools-0.10.5.bazel
similarity index 96%
rename from third_party/cargo/remote/BUILD.itertools-0.10.3.bazel
rename to third_party/cargo/remote/BUILD.itertools-0.10.5.bazel
index d919774..980682d 100644
--- a/third_party/cargo/remote/BUILD.itertools-0.10.3.bazel
+++ b/third_party/cargo/remote/BUILD.itertools-0.10.5.bazel
@@ -68,10 +68,10 @@
"crate-name=itertools",
"manual",
],
- version = "0.10.3",
+ version = "0.10.5",
# buildifier: leave-alone
deps = [
- "@raze__either__1_7_0//:either",
+ "@raze__either__1_8_0//:either",
],
)
diff --git a/third_party/cargo/remote/BUILD.itertools-0.9.0.bazel b/third_party/cargo/remote/BUILD.itertools-0.9.0.bazel
index 6dc4e8e..6895a62 100644
--- a/third_party/cargo/remote/BUILD.itertools-0.9.0.bazel
+++ b/third_party/cargo/remote/BUILD.itertools-0.9.0.bazel
@@ -66,7 +66,7 @@
version = "0.9.0",
# buildifier: leave-alone
deps = [
- "@raze__either__1_7_0//:either",
+ "@raze__either__1_8_0//:either",
],
)
diff --git a/third_party/cargo/remote/BUILD.itoa-1.0.2.bazel b/third_party/cargo/remote/BUILD.itoa-1.0.5.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.itoa-1.0.2.bazel
rename to third_party/cargo/remote/BUILD.itoa-1.0.5.bazel
index 0b796a1..a9d1458 100644
--- a/third_party/cargo/remote/BUILD.itoa-1.0.2.bazel
+++ b/third_party/cargo/remote/BUILD.itoa-1.0.5.bazel
@@ -49,7 +49,7 @@
"crate-name=itoa",
"manual",
],
- version = "1.0.2",
+ version = "1.0.5",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.libc-0.2.126.bazel b/third_party/cargo/remote/BUILD.libc-0.2.138.bazel
similarity index 96%
rename from third_party/cargo/remote/BUILD.libc-0.2.126.bazel
rename to third_party/cargo/remote/BUILD.libc-0.2.138.bazel
index 7b1e20b..a7c7830 100644
--- a/third_party/cargo/remote/BUILD.libc-0.2.126.bazel
+++ b/third_party/cargo/remote/BUILD.libc-0.2.138.bazel
@@ -56,7 +56,7 @@
"cargo-raze",
"manual",
],
- version = "0.2.126",
+ version = "0.2.138",
visibility = ["//visibility:private"],
deps = [
],
@@ -80,7 +80,7 @@
"crate-name=libc",
"manual",
],
- version = "0.2.126",
+ version = "0.2.138",
# buildifier: leave-alone
deps = [
":libc_build_script",
diff --git a/third_party/cargo/remote/BUILD.libloading-0.7.3.bazel b/third_party/cargo/remote/BUILD.libloading-0.7.4.bazel
similarity index 98%
rename from third_party/cargo/remote/BUILD.libloading-0.7.3.bazel
rename to third_party/cargo/remote/BUILD.libloading-0.7.4.bazel
index aad70c8..cfc6760 100644
--- a/third_party/cargo/remote/BUILD.libloading-0.7.3.bazel
+++ b/third_party/cargo/remote/BUILD.libloading-0.7.4.bazel
@@ -49,7 +49,7 @@
"crate-name=libloading",
"manual",
],
- version = "0.7.3",
+ version = "0.7.4",
# buildifier: leave-alone
deps = [
] + selects.with_or({
diff --git a/third_party/cargo/remote/BUILD.link-cplusplus-1.0.6.bazel b/third_party/cargo/remote/BUILD.link-cplusplus-1.0.8.bazel
similarity index 95%
rename from third_party/cargo/remote/BUILD.link-cplusplus-1.0.6.bazel
rename to third_party/cargo/remote/BUILD.link-cplusplus-1.0.8.bazel
index 729f0c9..f19d5fc 100644
--- a/third_party/cargo/remote/BUILD.link-cplusplus-1.0.6.bazel
+++ b/third_party/cargo/remote/BUILD.link-cplusplus-1.0.8.bazel
@@ -57,10 +57,10 @@
"cargo-raze",
"manual",
],
- version = "1.0.6",
+ version = "1.0.8",
visibility = ["//visibility:private"],
deps = [
- "@raze__cc__1_0_73//:cc",
+ "@raze__cc__1_0_78//:cc",
],
)
@@ -82,7 +82,7 @@
"crate-name=link-cplusplus",
"manual",
],
- version = "1.0.6",
+ version = "1.0.8",
# buildifier: leave-alone
deps = [
":link_cplusplus_build_script",
diff --git a/third_party/cargo/remote/BUILD.miette-4.7.1.bazel b/third_party/cargo/remote/BUILD.miette-4.7.1.bazel
index 1ce2130..2ef789e 100644
--- a/third_party/cargo/remote/BUILD.miette-4.7.1.bazel
+++ b/third_party/cargo/remote/BUILD.miette-4.7.1.bazel
@@ -65,15 +65,15 @@
# buildifier: leave-alone
deps = [
"@raze__atty__0_2_14//:atty",
- "@raze__backtrace__0_3_66//:backtrace",
- "@raze__once_cell__1_13_0//:once_cell",
- "@raze__owo_colors__3_4_0//:owo_colors",
- "@raze__supports_color__1_3_0//:supports_color",
+ "@raze__backtrace__0_3_67//:backtrace",
+ "@raze__once_cell__1_16_0//:once_cell",
+ "@raze__owo_colors__3_5_0//:owo_colors",
+ "@raze__supports_color__1_3_1//:supports_color",
"@raze__supports_hyperlinks__1_2_0//:supports_hyperlinks",
"@raze__supports_unicode__1_0_2//:supports_unicode",
"@raze__terminal_size__0_1_17//:terminal_size",
- "@raze__textwrap__0_15_0//:textwrap",
- "@raze__thiserror__1_0_31//:thiserror",
- "@raze__unicode_width__0_1_9//:unicode_width",
+ "@raze__textwrap__0_15_2//:textwrap",
+ "@raze__thiserror__1_0_38//:thiserror",
+ "@raze__unicode_width__0_1_10//:unicode_width",
],
)
diff --git a/third_party/cargo/remote/BUILD.miette-derive-4.7.1.bazel b/third_party/cargo/remote/BUILD.miette-derive-4.7.1.bazel
index 1f97719..a6689b9 100644
--- a/third_party/cargo/remote/BUILD.miette-derive-4.7.1.bazel
+++ b/third_party/cargo/remote/BUILD.miette-derive-4.7.1.bazel
@@ -50,8 +50,8 @@
version = "4.7.1",
# buildifier: leave-alone
deps = [
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.miniz_oxide-0.5.3.bazel b/third_party/cargo/remote/BUILD.miniz_oxide-0.6.2.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.miniz_oxide-0.5.3.bazel
rename to third_party/cargo/remote/BUILD.miniz_oxide-0.6.2.bazel
index 70f3666..5e61703 100644
--- a/third_party/cargo/remote/BUILD.miniz_oxide-0.5.3.bazel
+++ b/third_party/cargo/remote/BUILD.miniz_oxide-0.6.2.bazel
@@ -47,7 +47,7 @@
"crate-name=miniz_oxide",
"manual",
],
- version = "0.5.3",
+ version = "0.6.2",
# buildifier: leave-alone
deps = [
"@raze__adler__1_0_2//:adler",
diff --git a/third_party/cargo/remote/BUILD.moveit-0.5.0.bazel b/third_party/cargo/remote/BUILD.moveit-0.5.1.bazel
similarity index 89%
rename from third_party/cargo/remote/BUILD.moveit-0.5.0.bazel
rename to third_party/cargo/remote/BUILD.moveit-0.5.1.bazel
index 38f2da3..5645c15 100644
--- a/third_party/cargo/remote/BUILD.moveit-0.5.0.bazel
+++ b/third_party/cargo/remote/BUILD.moveit-0.5.1.bazel
@@ -26,7 +26,7 @@
])
licenses([
- "notice", # Apache-2.0 from expression "Apache-2.0"
+ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
])
# Generated Targets
@@ -50,9 +50,9 @@
"crate-name=moveit",
"manual",
],
- version = "0.5.0",
+ version = "0.5.1",
# buildifier: leave-alone
deps = [
- "@raze__cxx__1_0_71//:cxx",
+ "@raze__cxx__1_0_85//:cxx",
],
)
diff --git a/third_party/cargo/remote/BUILD.object-0.29.0.bazel b/third_party/cargo/remote/BUILD.object-0.30.0.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.object-0.29.0.bazel
rename to third_party/cargo/remote/BUILD.object-0.30.0.bazel
index 273891f..ff630a4 100644
--- a/third_party/cargo/remote/BUILD.object-0.29.0.bazel
+++ b/third_party/cargo/remote/BUILD.object-0.30.0.bazel
@@ -54,7 +54,7 @@
"crate-name=object",
"manual",
],
- version = "0.29.0",
+ version = "0.30.0",
# buildifier: leave-alone
deps = [
"@raze__memchr__2_5_0//:memchr",
diff --git a/third_party/cargo/remote/BUILD.once_cell-1.13.0.bazel b/third_party/cargo/remote/BUILD.once_cell-1.16.0.bazel
similarity index 96%
rename from third_party/cargo/remote/BUILD.once_cell-1.13.0.bazel
rename to third_party/cargo/remote/BUILD.once_cell-1.16.0.bazel
index 741f97e..d3961ff 100644
--- a/third_party/cargo/remote/BUILD.once_cell-1.13.0.bazel
+++ b/third_party/cargo/remote/BUILD.once_cell-1.16.0.bazel
@@ -56,7 +56,7 @@
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
@@ -65,7 +65,7 @@
"crate-name=once_cell",
"manual",
],
- version = "1.13.0",
+ version = "1.16.0",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.os_str_bytes-6.2.0.bazel b/third_party/cargo/remote/BUILD.os_str_bytes-6.4.1.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.os_str_bytes-6.2.0.bazel
rename to third_party/cargo/remote/BUILD.os_str_bytes-6.4.1.bazel
index 7238c9f..9aad342 100644
--- a/third_party/cargo/remote/BUILD.os_str_bytes-6.2.0.bazel
+++ b/third_party/cargo/remote/BUILD.os_str_bytes-6.4.1.bazel
@@ -48,7 +48,7 @@
"crate-name=os_str_bytes",
"manual",
],
- version = "6.2.0",
+ version = "6.4.1",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.owo-colors-3.4.0.bazel b/third_party/cargo/remote/BUILD.owo-colors-3.5.0.bazel
similarity index 98%
rename from third_party/cargo/remote/BUILD.owo-colors-3.4.0.bazel
rename to third_party/cargo/remote/BUILD.owo-colors-3.5.0.bazel
index cdffa1b..8a7ac04 100644
--- a/third_party/cargo/remote/BUILD.owo-colors-3.4.0.bazel
+++ b/third_party/cargo/remote/BUILD.owo-colors-3.5.0.bazel
@@ -63,7 +63,7 @@
"crate-name=owo-colors",
"manual",
],
- version = "3.4.0",
+ version = "3.5.0",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.predicates-2.1.1.bazel b/third_party/cargo/remote/BUILD.predicates-2.1.1.bazel
index 4d93b78..23bd17a 100644
--- a/third_party/cargo/remote/BUILD.predicates-2.1.1.bazel
+++ b/third_party/cargo/remote/BUILD.predicates-2.1.1.bazel
@@ -55,7 +55,7 @@
# buildifier: leave-alone
deps = [
"@raze__difflib__0_4_0//:difflib",
- "@raze__itertools__0_10_3//:itertools",
- "@raze__predicates_core__1_0_3//:predicates_core",
+ "@raze__itertools__0_10_5//:itertools",
+ "@raze__predicates_core__1_0_5//:predicates_core",
],
)
diff --git a/third_party/cargo/remote/BUILD.predicates-core-1.0.3.bazel b/third_party/cargo/remote/BUILD.predicates-core-1.0.5.bazel
similarity index 95%
rename from third_party/cargo/remote/BUILD.predicates-core-1.0.3.bazel
rename to third_party/cargo/remote/BUILD.predicates-core-1.0.5.bazel
index 487caea..442eb14 100644
--- a/third_party/cargo/remote/BUILD.predicates-core-1.0.3.bazel
+++ b/third_party/cargo/remote/BUILD.predicates-core-1.0.5.bazel
@@ -38,7 +38,7 @@
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
@@ -47,7 +47,7 @@
"crate-name=predicates-core",
"manual",
],
- version = "1.0.3",
+ version = "1.0.5",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.predicates-tree-1.0.5.bazel b/third_party/cargo/remote/BUILD.predicates-tree-1.0.7.bazel
similarity index 87%
rename from third_party/cargo/remote/BUILD.predicates-tree-1.0.5.bazel
rename to third_party/cargo/remote/BUILD.predicates-tree-1.0.7.bazel
index 1f28290..e7ecbcf 100644
--- a/third_party/cargo/remote/BUILD.predicates-tree-1.0.5.bazel
+++ b/third_party/cargo/remote/BUILD.predicates-tree-1.0.7.bazel
@@ -40,7 +40,7 @@
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
@@ -49,10 +49,10 @@
"crate-name=predicates-tree",
"manual",
],
- version = "1.0.5",
+ version = "1.0.7",
# buildifier: leave-alone
deps = [
- "@raze__predicates_core__1_0_3//:predicates_core",
- "@raze__termtree__0_2_4//:termtree",
+ "@raze__predicates_core__1_0_5//:predicates_core",
+ "@raze__termtree__0_4_0//:termtree",
],
)
diff --git a/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel b/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel
index 66f5bfa..2a0ad18 100644
--- a/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro-error-1.0.4.bazel
@@ -90,9 +90,9 @@
# buildifier: leave-alone
deps = [
":proc_macro_error_build_script",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel b/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel
index fdca1a4..67d51f8 100644
--- a/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro-error-attr-1.0.4.bazel
@@ -81,7 +81,7 @@
# buildifier: leave-alone
deps = [
":proc_macro_error_attr_build_script",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
],
)
diff --git a/third_party/cargo/remote/BUILD.proc-macro2-1.0.40.bazel b/third_party/cargo/remote/BUILD.proc-macro2-1.0.49.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.proc-macro2-1.0.40.bazel
rename to third_party/cargo/remote/BUILD.proc-macro2-1.0.49.bazel
index 56b71b4..6e6d0d6 100644
--- a/third_party/cargo/remote/BUILD.proc-macro2-1.0.40.bazel
+++ b/third_party/cargo/remote/BUILD.proc-macro2-1.0.49.bazel
@@ -57,7 +57,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.40",
+ version = "1.0.49",
visibility = ["//visibility:private"],
deps = [
],
@@ -82,11 +82,11 @@
"crate-name=proc-macro2",
"manual",
],
- version = "1.0.40",
+ version = "1.0.49",
# buildifier: leave-alone
deps = [
":proc_macro2_build_script",
- "@raze__unicode_ident__1_0_2//:unicode_ident",
+ "@raze__unicode_ident__1_0_6//:unicode_ident",
],
)
diff --git a/third_party/cargo/remote/BUILD.quote-1.0.20.bazel b/third_party/cargo/remote/BUILD.quote-1.0.23.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.quote-1.0.20.bazel
rename to third_party/cargo/remote/BUILD.quote-1.0.23.bazel
index d23d8a4..3d602eb 100644
--- a/third_party/cargo/remote/BUILD.quote-1.0.20.bazel
+++ b/third_party/cargo/remote/BUILD.quote-1.0.23.bazel
@@ -56,7 +56,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.20",
+ version = "1.0.23",
visibility = ["//visibility:private"],
deps = [
],
@@ -80,11 +80,11 @@
"crate-name=quote",
"manual",
],
- version = "1.0.20",
+ version = "1.0.23",
# buildifier: leave-alone
deps = [
":quote_build_script",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
],
)
diff --git a/third_party/cargo/remote/BUILD.redox_syscall-0.2.13.bazel b/third_party/cargo/remote/BUILD.redox_syscall-0.2.16.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.redox_syscall-0.2.13.bazel
rename to third_party/cargo/remote/BUILD.redox_syscall-0.2.16.bazel
index 4a18c64..9fbd5ae 100644
--- a/third_party/cargo/remote/BUILD.redox_syscall-0.2.13.bazel
+++ b/third_party/cargo/remote/BUILD.redox_syscall-0.2.16.bazel
@@ -56,7 +56,7 @@
"crate-name=syscall",
"manual",
],
- version = "0.2.13",
+ version = "0.2.16",
# buildifier: leave-alone
deps = [
"@raze__bitflags__1_3_2//:bitflags",
diff --git a/third_party/cargo/remote/BUILD.regex-1.6.0.bazel b/third_party/cargo/remote/BUILD.regex-1.7.0.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.regex-1.6.0.bazel
rename to third_party/cargo/remote/BUILD.regex-1.7.0.bazel
index af9b051..2cdec2e 100644
--- a/third_party/cargo/remote/BUILD.regex-1.6.0.bazel
+++ b/third_party/cargo/remote/BUILD.regex-1.7.0.bazel
@@ -76,12 +76,12 @@
"crate-name=regex",
"manual",
],
- version = "1.6.0",
+ version = "1.7.0",
# buildifier: leave-alone
deps = [
- "@raze__aho_corasick__0_7_18//:aho_corasick",
+ "@raze__aho_corasick__0_7_20//:aho_corasick",
"@raze__memchr__2_5_0//:memchr",
- "@raze__regex_syntax__0_6_27//:regex_syntax",
+ "@raze__regex_syntax__0_6_28//:regex_syntax",
],
)
diff --git a/third_party/cargo/remote/BUILD.regex-syntax-0.6.27.bazel b/third_party/cargo/remote/BUILD.regex-syntax-0.6.28.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.regex-syntax-0.6.27.bazel
rename to third_party/cargo/remote/BUILD.regex-syntax-0.6.28.bazel
index 7dba3ce..a6e3857 100644
--- a/third_party/cargo/remote/BUILD.regex-syntax-0.6.27.bazel
+++ b/third_party/cargo/remote/BUILD.regex-syntax-0.6.28.bazel
@@ -58,7 +58,7 @@
"crate-name=regex-syntax",
"manual",
],
- version = "0.6.27",
+ version = "0.6.28",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.rustversion-1.0.8.bazel b/third_party/cargo/remote/BUILD.rustversion-1.0.11.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.rustversion-1.0.8.bazel
rename to third_party/cargo/remote/BUILD.rustversion-1.0.11.bazel
index 2609fab..15c50f0 100644
--- a/third_party/cargo/remote/BUILD.rustversion-1.0.8.bazel
+++ b/third_party/cargo/remote/BUILD.rustversion-1.0.11.bazel
@@ -54,7 +54,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.8",
+ version = "1.0.11",
visibility = ["//visibility:private"],
deps = [
],
@@ -76,7 +76,7 @@
"crate-name=rustversion",
"manual",
],
- version = "1.0.8",
+ version = "1.0.11",
# buildifier: leave-alone
deps = [
":rustversion_build_script",
diff --git a/third_party/cargo/remote/BUILD.ryu-1.0.10.bazel b/third_party/cargo/remote/BUILD.ryu-1.0.12.bazel
similarity index 98%
rename from third_party/cargo/remote/BUILD.ryu-1.0.10.bazel
rename to third_party/cargo/remote/BUILD.ryu-1.0.12.bazel
index ce8a6ce..c206bb2 100644
--- a/third_party/cargo/remote/BUILD.ryu-1.0.10.bazel
+++ b/third_party/cargo/remote/BUILD.ryu-1.0.12.bazel
@@ -51,7 +51,7 @@
"crate-name=ryu",
"manual",
],
- version = "1.0.10",
+ version = "1.0.12",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.serde-1.0.139.bazel b/third_party/cargo/remote/BUILD.serde-1.0.151.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.serde-1.0.139.bazel
rename to third_party/cargo/remote/BUILD.serde-1.0.151.bazel
index ecc80bc..1b274c7 100644
--- a/third_party/cargo/remote/BUILD.serde-1.0.139.bazel
+++ b/third_party/cargo/remote/BUILD.serde-1.0.151.bazel
@@ -58,7 +58,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.139",
+ version = "1.0.151",
visibility = ["//visibility:private"],
deps = [
],
@@ -77,7 +77,7 @@
data = [],
edition = "2015",
proc_macro_deps = [
- "@raze__serde_derive__1_0_139//:serde_derive",
+ "@raze__serde_derive__1_0_151//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
@@ -87,7 +87,7 @@
"crate-name=serde",
"manual",
],
- version = "1.0.139",
+ version = "1.0.151",
# buildifier: leave-alone
deps = [
":serde_build_script",
diff --git a/third_party/cargo/remote/BUILD.serde_derive-1.0.139.bazel b/third_party/cargo/remote/BUILD.serde_derive-1.0.151.bazel
similarity index 90%
rename from third_party/cargo/remote/BUILD.serde_derive-1.0.139.bazel
rename to third_party/cargo/remote/BUILD.serde_derive-1.0.151.bazel
index 29ce18e..8c9aec6 100644
--- a/third_party/cargo/remote/BUILD.serde_derive-1.0.139.bazel
+++ b/third_party/cargo/remote/BUILD.serde_derive-1.0.151.bazel
@@ -55,7 +55,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.139",
+ version = "1.0.151",
visibility = ["//visibility:private"],
deps = [
],
@@ -78,12 +78,12 @@
"crate-name=serde_derive",
"manual",
],
- version = "1.0.139",
+ version = "1.0.151",
# buildifier: leave-alone
deps = [
":serde_derive_build_script",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.serde_json-1.0.82.bazel b/third_party/cargo/remote/BUILD.serde_json-1.0.91.bazel
similarity index 92%
rename from third_party/cargo/remote/BUILD.serde_json-1.0.82.bazel
rename to third_party/cargo/remote/BUILD.serde_json-1.0.91.bazel
index beb9b62..06a80b0 100644
--- a/third_party/cargo/remote/BUILD.serde_json-1.0.82.bazel
+++ b/third_party/cargo/remote/BUILD.serde_json-1.0.91.bazel
@@ -56,7 +56,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.82",
+ version = "1.0.91",
visibility = ["//visibility:private"],
deps = [
],
@@ -80,13 +80,13 @@
"crate-name=serde_json",
"manual",
],
- version = "1.0.82",
+ version = "1.0.91",
# buildifier: leave-alone
deps = [
":serde_json_build_script",
- "@raze__itoa__1_0_2//:itoa",
- "@raze__ryu__1_0_10//:ryu",
- "@raze__serde__1_0_139//:serde",
+ "@raze__itoa__1_0_5//:itoa",
+ "@raze__ryu__1_0_12//:ryu",
+ "@raze__serde__1_0_151//:serde",
],
)
diff --git a/third_party/cargo/remote/BUILD.slab-0.4.6.bazel b/third_party/cargo/remote/BUILD.slab-0.4.6.bazel
deleted file mode 100644
index fa2b3e8..0000000
--- a/third_party/cargo/remote/BUILD.slab-0.4.6.bazel
+++ /dev/null
@@ -1,60 +0,0 @@
-"""
-@generated
-cargo-raze crate build file.
-
-DO NOT EDIT! Replaced on runs of cargo-raze
-"""
-
-# buildifier: disable=load
-load("@bazel_skylib//lib:selects.bzl", "selects")
-
-# buildifier: disable=load
-load(
- "@rules_rust//rust:defs.bzl",
- "rust_binary",
- "rust_library",
- "rust_proc_macro",
- "rust_test",
-)
-
-package(default_visibility = [
- # Public for visibility by "@raze__crate__version//" targets.
- #
- # Prefer access through "//third_party/cargo", which limits external
- # visibility to explicit Cargo.toml dependencies.
- "//visibility:public",
-])
-
-licenses([
- "notice", # MIT from expression "MIT"
-])
-
-# Generated Targets
-
-rust_library(
- name = "slab",
- srcs = glob(["**/*.rs"]),
- crate_features = [
- "default",
- "std",
- ],
- crate_root = "src/lib.rs",
- data = [],
- edition = "2018",
- rustc_flags = [
- "--cap-lints=allow",
- ],
- tags = [
- "cargo-raze",
- "crate-name=slab",
- "manual",
- ],
- version = "0.4.6",
- # buildifier: leave-alone
- deps = [
- ],
-)
-
-# Unsupported target "serde" with type "test" omitted
-
-# Unsupported target "slab" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.link-cplusplus-1.0.6.bazel b/third_party/cargo/remote/BUILD.slab-0.4.7.bazel
similarity index 79%
copy from third_party/cargo/remote/BUILD.link-cplusplus-1.0.6.bazel
copy to third_party/cargo/remote/BUILD.slab-0.4.7.bazel
index 729f0c9..506e6fc 100644
--- a/third_party/cargo/remote/BUILD.link-cplusplus-1.0.6.bazel
+++ b/third_party/cargo/remote/BUILD.slab-0.4.7.bazel
@@ -26,7 +26,7 @@
])
licenses([
- "notice", # MIT from expression "MIT OR Apache-2.0"
+ "notice", # MIT from expression "MIT"
])
# Generated Targets
@@ -38,18 +38,17 @@
)
cargo_build_script(
- name = "link_cplusplus_build_script",
+ name = "slab_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
"default",
- "nothing",
+ "std",
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
- links = "cplusplus",
rustc_flags = [
"--cap-lints=allow",
],
@@ -57,19 +56,19 @@
"cargo-raze",
"manual",
],
- version = "1.0.6",
+ version = "0.4.7",
visibility = ["//visibility:private"],
deps = [
- "@raze__cc__1_0_73//:cc",
+ "@raze__autocfg__1_1_0//:autocfg",
],
)
rust_library(
- name = "link_cplusplus",
+ name = "slab",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
- "nothing",
+ "std",
],
crate_root = "src/lib.rs",
data = [],
@@ -79,12 +78,16 @@
],
tags = [
"cargo-raze",
- "crate-name=link-cplusplus",
+ "crate-name=slab",
"manual",
],
- version = "1.0.6",
+ version = "0.4.7",
# buildifier: leave-alone
deps = [
- ":link_cplusplus_build_script",
+ ":slab_build_script",
],
)
+
+# Unsupported target "serde" with type "test" omitted
+
+# Unsupported target "slab" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.smallvec-1.9.0.bazel b/third_party/cargo/remote/BUILD.smallvec-1.10.0.bazel
similarity index 92%
rename from third_party/cargo/remote/BUILD.smallvec-1.9.0.bazel
rename to third_party/cargo/remote/BUILD.smallvec-1.10.0.bazel
index d6861e5..bc16952 100644
--- a/third_party/cargo/remote/BUILD.smallvec-1.9.0.bazel
+++ b/third_party/cargo/remote/BUILD.smallvec-1.10.0.bazel
@@ -49,10 +49,12 @@
"crate-name=smallvec",
"manual",
],
- version = "1.9.0",
+ version = "1.10.0",
# buildifier: leave-alone
deps = [
],
)
+# Unsupported target "debugger_visualizer" with type "test" omitted
+
# Unsupported target "macro" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.strum_macros-0.24.2.bazel b/third_party/cargo/remote/BUILD.strum_macros-0.24.3.bazel
similarity index 84%
rename from third_party/cargo/remote/BUILD.strum_macros-0.24.2.bazel
rename to third_party/cargo/remote/BUILD.strum_macros-0.24.3.bazel
index 3378bff..76d48f7 100644
--- a/third_party/cargo/remote/BUILD.strum_macros-0.24.2.bazel
+++ b/third_party/cargo/remote/BUILD.strum_macros-0.24.3.bazel
@@ -40,7 +40,7 @@
data = [],
edition = "2018",
proc_macro_deps = [
- "@raze__rustversion__1_0_8//:rustversion",
+ "@raze__rustversion__1_0_11//:rustversion",
],
rustc_flags = [
"--cap-lints=allow",
@@ -50,12 +50,12 @@
"crate-name=strum_macros",
"manual",
],
- version = "0.24.2",
+ version = "0.24.3",
# buildifier: leave-alone
deps = [
"@raze__heck__0_4_0//:heck",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.supports-color-1.3.0.bazel b/third_party/cargo/remote/BUILD.supports-color-1.3.1.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.supports-color-1.3.0.bazel
rename to third_party/cargo/remote/BUILD.supports-color-1.3.1.bazel
index 180d39f..9176bdd 100644
--- a/third_party/cargo/remote/BUILD.supports-color-1.3.0.bazel
+++ b/third_party/cargo/remote/BUILD.supports-color-1.3.1.bazel
@@ -47,7 +47,7 @@
"crate-name=supports-color",
"manual",
],
- version = "1.3.0",
+ version = "1.3.1",
# buildifier: leave-alone
deps = [
"@raze__atty__0_2_14//:atty",
diff --git a/third_party/cargo/remote/BUILD.syn-1.0.98.bazel b/third_party/cargo/remote/BUILD.syn-1.0.107.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.syn-1.0.98.bazel
rename to third_party/cargo/remote/BUILD.syn-1.0.107.bazel
index dde8690..f92de71 100644
--- a/third_party/cargo/remote/BUILD.syn-1.0.98.bazel
+++ b/third_party/cargo/remote/BUILD.syn-1.0.107.bazel
@@ -63,7 +63,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.98",
+ version = "1.0.107",
visibility = ["//visibility:private"],
deps = [
],
@@ -98,13 +98,13 @@
"crate-name=syn",
"manual",
],
- version = "1.0.98",
+ version = "1.0.107",
# buildifier: leave-alone
deps = [
":syn_build_script",
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__unicode_ident__1_0_2//:unicode_ident",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__unicode_ident__1_0_6//:unicode_ident",
],
)
diff --git a/third_party/cargo/remote/BUILD.tempfile-3.3.0.bazel b/third_party/cargo/remote/BUILD.tempfile-3.3.0.bazel
index b9f3939..99b4a87 100644
--- a/third_party/cargo/remote/BUILD.tempfile-3.3.0.bazel
+++ b/third_party/cargo/remote/BUILD.tempfile-3.3.0.bazel
@@ -53,7 +53,7 @@
# buildifier: leave-alone
deps = [
"@raze__cfg_if__1_0_0//:cfg_if",
- "@raze__fastrand__1_7_0//:fastrand",
+ "@raze__fastrand__1_8_0//:fastrand",
"@raze__remove_dir_all__0_5_3//:remove_dir_all",
] + selects.with_or({
# cfg(any(unix, target_os = "wasi"))
@@ -62,7 +62,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
diff --git a/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel b/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel
index e840d84..8e369c5 100644
--- a/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel
+++ b/third_party/cargo/remote/BUILD.terminal_size-0.1.17.bazel
@@ -61,7 +61,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
diff --git a/third_party/cargo/remote/BUILD.termtree-0.2.4.bazel b/third_party/cargo/remote/BUILD.termtree-0.4.0.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.termtree-0.2.4.bazel
rename to third_party/cargo/remote/BUILD.termtree-0.4.0.bazel
index 39a00af..729c894 100644
--- a/third_party/cargo/remote/BUILD.termtree-0.2.4.bazel
+++ b/third_party/cargo/remote/BUILD.termtree-0.4.0.bazel
@@ -49,7 +49,7 @@
"crate-name=termtree",
"manual",
],
- version = "0.2.4",
+ version = "0.4.0",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.test-log-0.2.10.bazel b/third_party/cargo/remote/BUILD.test-log-0.2.11.bazel
similarity index 87%
rename from third_party/cargo/remote/BUILD.test-log-0.2.10.bazel
rename to third_party/cargo/remote/BUILD.test-log-0.2.11.bazel
index f67c730..c113c36 100644
--- a/third_party/cargo/remote/BUILD.test-log-0.2.10.bazel
+++ b/third_party/cargo/remote/BUILD.test-log-0.2.11.bazel
@@ -49,11 +49,11 @@
"crate-name=test-log",
"manual",
],
- version = "0.2.10",
+ version = "0.2.11",
# buildifier: leave-alone
deps = [
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel b/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel
index 55ee69b..301b2f5 100644
--- a/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel
+++ b/third_party/cargo/remote/BUILD.textwrap-0.11.0.bazel
@@ -56,7 +56,7 @@
version = "0.11.0",
# buildifier: leave-alone
deps = [
- "@raze__unicode_width__0_1_9//:unicode_width",
+ "@raze__unicode_width__0_1_10//:unicode_width",
],
)
diff --git a/third_party/cargo/remote/BUILD.textwrap-0.15.0.bazel b/third_party/cargo/remote/BUILD.textwrap-0.15.2.bazel
similarity index 91%
rename from third_party/cargo/remote/BUILD.textwrap-0.15.0.bazel
rename to third_party/cargo/remote/BUILD.textwrap-0.15.2.bazel
index a0a1b7e..a6ffdb5 100644
--- a/third_party/cargo/remote/BUILD.textwrap-0.15.0.bazel
+++ b/third_party/cargo/remote/BUILD.textwrap-0.15.2.bazel
@@ -59,12 +59,12 @@
"crate-name=textwrap",
"manual",
],
- version = "0.15.0",
+ version = "0.15.2",
# buildifier: leave-alone
deps = [
"@raze__smawk__0_3_1//:smawk",
- "@raze__unicode_linebreak__0_1_2//:unicode_linebreak",
- "@raze__unicode_width__0_1_9//:unicode_width",
+ "@raze__unicode_linebreak__0_1_4//:unicode_linebreak",
+ "@raze__unicode_width__0_1_10//:unicode_width",
],
)
diff --git a/third_party/cargo/remote/BUILD.textwrap-0.15.0.bazel b/third_party/cargo/remote/BUILD.textwrap-0.16.0.bazel
similarity index 75%
copy from third_party/cargo/remote/BUILD.textwrap-0.15.0.bazel
copy to third_party/cargo/remote/BUILD.textwrap-0.16.0.bazel
index a0a1b7e..63bc5ce 100644
--- a/third_party/cargo/remote/BUILD.textwrap-0.15.0.bazel
+++ b/third_party/cargo/remote/BUILD.textwrap-0.16.0.bazel
@@ -31,10 +31,6 @@
# Generated Targets
-# Unsupported target "indent" with type "bench" omitted
-
-# Unsupported target "linear" with type "bench" omitted
-
# Unsupported target "hyphenation" with type "example" omitted
# Unsupported target "termwidth" with type "example" omitted
@@ -43,14 +39,10 @@
name = "textwrap",
srcs = glob(["**/*.rs"]),
crate_features = [
- "default",
- "smawk",
- "unicode-linebreak",
- "unicode-width",
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
@@ -59,12 +51,9 @@
"crate-name=textwrap",
"manual",
],
- version = "0.15.0",
+ version = "0.16.0",
# buildifier: leave-alone
deps = [
- "@raze__smawk__0_3_1//:smawk",
- "@raze__unicode_linebreak__0_1_2//:unicode_linebreak",
- "@raze__unicode_width__0_1_9//:unicode_width",
],
)
diff --git a/third_party/cargo/remote/BUILD.thiserror-1.0.31.bazel b/third_party/cargo/remote/BUILD.thiserror-1.0.38.bazel
similarity index 70%
rename from third_party/cargo/remote/BUILD.thiserror-1.0.31.bazel
rename to third_party/cargo/remote/BUILD.thiserror-1.0.38.bazel
index be495f5..013f92c 100644
--- a/third_party/cargo/remote/BUILD.thiserror-1.0.31.bazel
+++ b/third_party/cargo/remote/BUILD.thiserror-1.0.38.bazel
@@ -30,6 +30,35 @@
])
# Generated Targets
+# buildifier: disable=out-of-order-load
+# buildifier: disable=load-on-top
+load(
+ "@rules_rust//cargo:cargo_build_script.bzl",
+ "cargo_build_script",
+)
+
+cargo_build_script(
+ name = "thiserror_build_script",
+ srcs = glob(["**/*.rs"]),
+ build_script_env = {
+ },
+ crate_features = [
+ ],
+ crate_root = "build.rs",
+ data = glob(["**"]),
+ edition = "2018",
+ rustc_flags = [
+ "--cap-lints=allow",
+ ],
+ tags = [
+ "cargo-raze",
+ "manual",
+ ],
+ version = "1.0.38",
+ visibility = ["//visibility:private"],
+ deps = [
+ ],
+)
rust_library(
name = "thiserror",
@@ -40,7 +69,7 @@
data = [],
edition = "2018",
proc_macro_deps = [
- "@raze__thiserror_impl__1_0_31//:thiserror_impl",
+ "@raze__thiserror_impl__1_0_38//:thiserror_impl",
],
rustc_flags = [
"--cap-lints=allow",
@@ -50,9 +79,10 @@
"crate-name=thiserror",
"manual",
],
- version = "1.0.31",
+ version = "1.0.38",
# buildifier: leave-alone
deps = [
+ ":thiserror_build_script",
],
)
@@ -60,6 +90,8 @@
# Unsupported target "test_backtrace" with type "test" omitted
+# Unsupported target "test_deprecated" with type "test" omitted
+
# Unsupported target "test_display" with type "test" omitted
# Unsupported target "test_error" with type "test" omitted
diff --git a/third_party/cargo/remote/BUILD.thiserror-impl-1.0.31.bazel b/third_party/cargo/remote/BUILD.thiserror-impl-1.0.38.bazel
similarity index 87%
rename from third_party/cargo/remote/BUILD.thiserror-impl-1.0.31.bazel
rename to third_party/cargo/remote/BUILD.thiserror-impl-1.0.38.bazel
index b2f0429..9b034f0 100644
--- a/third_party/cargo/remote/BUILD.thiserror-impl-1.0.31.bazel
+++ b/third_party/cargo/remote/BUILD.thiserror-impl-1.0.38.bazel
@@ -47,11 +47,11 @@
"crate-name=thiserror-impl",
"manual",
],
- version = "1.0.31",
+ version = "1.0.38",
# buildifier: leave-alone
deps = [
- "@raze__proc_macro2__1_0_40//:proc_macro2",
- "@raze__quote__1_0_20//:quote",
- "@raze__syn__1_0_98//:syn",
+ "@raze__proc_macro2__1_0_49//:proc_macro2",
+ "@raze__quote__1_0_23//:quote",
+ "@raze__syn__1_0_107//:syn",
],
)
diff --git a/third_party/cargo/remote/BUILD.toml-0.5.9.bazel b/third_party/cargo/remote/BUILD.toml-0.5.10.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.toml-0.5.9.bazel
rename to third_party/cargo/remote/BUILD.toml-0.5.10.bazel
index ce029fa..0978c8f 100644
--- a/third_party/cargo/remote/BUILD.toml-0.5.9.bazel
+++ b/third_party/cargo/remote/BUILD.toml-0.5.10.bazel
@@ -54,10 +54,10 @@
"crate-name=toml",
"manual",
],
- version = "0.5.9",
+ version = "0.5.10",
# buildifier: leave-alone
deps = [
- "@raze__serde__1_0_139//:serde",
+ "@raze__serde__1_0_151//:serde",
],
)
diff --git a/third_party/cargo/remote/BUILD.trybuild-1.0.63.bazel b/third_party/cargo/remote/BUILD.trybuild-1.0.73.bazel
similarity index 86%
rename from third_party/cargo/remote/BUILD.trybuild-1.0.63.bazel
rename to third_party/cargo/remote/BUILD.trybuild-1.0.73.bazel
index 9a9d516..5abe878 100644
--- a/third_party/cargo/remote/BUILD.trybuild-1.0.63.bazel
+++ b/third_party/cargo/remote/BUILD.trybuild-1.0.73.bazel
@@ -54,7 +54,7 @@
"cargo-raze",
"manual",
],
- version = "1.0.63",
+ version = "1.0.73",
visibility = ["//visibility:private"],
deps = [
],
@@ -69,7 +69,7 @@
data = [],
edition = "2018",
proc_macro_deps = [
- "@raze__serde_derive__1_0_139//:serde_derive",
+ "@raze__serde_derive__1_0_151//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
@@ -79,16 +79,16 @@
"crate-name=trybuild",
"manual",
],
- version = "1.0.63",
+ version = "1.0.73",
# buildifier: leave-alone
deps = [
":trybuild_build_script",
"@raze__glob__0_3_0//:glob",
- "@raze__once_cell__1_13_0//:once_cell",
- "@raze__serde__1_0_139//:serde",
- "@raze__serde_json__1_0_82//:serde_json",
+ "@raze__once_cell__1_16_0//:once_cell",
+ "@raze__serde__1_0_151//:serde",
+ "@raze__serde_json__1_0_91//:serde_json",
"@raze__termcolor__1_1_3//:termcolor",
- "@raze__toml__0_5_9//:toml",
+ "@raze__toml__0_5_10//:toml",
],
)
diff --git a/third_party/cargo/remote/BUILD.unicode-ident-1.0.2.bazel b/third_party/cargo/remote/BUILD.unicode-ident-1.0.6.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.unicode-ident-1.0.2.bazel
rename to third_party/cargo/remote/BUILD.unicode-ident-1.0.6.bazel
index 001aae9..54a29e5 100644
--- a/third_party/cargo/remote/BUILD.unicode-ident-1.0.2.bazel
+++ b/third_party/cargo/remote/BUILD.unicode-ident-1.0.6.bazel
@@ -49,7 +49,7 @@
"crate-name=unicode-ident",
"manual",
],
- version = "1.0.2",
+ version = "1.0.6",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.unicode-linebreak-0.1.2.bazel b/third_party/cargo/remote/BUILD.unicode-linebreak-0.1.4.bazel
similarity index 89%
rename from third_party/cargo/remote/BUILD.unicode-linebreak-0.1.2.bazel
rename to third_party/cargo/remote/BUILD.unicode-linebreak-0.1.4.bazel
index f2e3045..4e16df0 100644
--- a/third_party/cargo/remote/BUILD.unicode-linebreak-0.1.2.bazel
+++ b/third_party/cargo/remote/BUILD.unicode-linebreak-0.1.4.bazel
@@ -46,7 +46,7 @@
],
crate_root = "build.rs",
data = glob(["**"]),
- edition = "2018",
+ edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
@@ -54,10 +54,11 @@
"cargo-raze",
"manual",
],
- version = "0.1.2",
+ version = "0.1.4",
visibility = ["//visibility:private"],
deps = [
- "@raze__regex__1_6_0//:regex",
+ "@raze__hashbrown__0_12_3//:hashbrown",
+ "@raze__regex__1_7_0//:regex",
],
)
@@ -68,7 +69,7 @@
],
crate_root = "src/lib.rs",
data = [],
- edition = "2018",
+ edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
@@ -77,7 +78,7 @@
"crate-name=unicode-linebreak",
"manual",
],
- version = "0.1.2",
+ version = "0.1.4",
# buildifier: leave-alone
deps = [
":unicode_linebreak_build_script",
diff --git a/third_party/cargo/remote/BUILD.unicode-width-0.1.9.bazel b/third_party/cargo/remote/BUILD.unicode-width-0.1.10.bazel
similarity index 97%
rename from third_party/cargo/remote/BUILD.unicode-width-0.1.9.bazel
rename to third_party/cargo/remote/BUILD.unicode-width-0.1.10.bazel
index f4ce96e..b233c2d 100644
--- a/third_party/cargo/remote/BUILD.unicode-width-0.1.9.bazel
+++ b/third_party/cargo/remote/BUILD.unicode-width-0.1.10.bazel
@@ -48,7 +48,7 @@
"crate-name=unicode-width",
"manual",
],
- version = "0.1.9",
+ version = "0.1.10",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.uuid-1.1.2.bazel b/third_party/cargo/remote/BUILD.uuid-1.2.2.bazel
similarity index 94%
rename from third_party/cargo/remote/BUILD.uuid-1.1.2.bazel
rename to third_party/cargo/remote/BUILD.uuid-1.2.2.bazel
index 7d633bb..f735a51 100644
--- a/third_party/cargo/remote/BUILD.uuid-1.1.2.bazel
+++ b/third_party/cargo/remote/BUILD.uuid-1.2.2.bazel
@@ -39,6 +39,8 @@
# Unsupported target "random_uuid" with type "example" omitted
+# Unsupported target "sortable_uuid" with type "example" omitted
+
# Unsupported target "uuid_macro" with type "example" omitted
# Unsupported target "windows_guid" with type "example" omitted
@@ -61,7 +63,7 @@
"crate-name=uuid",
"manual",
],
- version = "1.1.2",
+ version = "1.2.2",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel b/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel
index c68439c..97a43fa 100644
--- a/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel
+++ b/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel
@@ -62,7 +62,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
@@ -99,7 +99,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
@@ -136,7 +136,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
@@ -170,7 +170,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
diff --git a/third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.71.bazel b/third_party/cargo/remote/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel
similarity index 83%
copy from third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.71.bazel
copy to third_party/cargo/remote/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel
index dc02110..595feff 100644
--- a/third_party/cargo/remote/BUILD.cxxbridge-flags-1.0.71.bazel
+++ b/third_party/cargo/remote/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel
@@ -26,16 +26,17 @@
])
licenses([
- "notice", # MIT from expression "MIT OR Apache-2.0"
+ "notice", # Apache-2.0 from expression "Apache-2.0 OR (Apache-2.0 OR MIT)"
])
# Generated Targets
rust_library(
- name = "cxxbridge_flags",
+ name = "wasi",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
+ "std",
],
crate_root = "src/lib.rs",
data = [],
@@ -45,10 +46,10 @@
],
tags = [
"cargo-raze",
- "crate-name=cxxbridge-flags",
+ "crate-name=wasi",
"manual",
],
- version = "1.0.71",
+ version = "0.11.0+wasi-snapshot-preview1",
# buildifier: leave-alone
deps = [
],
diff --git a/third_party/cargo/remote/BUILD.which-3.1.1.bazel b/third_party/cargo/remote/BUILD.which-3.1.1.bazel
index 256dadf..b59b68b 100644
--- a/third_party/cargo/remote/BUILD.which-3.1.1.bazel
+++ b/third_party/cargo/remote/BUILD.which-3.1.1.bazel
@@ -50,7 +50,7 @@
version = "3.1.1",
# buildifier: leave-alone
deps = [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
)
diff --git a/third_party/cargo/remote/BUILD.which-4.2.5.bazel b/third_party/cargo/remote/BUILD.which-4.3.0.bazel
similarity index 90%
rename from third_party/cargo/remote/BUILD.which-4.2.5.bazel
rename to third_party/cargo/remote/BUILD.which-4.3.0.bazel
index 7dd0db4..e4703a8 100644
--- a/third_party/cargo/remote/BUILD.which-4.2.5.bazel
+++ b/third_party/cargo/remote/BUILD.which-4.3.0.bazel
@@ -47,11 +47,11 @@
"crate-name=which",
"manual",
],
- version = "4.2.5",
+ version = "4.3.0",
# buildifier: leave-alone
deps = [
- "@raze__either__1_7_0//:either",
- "@raze__libc__0_2_126//:libc",
+ "@raze__either__1_8_0//:either",
+ "@raze__libc__0_2_138//:libc",
],
)
diff --git a/tools/lint/run-ci.sh b/tools/lint/run-ci.sh
index 33a3bf9..6e026ee 100755
--- a/tools/lint/run-ci.sh
+++ b/tools/lint/run-ci.sh
@@ -64,6 +64,13 @@
./tools/lint/rustfmt
}
+cargo_lockfile() {
+ cd "${BUILD_WORKSPACE_DIRECTORY}"
+ cp third_party/cargo/Cargo.raze.lock Cargo.lock
+ external/rust__x86_64-unknown-linux-gnu_tools/bin/cargo generate-lockfile --locked --manifest-path=Cargo.toml
+ rm Cargo.lock
+}
+
cargo_raze() {
local -r cargo_raze="$(readlink -f external/cargo_raze/impl/cargo_raze_bin)"
export CARGO="$(readlink -f external/rust__x86_64-unknown-linux-gnu_tools/bin/cargo)"
@@ -110,6 +117,7 @@
tweak_gazelle_go_deps
clean_up_go_mirrors
rustfmt
+ cargo_lockfile
cargo_raze
tweak_cargo_raze
buildifier