Bump simple-log from 2.1.0 to 2.1.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-13 10:42:01 +00:00
committed by GitHub
parent 8c3723d16f
commit e8ac1f8f18
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1528,9 +1528,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]] [[package]]
name = "simple-log" name = "simple-log"
version = "2.1.0" version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7627f4405fddd099d56f0a20313404b42793cede451579a5c512ae55010e1551" checksum = "947f8c2d912e08925082b695d3d9a49534c1f728108f3c02c35e3fc85964a0b9"
dependencies = [ dependencies = [
"log", "log",
"log4rs", "log4rs",

View File

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