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

2.3.0 + updates

This commit is contained in:
Robin Appelman 2026-06-03 15:44:33 +02:00
commit a38de3fdee
2 changed files with 63 additions and 48 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "haze"
version = "2.2.2"
version = "2.3.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
repository = "https://codeberg.org/icewind/haze"
@ -8,7 +8,7 @@ license = "MIT"
description = "Easy setup and management of Nextcloud test instances using docker"
[dependencies]
bollard = "0.20.1"
bollard = "0.21.0"
maplit = "1.0.2"
camino = { version = "1.2.2", features = ["serde1"] }
tokio = { version = "1.49.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
@ -20,7 +20,7 @@ toml = "1.0.3"
directories-next = "2.0.0"
serde = "1.0.228"
serde_json = "1.0.149"
petname = "2.0.2"
petname = "3.0.0"
reqwest = { version = "0.13.2", default-features = false, features = ["rustls"] }
tar = "0.4.44"
flate2 = "1.1.9"
@ -31,7 +31,7 @@ shell-words = "1.1.1"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
atty = "0.2.14"
git2 = { version = "0.20.4", default-features = false }
git2 = { version = "0.21.0", default-features = false }
itertools = { version = "0.14.0", features = ["use_alloc"] }
local-ip-address = "0.6.10"
strum = { version = "0.28.0", features = ["derive"] }