aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2022-03-10 22:32:38 +0100
committerDaniel <kingdread@gmx.de>2022-03-10 22:32:38 +0100
commit4abf9947829bfb237d6f7f5b7a2357e7f760b130 (patch)
treebd2f7ae88b927877b410d9cd55e313a4d6cfb27f /Cargo.toml
parent6f78ed282085bd26897d86d8eca1dfea3c8b4b66 (diff)
downloadraidgrep-4abf9947829bfb237d6f7f5b7a2357e7f760b130.tar.gz
raidgrep-4abf9947829bfb237d6f7f5b7a2357e7f760b130.tar.bz2
raidgrep-4abf9947829bfb237d6f7f5b7a2357e7f760b130.zip
update evtclib to 0.7.0
This gives us the End of Dragons content!
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 ca9fa68..8f2945c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"
lto = true
[dependencies]
-evtclib = "0.6.1"
+evtclib = "0.7.0"
regex = "1.5.4"
structopt = "0.3.25"
walkdir = "2.3.2"