Skip to content

Commit 026ddbf

Browse files
committed
build: upgrade parking_lot to 0.12.4
1 parent 628b178 commit 026ddbf

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mime = "0.3.17"
7575
num_cpus = "1.17"
7676
num-derive = "0.4"
7777
num-traits = { workspace = true }
78-
parking_lot = "0.12"
78+
parking_lot = "0.12.4"
7979
percent-encoding = "2.3"
8080
pgp = { version = "0.16.0", default-features = false }
8181
pin-project = "1"

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ skip = [
3737
{ name = "rand_core", version = "0.6.4" },
3838
{ name = "rand", version = "0.8.5" },
3939
{ name = "redox_syscall", version = "0.3.5" },
40+
{ name = "redox_syscall", version = "0.4.1" },
4041
{ name = "regex-automata", version = "0.1.10" },
4142
{ name = "regex-syntax", version = "0.6.29" },
4243
{ name = "rustix", version = "0.38.44" },

0 commit comments

Comments
 (0)