From 156e6244ba065370e5f6a75f055afaf2c78c216c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 May 2022 01:47:47 +0000 Subject: [PATCH] Update Rust crate parking_lot to v0.12.1 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db047680196..bd568f7e40b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ "minijinja", "moka", "oauth2", - "parking_lot 0.12.0", + "parking_lot 0.12.1", "prometheus", "rand", "reqwest", @@ -726,7 +726,7 @@ checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c" dependencies = [ "cfg-if 1.0.0", "num_cpus", - "parking_lot 0.12.0", + "parking_lot 0.12.1", ] [[package]] @@ -1630,7 +1630,7 @@ dependencies = [ "crossbeam-utils 0.8.8", "num_cpus", "once_cell", - "parking_lot 0.12.0", + "parking_lot 0.12.1", "quanta", "scheduled-thread-pool", "skeptic", @@ -1824,9 +1824,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 0.9.3", @@ -2046,7 +2046,7 @@ dependencies = [ "fnv", "lazy_static", "memchr", - "parking_lot 0.12.0", + "parking_lot 0.12.1", "thiserror", ] @@ -2296,7 +2296,7 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf" dependencies = [ - "parking_lot 0.12.0", + "parking_lot 0.12.1", ] [[package]] @@ -2698,7 +2698,7 @@ checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08" dependencies = [ "new_debug_unreachable", "once_cell", - "parking_lot 0.12.0", + "parking_lot 0.12.1", "phf_shared", "precomputed-hash", "serde", diff --git a/Cargo.toml b/Cargo.toml index f61eedbe118..2d219ebef0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ lettre = { version = "=0.10.0-rc.6", default-features = false, features = ["file minijinja = "=0.15.0" moka = "=0.8.5" oauth2 = { version = "=4.2.0", default-features = false, features = ["reqwest"] } -parking_lot = "=0.12.0" +parking_lot = "=0.12.1" prometheus = { version = "=0.13.1", default-features = false } rand = "=0.8.5" reqwest = { version = "=0.11.10", features = ["blocking", "gzip", "json"] }