mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Update env-logger
to 0.10.0
.
This commit is contained in:
parent
c7321a0389
commit
23dcd0657c
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ tokio = { version = "1.16.1", features = ["full"] }
|
|||
reqwest = { version = "0.11.9", features = ["json"] }
|
||||
fern = { version = "0.6.0", features = ["colored"] }
|
||||
thiserror = "1.0.30"
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.10.0"
|
||||
simple_logger = "4.0.0"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
@ -35,7 +35,7 @@ log = "0.4.14"
|
|||
rand = { version = "0.8.4", features = ["small_rng"] }
|
||||
criterion = "0.3.5"
|
||||
thiserror = "1.0.30"
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.10.0"
|
||||
tokio = { version = "1.21.2", features = ["full"] }
|
||||
# dioxus-edit-stream = { path = "../edit-stream" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue