Skip to content

Commit

Permalink
fix(deps): update rust crate env_logger to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2024
1 parent 1a981fa commit dacaf48
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 9 deletions.
134 changes: 126 additions & 8 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.10.2"
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 dacaf48

Please sign in to comment.