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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-27 08:19:31 +00:00 committed by GitHub
parent 34a41f57c6
commit 94edd7d390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -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",
]