From f2eca3fe0b011af3d826231e03febb2fa8f17395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:42:02 +0000 Subject: [PATCH] fix(deps): bump block2 from 0.5.1 to 0.6.2 Bumps [block2](https://github.com/madsmtm/objc2) from 0.5.1 to 0.6.2. - [Commits](https://github.com/madsmtm/objc2/compare/block2-0.5.1...block2-0.6.2) --- updated-dependencies: - dependency-name: block2 dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b638bf58..0fb415cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5547,7 +5547,7 @@ dependencies = [ "accessibility", "accessibility-sys", "appkit-nsworkspace-bindings", - "block2 0.5.1", + "block2 0.6.2", "cocoa", "core-foundation 0.10.1", "core-graphics", diff --git a/Cargo.toml b/Cargo.toml index 3b2a9167..aa1c41a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ aws-smithy-runtime-api = "1.6.1" aws-smithy-types = "1.2.10" aws-types = "1.3.0" base64 = "0.22.1" -block2 = "0.5.1" +block2 = "0.6.2" bytes = "1.10.1" bitflags = { version = "2.9.0", features = ["serde"] } bstr = "1.12.0"