mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-27 04:40:27 +00:00
build: Update dependecies
This commit is contained in:
parent
67d80fcdc3
commit
ff40b2926e
654
Cargo.lock
generated
654
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,7 @@ guess_host_triple = "0.1.3"
|
||||
log = "0.4.20"
|
||||
miette = { version = "5.10.0", features = ["fancy"] }
|
||||
regex = "1.10.3"
|
||||
reqwest = { version = "0.11.24", features = ["blocking", "socks"] }
|
||||
reqwest = { version = "0.12.4", features = ["blocking", "socks"] }
|
||||
retry = "2.0.0"
|
||||
serde_json = "1.0.113"
|
||||
strum = { version = "0.26.1", features = ["derive"] }
|
||||
@ -36,7 +36,7 @@ tokio = { version = "1.35.1", features = ["full"] }
|
||||
tokio-retry = "0.3.0"
|
||||
update-informer = "1.1.0"
|
||||
xz2 = "0.1.7"
|
||||
zip = "0.6.6"
|
||||
zip = "1.1.1"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
openssl = { version = "0.10.63", features = ["vendored"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user