aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-10-04 12:04:19 +0200
committerDaniel <kingdread@gmx.de>2020-10-04 12:04:19 +0200
commitdd46cead3d4b5aaf5731f5e5104927651f3e2b64 (patch)
tree2e99e0299d2363a97a8cb92275260677a66169f1 /Cargo.toml
parent5ae375078d981e9efb3ac6ea68572f941fc883cf (diff)
downloadraidgrep-dd46cead3d4b5aaf5731f5e5104927651f3e2b64.tar.gz
raidgrep-dd46cead3d4b5aaf5731f5e5104927651f3e2b64.tar.bz2
raidgrep-dd46cead3d4b5aaf5731f5e5104927651f3e2b64.zip
use Encounter::from_header_id
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df9a838..5feec30 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"
lto = true
[dependencies]
-evtclib = { git = "https://gitlab.com/dunj3/evtclib.git", rev = "b6676565" }
+evtclib = { git = "https://gitlab.com/dunj3/evtclib.git", rev = "f480faee" }
regex = "1"
structopt = "0.3"
walkdir = "2"