From 4846f02ff6b5636adcafcfbb326681fffd0b67f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:02:07 +0000 Subject: [PATCH] Update core-foundation-sys requirement from 0.6.2 to 0.8.4 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/commits) --- 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 33d1fda80..089339b8d 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.4" [package.metadata.docs.rs] all-features = true