1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

chore: update env logger

This commit is contained in:
Rob Ede
2024-05-12 19:10:27 +01:00
parent 9e7d612121
commit 1db640f62e
6 changed files with 9 additions and 12 deletions

View File

@ -45,6 +45,6 @@ actix-codec = "0.5"
actix-rt = "2.8"
bytes = "1"
env_logger = "0.10"
pretty_env_logger = "0.5"
futures-util = { version = "0.3.17", default-features = false, features = ["sink", "async-await-macro"] }
tokio = { version = "1.23.1", features = ["io-util", "rt-multi-thread", "macros", "fs"] }