Skip to content

Commit d3197a6

Browse files
authored
Updated crate_universe version (to 0.3.0) and dependencies (#1409)
* Updated crate_universe version (to `0.3.0`) and dependencies * Updated crate_universe dependencies * Updated crate_universe examples
1 parent a15e67d commit d3197a6

File tree

472 files changed

+1372
-3230
lines changed

Some content is hidden

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

472 files changed

+1372
-3230
lines changed

crate_universe/3rdparty/crates/BUILD.aho-corasick-0.7.18.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ rust_library(
6767
# warnings. For more details see:
6868
# https://doc.rust-lang.org/rustc/lints/levels.html
6969
"--cap-lints=allow",
70-
] + select_with_or({
71-
"//conditions:default": [
72-
],
73-
}),
70+
],
7471
tags = [
7572
"cargo-bazel",
7673
"manual",

crate_universe/3rdparty/crates/BUILD.anyhow-1.0.57.bazel

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ rust_library(
7171
# warnings. For more details see:
7272
# https://doc.rust-lang.org/rustc/lints/levels.html
7373
"--cap-lints=allow",
74-
] + select_with_or({
75-
"//conditions:default": [
76-
],
77-
}),
74+
],
7875
tags = [
7976
"cargo-bazel",
8077
"manual",
@@ -138,10 +135,7 @@ cargo_build_script(
138135
# warnings. For more details see:
139136
# https://doc.rust-lang.org/rustc/lints/levels.html
140137
"--cap-lints=allow",
141-
] + select_with_or({
142-
"//conditions:default": [
143-
],
144-
}),
138+
],
145139
tags = [
146140
"cargo-bazel",
147141
"manual",

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",
@@ -91,6 +88,7 @@ rust_library(
9188
"@rules_rust//rust/platform:aarch64-linux-android",
9289
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
9390
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
91+
"@rules_rust//rust/platform:armv7-linux-androideabi",
9492
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi",
9593
"@rules_rust//rust/platform:i686-apple-darwin",
9694
"@rules_rust//rust/platform:i686-linux-android",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.bazel

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ alias(
7070

7171
alias(
7272
name = "crates-index",
73-
actual = "@crate_universe_crate_index__crates-index-0.18.7//:crates_index",
73+
actual = "@crate_universe_crate_index__crates-index-0.18.8//:crates_index",
7474
tags = ["manual"],
7575
)
7676

@@ -100,13 +100,13 @@ alias(
100100

101101
alias(
102102
name = "regex",
103-
actual = "@crate_universe_crate_index__regex-1.5.5//:regex",
103+
actual = "@crate_universe_crate_index__regex-1.5.6//:regex",
104104
tags = ["manual"],
105105
)
106106

107107
alias(
108108
name = "semver",
109-
actual = "@crate_universe_crate_index__semver-1.0.9//:semver",
109+
actual = "@crate_universe_crate_index__semver-1.0.10//:semver",
110110
tags = ["manual"],
111111
)
112112

@@ -134,12 +134,6 @@ alias(
134134
tags = ["manual"],
135135
)
136136

137-
alias(
138-
name = "syn",
139-
actual = "@crate_universe_crate_index__syn-1.0.90//:syn",
140-
tags = ["manual"],
141-
)
142-
143137
alias(
144138
name = "tempfile",
145139
actual = "@crate_universe_crate_index__tempfile-3.3.0//:tempfile",
@@ -148,7 +142,7 @@ alias(
148142

149143
alias(
150144
name = "tera",
151-
actual = "@crate_universe_crate_index__tera-1.15.0//:tera",
145+
actual = "@crate_universe_crate_index__tera-1.16.0//:tera",
152146
tags = ["manual"],
153147
)
154148

crate_universe/3rdparty/crates/BUILD.bitflags-1.3.2.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ rust_library(
6666
# warnings. For more details see:
6767
# https://doc.rust-lang.org/rustc/lints/levels.html
6868
"--cap-lints=allow",
69-
] + select_with_or({
70-
"//conditions:default": [
71-
],
72-
}),
69+
],
7370
tags = [
7471
"cargo-bazel",
7572
"manual",

crate_universe/3rdparty/crates/BUILD.block-buffer-0.10.2.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.block-buffer-0.7.3.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.block-padding-0.1.5.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.bstr-0.2.17.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ rust_library(
6666
# warnings. For more details see:
6767
# https://doc.rust-lang.org/rustc/lints/levels.html
6868
"--cap-lints=allow",
69-
] + select_with_or({
70-
"//conditions:default": [
71-
],
72-
}),
69+
],
7370
tags = [
7471
"cargo-bazel",
7572
"manual",

crate_universe/3rdparty/crates/BUILD.byte-tools-0.3.1.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.byteorder-1.4.3.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.camino-1.0.9.bazel

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ rust_library(
7171
# warnings. For more details see:
7272
# https://doc.rust-lang.org/rustc/lints/levels.html
7373
"--cap-lints=allow",
74-
] + select_with_or({
75-
"//conditions:default": [
76-
],
77-
}),
74+
],
7875
tags = [
7976
"cargo-bazel",
8077
"manual",
@@ -139,10 +136,7 @@ cargo_build_script(
139136
# warnings. For more details see:
140137
# https://doc.rust-lang.org/rustc/lints/levels.html
141138
"--cap-lints=allow",
142-
] + select_with_or({
143-
"//conditions:default": [
144-
],
145-
}),
139+
],
146140
tags = [
147141
"cargo-bazel",
148142
"manual",

crate_universe/3rdparty/crates/BUILD.cargo-lock-7.1.0.bazel

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ rust_library(
6666
# warnings. For more details see:
6767
# https://doc.rust-lang.org/rustc/lints/levels.html
6868
"--cap-lints=allow",
69-
] + select_with_or({
70-
"//conditions:default": [
71-
],
72-
}),
69+
],
7370
tags = [
7471
"cargo-bazel",
7572
"manual",
@@ -80,7 +77,7 @@ rust_library(
8077
deps = [
8178
] + select_with_or({
8279
"//conditions:default": [
83-
"@crate_universe_crate_index__semver-1.0.9//:semver",
80+
"@crate_universe_crate_index__semver-1.0.10//:semver",
8481
"@crate_universe_crate_index__serde-1.0.137//:serde",
8582
"@crate_universe_crate_index__toml-0.5.9//:toml",
8683
"@crate_universe_crate_index__url-2.2.2//:url",
@@ -130,10 +127,7 @@ rust_binary(
130127
# warnings. For more details see:
131128
# https://doc.rust-lang.org/rustc/lints/levels.html
132129
"--cap-lints=allow",
133-
] + select_with_or({
134-
"//conditions:default": [
135-
],
136-
}),
130+
],
137131
tags = [
138132
"cargo-bazel",
139133
"manual",
@@ -145,7 +139,7 @@ rust_binary(
145139
":cargo_lock",
146140
] + select_with_or({
147141
"//conditions:default": [
148-
"@crate_universe_crate_index__semver-1.0.9//:semver",
142+
"@crate_universe_crate_index__semver-1.0.10//:semver",
149143
"@crate_universe_crate_index__serde-1.0.137//:serde",
150144
"@crate_universe_crate_index__toml-0.5.9//:toml",
151145
"@crate_universe_crate_index__url-2.2.2//:url",

crate_universe/3rdparty/crates/BUILD.cargo-platform-0.1.2.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.cargo_metadata-0.14.2.bazel

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ rust_library(
6666
# warnings. For more details see:
6767
# https://doc.rust-lang.org/rustc/lints/levels.html
6868
"--cap-lints=allow",
69-
] + select_with_or({
70-
"//conditions:default": [
71-
],
72-
}),
69+
],
7370
tags = [
7471
"cargo-bazel",
7572
"manual",
@@ -82,7 +79,7 @@ rust_library(
8279
"//conditions:default": [
8380
"@crate_universe_crate_index__camino-1.0.9//:camino",
8481
"@crate_universe_crate_index__cargo-platform-0.1.2//:cargo_platform",
85-
"@crate_universe_crate_index__semver-1.0.9//:semver",
82+
"@crate_universe_crate_index__semver-1.0.10//:semver",
8683
"@crate_universe_crate_index__serde-1.0.137//:serde",
8784
"@crate_universe_crate_index__serde_json-1.0.81//:serde_json",
8885
],

crate_universe/3rdparty/crates/BUILD.cargo_toml-0.11.5.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ rust_library(
6666
# warnings. For more details see:
6767
# https://doc.rust-lang.org/rustc/lints/levels.html
6868
"--cap-lints=allow",
69-
] + select_with_or({
70-
"//conditions:default": [
71-
],
72-
}),
69+
],
7370
tags = [
7471
"cargo-bazel",
7572
"manual",

crate_universe/3rdparty/crates/BUILD.cc-1.0.73.bazel

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ rust_library(
6868
# warnings. For more details see:
6969
# https://doc.rust-lang.org/rustc/lints/levels.html
7070
"--cap-lints=allow",
71-
] + select_with_or({
72-
"//conditions:default": [
73-
],
74-
}),
71+
],
7572
tags = [
7673
"cargo-bazel",
7774
"manual",
@@ -131,10 +128,7 @@ rust_binary(
131128
# warnings. For more details see:
132129
# https://doc.rust-lang.org/rustc/lints/levels.html
133130
"--cap-lints=allow",
134-
] + select_with_or({
135-
"//conditions:default": [
136-
],
137-
}),
131+
],
138132
tags = [
139133
"cargo-bazel",
140134
"manual",

crate_universe/3rdparty/crates/BUILD.cfg-expr-0.10.3.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ rust_library(
6666
# warnings. For more details see:
6767
# https://doc.rust-lang.org/rustc/lints/levels.html
6868
"--cap-lints=allow",
69-
] + select_with_or({
70-
"//conditions:default": [
71-
],
72-
}),
69+
],
7370
tags = [
7471
"cargo-bazel",
7572
"manual",

crate_universe/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ rust_library(
6565
# warnings. For more details see:
6666
# https://doc.rust-lang.org/rustc/lints/levels.html
6767
"--cap-lints=allow",
68-
] + select_with_or({
69-
"//conditions:default": [
70-
],
71-
}),
68+
],
7269
tags = [
7370
"cargo-bazel",
7471
"manual",

crate_universe/3rdparty/crates/BUILD.chrono-0.4.19.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ rust_library(
6969
# warnings. For more details see:
7070
# https://doc.rust-lang.org/rustc/lints/levels.html
7171
"--cap-lints=allow",
72-
] + select_with_or({
73-
"//conditions:default": [
74-
],
75-
}),
72+
],
7673
tags = [
7774
"cargo-bazel",
7875
"manual",

crate_universe/3rdparty/crates/BUILD.chrono-tz-0.6.1.bazel

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ rust_library(
7171
# warnings. For more details see:
7272
# https://doc.rust-lang.org/rustc/lints/levels.html
7373
"--cap-lints=allow",
74-
] + select_with_or({
75-
"//conditions:default": [
76-
],
77-
}),
74+
],
7875
tags = [
7976
"cargo-bazel",
8077
"manual",
@@ -140,10 +137,7 @@ cargo_build_script(
140137
# warnings. For more details see:
141138
# https://doc.rust-lang.org/rustc/lints/levels.html
142139
"--cap-lints=allow",
143-
] + select_with_or({
144-
"//conditions:default": [
145-
],
146-
}),
140+
],
147141
tags = [
148142
"cargo-bazel",
149143
"manual",

0 commit comments

Comments
 (0)