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

36
Cargo.lock generated
View File

@@ -1787,7 +1787,7 @@ dependencies = [
[[package]]
name = "ical"
version = "0.11.0"
source = "git+https://github.com/lennart-k/ical-rs#dcd3b106758a054f46a5172103abb17972ad032d"
source = "git+https://github.com/lennart-k/ical-rs?rev=7c2ab1f3#7c2ab1f3abdca768f22d8a36627eebbdd7947e29"
dependencies = [
"chrono",
"chrono-tz",
@@ -3332,7 +3332,7 @@ dependencies = [
[[package]]
name = "rustical"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"anyhow",
"argon2",
@@ -3378,7 +3378,7 @@ dependencies = [
[[package]]
name = "rustical_caldav"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"async-std",
"async-trait",
@@ -3391,7 +3391,7 @@ dependencies = [
"futures-util",
"headers",
"http",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs)",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs?rev=7c2ab1f3)",
"insta",
"percent-encoding",
"quick-xml",
@@ -3420,7 +3420,7 @@ dependencies = [
[[package]]
name = "rustical_carddav"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"async-trait",
"axum",
@@ -3430,7 +3430,7 @@ dependencies = [
"derive_more",
"futures-util",
"http",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs)",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs?rev=7c2ab1f3)",
"insta",
"percent-encoding",
"quick-xml",
@@ -3454,7 +3454,7 @@ dependencies = [
[[package]]
name = "rustical_dav"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"async-trait",
"axum",
@@ -3463,7 +3463,7 @@ dependencies = [
"futures-util",
"headers",
"http",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs)",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs?rev=7c2ab1f3)",
"itertools 0.14.0",
"log",
"matchit 0.9.1",
@@ -3480,7 +3480,7 @@ dependencies = [
[[package]]
name = "rustical_dav_push"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"async-trait",
"axum",
@@ -3505,7 +3505,7 @@ dependencies = [
[[package]]
name = "rustical_frontend"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"askama",
"askama_web",
@@ -3541,13 +3541,13 @@ dependencies = [
[[package]]
name = "rustical_ical"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"axum",
"chrono",
"chrono-tz",
"derive_more",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs)",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs?rev=7c2ab1f3)",
"regex",
"rrule",
"rstest",
@@ -3560,7 +3560,7 @@ dependencies = [
[[package]]
name = "rustical_oidc"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"async-trait",
"axum",
@@ -3576,7 +3576,7 @@ dependencies = [
[[package]]
name = "rustical_store"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"anyhow",
"async-trait",
@@ -3588,7 +3588,7 @@ dependencies = [
"futures-core",
"headers",
"http",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs)",
"ical 0.11.0 (git+https://github.com/lennart-k/ical-rs?rev=7c2ab1f3)",
"regex",
"rrule",
"rstest",
@@ -3609,7 +3609,7 @@ dependencies = [
[[package]]
name = "rustical_store_sqlite"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"async-trait",
"chrono",
@@ -3633,7 +3633,7 @@ dependencies = [
[[package]]
name = "rustical_xml"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"quick-xml",
"thiserror 2.0.17",
@@ -5457,7 +5457,7 @@ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
[[package]]
name = "xml_derive"
version = "0.11.14"
version = "0.11.15"
dependencies = [
"darling 0.23.0",
"heck",