update env_logger

This commit is contained in:
2023-01-07 13:48:50 +01:00
parent d3f2aeb220
commit f8094d2872
2 changed files with 68 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
log = "0.4"
env_logger = "0.9"
env_logger = "0.10.0"
time = "0.3.17"
itertools = "0.10"
tokio = {version = "1.20", features = ["rt-multi-thread", "signal"]}