aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2021-11-19 21:33:23 +0100
committerDaniel <kingdread@gmx.de>2021-11-19 21:33:23 +0100
commit3d2355fc394974eb0b18b3f8c2647071a4e29453 (patch)
tree731f0edc4a0b16d0192fd1e0db7d22d935ecb4c3 /Cargo.toml
parentdcc7cb9ccb7a8d133c96e939fce500eb97c866e6 (diff)
downloadraidgrep-3d2355fc394974eb0b18b3f8c2647071a4e29453.tar.gz
raidgrep-3d2355fc394974eb0b18b3f8c2647071a4e29453.tar.bz2
raidgrep-3d2355fc394974eb0b18b3f8c2647071a4e29453.zip
update evtclib to 0.6.0
Now that evtclib has been released with the features we need, we can upgrade and do away with the git dependency.
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 5f456b8..55d90f2 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" }
+evtclib = "0.6.0"
regex = "1.5.4"
structopt = "0.3.25"
walkdir = "2.3.2"