From 94edd7d3904f3b9c487dc1560ccce2fe095ac1ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 08:19:31 +0000 Subject: [PATCH] Bump objc_id from 0.1.0 to 0.1.1 Bumps [objc_id](https://github.com/SSheldon/rust-objc-id) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/SSheldon/rust-objc-id/releases) - [Commits](https://github.com/SSheldon/rust-objc-id/compare/0.1.0...0.1.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b87fe5fe950..c8687a0d684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3835,9 +3835,9 @@ dependencies = [ [[package]] name = "objc_id" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4730aa1c64d722db45f7ccc4113a3e2c465d018de6db4d3e7dfe031e8c8a297" +checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" dependencies = [ "objc", ]