From efedbb48d7f408e623e5a03c03941c67d8764888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Apr 2022 10:38:21 +0000 Subject: [PATCH] Update core-foundation-sys requirement from 0.6.2 to 0.8.3 Updates the requirements on [core-foundation-sys](https://github.com/servo/core-foundation-rs) to permit the latest version. - [Release notes](https://github.com/servo/core-foundation-rs/releases) - [Commits](https://github.com/servo/core-foundation-rs/compare/core-foundation-sys-v0.6.2...core-foundation-sys-v0.8.3) --- updated-dependencies: - dependency-name: core-foundation-sys 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 b121480c8..df22f5a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ core_midi = ["coreaudio-sys/core_midi"] [dependencies] bitflags = "1.0" coreaudio-sys = { version = "0.2", default-features = false } -core-foundation-sys = "0.6.2" +core-foundation-sys = "0.8.3" [package.metadata.docs.rs] all-features = true