Merge pull request #73 from ryanmcgrath/dependabot/cargo/infer-0.13

Update infer requirement from 0.9 to 0.13
This commit is contained in:
Ryan McGrath 2023-04-25 16:54:04 -07:00 committed by GitHub
commit 1d7289966b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ block = "0.1.6"
core-foundation = "0.9"
core-graphics = "0.22"
dispatch = "0.2.0"
infer = { version = "0.9", optional = true }
infer = { version = "0.13", optional = true }
lazy_static = "1.4.0"
libc = "0.2"
objc = "0.2.7"