Skip to content

Commit 79348f4

Browse files
committed
cargo update -p parking_lot -p parking_lot_core
Changelog: https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md#parking_lot_core-083-2021-02-12 The full log: ``` Removing cloudabi v0.1.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating parking_lot_core v0.8.0 -> v0.8.3 ```
1 parent b4adc21 commit 79348f4

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

Cargo.lock

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -613,15 +613,6 @@ dependencies = [
613613
"unicode-normalization",
614614
]
615615

616-
[[package]]
617-
name = "cloudabi"
618-
version = "0.1.0"
619-
source = "registry+https://github.com/rust-lang/crates.io-index"
620-
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
621-
dependencies = [
622-
"bitflags",
623-
]
624-
625616
[[package]]
626617
name = "cmake"
627618
version = "0.1.44"
@@ -2492,9 +2483,9 @@ dependencies = [
24922483

24932484
[[package]]
24942485
name = "parking_lot"
2495-
version = "0.11.0"
2486+
version = "0.11.1"
24962487
source = "registry+https://github.com/rust-lang/crates.io-index"
2497-
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2488+
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
24982489
dependencies = [
24992490
"instant",
25002491
"lock_api",
@@ -2503,15 +2494,14 @@ dependencies = [
25032494

25042495
[[package]]
25052496
name = "parking_lot_core"
2506-
version = "0.8.0"
2497+
version = "0.8.3"
25072498
source = "registry+https://github.com/rust-lang/crates.io-index"
2508-
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2499+
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
25092500
dependencies = [
2510-
"cfg-if 0.1.10",
2511-
"cloudabi",
2501+
"cfg-if 1.0.0",
25122502
"instant",
25132503
"libc",
2514-
"redox_syscall 0.1.57",
2504+
"redox_syscall 0.2.5",
25152505
"smallvec 1.6.1",
25162506
"winapi 0.3.9",
25172507
]

src/tools/tidy/src/deps.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const EXCEPTIONS: &[(&str, &str)] = &[
3232
("fuchsia-zircon", "BSD-3-Clause"), // rustdoc, rustc, cargo (jobserver & tempdir)
3333
("colored", "MPL-2.0"), // rustfmt
3434
("ordslice", "Apache-2.0"), // rls
35-
("cloudabi", "BSD-2-Clause"), // (rls -> crossbeam-channel 0.2 -> rand 0.5)
3635
("ryu", "Apache-2.0 OR BSL-1.0"), // rls/cargo/... (because of serde)
3736
("bytesize", "Apache-2.0"), // cargo
3837
("im-rc", "MPL-2.0+"), // cargo
@@ -76,7 +75,6 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
7675
"cfg-if",
7776
"chalk-derive",
7877
"chalk-ir",
79-
"cloudabi",
8078
"cmake",
8179
"compiler_builtins",
8280
"cpuid-bool",

0 commit comments

Comments
 (0)