diff --git a/Cargo.toml b/Cargo.toml index f97ee63..698dd45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1" regex = "1" reqwest = { version = "0.11", features = ["json"] } base64 = "0.21" -dirs = "5" +dirs = "6" chrono = "0.4" strum = "0.25" strum_macros = "0.25" diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index e5dc208..3807af7 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -28,7 +28,7 @@ regex.workspace = true reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "http2", "charset"] } futures = "0.3" base64 = "0.22" -dirs = "5" +dirs = "6" chrono = { version = "0.4", features = ["serde"] } strum = "0.26" strum_macros = "0.26"