Skip to content

Commit 9c1e832

Browse files
committed
chore: bump bitflags to 2.4
1 parent 7583f72 commit 9c1e832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ targets = [
2929

3030
[dependencies]
3131
libc = { version = "=0.2.175", features = ["extra_traits"] }
32-
bitflags = "2.3.3"
32+
bitflags = "2.4"
3333
cfg-if = "1.0"
3434
pin-utils = { version = "0.1.0", optional = true }
3535
memoffset = { version = "0.9", optional = true }
@@ -83,7 +83,7 @@ semver = "1.0.7"
8383
# force Cargo choose the specific version we want, whose MSRV is lower than our
8484
# current one: 1.69
8585
parking_lot_core = "=0.9.11"
86-
lock_api = "=0.4.14"
86+
lock_api = "=0.4.13"
8787
# To make IDE/LSP work better
8888
nix = { path = ".", features = ["acct", "aio", "dir", "env", "event", "fanotify",
8989
"feature", "fs", "hostname", "inotify", "ioctl", "kmod", "mman", "mount", "mqueue",

0 commit comments

Comments
 (0)