mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
Update pretty_env_logger
to address security advisory.
This commit is contained in:
parent
7c6a7f64cb
commit
52742b30ae
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ once_cell = "1.17.1"
|
|||
# actix-ws = { version = "0.2.5", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_env_logger = { version = "0.4.0" }
|
||||
pretty_env_logger = { version = "0.5.0" }
|
||||
tokio = { version = "1.22.0", features = ["full"] }
|
||||
dioxus = { path = "../dioxus", version = "0.3.0" }
|
||||
warp = "0.3.3"
|
||||
|
|
Loading…
Reference in a new issue