summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:26 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:26 +0100
commit68552db7631f21534ea1cdd0caf7d4c7b6de55ae (patch)
treec6e98453dee864cc62ced33eac39517104a2422f /Cargo.toml
parent30b3bf6a0e7ffb78314454e5d496be5758dfebce (diff)
Update dependency: env_logger: 0.7 -> 0.8
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 a40bfdb..dbf0d1f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ resiter = "0.4"
itertools = "0.9"
clap-v3 = "3.0.0-beta.1"
indicatif = "0.15"
-env_logger = "0.7"
+env_logger = "0.8"
regex = "1"
lazy_static = "1.4"
uuid = { version = "0.6", features = ["serde", "v4"] }