diff options
| -rw-r--r-- | Cargo.lock | 5 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 4 insertions, 3 deletions
| @@ -349,8 +349,9 @@ dependencies = [  [[package]]  name = "evtclib" -version = "0.5.0" -source = "git+https://gitlab.com/dunj3/evtclib.git#b962896e0d31667162b0a844e3f2186707b641ad" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72200b9f6de41c0f4134fffb49aa2f202f9b9c9094e0626b768faa3f7ae1a1a6"  dependencies = [   "byteorder",   "getset", @@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"  lto = true  [dependencies] -evtclib = { git = "https://gitlab.com/dunj3/evtclib.git" } +evtclib = "0.6.0"  regex = "1.5.4"  structopt = "0.3.25"  walkdir = "2.3.2" | 
