Remove unused dependency env_logger

This commit is contained in:
Dirkjan Ochtman 2021-12-07 11:01:45 +01:00 committed by masalachai
parent b5b17e5b3f
commit 9c694a450a
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ repository = "https://github.com/masalachai/epp-client"
epp-client-macros = { version = "0.1", path = "../epp-client-macros" } epp-client-macros = { version = "0.1", path = "../epp-client-macros" }
celes = "2.1" celes = "2.1"
chrono = "0.4" chrono = "0.4"
env_logger = "0.9"
log = "0.4" log = "0.4"
quick-xml = { version = "0.22", features = [ "serialize" ] } quick-xml = { version = "0.22", features = [ "serialize" ] }
rustls = "0.20" rustls = "0.20"