update simple-log

This commit is contained in:
2024-10-04 18:13:45 +02:00
parent 41a17c8f57
commit ae2458a159
3 changed files with 15 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ reqwest = { version = "0.12.7", features = ["stream"] }
futures-util = "0.3.30"
indicatif = "0.17.8"
tokio = {version="1.40.0", features = ["rt-multi-thread", "macros"]}
simple-log = "1.9.0"
simple-log = "2.1.0"
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.66", default-features = false, features = ["vendored"] }