Bump simple-log from 1.7.3 to 1.9.0

Bumps [simple-log](https://github.com/baoyachi/simple-log) from 1.7.3 to 1.9.0.
- [Release notes](https://github.com/baoyachi/simple-log/releases)
- [Commits](https://github.com/baoyachi/simple-log/compare/v1.7.3...v1.9.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]
2024-09-16 15:06:45 +00:00
committed by GitHub
parent 8f0ba691c0
commit 2e494bf732
2 changed files with 3 additions and 26 deletions

27
Cargo.lock generated
View File

@@ -218,15 +218,6 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]] [[package]]
name = "core-foundation" name = "core-foundation"
version = "0.9.3" version = "0.9.3"
@@ -757,12 +748,6 @@ version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "is_debug"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06d198e9919d9822d5f7083ba8530e04de87841eaf21ead9af8f2304efd57c89"
[[package]] [[package]]
name = "itoa" name = "itoa"
version = "1.0.6" version = "1.0.6"
@@ -1559,12 +1544,10 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]] [[package]]
name = "simple-log" name = "simple-log"
version = "1.7.3" version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1de55f488918bc138755fbc8e5878b6c28809089be5f92dceef30f70a2a2c848" checksum = "94263a9019c994147d7dc572aa1b3bce100bbdf5b5e3a8a446a025c80ecba169"
dependencies = [ dependencies = [
"convert_case",
"is_debug",
"log", "log",
"log4rs", "log4rs",
"once_cell", "once_cell",
@@ -1930,12 +1913,6 @@ dependencies = [
"tinyvec", "tinyvec",
] ]
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]] [[package]]
name = "unicode-width" name = "unicode-width"
version = "0.1.11" version = "0.1.11"

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 = "1.7.3" simple-log = "1.9.0"
[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"] }