From f05bcdb2965398d9a2d28d2f0fd020e11822cd49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 09:07:17 +0000 Subject: [PATCH] Update infer requirement from 0.9 to 0.13 Updates the requirements on [infer](https://github.com/bojand/infer) to permit the latest version. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.9.0...v0.13.0) --- updated-dependencies: - dependency-name: infer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 451d33e..ca0324d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"