Skip to content

Commit 40b4419

Browse files
ephemeralriggsCQ Bot
authored andcommitted
[rust-3p] Update parking_lot_core to 0.9.12
Change-Id: Ia79e8d1b1f548def2ede1dd4f76f1c891d1195a1 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1444268 Reviewed-by: David Koloski <dkoloski@google.com> Commit-Queue: Thomas Zander <thomasalpinus@google.com>
1 parent 015bdc3 commit 40b4419

34 files changed

+239
-343
lines changed

third_party/rust_crates/BUILD.gn

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ if (!(current_os == "fuchsia")) {
686686

687687
if (!(current_os == "fuchsia")) {
688688
group("parking_lot_core") {
689-
public_deps = [ ":parking_lot_core-v0_9_11" ]
689+
public_deps = [ ":parking_lot_core-v0_9_12" ]
690690
}
691691
}
692692

@@ -11895,7 +11895,7 @@ rustc_library("parking_lot-v0_12_4") {
1189511895

1189611896
deps = []
1189711897
deps += [ ":lock_api-v0_4_13" ]
11898-
deps += [ ":parking_lot_core-v0_9_11" ]
11898+
deps += [ ":parking_lot_core-v0_9_12" ]
1189911899

1190011900
rustenv = []
1190111901

@@ -11961,19 +11961,19 @@ rustc_library("parking_lot_core-v0_8_3") {
1196111961
applicable_licenses = [ ":parking_lot_core-v0_8_3.license" ]
1196211962
}
1196311963

11964-
license("parking_lot_core-v0_9_11.license") {
11964+
license("parking_lot_core-v0_9_12.license") {
1196511965
public_package_name = "parking_lot_core"
1196611966
license_files = [
11967-
"//third_party/rust_crates/vendor/parking_lot_core-0.9.11/LICENSE-APACHE",
11968-
"//third_party/rust_crates/vendor/parking_lot_core-0.9.11/LICENSE-MIT",
11967+
"//third_party/rust_crates/vendor/parking_lot_core-0.9.12/LICENSE-APACHE",
11968+
"//third_party/rust_crates/vendor/parking_lot_core-0.9.12/LICENSE-MIT",
1196911969
]
1197011970
}
1197111971

11972-
rustc_library("parking_lot_core-v0_9_11") {
11972+
rustc_library("parking_lot_core-v0_9_12") {
1197311973
crate_name = "parking_lot_core"
1197411974
source_root =
11975-
"//third_party/rust_crates/vendor/parking_lot_core-0.9.11/src/lib.rs"
11976-
output_name = "parking_lot_core-160a58f59f396e4e"
11975+
"//third_party/rust_crates/vendor/parking_lot_core-0.9.12/src/lib.rs"
11976+
output_name = "parking_lot_core-ed94bf345736bbbc"
1197711977
edition = "2021"
1197811978
disable_clippy = true
1197911979
enforce_source_listing = false
@@ -11989,23 +11989,23 @@ rustc_library("parking_lot_core-v0_9_11") {
1198911989
deps += [ ":libc-v0_2_174" ]
1199011990
}
1199111991
if (false) {
11992-
deps += [ ":windows-targets-v0_52_6" ]
11992+
deps += [ ":windows-link-v0_2_1" ]
1199311993
}
1199411994

1199511995
rustenv = []
1199611996

1199711997
rustflags = [
1199811998
"--cap-lints=allow",
11999-
"-Cmetadata=160a58f59f396e4e",
12000-
"-Cextra-filename=-160a58f59f396e4e",
11999+
"-Cmetadata=ed94bf345736bbbc",
12000+
"-Cextra-filename=-ed94bf345736bbbc",
1200112001
]
1200212002

1200312003
aliased_deps = {
1200412004
syscall = ":redox_syscall-v0_5_17.actual"
1200512005
}
1200612006
visibility = [ ":*" ]
1200712007

12008-
applicable_licenses = [ ":parking_lot_core-v0_9_11.license" ]
12008+
applicable_licenses = [ ":parking_lot_core-v0_9_12.license" ]
1200912009
}
1201012010

1201112011
license("paste-v1_0_15.license") {
@@ -21268,31 +21268,6 @@ rustc_library("windows-sys-v0_60_2") {
2126821268
applicable_licenses = [ "//build/licenses:fuchsia_license" ]
2126921269
}
2127021270

21271-
rustc_library("windows-targets-v0_52_6") {
21272-
crate_name = "windows_targets"
21273-
source_root =
21274-
"//third_party/rust_crates/empty/windows-targets-0.52.6/src/lib.rs"
21275-
output_name = "windows_targets-fe5c5a409b973a40"
21276-
edition = "2015"
21277-
disable_clippy = true
21278-
enforce_source_listing = false
21279-
configs -= [ "//build/config/rust:2018_idioms" ]
21280-
21281-
deps = []
21282-
21283-
rustenv = []
21284-
21285-
rustflags = [
21286-
"--cap-lints=allow",
21287-
"-Cmetadata=fe5c5a409b973a40",
21288-
"-Cextra-filename=-fe5c5a409b973a40",
21289-
]
21290-
21291-
visibility = [ ":*" ]
21292-
21293-
applicable_licenses = [ "//build/licenses:fuchsia_license" ]
21294-
}
21295-
2129621271
license("winnow-v0_7_13.license") {
2129721272
public_package_name = "winnow"
2129821273
license_files =

third_party/rust_crates/Cargo.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/rust_crates/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ notify = { version = "5.1.0", default-features = false, features = ["macos_fseve
334334
num_cpus = "1.16.0"
335335
# See b/42169853, not used for target-side code to avoid system-wide impact of yield in spinloops.
336336
parking_lot = "0.12.4"
337-
parking_lot_core = "0.9.11"
337+
parking_lot_core = "0.9.12"
338338
petgraph = { version = "0.6.2" }
339339
proc-macro2 = { version = "1.0.97", features = ["span-locations"] }
340340
pulldown-cmark = { version = "0.9.3", features = ["serde"] }
@@ -811,7 +811,7 @@ configs = ["//third_party/boringssl/rust:osslconf"]
811811
# Funnel usage of parking_lot through fuchsia_sync.
812812
visibility = ["//src/lib/fuchsia-sync", "//third_party/rust_crates:*"]
813813

814-
[gn.package.parking_lot_core."0.9.11"]
814+
[gn.package.parking_lot_core."0.9.12"]
815815
rustflags = []
816816

817817
[gn.package.paste."1.0.15"]

third_party/rust_crates/vendor/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,14 +1675,14 @@ alias(
16751675
)
16761676

16771677
alias(
1678-
name = "parking_lot_core-0.9.11",
1679-
actual = "//third_party/rust_crates/vendor/parking_lot_core-0.9.11:parking_lot_core",
1678+
name = "parking_lot_core-0.9.12",
1679+
actual = "//third_party/rust_crates/vendor/parking_lot_core-0.9.12:parking_lot_core",
16801680
tags = ["manual"],
16811681
)
16821682

16831683
alias(
16841684
name = "parking_lot_core",
1685-
actual = "//third_party/rust_crates/vendor/parking_lot_core-0.9.11:parking_lot_core",
1685+
actual = "//third_party/rust_crates/vendor/parking_lot_core-0.9.12:parking_lot_core",
16861686
tags = ["manual"],
16871687
)
16881688

third_party/rust_crates/vendor/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ _NORMAL_DEPENDENCIES = {
518518
"notify": Label("//third_party/rust_crates/vendor/notify-5.2.0:notify"),
519519
"num_cpus": Label("//third_party/rust_crates/vendor/num_cpus-1.16.0:num_cpus"),
520520
"parking_lot": Label("//third_party/rust_crates/vendor/parking_lot-0.12.4:parking_lot"),
521-
"parking_lot_core": Label("//third_party/rust_crates/vendor/parking_lot_core-0.9.11:parking_lot_core"),
521+
"parking_lot_core": Label("//third_party/rust_crates/vendor/parking_lot_core-0.9.12:parking_lot_core"),
522522
"petgraph": Label("//third_party/rust_crates/vendor/petgraph-0.6.2:petgraph"),
523523
"proc-macro2": Label("//third_party/rust_crates/vendor/proc-macro2-1.0.97:proc_macro2"),
524524
"pulldown-cmark": Label("//third_party/rust_crates/vendor/pulldown-cmark-0.9.3:pulldown_cmark"),

third_party/rust_crates/vendor/parking_lot-0.12.4/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ rust_library(
7878
version = "0.12.4",
7979
deps = [
8080
"//third_party/rust_crates/vendor/lock_api-0.4.13:lock_api",
81-
"//third_party/rust_crates/vendor/parking_lot_core-0.9.11:parking_lot_core",
81+
"//third_party/rust_crates/vendor/parking_lot_core-0.9.12:parking_lot_core",
8282
],
8383
)

third_party/rust_crates/vendor/parking_lot_core-0.9.11/.cargo_vcs_info.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)