mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-05 15:57:50 +00:00
bump deps
This commit is contained in:
29
Cargo.toml
29
Cargo.toml
@@ -11,35 +11,36 @@ panic = "abort"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
blake3 = "1.5.4"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
rand = "0.8.5"
|
||||
semver = "1.0.23"
|
||||
colored = "2.1.0"
|
||||
once_cell = "1.20.2"
|
||||
reqwest = { version = "0.12.7", features = ["stream"] }
|
||||
blake3 = "1.6.0"
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
serde_json = "1.0.139"
|
||||
rand = "0.9.0"
|
||||
semver = "1.0.25"
|
||||
colored = "3.0.0"
|
||||
once_cell = "1.20.3"
|
||||
reqwest = { version = "0.12.12", features = ["stream"] }
|
||||
futures-util = "0.3.31"
|
||||
indicatif = "0.17.8"
|
||||
tokio = {version="1.40.0", features = ["rt-multi-thread", "macros"]}
|
||||
indicatif = "0.17.11"
|
||||
tokio = { version="1.43.0", features = ["rt-multi-thread", "macros"] }
|
||||
simple-log = "2.1.1"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
openssl = { version = "0.10.68", default-features = false, features = ["vendored"] }
|
||||
openssl = { version = "0.10.71", default-features = false, features = ["vendored"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
# todo: update to 2.0.x; needs testing on windows
|
||||
steamlocate = "=2.0.0-beta.2"
|
||||
mslnk = "0.1.8"
|
||||
self-replace = "1.5.0"
|
||||
runas = "1.2.0"
|
||||
|
||||
[build-dependencies]
|
||||
winresource = "0.1.17"
|
||||
winresource = "0.1.19"
|
||||
static_vcruntime = "2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
strip-ansi-escapes = "0.2.0"
|
||||
serial_test = "3.1.1"
|
||||
strip-ansi-escapes = "0.2.1"
|
||||
serial_test = "3.2.0"
|
||||
|
||||
[package.metadata.winresource]
|
||||
OriginalFilename = "alterware-launcher.exe"
|
||||
|
||||
Reference in New Issue
Block a user