From 9cca8942fec893cd776fc4447e72a01b6999f34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:11:37 +0000 Subject: [PATCH] Update bitflags requirement from ^1.3 to ^2.1 in /soloud 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.3.0...2.1.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- soloud/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soloud/Cargo.toml b/soloud/Cargo.toml index 9773034..73f49b0 100644 --- a/soloud/Cargo.toml +++ b/soloud/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" [dependencies] soloud-sys = { path = "../soloud-sys", version = "=1.0.2" } -bitflags = "^1.3" +bitflags = "^2.1" paste = "1" [features]