Updated dependencies and added container builds for arm architectures
Some checks failed
Push Dev / docker (push) Has been cancelled

This commit is contained in:
Shiroyasha 2025-05-25 15:52:44 +03:00
parent 1c4f0f1106
commit c0fc8ba2e8
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
6 changed files with 564 additions and 490 deletions

View file

@ -30,7 +30,7 @@ dotenvy = "0.15"
semver = "1.0"
walkdir = "2.5"
indexmap = { version = "2.6", features = ["serde"] }
zip = "2.2"
zip = "4.0"
notify = "8.0"
# Crypto
@ -41,7 +41,7 @@ rand = "0.9"
axum = { version = "0.8", features = ["ws", "macros", "http2"] }
tower-http = { version = "0.6", features = ["trace"] }
tokio = { version = "1.41", features = ["full"] }
prometheus = { version = "0.13.4", features = ["process"] }
prometheus = { version = "0.14", features = ["process"] }
[dev-dependencies]
cross = "0.2.5"