From cc53a6fce19b62ae5c6a16f18cad5d544b46d975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:49:54 +0000 Subject: [PATCH] fix(deps): update rust crate scopeguard to 1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a65ae4c7c..5dac3f815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ cocoa = "0.24" core-foundation = "0.9" core-graphics = "0.22" dispatch = "0.2" -scopeguard = "1.1" +scopeguard = "1.2" png = "0.17" [target."cfg(target_os = \"windows\")".dependencies]