diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-25 08:19:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 12:19:13 +0000 |
commit | 9c310b6d4ed2d0424cafeaf8e012d2bc537a8e4b (patch) | |
tree | 207ffcdff8b29f5a634630777613220621806ef9 /servo-tidy.toml | |
parent | 65138add46196c22ea4a97c4cf4f1906689158ff (diff) | |
download | servo-9c310b6d4ed2d0424cafeaf8e012d2bc537a8e4b.tar.gz servo-9c310b6d4ed2d0424cafeaf8e012d2bc537a8e4b.zip |
build(deps): bump parking_lot from 0.11.2 to 0.12.0 (#30199)
* build(deps): bump parking_lot from 0.11.2 to 0.12.0
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.2 to 0.12.0.
- [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
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade parking-log in style and layout_thread* as well
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'servo-tidy.toml')
-rw-r--r-- | servo-tidy.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml index eab2152824d..84ee23504f1 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -27,8 +27,6 @@ packages = [ "itoa", "libloading", "num-rational", - "parking_lot", - "parking_lot_core", "redox_syscall", "ron", "time", |