fix docker builds

This commit is contained in:
Lennart
2026-01-15 22:31:40 +01:00
parent a0c33c82dd
commit 60b45e70ad
5 changed files with 82 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
members = ["crates/*"]
[workspace.package]
version = "0.11.14"
version = "0.11.15"
rust-version = "1.92"
edition = "2024"
description = "A CalDAV server"
@@ -107,9 +107,7 @@ strum = "0.27"
strum_macros = "0.27"
serde_json = { version = "1.0", features = ["raw_value"] }
sqlx-sqlite = { version = "0.8", features = ["bundled"] }
ical = { git = "https://github.com/lennart-k/ical-rs", features = [
"chrono-tz",
] }
ical = { git = "https://github.com/lennart-k/ical-rs", rev = "7c2ab1f3" }
toml = "0.9"
tower = "0.5"
tower-http = { version = "0.6", features = [