From 2ed6a692669d1c4a4806aaf119e3c23050743189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:45:14 +0000 Subject: [PATCH] build(deps): bump cocoa-foundation from 0.1.0 to 0.1.2 (#30411) Bumps [cocoa-foundation](https://github.com/servo/core-foundation-rs) from 0.1.0 to 0.1.2. - [Commits](https://github.com/servo/core-foundation-rs/compare/cocoa-foundation-v0.1.0...core-graphics-types-v0.1.2) --- updated-dependencies: - dependency-name: cocoa-foundation 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d19ecb8fe3c..13e267377d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,15 +859,14 @@ dependencies = [ [[package]] name = "cocoa-foundation" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" +checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" dependencies = [ "bitflags 1.3.2", "block", "core-foundation 0.9.3", "core-graphics-types", - "foreign-types 0.3.2", "libc", "objc", ]