update deps

This commit is contained in:
2023-08-29 21:34:01 +02:00
parent 1d0aa50263
commit 9ec5ea6440
2 changed files with 5 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ async fn main() -> MainResult {
tracing_subscriber::fmt()
// .with_max_level(tracing::Level::DEBUG)
// .with_target(false)
.with_env_filter("none,packager=debug,request=debug,sqlx=debug")
// .with_env_filter("none,packager=debug,request=debug,sqlx=debug")
.compact()
.init();