From c0e11f357f5d0fc5082fed8cdb603fcb21d4d0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 21:05:41 +0000 Subject: [PATCH] build(deps): update parking_lot requirement from 0.11.2 to 0.12.0 (#1878) 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](https://github.com/Amanieu/parking_lot/compare/0.11.2...0.12.0) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eliza Weisman --- tracing-appender/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-appender/Cargo.toml b/tracing-appender/Cargo.toml index a51cea70c7..406a4d24ad 100644 --- a/tracing-appender/Cargo.toml +++ b/tracing-appender/Cargo.toml @@ -23,7 +23,7 @@ rust-version = "1.53.0" [dependencies] crossbeam-channel = "0.5.0" time = { version = "0.3", default-features = false, features = ["formatting"] } -parking_lot = { optional = true, version = "0.11.2" } +parking_lot = { optional = true, version = "0.12.0" } [dependencies.tracing-subscriber] path = "../tracing-subscriber"