aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-05-04 14:59:48 +0200
committerDaniel <kingdread@gmx.de>2020-05-04 14:59:48 +0200
commit13e7b0142c4103ac22ceb244cda36889438fb37a (patch)
treea6d130c304d274df8ee113d4233aa6d88b2bb7c2 /Cargo.toml
parente74e9d393bdf687002ccdbd706a929b4bbf2920e (diff)
downloadraidgrep-13e7b0142c4103ac22ceb244cda36889438fb37a.tar.gz
raidgrep-13e7b0142c4103ac22ceb244cda36889438fb37a.tar.bz2
raidgrep-13e7b0142c4103ac22ceb244cda36889438fb37a.zip
update evtclib to 0.3.1
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 d02e464..2f999a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"
lto = true
[dependencies]
-evtclib = "0.3.0"
+evtclib = "0.3.1"
regex = "1"
structopt = "0.3"
walkdir = "2"