mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore: bump config
to 0.14 (#2302)
This commit is contained in:
parent
95bd9cc544
commit
8a4b972e0b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue