update dependencies

This commit is contained in:
Lennart
2025-12-12 11:47:15 +01:00
parent ef40f5ea8c
commit 4e90f725e0
2 changed files with 25 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ rustical_oidc = { path = "./crates/oidc/" }
rustical_ical = { path = "./crates/ical/" }
matchit = "0.9"
uuid = { version = "1.11", features = ["v4", "fast-rng"] }
uuid = { version = "1.19", features = ["v4", "fast-rng"] }
async-trait = "0.1"
axum = "0.8"
tracing = { version = "0.1", features = ["async-await"] }
@@ -60,11 +60,11 @@ password-auth = { version = "1.0", features = ["argon2", "pbkdf2"] }
pbkdf2 = { version = "0.12", features = ["simple"] }
rand_core = { version = "0.9", features = ["std"] }
chrono = { version = "0.4", features = ["serde"] }
regex = "1.10"
regex = "1.12"
rstest = "0.26"
rstest_reuse = "0.7"
sha2 = "0.10"
tokio = { version = "1", features = [
tokio = { version = "1.48", features = [
"net",
"tracing",
"macros",
@@ -75,14 +75,14 @@ url = "2.5"
base64 = "0.22"
thiserror = "2.0"
quick-xml = { version = "0.38" }
rust-embed = "8.5"
rust-embed = "8.9"
tower-sessions = "0.14"
futures-core = "0.3.31"
hex = { version = "0.4.3", features = ["serde"] }
futures-core = "0.3"
hex = { version = "0.4", features = ["serde"] }
mime_guess = "2.0"
itertools = "0.14"
log = "0.4"
derive_more = { version = "2.0", features = [
derive_more = { version = "2.1", features = [
"from",
"try_into",
"into",
@@ -91,7 +91,7 @@ derive_more = { version = "2.0", features = [
"display",
] }
askama = { version = "0.14", features = ["serde_json"] }
askama_web = { version = "0.14.0", features = ["axum-0.8"] }
askama_web = { version = "0.14", features = ["axum-0.8"] }
sqlx = { version = "0.8", default-features = false, features = [
"sqlx-sqlite",
"uuid",
@@ -102,7 +102,7 @@ sqlx = { version = "0.8", default-features = false, features = [
"migrate",
"json",
] }
http = "1.3"
http = "1.4"
headers = "0.4"
strum = "0.27"
strum_macros = "0.27"
@@ -127,7 +127,7 @@ rand = "0.9"
axum-extra = { version = "0.12", features = ["typed-header"] }
rrule = "0.14"
argon2 = "0.5"
rpassword = "7.3"
rpassword = "7.4"
password-hash = { version = "0.5" }
syn = { version = "2.0", features = ["full"] }
quote = "1.0"