diff --git a/Cargo.lock b/Cargo.lock index 464a90b..42d3791 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,9 +681,9 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" dependencies = [ "humantime", "is-terminal", diff --git a/Cargo.toml b/Cargo.toml index 8a06e36..e51fd11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ clap = { version = "4.4.7", features = ["derive"] } mime_guess = "2.0.3" local-ip-address = "0.5.6" log = "0.4.17" -env_logger = "0.10.0" +env_logger = "0.10.1" notify-debouncer-full = "0.3.1"