diff options
| -rw-r--r-- | Cargo.lock | 5 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 4 insertions, 3 deletions
| @@ -420,8 +420,9 @@ dependencies = [  [[package]]  name = "evtclib" -version = "0.4.3" -source = "git+https://gitlab.com/dunj3/evtclib.git?rev=f480faee#f480faeefbab83a4396a172a15fce7d264216ef2" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "538da1756f463fb78c5dab1cd641ac44f9de74bbf30b770c8d58b8b364dcf080"  dependencies = [   "byteorder",   "getset", @@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"  lto = true  [dependencies] -evtclib = { git = "https://gitlab.com/dunj3/evtclib.git", rev = "f480faee" } +evtclib = "0.5.0"  regex = "1"  structopt = "0.3"  walkdir = "2" | 
