From 7e6c605342f020e3fc9a6ddb39b013aa1d18b46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:47:45 +0000 Subject: [PATCH] Bump parking_lot from 0.12.1 to 0.12.2 in the rust group Bumps the rust group with 1 update: [parking_lot](https://github.com/Amanieu/parking_lot). Updates `parking_lot` from 0.12.1 to 0.12.2 - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- lib/srv/desktop/rdp/rdpclient/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a02ea439e3c6..85c8fd07a4260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,9 +1724,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" dependencies = [ "lock_api", "parking_lot_core 0.9.9", @@ -2035,7 +2035,7 @@ dependencies = [ "iso7816", "iso7816-tlv", "log", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "rand", "rand_chacha", "rsa", @@ -2826,7 +2826,7 @@ dependencies = [ "libc", "mio", "num_cpus", - "parking_lot 0.12.1", + "parking_lot 0.12.2", "pin-project-lite", "signal-hook-registry", "socket2 0.5.5", diff --git a/lib/srv/desktop/rdp/rdpclient/Cargo.toml b/lib/srv/desktop/rdp/rdpclient/Cargo.toml index f9863b6bad3fc..1a8e54c5414ff 100644 --- a/lib/srv/desktop/rdp/rdpclient/Cargo.toml +++ b/lib/srv/desktop/rdp/rdpclient/Cargo.toml @@ -26,7 +26,7 @@ ironrdp-tokio.workspace = true iso7816 = "0.1.2" iso7816-tlv = "0.4.4" log = "0.4.21" -parking_lot = "0.12.1" +parking_lot = "0.12.2" rand = { version = "0.8.5", features = ["getrandom"] } rand_chacha = "0.3.1" rsa = "0.9.6"