Skip to content

Commit c2b6609

Browse files
Update parking_lot requirement from 0.11.1 to 0.12.0
Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@0.11.1...0.12.0) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a0b59c commit c2b6609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ libc = "0.2.96"
5151
zstd = { version = "0.10.0", optional = true }
5252
crc32fast = "1.2.1"
5353
log = "0.4.14"
54-
parking_lot = "0.11.1"
54+
parking_lot = "0.12.0"
5555
color-backtrace = { version = "0.5.1", optional = true }
5656
num-format = { version = "0.4.0", optional = true }
5757
rio = { version = "0.9.4", optional = true }

0 commit comments

Comments
 (0)