mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
Merge pull request #19 from alterware/dependabot/cargo/indicatif-0.18.0
Bump indicatif from 0.17.12 to 0.18.0
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -731,9 +731,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "indicatif"
|
name = "indicatif"
|
||||||
version = "0.17.12"
|
version = "0.18.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4adb2ee6ad319a912210a36e56e3623555817bcc877a7e6e8802d1d69c4d8056"
|
checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"portable-atomic",
|
"portable-atomic",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ once_cell = "1.21"
|
|||||||
reqwest = { version = "0.12", features = ["stream"] }
|
reqwest = { version = "0.12", features = ["stream"] }
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
indicatif = "0.17"
|
indicatif = "0.18"
|
||||||
tokio = { version="1.45", features = ["rt-multi-thread", "macros"] }
|
tokio = { version="1.45", features = ["rt-multi-thread", "macros"] }
|
||||||
simple-log = "2.3"
|
simple-log = "2.3"
|
||||||
walkdir = "2.5"
|
walkdir = "2.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user