From fc798b39a32108c1f8c8c8ae39ad44c4c57fc8d5 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Mon, 24 Aug 2026 21:31:37 +0200 Subject: [PATCH] Feat: Dependency-Updates mit Versionierung und Deprecation von serde_yaml Aktualisierung von time, serde und libc sowie Hinweis zur Deprecation von serde_yaml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f818ce6..05fd76e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,11 @@ repository = "https://gitea.creative-dragonslayer.de/Linuxapps/DockerUpdate" description = "Automatisches Aktualisieren von Docker-Compose-Anwendungen in /var/apps mit :latest-Images" [dependencies] -time = { version="0.3.41", features = ["formatting", "macros", "local-offset"] } -serde = { version="1.0.219", features = ["derive"] } -serde_yaml = "0.9" +time = { version = "0.3.55", features = ["formatting", "macros", "local-offset"] } +serde = { version = "1.0.229", features = ["derive"] } +serde_yaml = "0.9.34+deprecated" confy = "2.0.0" -libc = "1.0.0-alpha.1" +libc = "1.0.0-alpha.4" [profile.release] debug = "none"