diff options
author | Daniel <kingdread@gmx.de> | 2020-10-04 12:04:19 +0200 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2020-10-04 12:04:19 +0200 |
commit | dd46cead3d4b5aaf5731f5e5104927651f3e2b64 (patch) | |
tree | 2e99e0299d2363a97a8cb92275260677a66169f1 /Cargo.toml | |
parent | 5ae375078d981e9efb3ac6ea68572f941fc883cf (diff) | |
download | raidgrep-dd46cead3d4b5aaf5731f5e5104927651f3e2b64.tar.gz raidgrep-dd46cead3d4b5aaf5731f5e5104927651f3e2b64.tar.bz2 raidgrep-dd46cead3d4b5aaf5731f5e5104927651f3e2b64.zip |
use Encounter::from_header_id
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |