Skip to content

Commit

Permalink
chore(deps): update parking_lot requirement from >= 0.9.0, <= 0.12 to…
Browse files Browse the repository at this point in the history
… >= 0.9.0, <= 0.13 (#2143)

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.12.0...0.12.1)

---
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>
  • Loading branch information
dependabot[bot] authored and hawkw committed Jun 6, 2022
1 parent 44892b4 commit 094783d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/Cargo.toml
Expand Up @@ -58,7 +58,7 @@ serde = { version = "1.0", optional = true }
tracing-serde = { path = "../tracing-serde", version = "0.1.3", optional = true }

# opt-in deps
parking_lot = { version = "0.12", optional = true }
parking_lot = { version = "0.13", optional = true }

# registry
sharded-slab = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 094783d

Please sign in to comment.