mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
9834705a62
commit
aede02ded9
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user