Skip to content

Commit 91e597d

Browse files
authored
Updated all crates_vendor outputs (#1687)
* Updated all crates_vendor outputs * Updated all crates_vendor outputs for examples
1 parent 9a047b0 commit 91e597d

File tree

864 files changed

+12970
-6050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

864 files changed

+12970
-6050
lines changed

bindgen/3rdparty/Cargo.Bazel.lock

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = 3
44

55
[[package]]
66
name = "aho-corasick"
7-
version = "0.7.18"
7+
version = "0.7.20"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
9-
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
9+
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
1010
dependencies = [
1111
"memchr",
1212
]
@@ -74,9 +74,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
7474

7575
[[package]]
7676
name = "clang-sys"
77-
version = "1.3.3"
77+
version = "1.4.0"
7878
source = "registry+https://github.com/rust-lang/crates.io-index"
79-
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
79+
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
8080
dependencies = [
8181
"glob",
8282
"libc",
@@ -85,9 +85,9 @@ dependencies = [
8585

8686
[[package]]
8787
name = "clap"
88-
version = "3.2.12"
88+
version = "3.2.23"
8989
source = "registry+https://github.com/rust-lang/crates.io-index"
90-
checksum = "ab8b79fe3946ceb4a0b1c080b4018992b8d27e9ff363644c1c9b6387c854614d"
90+
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
9191
dependencies = [
9292
"atty",
9393
"bitflags",
@@ -117,15 +117,15 @@ dependencies = [
117117

118118
[[package]]
119119
name = "either"
120-
version = "1.7.0"
120+
version = "1.8.0"
121121
source = "registry+https://github.com/rust-lang/crates.io-index"
122-
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
122+
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
123123

124124
[[package]]
125125
name = "env_logger"
126-
version = "0.9.0"
126+
version = "0.9.3"
127127
source = "registry+https://github.com/rust-lang/crates.io-index"
128-
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
128+
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
129129
dependencies = [
130130
"atty",
131131
"humantime",
@@ -163,9 +163,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
163163

164164
[[package]]
165165
name = "indexmap"
166-
version = "1.9.1"
166+
version = "1.9.2"
167167
source = "registry+https://github.com/rust-lang/crates.io-index"
168-
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
168+
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
169169
dependencies = [
170170
"autocfg",
171171
"hashbrown",
@@ -185,15 +185,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
185185

186186
[[package]]
187187
name = "libc"
188-
version = "0.2.126"
188+
version = "0.2.137"
189189
source = "registry+https://github.com/rust-lang/crates.io-index"
190-
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
190+
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
191191

192192
[[package]]
193193
name = "libloading"
194-
version = "0.7.3"
194+
version = "0.7.4"
195195
source = "registry+https://github.com/rust-lang/crates.io-index"
196-
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
196+
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
197197
dependencies = [
198198
"cfg-if",
199199
"winapi",
@@ -230,11 +230,17 @@ dependencies = [
230230
"minimal-lexical",
231231
]
232232

233+
[[package]]
234+
name = "once_cell"
235+
version = "1.16.0"
236+
source = "registry+https://github.com/rust-lang/crates.io-index"
237+
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
238+
233239
[[package]]
234240
name = "os_str_bytes"
235-
version = "6.2.0"
241+
version = "6.4.1"
236242
source = "registry+https://github.com/rust-lang/crates.io-index"
237-
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
243+
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
238244

239245
[[package]]
240246
name = "peeking_take_while"
@@ -244,27 +250,27 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
244250

245251
[[package]]
246252
name = "proc-macro2"
247-
version = "1.0.40"
253+
version = "1.0.47"
248254
source = "registry+https://github.com/rust-lang/crates.io-index"
249-
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
255+
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
250256
dependencies = [
251257
"unicode-ident",
252258
]
253259

254260
[[package]]
255261
name = "quote"
256-
version = "1.0.20"
262+
version = "1.0.21"
257263
source = "registry+https://github.com/rust-lang/crates.io-index"
258-
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
264+
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
259265
dependencies = [
260266
"proc-macro2",
261267
]
262268

263269
[[package]]
264270
name = "regex"
265-
version = "1.6.0"
271+
version = "1.7.0"
266272
source = "registry+https://github.com/rust-lang/crates.io-index"
267-
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
273+
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
268274
dependencies = [
269275
"aho-corasick",
270276
"memchr",
@@ -273,9 +279,9 @@ dependencies = [
273279

274280
[[package]]
275281
name = "regex-syntax"
276-
version = "0.6.27"
282+
version = "0.6.28"
277283
source = "registry+https://github.com/rust-lang/crates.io-index"
278-
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
284+
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
279285

280286
[[package]]
281287
name = "rustc-hash"
@@ -306,25 +312,25 @@ dependencies = [
306312

307313
[[package]]
308314
name = "textwrap"
309-
version = "0.15.0"
315+
version = "0.16.0"
310316
source = "registry+https://github.com/rust-lang/crates.io-index"
311-
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
317+
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
312318

313319
[[package]]
314320
name = "unicode-ident"
315-
version = "1.0.2"
321+
version = "1.0.5"
316322
source = "registry+https://github.com/rust-lang/crates.io-index"
317-
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
323+
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
318324

319325
[[package]]
320326
name = "which"
321-
version = "4.2.5"
327+
version = "4.3.0"
322328
source = "registry+https://github.com/rust-lang/crates.io-index"
323-
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
329+
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
324330
dependencies = [
325331
"either",
326-
"lazy_static",
327332
"libc",
333+
"once_cell",
328334
]
329335

330336
[[package]]

bindgen/3rdparty/crates/BUILD.aho-corasick-0.7.18.bazel renamed to bindgen/3rdparty/crates/BUILD.aho-corasick-0.7.20.bazel

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ load(
1616
package(default_visibility = ["//visibility:public"])
1717

1818
# licenses([
19-
# "TODO", # Unlicense/MIT
19+
# "TODO", # Unlicense OR MIT
2020
# ])
2121

2222
rust_library(
@@ -35,10 +35,11 @@ rust_library(
3535
compile_data = glob(
3636
include = ["**"],
3737
exclude = [
38-
"BUILD",
38+
"**/* *",
3939
"BUILD.bazel",
40-
"WORKSPACE",
40+
"BUILD",
4141
"WORKSPACE.bazel",
42+
"WORKSPACE",
4243
],
4344
) + select_with_or({
4445
"//conditions:default": [
@@ -78,7 +79,7 @@ rust_library(
7879
"noclippy",
7980
"norustfmt",
8081
],
81-
version = "0.7.18",
82+
version = "0.7.20",
8283
deps = [
8384
] + select({
8485
"//conditions:default": [

bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ rust_library(
3535
compile_data = glob(
3636
include = ["**"],
3737
exclude = [
38-
"BUILD",
38+
"**/* *",
3939
"BUILD.bazel",
40-
"WORKSPACE",
40+
"BUILD",
4141
"WORKSPACE.bazel",
42+
"WORKSPACE",
4243
],
4344
) + select_with_or({
4445
"//conditions:default": [
@@ -80,70 +81,70 @@ rust_library(
8081
deps = [
8182
] + select({
8283
"@rules_rust//rust/platform:aarch64-apple-darwin": [
83-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
84+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
8485
],
8586
"@rules_rust//rust/platform:aarch64-apple-ios": [
86-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
87+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
8788
],
8889
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
89-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
90+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
9091
],
9192
"@rules_rust//rust/platform:aarch64-linux-android": [
92-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
93+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
9394
],
9495
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
9596
"@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
9697
],
9798
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
98-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
99+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
99100
],
100101
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
101-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
102+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
102103
],
103104
"@rules_rust//rust/platform:armv7-linux-androideabi": [
104-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
105+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
105106
],
106107
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
107-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
108+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
108109
],
109110
"@rules_rust//rust/platform:i686-apple-darwin": [
110-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
111+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
111112
],
112113
"@rules_rust//rust/platform:i686-linux-android": [
113-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
114+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
114115
],
115116
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
116117
"@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
117118
],
118119
"@rules_rust//rust/platform:i686-unknown-freebsd": [
119-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
120+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
120121
],
121122
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
122-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
123+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
123124
],
124125
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
125-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
126+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
126127
],
127128
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
128-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
129+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
129130
],
130131
"@rules_rust//rust/platform:x86_64-apple-darwin": [
131-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
132+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
132133
],
133134
"@rules_rust//rust/platform:x86_64-apple-ios": [
134-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
135+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
135136
],
136137
"@rules_rust//rust/platform:x86_64-linux-android": [
137-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
138+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
138139
],
139140
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
140141
"@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(windows)
141142
],
142143
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
143-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
144+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
144145
],
145146
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
146-
"@rules_rust_bindgen__libc-0.2.126//:libc", # cfg(unix)
147+
"@rules_rust_bindgen__libc-0.2.137//:libc", # cfg(unix)
147148
],
148149
"//conditions:default": [
149150
],

bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ rust_library(
3535
compile_data = glob(
3636
include = ["**"],
3737
exclude = [
38-
"BUILD",
38+
"**/* *",
3939
"BUILD.bazel",
40-
"WORKSPACE",
40+
"BUILD",
4141
"WORKSPACE.bazel",
42+
"WORKSPACE",
4243
],
4344
) + select_with_or({
4445
"//conditions:default": [

bindgen/3rdparty/crates/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ alias(
3535

3636
alias(
3737
name = "libloading",
38-
actual = "@rules_rust_bindgen__libloading-0.7.3//:libloading",
38+
actual = "@rules_rust_bindgen__libloading-0.7.4//:libloading",
3939
tags = ["manual"],
4040
)
4141

@@ -48,6 +48,6 @@ alias(
4848

4949
alias(
5050
name = "clap__stdio-fixture",
51-
actual = "@rules_rust_bindgen__clap-3.2.12//:stdio-fixture__bin",
51+
actual = "@rules_rust_bindgen__clap-3.2.23//:stdio-fixture__bin",
5252
tags = ["manual"],
5353
)

0 commit comments

Comments
 (0)