Skip to content

Commit

Permalink
Update dependencies (#2)
Browse files Browse the repository at this point in the history
* Updated bitflags to version 2

* Updated memoffset version
  • Loading branch information
morr0ne committed Aug 21, 2023
1 parent c480e8a commit ae386d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2021"
[dependencies]
linux-raw-sys = { version = "0.4.3", default-features = false, features = ["general", "no_std"] }
rustix = { version = "0.38.1", default-features = false, features = ["mm", "thread", "time", "runtime", "param", "process"] }
bitflags = "1.3.0"
memoffset = { version = "0.8.0", optional = true }
bitflags = "2.4.0"
memoffset = { version = "0.9.0", optional = true }
log = { version = "0.4.14", default-features = false, optional = true }
lock_api = { version = "0.4.7", features = ["nightly"] }

Expand Down

0 comments on commit ae386d9

Please sign in to comment.