From 68d16dfff719e2a6b6325c5c47c495627da8be38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:45:19 +0000 Subject: [PATCH] fix(deps): update rust crate block2 to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d545df7c..d50f34475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ features = [ [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] url = "2.5" -block2 = "0.5" +block2 = "0.6" objc2 = { version = "0.5", features = ["exception"] } objc2-web-kit = { version = "0.2.0", features = [ "objc2-app-kit",