diff --git a/Cargo.lock b/Cargo.lock
index b529d7a..a06d4f9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -524,9 +524,9 @@ dependencies = [
 
 [[package]]
 name = "env_logger"
-version = "0.9.0"
+version = "0.9.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
+checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
 dependencies = [
  "atty",
  "humantime",
diff --git a/Cargo.toml b/Cargo.toml
index 89b125c..1044787 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ zip = "0.6.2"
 tempfile = "3.3.0"
 indoc = "1.0.7"
 log = "0.4.17"
-env_logger = "0.9.0"
+env_logger = "0.9.1"
 atty = "0.2.14"
 encoding_rs_io = "0.1.7"
 reqwest = { version = "0.11.11", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }