aboutsummaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-05-25 19:59:42 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-05-25 20:00:20 -0700
commitd0610e2e5d3011746237751d9874471251fff980 (patch)
treef1b95c6b298256c9761828354b7041e77d864dd9 /third-party
parent9d48c705ce767c84b7773c3b9f2e182fa539b477 (diff)
downloadcxx-d0610e2e5d3011746237751d9874471251fff980.tar.gz
Lockfile update
Diffstat (limited to 'third-party')
-rw-r--r--third-party/BUCK148
-rw-r--r--third-party/Cargo.lock28
-rw-r--r--third-party/bazel/BUILD.bazel8
-rw-r--r--third-party/bazel/BUILD.clap-4.3.0.bazel (renamed from third-party/bazel/BUILD.clap-4.2.7.bazel)4
-rw-r--r--third-party/bazel/BUILD.clap_builder-4.3.0.bazel (renamed from third-party/bazel/BUILD.clap_builder-4.2.7.bazel)4
-rw-r--r--third-party/bazel/BUILD.clap_lex-0.5.0.bazel (renamed from third-party/bazel/BUILD.clap_lex-0.4.1.bazel)2
-rw-r--r--third-party/bazel/BUILD.proc-macro2-1.0.59.bazel (renamed from third-party/bazel/BUILD.proc-macro2-1.0.58.bazel)8
-rw-r--r--third-party/bazel/BUILD.quote-1.0.28.bazel (renamed from third-party/bazel/BUILD.quote-1.0.27.bazel)8
-rw-r--r--third-party/bazel/BUILD.syn-2.0.17.bazel (renamed from third-party/bazel/BUILD.syn-2.0.16.bazel)8
-rw-r--r--third-party/bazel/BUILD.unicode-ident-1.0.9.bazel (renamed from third-party/bazel/BUILD.unicode-ident-1.0.8.bazel)2
-rw-r--r--third-party/bazel/defs.bzl78
11 files changed, 149 insertions, 149 deletions
diff --git a/third-party/BUCK b/third-party/BUCK
index 43b67858..060babd6 100644
--- a/third-party/BUCK
+++ b/third-party/BUCK
@@ -70,23 +70,23 @@ cargo.rust_library(
alias(
name = "clap",
- actual = ":clap-4.2.7",
+ actual = ":clap-4.3.0",
visibility = ["PUBLIC"],
)
http_archive(
- name = "clap-4.2.7.crate",
- sha256 = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938",
- strip_prefix = "clap-4.2.7",
- urls = ["https://crates.io/api/v1/crates/clap/4.2.7/download"],
+ name = "clap-4.3.0.crate",
+ sha256 = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc",
+ strip_prefix = "clap-4.3.0",
+ urls = ["https://crates.io/api/v1/crates/clap/4.3.0/download"],
visibility = [],
)
cargo.rust_library(
- name = "clap-4.2.7",
- srcs = [":clap-4.2.7.crate"],
+ name = "clap-4.3.0",
+ srcs = [":clap-4.3.0.crate"],
crate = "clap",
- crate_root = "clap-4.2.7.crate/src/lib.rs",
+ crate_root = "clap-4.3.0.crate/src/lib.rs",
edition = "2021",
features = [
"error-context",
@@ -96,22 +96,22 @@ cargo.rust_library(
],
rustc_flags = ["--cap-lints=allow"],
visibility = [],
- deps = [":clap_builder-4.2.7"],
+ deps = [":clap_builder-4.3.0"],
)
http_archive(
- name = "clap_builder-4.2.7.crate",
- sha256 = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd",
- strip_prefix = "clap_builder-4.2.7",
- urls = ["https://crates.io/api/v1/crates/clap_builder/4.2.7/download"],
+ name = "clap_builder-4.3.0.crate",
+ sha256 = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990",
+ strip_prefix = "clap_builder-4.3.0",
+ urls = ["https://crates.io/api/v1/crates/clap_builder/4.3.0/download"],
visibility = [],
)
cargo.rust_library(
- name = "clap_builder-4.2.7",
- srcs = [":clap_builder-4.2.7.crate"],
+ name = "clap_builder-4.3.0",
+ srcs = [":clap_builder-4.3.0.crate"],
crate = "clap_builder",
- crate_root = "clap_builder-4.2.7.crate/src/lib.rs",
+ crate_root = "clap_builder-4.3.0.crate/src/lib.rs",
edition = "2021",
features = [
"error-context",
@@ -124,23 +124,23 @@ cargo.rust_library(
deps = [
":anstyle-1.0.0",
":bitflags-1.3.2",
- ":clap_lex-0.4.1",
+ ":clap_lex-0.5.0",
],
)
http_archive(
- name = "clap_lex-0.4.1.crate",
- sha256 = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1",
- strip_prefix = "clap_lex-0.4.1",
- urls = ["https://crates.io/api/v1/crates/clap_lex/0.4.1/download"],
+ name = "clap_lex-0.5.0.crate",
+ sha256 = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b",
+ strip_prefix = "clap_lex-0.5.0",
+ urls = ["https://crates.io/api/v1/crates/clap_lex/0.5.0/download"],
visibility = [],
)
cargo.rust_library(
- name = "clap_lex-0.4.1",
- srcs = [":clap_lex-0.4.1.crate"],
+ name = "clap_lex-0.5.0",
+ srcs = [":clap_lex-0.5.0.crate"],
crate = "clap_lex",
- crate_root = "clap_lex-0.4.1.crate/src/lib.rs",
+ crate_root = "clap_lex-0.5.0.crate/src/lib.rs",
edition = "2021",
rustc_flags = ["--cap-lints=allow"],
visibility = [],
@@ -206,23 +206,23 @@ cargo.rust_library(
alias(
name = "proc-macro2",
- actual = ":proc-macro2-1.0.58",
+ actual = ":proc-macro2-1.0.59",
visibility = ["PUBLIC"],
)
http_archive(
- name = "proc-macro2-1.0.58.crate",
- sha256 = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8",
- strip_prefix = "proc-macro2-1.0.58",
- urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.58/download"],
+ name = "proc-macro2-1.0.59.crate",
+ sha256 = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b",
+ strip_prefix = "proc-macro2-1.0.59",
+ urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.59/download"],
visibility = [],
)
cargo.rust_library(
- name = "proc-macro2-1.0.58",
- srcs = [":proc-macro2-1.0.58.crate"],
+ name = "proc-macro2-1.0.59",
+ srcs = [":proc-macro2-1.0.59.crate"],
crate = "proc_macro2",
- crate_root = "proc-macro2-1.0.58.crate/src/lib.rs",
+ crate_root = "proc-macro2-1.0.59.crate/src/lib.rs",
edition = "2018",
features = [
"default",
@@ -231,17 +231,17 @@ cargo.rust_library(
],
rustc_flags = [
"--cap-lints=allow",
- "@$(location :proc-macro2-1.0.58-build-script-run[rustc_flags])",
+ "@$(location :proc-macro2-1.0.59-build-script-run[rustc_flags])",
],
visibility = [],
- deps = [":unicode-ident-1.0.8"],
+ deps = [":unicode-ident-1.0.9"],
)
cargo.rust_binary(
- name = "proc-macro2-1.0.58-build-script-build",
- srcs = [":proc-macro2-1.0.58.crate"],
+ name = "proc-macro2-1.0.59-build-script-build",
+ srcs = [":proc-macro2-1.0.59.crate"],
crate = "build_script_build",
- crate_root = "proc-macro2-1.0.58.crate/build.rs",
+ crate_root = "proc-macro2-1.0.59.crate/build.rs",
edition = "2018",
features = [
"default",
@@ -253,36 +253,36 @@ cargo.rust_binary(
)
buildscript_run(
- name = "proc-macro2-1.0.58-build-script-run",
+ name = "proc-macro2-1.0.59-build-script-run",
package_name = "proc-macro2",
- buildscript_rule = ":proc-macro2-1.0.58-build-script-build",
+ buildscript_rule = ":proc-macro2-1.0.59-build-script-build",
features = [
"default",
"proc-macro",
"span-locations",
],
- version = "1.0.58",
+ version = "1.0.59",
)
alias(
name = "quote",
- actual = ":quote-1.0.27",
+ actual = ":quote-1.0.28",
visibility = ["PUBLIC"],
)
http_archive(
- name = "quote-1.0.27.crate",
- sha256 = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500",
- strip_prefix = "quote-1.0.27",
- urls = ["https://crates.io/api/v1/crates/quote/1.0.27/download"],
+ name = "quote-1.0.28.crate",
+ sha256 = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488",
+ strip_prefix = "quote-1.0.28",
+ urls = ["https://crates.io/api/v1/crates/quote/1.0.28/download"],
visibility = [],
)
cargo.rust_library(
- name = "quote-1.0.27",
- srcs = [":quote-1.0.27.crate"],
+ name = "quote-1.0.28",
+ srcs = [":quote-1.0.28.crate"],
crate = "quote",
- crate_root = "quote-1.0.27.crate/src/lib.rs",
+ crate_root = "quote-1.0.28.crate/src/lib.rs",
edition = "2018",
features = [
"default",
@@ -290,17 +290,17 @@ cargo.rust_library(
],
rustc_flags = [
"--cap-lints=allow",
- "@$(location :quote-1.0.27-build-script-run[rustc_flags])",
+ "@$(location :quote-1.0.28-build-script-run[rustc_flags])",
],
visibility = [],
- deps = [":proc-macro2-1.0.58"],
+ deps = [":proc-macro2-1.0.59"],
)
cargo.rust_binary(
- name = "quote-1.0.27-build-script-build",
- srcs = [":quote-1.0.27.crate"],
+ name = "quote-1.0.28-build-script-build",
+ srcs = [":quote-1.0.28.crate"],
crate = "build_script_build",
- crate_root = "quote-1.0.27.crate/build.rs",
+ crate_root = "quote-1.0.28.crate/build.rs",
edition = "2018",
features = [
"default",
@@ -311,14 +311,14 @@ cargo.rust_binary(
)
buildscript_run(
- name = "quote-1.0.27-build-script-run",
+ name = "quote-1.0.28-build-script-run",
package_name = "quote",
- buildscript_rule = ":quote-1.0.27-build-script-build",
+ buildscript_rule = ":quote-1.0.28-build-script-build",
features = [
"default",
"proc-macro",
],
- version = "1.0.27",
+ version = "1.0.28",
)
alias(
@@ -367,23 +367,23 @@ buildscript_run(
alias(
name = "syn",
- actual = ":syn-2.0.16",
+ actual = ":syn-2.0.17",
visibility = ["PUBLIC"],
)
http_archive(
- name = "syn-2.0.16.crate",
- sha256 = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01",
- strip_prefix = "syn-2.0.16",
- urls = ["https://crates.io/api/v1/crates/syn/2.0.16/download"],
+ name = "syn-2.0.17.crate",
+ sha256 = "45b6ddbb36c5b969c182aec3c4a0bce7df3fbad4b77114706a49aacc80567388",
+ strip_prefix = "syn-2.0.17",
+ urls = ["https://crates.io/api/v1/crates/syn/2.0.17/download"],
visibility = [],
)
cargo.rust_library(
- name = "syn-2.0.16",
- srcs = [":syn-2.0.16.crate"],
+ name = "syn-2.0.17",
+ srcs = [":syn-2.0.17.crate"],
crate = "syn",
- crate_root = "syn-2.0.16.crate/src/lib.rs",
+ crate_root = "syn-2.0.17.crate/src/lib.rs",
edition = "2021",
features = [
"clone-impls",
@@ -398,9 +398,9 @@ cargo.rust_library(
rustc_flags = ["--cap-lints=allow"],
visibility = [],
deps = [
- ":proc-macro2-1.0.58",
- ":quote-1.0.27",
- ":unicode-ident-1.0.8",
+ ":proc-macro2-1.0.59",
+ ":quote-1.0.28",
+ ":unicode-ident-1.0.9",
],
)
@@ -431,18 +431,18 @@ cargo.rust_library(
)
http_archive(
- name = "unicode-ident-1.0.8.crate",
- sha256 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4",
- strip_prefix = "unicode-ident-1.0.8",
- urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.8/download"],
+ name = "unicode-ident-1.0.9.crate",
+ sha256 = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0",
+ strip_prefix = "unicode-ident-1.0.9",
+ urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.9/download"],
visibility = [],
)
cargo.rust_library(
- name = "unicode-ident-1.0.8",
- srcs = [":unicode-ident-1.0.8.crate"],
+ name = "unicode-ident-1.0.9",
+ srcs = [":unicode-ident-1.0.9.crate"],
crate = "unicode_ident",
- crate_root = "unicode-ident-1.0.8.crate/src/lib.rs",
+ crate_root = "unicode-ident-1.0.9.crate/src/lib.rs",
edition = "2018",
rustc_flags = ["--cap-lints=allow"],
visibility = [],
diff --git a/third-party/Cargo.lock b/third-party/Cargo.lock
index 5e7ca3b3..89a61591 100644
--- a/third-party/Cargo.lock
+++ b/third-party/Cargo.lock
@@ -22,18 +22,18 @@ checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
name = "clap"
-version = "4.2.7"
+version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
+checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.2.7"
+version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
+checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
dependencies = [
"anstyle",
"bitflags",
@@ -42,9 +42,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.4.1"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
+checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
[[package]]
name = "codespan-reporting"
@@ -64,18 +64,18 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "proc-macro2"
-version = "1.0.58"
+version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"
+checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
-version = "1.0.27"
+version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
+checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
dependencies = [
"proc-macro2",
]
@@ -88,9 +88,9 @@ checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
[[package]]
name = "syn"
-version = "2.0.16"
+version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
+checksum = "45b6ddbb36c5b969c182aec3c4a0bce7df3fbad4b77114706a49aacc80567388"
dependencies = [
"proc-macro2",
"quote",
@@ -122,9 +122,9 @@ dependencies = [
[[package]]
name = "unicode-ident"
-version = "1.0.8"
+version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
+checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
[[package]]
name = "unicode-width"
diff --git a/third-party/bazel/BUILD.bazel b/third-party/bazel/BUILD.bazel
index 83839901..5a3b2064 100644
--- a/third-party/bazel/BUILD.bazel
+++ b/third-party/bazel/BUILD.bazel
@@ -33,7 +33,7 @@ alias(
alias(
name = "clap",
- actual = "@vendor__clap-4.2.7//:clap",
+ actual = "@vendor__clap-4.3.0//:clap",
tags = ["manual"],
)
@@ -51,13 +51,13 @@ alias(
alias(
name = "proc-macro2",
- actual = "@vendor__proc-macro2-1.0.58//:proc_macro2",
+ actual = "@vendor__proc-macro2-1.0.59//:proc_macro2",
tags = ["manual"],
)
alias(
name = "quote",
- actual = "@vendor__quote-1.0.27//:quote",
+ actual = "@vendor__quote-1.0.28//:quote",
tags = ["manual"],
)
@@ -69,6 +69,6 @@ alias(
alias(
name = "syn",
- actual = "@vendor__syn-2.0.16//:syn",
+ actual = "@vendor__syn-2.0.17//:syn",
tags = ["manual"],
)
diff --git a/third-party/bazel/BUILD.clap-4.2.7.bazel b/third-party/bazel/BUILD.clap-4.3.0.bazel
index 385cd3c0..5670d19e 100644
--- a/third-party/bazel/BUILD.clap-4.2.7.bazel
+++ b/third-party/bazel/BUILD.clap-4.3.0.bazel
@@ -43,8 +43,8 @@ rust_library(
"noclippy",
"norustfmt",
],
- version = "4.2.7",
+ version = "4.3.0",
deps = [
- "@vendor__clap_builder-4.2.7//:clap_builder",
+ "@vendor__clap_builder-4.3.0//:clap_builder",
],
)
diff --git a/third-party/bazel/BUILD.clap_builder-4.2.7.bazel b/third-party/bazel/BUILD.clap_builder-4.3.0.bazel
index 94be2bac..6a9fbb42 100644
--- a/third-party/bazel/BUILD.clap_builder-4.2.7.bazel
+++ b/third-party/bazel/BUILD.clap_builder-4.3.0.bazel
@@ -43,10 +43,10 @@ rust_library(
"noclippy",
"norustfmt",
],
- version = "4.2.7",
+ version = "4.3.0",
deps = [
"@vendor__anstyle-1.0.0//:anstyle",
"@vendor__bitflags-1.3.2//:bitflags",
- "@vendor__clap_lex-0.4.1//:clap_lex",
+ "@vendor__clap_lex-0.5.0//:clap_lex",
],
)
diff --git a/third-party/bazel/BUILD.clap_lex-0.4.1.bazel b/third-party/bazel/BUILD.clap_lex-0.5.0.bazel
index 74b1da8d..410f73be 100644
--- a/third-party/bazel/BUILD.clap_lex-0.4.1.bazel
+++ b/third-party/bazel/BUILD.clap_lex-0.5.0.bazel
@@ -37,5 +37,5 @@ rust_library(
"noclippy",
"norustfmt",
],
- version = "0.4.1",
+ version = "0.5.0",
)
diff --git a/third-party/bazel/BUILD.proc-macro2-1.0.58.bazel b/third-party/bazel/BUILD.proc-macro2-1.0.59.bazel
index 879ed548..03cccc7b 100644
--- a/third-party/bazel/BUILD.proc-macro2-1.0.58.bazel
+++ b/third-party/bazel/BUILD.proc-macro2-1.0.59.bazel
@@ -43,10 +43,10 @@ rust_library(
"noclippy",
"norustfmt",
],
- version = "1.0.58",
+ version = "1.0.59",
deps = [
- "@vendor__proc-macro2-1.0.58//:build_script_build",
- "@vendor__unicode-ident-1.0.8//:unicode_ident",
+ "@vendor__proc-macro2-1.0.59//:build_script_build",
+ "@vendor__unicode-ident-1.0.9//:unicode_ident",
],
)
@@ -81,7 +81,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
- version = "1.0.58",
+ version = "1.0.59",
visibility = ["//visibility:private"],
)
diff --git a/third-party/bazel/BUILD.quote-1.0.27.bazel b/third-party/bazel/BUILD.quote-1.0.28.bazel
index f8d7c77d..fde7f32d 100644
--- a/third-party/bazel/BUILD.quote-1.0.27.bazel
+++ b/third-party/bazel/BUILD.quote-1.0.28.bazel
@@ -42,10 +42,10 @@ rust_library(
"noclippy",
"norustfmt",
],
- version = "1.0.27",
+ version = "1.0.28",
deps = [
- "@vendor__proc-macro2-1.0.58//:proc_macro2",
- "@vendor__quote-1.0.27//:build_script_build",
+ "@vendor__proc-macro2-1.0.59//:proc_macro2",
+ "@vendor__quote-1.0.28//:build_script_build",
],
)
@@ -79,7 +79,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
- version = "1.0.27",
+ version = "1.0.28",
visibility = ["//visibility:private"],
)
diff --git a/third-party/bazel/BUILD.syn-2.0.16.bazel b/third-party/bazel/BUILD.syn-2.0.17.bazel
index f01abaed..1309c5fd 100644
--- a/third-party/bazel/BUILD.syn-2.0.16.bazel
+++ b/third-party/bazel/BUILD.syn-2.0.17.bazel
@@ -47,10 +47,10 @@ rust_library(
"noclippy",
"norustfmt",
],
- version = "2.0.16",
+ version = "2.0.17",
deps = [
- "@vendor__proc-macro2-1.0.58//:proc_macro2",
- "@vendor__quote-1.0.27//:quote",
- "@vendor__unicode-ident-1.0.8//:unicode_ident",
+ "@vendor__proc-macro2-1.0.59//:proc_macro2",
+ "@vendor__quote-1.0.28//:quote",
+ "@vendor__unicode-ident-1.0.9//:unicode_ident",
],
)
diff --git a/third-party/bazel/BUILD.unicode-ident-1.0.8.bazel b/third-party/bazel/BUILD.unicode-ident-1.0.9.bazel
index c831cece..9beb0b76 100644
--- a/third-party/bazel/BUILD.unicode-ident-1.0.8.bazel
+++ b/third-party/bazel/BUILD.unicode-ident-1.0.9.bazel
@@ -37,5 +37,5 @@ rust_library(
"noclippy",
"norustfmt",
],
- version = "1.0.8",
+ version = "1.0.9",
)
diff --git a/third-party/bazel/defs.bzl b/third-party/bazel/defs.bzl
index fa29db44..0bb9f07e 100644
--- a/third-party/bazel/defs.bzl
+++ b/third-party/bazel/defs.bzl
@@ -292,13 +292,13 @@ _NORMAL_DEPENDENCIES = {
"third-party": {
_COMMON_CONDITION: {
"cc": "@vendor__cc-1.0.79//:cc",
- "clap": "@vendor__clap-4.2.7//:clap",
+ "clap": "@vendor__clap-4.3.0//:clap",
"codespan-reporting": "@vendor__codespan-reporting-0.11.1//:codespan_reporting",
"once_cell": "@vendor__once_cell-1.17.1//:once_cell",
- "proc-macro2": "@vendor__proc-macro2-1.0.58//:proc_macro2",
- "quote": "@vendor__quote-1.0.27//:quote",
+ "proc-macro2": "@vendor__proc-macro2-1.0.59//:proc_macro2",
+ "quote": "@vendor__quote-1.0.28//:quote",
"scratch": "@vendor__scratch-1.0.5//:scratch",
- "syn": "@vendor__syn-2.0.16//:syn",
+ "syn": "@vendor__syn-2.0.17//:syn",
},
},
}
@@ -402,32 +402,32 @@ def crate_repositories():
maybe(
http_archive,
- name = "vendor__clap-4.2.7",
- sha256 = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938",
+ name = "vendor__clap-4.3.0",
+ sha256 = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc",
type = "tar.gz",
- urls = ["https://crates.io/api/v1/crates/clap/4.2.7/download"],
- strip_prefix = "clap-4.2.7",
- build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap-4.2.7.bazel"),
+ urls = ["https://crates.io/api/v1/crates/clap/4.3.0/download"],
+ strip_prefix = "clap-4.3.0",
+ build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap-4.3.0.bazel"),
)
maybe(
http_archive,
- name = "vendor__clap_builder-4.2.7",
- sha256 = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd",
+ name = "vendor__clap_builder-4.3.0",
+ sha256 = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990",
type = "tar.gz",
- urls = ["https://crates.io/api/v1/crates/clap_builder/4.2.7/download"],
- strip_prefix = "clap_builder-4.2.7",
- build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap_builder-4.2.7.bazel"),
+ urls = ["https://crates.io/api/v1/crates/clap_builder/4.3.0/download"],
+ strip_prefix = "clap_builder-4.3.0",
+ build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap_builder-4.3.0.bazel"),
)
maybe(
http_archive,
- name = "vendor__clap_lex-0.4.1",
- sha256 = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1",
+ name = "vendor__clap_lex-0.5.0",
+ sha256 = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b",
type = "tar.gz",
- urls = ["https://crates.io/api/v1/crates/clap_lex/0.4.1/download"],
- strip_prefix = "clap_lex-0.4.1",
- build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap_lex-0.4.1.bazel"),
+ urls = ["https://crates.io/api/v1/crates/clap_lex/0.5.0/download"],
+ strip_prefix = "clap_lex-0.5.0",
+ build_file = Label("@cxx.rs//third-party/bazel:BUILD.clap_lex-0.5.0.bazel"),
)
maybe(
@@ -452,22 +452,22 @@ def crate_repositories():
maybe(
http_archive,
- name = "vendor__proc-macro2-1.0.58",
- sha256 = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8",
+ name = "vendor__proc-macro2-1.0.59",
+ sha256 = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b",
type = "tar.gz",
- urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.58/download"],
- strip_prefix = "proc-macro2-1.0.58",
- build_file = Label("@cxx.rs//third-party/bazel:BUILD.proc-macro2-1.0.58.bazel"),
+ urls = ["https://crates.io/api/v1/crates/proc-macro2/1.0.59/download"],
+ strip_prefix = "proc-macro2-1.0.59",
+ build_file = Label("@cxx.rs//third-party/bazel:BUILD.proc-macro2-1.0.59.bazel"),
)
maybe(
http_archive,
- name = "vendor__quote-1.0.27",
- sha256 = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500",
+ name = "vendor__quote-1.0.28",
+ sha256 = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488",
type = "tar.gz",
- urls = ["https://crates.io/api/v1/crates/quote/1.0.27/download"],
- strip_prefix = "quote-1.0.27",
- build_file = Label("@cxx.rs//third-party/bazel:BUILD.quote-1.0.27.bazel"),
+ urls = ["https://crates.io/api/v1/crates/quote/1.0.28/download"],
+ strip_prefix = "quote-1.0.28",
+ build_file = Label("@cxx.rs//third-party/bazel:BUILD.quote-1.0.28.bazel"),
)
maybe(
@@ -482,12 +482,12 @@ def crate_repositories():
maybe(
http_archive,
- name = "vendor__syn-2.0.16",
- sha256 = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01",
+ name = "vendor__syn-2.0.17",
+ sha256 = "45b6ddbb36c5b969c182aec3c4a0bce7df3fbad4b77114706a49aacc80567388",
type = "tar.gz",
- urls = ["https://crates.io/api/v1/crates/syn/2.0.16/download"],
- strip_prefix = "syn-2.0.16",
- build_file = Label("@cxx.rs//third-party/bazel:BUILD.syn-2.0.16.bazel"),
+ urls = ["https://crates.io/api/v1/crates/syn/2.0.17/download"],
+ strip_prefix = "syn-2.0.17",
+ build_file = Label("@cxx.rs//third-party/bazel:BUILD.syn-2.0.17.bazel"),
)
maybe(
@@ -502,12 +502,12 @@ def crate_repositories():
maybe(
http_archive,
- name = "vendor__unicode-ident-1.0.8",
- sha256 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4",
+ name = "vendor__unicode-ident-1.0.9",
+ sha256 = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0",
type = "tar.gz",
- urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.8/download"],
- strip_prefix = "unicode-ident-1.0.8",
- build_file = Label("@cxx.rs//third-party/bazel:BUILD.unicode-ident-1.0.8.bazel"),
+ urls = ["https://crates.io/api/v1/crates/unicode-ident/1.0.9/download"],
+ strip_prefix = "unicode-ident-1.0.9",
+ build_file = Label("@cxx.rs//third-party/bazel:BUILD.unicode-ident-1.0.9.bazel"),
)
maybe(