Skip to content

Commit 8781965

Browse files
dependabot[bot]djc
authored andcommitted
Update parking_lot requirement from 0.11 to 0.12
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.0...0.12.0) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 227ee22 commit 8781965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bb8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "../README.md"
1212
async-trait = "0.1"
1313
futures-channel = "0.3.2"
1414
futures-util = { version = "0.3.2", default-features = false, features = ["channel"] }
15-
parking_lot = "0.11"
15+
parking_lot = "0.12"
1616
tokio = { version = "1.0", features = ["rt", "time", "parking_lot"] }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)