Skip to content

Commit 27b4af2

Browse files
Update parking_lot requirement from 0.10 to 0.11
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.10.0...0.11.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d050a0d commit 27b4af2

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
@@ -69,7 +69,7 @@ inkwell_internals = { path = "./internal_macros", version = "0.2.0" }
6969
libc = "0.2"
7070
llvm-sys = "100.0.1"
7171
once_cell = "1.2"
72-
parking_lot = "0.10"
72+
parking_lot = "0.11"
7373
regex = "1"
7474
static-alloc = { version = "0.2", optional = true }
7575

0 commit comments

Comments
 (0)