From 556b2d65995a76295e343d1fb471eb0919235014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 02:08:09 +0000 Subject: [PATCH] Bump objc from 0.2.5 to 0.2.7 Bumps [objc](https://github.com/SSheldon/rust-objc) from 0.2.5 to 0.2.7. - [Release notes](https://github.com/SSheldon/rust-objc/releases) - [Changelog](https://github.com/SSheldon/rust-objc/blob/master/CHANGELOG.md) - [Commits](https://github.com/SSheldon/rust-objc/compare/0.2.5...0.2.7) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71738ed..e32d988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,9 +769,9 @@ dependencies = [ [[package]] name = "objc" -version = "0.2.5" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9833ab0efe5361b1e2122a0544a5d3359576911a42cb098c2e59be8650807367" +checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" dependencies = [ "malloc_buf", ]