Merge branch 'main' of github.com:mxve/alterware-launcher
This commit is contained in:
commit
9de8543590
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -524,9 +524,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indicatif"
|
name = "indicatif"
|
||||||
version = "0.17.7"
|
version = "0.17.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"instant",
|
"instant",
|
||||||
|
@ -21,7 +21,7 @@ semver = "1.0.21"
|
|||||||
colored = "2.1.0"
|
colored = "2.1.0"
|
||||||
reqwest = { version = "0.11.24", features = ["stream"] }
|
reqwest = { version = "0.11.24", features = ["stream"] }
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.30"
|
||||||
indicatif = "0.17.7"
|
indicatif = "0.17.8"
|
||||||
tokio = {version="1.36.0", features = ["rt-multi-thread", "macros"]}
|
tokio = {version="1.36.0", features = ["rt-multi-thread", "macros"]}
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user