diff --git a/Cargo.lock b/Cargo.lock index 0bc88d7..0bfaf74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,12 +493,12 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" +checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" dependencies = [ - "atty", "humantime", + "is-terminal", "log", "regex", "termcolor", diff --git a/Cargo.toml b/Cargo.toml index ded7fb2..e2321d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ xz2 = "0.1.6" console = "0.15.1" tempfile = "3.3.0" log = "0.4.17" -env_logger = "0.9.3" +env_logger = "0.10.0" embuild = { version = "0.30.4", features = ["espidf", "git"] } strum = { version = "0.24", features = ["derive"] } strum_macros = "0.24.3"