From ed78491078bd8dcc735c63f1f80a307a6bb3679c Mon Sep 17 00:00:00 2001 From: martinfrances107 Date: Wed, 14 Feb 2024 18:06:36 +0000 Subject: [PATCH] Bumping config to 0.14. --- leptos_config/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos_config/Cargo.toml b/leptos_config/Cargo.toml index c270802c29..ff321f95e0 100644 --- a/leptos_config/Cargo.toml +++ b/leptos_config/Cargo.toml @@ -9,7 +9,7 @@ description = "Configuration for the Leptos web framework." readme = "../README.md" [dependencies] -config = { version = "0.13.3", default-features = false, features = ["toml"] } +config = { version = "0.14", default-features = false, features = ["toml"] } regex = "1.7.0" serde = { version = "1.0.151", features = ["derive"] } thiserror = "1.0.38"