Bump simple-log from 2.1.1 to 2.3.0

Bumps [simple-log](https://github.com/baoyachi/simple-log) from 2.1.1 to 2.3.0.
- [Release notes](https://github.com/baoyachi/simple-log/releases)
- [Commits](https://github.com/baoyachi/simple-log/compare/v2.1.1...v2.3.0)

---
updated-dependencies:
- dependency-name: simple-log
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-02 19:51:56 +00:00
committed by GitHub
parent 01d8195847
commit c1fcc8711a
2 changed files with 14 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ reqwest = { version = "0.12.12", features = ["stream"] }
futures-util = "0.3.31"
indicatif = "0.17.11"
tokio = { version="1.43.0", features = ["rt-multi-thread", "macros"] }
simple-log = "2.1.1"
simple-log = "2.3.0"
walkdir = "2.5"
[target.'cfg(unix)'.dependencies]