aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-05-25 13:40:29 +0200
committerDaniel <kingdread@gmx.de>2020-05-25 13:40:29 +0200
commit642bf28c79cc39def7105460452cd60957958b23 (patch)
treeb6e95ec6d5a27b021dd374ae04dd8962daefc3e0 /Cargo.toml
parentd0563f9dd7baaccdba00c667509209f6550ea727 (diff)
downloadraidgrep-642bf28c79cc39def7105460452cd60957958b23.tar.gz
raidgrep-642bf28c79cc39def7105460452cd60957958b23.tar.bz2
raidgrep-642bf28c79cc39def7105460452cd60957958b23.zip
update evtclib to 0.3.3
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 d6262fe..fc25777 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"
lto = true
[dependencies]
-evtclib = "0.3.2"
+evtclib = "0.3.3"
regex = "1"
structopt = "0.3"
walkdir = "2"