From 6d03bde7db57cd56b17e2970e373327f0e73daa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Est=C3=A9vez?= Date: Fri, 20 Oct 2023 10:14:17 +0200 Subject: [PATCH] update dependencies This updates the dependencies to their latest version. No API changes of these updates impact confy, so no code changes are needed. The code builds and the tests run. This closes #87. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f5f03f8..2727916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,11 @@ edition = "2021" [dependencies] ron = { version = "0.8.0", optional = true } -directories = "4.0" +directories = "5" serde = "^1.0" -serde_yaml = { version = "0.8", optional = true } +serde_yaml = { version = "0.9", optional = true } thiserror = "1.0" -toml = { version = "^0.5", optional = true } +toml = { version = "0.8", optional = true } [features] default = ["toml_conf"]