Skip to content

Commit

Permalink
Updated the dependencies, except nom
Browse files Browse the repository at this point in the history
Updaten nom requires changes to the code, however the other can be updated
without any further changes.
  • Loading branch information
jbreitbart committed May 2, 2020
1 parent ec4647c commit 23dad99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ license = "MIT"
edition = '2018'

[dependencies]
bitflags = "1.1.0"
bitflags = "1.2.1"
libc = "0.2"
x86 = { version = "0.19.0", features = ["performance-counter"] }
x86 = { version = "0.33.0", features = ["performance-counter"] }
mmap = "0.1.*"
byteorder = "1.3.1"
byteorder = "1.3.4"
nom = "4.2.3"
phf = "0.7.23"
phf = "0.8.0"

[[bin]]
name = "perfcnt-list"
Expand Down

0 comments on commit 23dad99

Please sign in to comment.