From 6282c4d1476655f6822322935059a61fa7c83663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:10:00 +0000 Subject: [PATCH] build(deps): bump try-lock from 0.2.4 to 0.2.5 (#30838) Bumps [try-lock](https://github.com/seanmonstar/try-lock) from 0.2.4 to 0.2.5. - [Commits](https://github.com/seanmonstar/try-lock/compare/v0.2.4...v0.2.5) --- 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 45b3b28f3c4..f3c654ae010 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6317,9 +6317,9 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "ttf-parser"