From 1b645ae797cb84b813fbcff627c5aaea850c9f90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 08:10:44 +0000 Subject: [PATCH] build(deps): bump cocoa from 0.18.4 to 0.18.5 Bumps [cocoa](https://github.com/servo/core-foundation-rs) from 0.18.4 to 0.18.5. - [Release notes](https://github.com/servo/core-foundation-rs/releases) - [Commits](https://github.com/servo/core-foundation-rs/commits/cocoa-v0.18.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59001b76b45..90104194ac8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -689,9 +689,9 @@ dependencies = [ [[package]] name = "cocoa" -version = "0.18.4" +version = "0.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf79daa4e11e5def06e55306aa3601b87de6b5149671529318da048f67cdd77b" +checksum = "1706996401131526e36b3b49f0c4d912639ce110996f3ca144d78946727bce54" dependencies = [ "bitflags", "block", @@ -6611,7 +6611,7 @@ dependencies = [ "android_glue", "backtrace", "bitflags", - "cocoa 0.18.4", + "cocoa 0.18.5", "core-foundation 0.6.4", "core-graphics 0.17.3", "lazy_static",