From 4e90f725e0dd2c5319be6002013e239f6e50dbdf Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:47:15 +0100 Subject: [PATCH] update dependencies --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 20 ++++++++++---------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6ec4fa..8e7ec1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,9 +452,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" +checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" [[package]] name = "basic-toml" @@ -542,9 +542,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "cc" -version = "1.2.48" +version = "1.2.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" +checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" dependencies = [ "find-msvc-tools", "shlex", @@ -1700,9 +1700,9 @@ checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" [[package]] name = "icu_properties" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" +checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" dependencies = [ "icu_collections", "icu_locale_core", @@ -1714,9 +1714,9 @@ dependencies = [ [[package]] name = "icu_properties_data" -version = "2.1.1" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" +checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" [[package]] name = "icu_provider" @@ -2590,7 +2590,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" dependencies = [ - "toml_edit 0.23.7", + "toml_edit 0.23.9", ] [[package]] @@ -2842,9 +2842,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" dependencies = [ "base64 0.22.1", "bytes", @@ -4252,9 +4252,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.7" +version = "0.23.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" +checksum = "5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832" dependencies = [ "indexmap 2.12.1", "toml_datetime 0.7.3", @@ -4357,9 +4357,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 387ba2b..1348469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"