diff --git a/Cargo.toml b/Cargo.toml index 3ec93be..9e994cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,6 @@ rustls-pemfile = "2.1" # HTTP client for forwarding reqwest = { version = "0.12", features = ["json"] } # Config file handling -directories = "5" +directories = "6" # Async mutex parking_lot = "0.12"