build(deps): bump objc_exception from 0.1.1 to 0.1.2

Bumps [objc_exception](https://github.com/SSheldon/rust-objc-exception) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/SSheldon/rust-objc-exception/releases)
- [Commits](https://github.com/SSheldon/rust-objc-exception/compare/0.1.1...0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-09 08:07:07 +00:00 committed by GitHub
parent 8b56b7a3c2
commit 3830f1946e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
Cargo.lock generated
View file

@ -1675,12 +1675,6 @@ dependencies = [
"log",
]
[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
name = "generic-array"
version = "0.12.3"
@ -3735,11 +3729,11 @@ dependencies = [
[[package]]
name = "objc_exception"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "098cd29a2fa3c230d3463ae069cecccc3fdfd64c0d2496ab5b96f82dab6a00dc"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"gcc",
"cc",
]
[[package]]