aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-11-25 13:32:52 +0100
committerDaniel Schadt <kingdread@gmx.de>2021-11-25 13:33:32 +0100
commit992c588e59b979aea26edf04654db9179a9cab39 (patch)
tree81c64c8e16e9bd4c765c7c548efd09c888132871 /Cargo.toml
parent2a71eb45f62989d366296b8d5db011c7529d36a8 (diff)
downloadraidgrep-992c588e59b979aea26edf04654db9179a9cab39.tar.gz
raidgrep-992c588e59b979aea26edf04654db9179a9cab39.tar.bz2
raidgrep-992c588e59b979aea26edf04654db9179a9cab39.zip
add Twisted Castle encounter
This requires evtclib 0.6.1, which is why the dependencies have been updated.
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 55d90f2..80ae650 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep"
lto = true
[dependencies]
-evtclib = "0.6.0"
+evtclib = "0.6.1"
regex = "1.5.4"
structopt = "0.3.25"
walkdir = "2.3.2"