Skip to content

Commit 18db3c7

Browse files
Update bitflags requirement from 1.2 to 2.3 in /lib/kpi
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](bitflags/bitflags@1.2.0...2.3.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7f239c commit 18db3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kpi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
x86 = { version = "0.52", features = ["unstable"] }
1010
abomonation = { git="https://github.com/hunhoffe/abomonation.git", branch="no-std", default-features = false }
11-
bitflags = "1.2"
11+
bitflags = "2.3"
1212
core2 = { version = "0.3", default-features = false, features = [ "alloc" ] }
1313
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
1414
serde_cbor = { version = "0.11", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)