Skip to content

Commit

Permalink
fix(deps): update rust crate env_logger to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 1a981fa commit b3ff9c3
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 23 deletions.
162 changes: 140 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/maxjoehnk/desktop2mqtt"

[dependencies]
log = "0.4"
env_logger = "0.9.0"
env_logger = "0.11.1"
tokio = { version = "1", features = ["fs", "rt-multi-thread", "sync", "signal", "time", "process"] }
mqtt-async-client = "0.3.1"
user-idle = "0.5.2"
Expand Down

0 comments on commit b3ff9c3

Please sign in to comment.