From 23dad992faceca5d1d7ee54c2480a21cdfbc3fef Mon Sep 17 00:00:00 2001 From: Jens Breitbart Date: Sat, 2 May 2020 16:18:08 +0200 Subject: [PATCH] Updated the dependencies, except nom Updaten nom requires changes to the code, however the other can be updated without any further changes. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d209beae..5dd25100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"