mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
Merge pull request #26 from alterware/dependabot/cargo/simple-log-2.4.0
Bump simple-log from 2.3.0 to 2.4.0
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1572,9 +1572,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "simple-log"
|
name = "simple-log"
|
||||||
version = "2.3.0"
|
version = "2.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b08896e123e7fc00305e1df04999a25679768122daf636ccc01c7ca5465163ea"
|
checksum = "3f8030713cfe4aa369ef3c8cbf5e391cc18d7f6fba1f2a68ec959c5504413e51"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"log4rs",
|
"log4rs",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ futures-util = "0.3"
|
|||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
indicatif = "0.18"
|
indicatif = "0.18"
|
||||||
tokio = { version="1.47", features = ["rt-multi-thread", "macros"] }
|
tokio = { version="1.47", features = ["rt-multi-thread", "macros"] }
|
||||||
simple-log = "2.3"
|
simple-log = "2.4"
|
||||||
walkdir = "2.5"
|
walkdir = "2.5"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user