1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

allow using release sources

This commit is contained in:
Robin Appelman 2026-02-27 22:01:44 +01:00
commit f569ca17e2
9 changed files with 1226 additions and 113 deletions

View file

@ -15,12 +15,12 @@ tokio = { version = "1.38.0", features = ["fs", "macros", "signal", "rt-multi-th
futures-util = "0.3.30"
termion = "4.0.1"
opener = "0.7.1"
toml = "0.8.14"
toml = "1.0.3"
directories-next = "2.0.0"
serde = "1.0.203"
serde_json = "1.0.117"
petname = "2.0.2"
reqwest = { version = "0.12.4", default-features = false }
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls-native-roots"] }
tar = "0.4.41"
flate2 = "1.0.30"
async-trait = "0.1.80"
@ -35,6 +35,10 @@ itertools = { version = "0.14.0", features = ["use_alloc"] }
local-ip-address = "0.6.5"
strum = { version = "0.27.2", features = ["derive"] }
owo-colors = { version = "4.2.2", features = ["supports-colors"] }
zip = "8.1.0"
sha2 = "0.11.0-rc.5"
base16ct = { version = "1.0.0", features = ["alloc"] }
indicatif = "0.18.4"
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
hyper = "1.6.0"