Update pretty_env_logger to address security advisory.

This commit is contained in:
Azriel Hoh 2023-05-29 12:20:33 +12:00
parent 7c6a7f64cb
commit 52742b30ae

View file

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