mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
simple_logger use version 4.0.0 everywhere.
This commit is contained in:
parent
28ec3a6cda
commit
4d21f5ac63
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ leptos_actix = { path = "../../integrations/actix", optional = true }
|
|||
leptos_meta = { path = "../../meta", default-features = false }
|
||||
leptos_router = { path = "../../router", default-features = false }
|
||||
log = "0.4"
|
||||
simple_logger = "2"
|
||||
simple_logger = "4.0.0"
|
||||
gloo-net = { git = "https://github.com/rustwasm/gloo" }
|
||||
|
||||
[features]
|
||||
|
|
|
@ -19,7 +19,7 @@ leptos_meta = { path = "../../meta", default-features = false }
|
|||
leptos_actix = { path = "../../integrations/actix", default-features = false, optional = true }
|
||||
leptos_router = { path = "../../router", default-features = false }
|
||||
log = "0.4"
|
||||
simple_logger = "2"
|
||||
simple_logger = "4.0.0"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
gloo-net = { version = "0.2", features = ["http"] }
|
||||
|
|
Loading…
Reference in a new issue