From 06c838fdd14352e163b425cc90fd44a1cbdd6141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 06:21:24 +0000 Subject: [PATCH] chore(deps): bump try-lock from 0.2.2 to 0.2.3 Bumps [try-lock](https://github.com/seanmonstar/try-lock) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/seanmonstar/try-lock/releases) - [Commits](https://github.com/seanmonstar/try-lock/compare/v0.2.2...v0.2.3) --- 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..20018ba2c24c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6859,9 +6859,9 @@ checksum = "063aa7cf1a7e56677e639c8f180a84d30b8fd788a684cfee2460418629925730" [[package]] name = "try-lock" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" +checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "ttf-parser"