diff --git a/Cargo.toml b/Cargo.toml index a7af0aa..972baff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Utilities uuid = { version = "1.0", features = ["v4"] } chrono = { version = "0.4", features = ["serde"] } -dirs = "5.0" +dirs = "6.0" # Development and testing criterion = { version = "0.5", features = ["html_reports"] }