From 193eb71d05a393ae4f6626e57d75424fec493c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:15:46 +0000 Subject: [PATCH] Update bitflags requirement from 1.0 to 2.6 Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.0.0...2.6.0) --- updated-dependencies: - dependency-name: bitflags 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 8ce822e7a..43922f2db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ open_al = ["coreaudio-sys/open_al"] core_midi = ["coreaudio-sys/core_midi"] [dependencies] -bitflags = "1.0" +bitflags = "2.6" coreaudio-sys = { version = "0.2", default-features = false } core-foundation-sys = "0.8.3"