From 0dc4e02d3a9fc98ca24741db3fa3f545454d713e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 06:31:36 +0000 Subject: [PATCH] chore(deps): bump try-lock from 0.2.2 to 0.2.4 Bumps [try-lock](https://github.com/seanmonstar/try-lock) from 0.2.2 to 0.2.4. - [Release notes](https://github.com/seanmonstar/try-lock/releases) - [Commits](https://github.com/seanmonstar/try-lock/compare/v0.2.2...v0.2.4) --- updated-dependencies: - dependency-name: try-lock dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd5f94d235967..f296fdd785342 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6859,9 +6859,9 @@ checksum = "063aa7cf1a7e56677e639c8f180a84d30b8fd788a684cfee2460418629925730" [[package]] name = "try-lock" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" +checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "ttf-parser"