chore: bump config to 0.14 (#2302)

This commit is contained in:
martin frances 2024-02-16 01:24:12 +00:00 committed by GitHub
parent 95bd9cc544
commit 8a4b972e0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"