diff --git a/Cargo.toml b/Cargo.toml index adaf31f0fd..f93beb412e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ targets = [ [dependencies] libc = { version = "0.2.153", features = ["extra_traits"] } -bitflags = "2.3.1" +bitflags = "2.3" cfg-if = "1.0" pin-utils = { version = "0.1.0", optional = true } memoffset = { version = "0.9", optional = true }