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:
Kasper Juul Hermansen 2024-04-30 16:23:17 +00:00
parent 7cd8538a0d
commit 0ad488ba72
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2268,9 +2268,9 @@ dependencies = [
[[package]]
name = "simple_logger"
version = "4.3.3"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb"
dependencies = [
"colored",
"log",

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 }