Merge pull request #158 from mxve/dependabot/cargo/simple-log-2.1.1

Bump simple-log from 2.1.0 to 2.1.1
This commit is contained in:
2024-12-13 11:50:00 +01:00
committed by GitHub
2 changed files with 3 additions and 3 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 = "2.1.0"
simple-log = "2.1.1"
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.66", default-features = false, features = ["vendored"] }