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

workaround env-logger msrv

This commit is contained in:
Rob Ede
2022-12-21 21:17:21 +00:00
parent 7e47bf4055
commit d7afd60606
3 changed files with 9 additions and 3 deletions

View File

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