Update Rust crate env_logger to 0.9.1

This commit is contained in:
2022-10-25 22:04:56 +00:00
parent ae139e425a
commit cf3cc1ca54
3 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
transmission-rpc = "0.3.6"
env_logger="0.9.0"
env_logger="0.9.1"
log = "0.4.16"