fix(deps): update rust crate simple_logger to v5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-30 16:23:17 +00:00
parent 7cd8538a0d
commit 0ad488ba72
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ leptos_meta = { version = "*" }
leptos_axum = { version = "*", optional = true }
leptos_router = { version = "*" }
log = "0.4"
simple_logger = "4"
simple_logger = "5"
thiserror = "1"
axum = { version = "0.7.5", optional = true }
tower = { version = "0.4.13", optional = true }