mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
cargo update
This commit is contained in:
parent
df38f16f10
commit
2ea01b6570
2 changed files with 531 additions and 241 deletions
732
Cargo.lock
generated
732
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
44
Cargo.toml
44
Cargo.toml
|
|
@ -10,40 +10,40 @@ description = "Easy setup and management of Nextcloud test instances using docke
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bollard = "0.20.1"
|
bollard = "0.20.1"
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
camino = { version = "1.1.7", features = ["serde1"] }
|
camino = { version = "1.2.2", features = ["serde1"] }
|
||||||
tokio = { version = "1.38.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
|
tokio = { version = "1.49.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
|
||||||
futures-util = "0.3.30"
|
futures-util = "0.3.32"
|
||||||
termion = "4.0.1"
|
termion = "4.0.6"
|
||||||
opener = "0.7.1"
|
opener = "0.8.4"
|
||||||
toml = "1.0.3"
|
toml = "1.0.3"
|
||||||
directories-next = "2.0.0"
|
directories-next = "2.0.0"
|
||||||
serde = "1.0.203"
|
serde = "1.0.228"
|
||||||
serde_json = "1.0.117"
|
serde_json = "1.0.149"
|
||||||
petname = "2.0.2"
|
petname = "2.0.2"
|
||||||
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls-native-roots"] }
|
reqwest = { version = "0.13.2", default-features = false, features = ["rustls"] }
|
||||||
tar = "0.4.41"
|
tar = "0.4.44"
|
||||||
flate2 = "1.0.30"
|
flate2 = "1.1.9"
|
||||||
async-trait = "0.1.80"
|
async-trait = "0.1.89"
|
||||||
enum_dispatch = "0.3.13"
|
enum_dispatch = "0.3.13"
|
||||||
miette = { version = "7.2.0", features = ["fancy"] }
|
miette = { version = "7.6.0", features = ["fancy"] }
|
||||||
shell-words = "1.1.0"
|
shell-words = "1.1.1"
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.44"
|
||||||
tracing-subscriber = "0.3.18"
|
tracing-subscriber = "0.3.22"
|
||||||
atty = "0.2.14"
|
atty = "0.2.14"
|
||||||
git2 = { version = "0.20.0", default-features = false }
|
git2 = { version = "0.20.4", default-features = false }
|
||||||
itertools = { version = "0.14.0", features = ["use_alloc"] }
|
itertools = { version = "0.14.0", features = ["use_alloc"] }
|
||||||
local-ip-address = "0.6.5"
|
local-ip-address = "0.6.10"
|
||||||
strum = { version = "0.27.2", features = ["derive"] }
|
strum = { version = "0.28.0", features = ["derive"] }
|
||||||
owo-colors = { version = "4.2.2", features = ["supports-colors"] }
|
owo-colors = { version = "4.3.0", features = ["supports-colors"] }
|
||||||
zip = "8.1.0"
|
zip = "8.1.0"
|
||||||
sha2 = "0.11.0-rc.5"
|
sha2 = "0.11.0-rc.5"
|
||||||
base16ct = { version = "1.0.0", features = ["alloc"] }
|
base16ct = { version = "1.0.0", features = ["alloc"] }
|
||||||
indicatif = "0.18.4"
|
indicatif = "0.18.4"
|
||||||
|
|
||||||
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
|
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
|
||||||
hyper = "1.6.0"
|
hyper = "1.8.1"
|
||||||
hyper-util = "0.1.10"
|
hyper-util = "0.1.20"
|
||||||
axum = { version = "0.8.1", features = ["tokio"] }
|
axum = { version = "0.8.8", features = ["tokio"] }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue