From cd3d7dfef060061490862253d7ddb1aae6b084f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:02:04 +0800 Subject: [PATCH] Bump try-lock from 0.2.3 to 0.2.4 (#430) Bumps [try-lock](https://github.com/seanmonstar/try-lock) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/seanmonstar/try-lock/releases) - [Commits](https://github.com/seanmonstar/try-lock/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: try-lock dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a8589b..14b54fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" +checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "twoway"