diff options
author | Daniel <kingdread@gmx.de> | 2021-11-19 21:33:23 +0100 |
---|---|---|
committer | Daniel <kingdread@gmx.de> | 2021-11-19 21:33:23 +0100 |
commit | 3d2355fc394974eb0b18b3f8c2647071a4e29453 (patch) | |
tree | 731f0edc4a0b16d0192fd1e0db7d22d935ecb4c3 /Cargo.toml | |
parent | dcc7cb9ccb7a8d133c96e939fce500eb97c866e6 (diff) | |
download | raidgrep-3d2355fc394974eb0b18b3f8c2647071a4e29453.tar.gz raidgrep-3d2355fc394974eb0b18b3f8c2647071a4e29453.tar.bz2 raidgrep-3d2355fc394974eb0b18b3f8c2647071a4e29453.zip |
update evtclib to 0.6.0
Now that evtclib has been released with the features we need, we can
upgrade and do away with the git dependency.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ repository = "https://gitlab.com/dunj3/raidgrep" lto = true [dependencies] -evtclib = { git = "https://gitlab.com/dunj3/evtclib.git" } +evtclib = "0.6.0" regex = "1.5.4" structopt = "0.3.25" walkdir = "2.3.2" |