Merge pull request #87 from ryanmcgrath/dependabot/cargo/core-graphics-0.23

Update core-graphics requirement from 0.22 to 0.23
This commit is contained in:
Ryan McGrath 2023-07-10 00:42:09 -07:00 committed by GitHub
commit c148bbe6a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
block = "0.1.6"
core-foundation = "0.9"
core-graphics = "0.22"
core-graphics = "0.23"
dispatch = "0.2.0"
infer = { version = "0.15", optional = true }
lazy_static = "1.4.0"