🏡 index : ~doyle/bin.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-06-01 10:59:52.0 +00:00:00
committer jordan <jordan@doyle.la> 2022-09-09 20:04:45.0 +00:00:00
commit
0902cdaa26ec9029feeccc498d6feceedbd4b31e [patch]
tree
70bc7652e2232da6d2457c6269d4137ad10feec8
parent
c9c4a83ed4f54e6b06c54cc56228951842d61fd5
download
0902cdaa26ec9029feeccc498d6feceedbd4b31e.tar.gz

Bump parking_lot from 0.12.0 to 0.12.1

Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.0 to 0.12.1.
- [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.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: parking_lot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 531008a..95c1800 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1456,9 +1456,9 @@ dependencies = [

[[package]]
name = "parking_lot"
version = "0.12.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
 "lock_api",
 "parking_lot_core",