aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f875817..11455e0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 5feec30..640e73d 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 = "f480faee" }
+evtclib = "0.5.0"
regex = "1"
structopt = "0.3"
walkdir = "2"