build(deps): bump core-graphics-types from 0.1.0 to 0.1.2 (#30257)

Bumps [core-graphics-types](https://github.com/servo/core-foundation-rs) from 0.1.0 to 0.1.2.
- [Commits](https://github.com/servo/core-foundation-rs/compare/core-graphics-types-v0.1.0...core-graphics-types-v0.1.2)

---
updated-dependencies:
- dependency-name: core-graphics-types
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-31 08:13:48 +00:00 committed by GitHub
parent 68f427c7f2
commit 1b1c5f1ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -1100,13 +1100,12 @@ dependencies = [
[[package]]
name = "core-graphics-types"
version = "0.1.0"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e92f5d519093a4178296707dbaa3880eae85a5ef5386675f361a1cf25376e93c"
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
dependencies = [
"bitflags 1.3.2",
"core-foundation 0.9.3",
"foreign-types 0.3.2",
"libc",
]