From 2597cead34a0ae87dd469886516a260ce62b3b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 21:08:23 +0000 Subject: [PATCH] build(deps): bump async-lock from 3.4.1 to 3.4.2 Bumps [async-lock](https://github.com/smol-rs/async-lock) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/smol-rs/async-lock/releases) - [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-lock/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: async-lock dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 755bea55..c05f9f76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.4.1" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" +checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" dependencies = [ "event-listener", "event-listener-strategy", diff --git a/client/Cargo.toml b/client/Cargo.toml index f013d96b..058e6ff4 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ aes = { version = "0.8", features = ["zeroize"], optional = true } ashpd.workspace = true async-fs = { version = "2.2.0", optional = true } async-io = { version = "2.6.0", optional = true } -async-lock = { version = "3.4.1", optional = true } +async-lock = { version = "3.4.2", optional = true } blocking = { version = "1.5.1", optional = true } cbc = { version = "0.1", features = ["zeroize"], optional = true } cipher = { version = "0.4", features = [