Skip to content

Commit 0d4acb2

Browse files
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](Amanieu/parking_lot@0.11.2...0.12.0) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eliza Weisman <[email protected]>
1 parent 3ed1575 commit 0d4acb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-appender/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rust-version = "1.53.0"
2323
[dependencies]
2424
crossbeam-channel = "0.5.0"
2525
time = { version = "0.3", default-features = false, features = ["formatting"] }
26-
parking_lot = { optional = true, version = "0.11.2" }
26+
parking_lot = { optional = true, version = "0.12.0" }
2727

2828
[dependencies.tracing-subscriber]
2929
path = "../tracing-subscriber"

0 commit comments

Comments
 (0)