From 2210cbd31ea815d7da43807c603324149489e701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:01:09 +0000 Subject: [PATCH] Update bitflags requirement from 1.0 to 2.2 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.2.1) --- 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 33d1fda80..8808b64cf 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.2" coreaudio-sys = { version = "0.2", default-features = false } core-foundation-sys = "0.6.2"