aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-05-12 13:39:11 +0200
committerDaniel <kingdread@gmx.de>2020-05-12 13:39:11 +0200
commit77eccb7359b0962f34459bb0a8d78e6cd15431fd (patch)
tree0d7887eb2c487c8906fc0b7e043eb4ecd266ea70 /Cargo.toml
parent684024edb41e44855d35a0bc447a2a8486b33242 (diff)
downloadraidgrep-77eccb7359b0962f34459bb0a8d78e6cd15431fd.tar.gz
raidgrep-77eccb7359b0962f34459bb0a8d78e6cd15431fd.tar.bz2
raidgrep-77eccb7359b0962f34459bb0a8d78e6cd15431fd.zip
update evtclib to 0.3.2
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 b59d65a..179b545 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"
lto = true
[dependencies]
-evtclib = "0.3.1"
+evtclib = "0.3.2"
regex = "1"
structopt = "0.3"
walkdir = "2"