update to env_logger 0.10

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-10-02 10:18:14 +02:00
parent 6d33fb6fe3
commit 61ce19cb7f
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ cidr = "0.2.1"
crc32fast = "1"
crossbeam-channel = "0.5"
endian_trait = { version = "0.6", features = ["arrays"] }
env_logger = "0.9"
env_logger = "0.10"
flate2 = "1.0"
foreign-types = "0.3"
futures = "0.3"

2
debian/control vendored
View File

@ -24,7 +24,7 @@ Build-Depends: bash-completion,
librust-crossbeam-channel-0.5+default-dev,
librust-endian-trait-0.6+arrays-dev,
librust-endian-trait-0.6+default-dev,
librust-env-logger-0.9+default-dev,
librust-env-logger-0.10+default-dev,
librust-flate2-1+default-dev,
librust-foreign-types-0.3+default-dev,
librust-futures-0.3+default-dev,