Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maxjoehnk/desktop2mqtt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b3ff9c3e0e4a6fb93502ac5b8757bdb29403bc21
Choose a base ref
..
head repository: maxjoehnk/desktop2mqtt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 66a295d89845ab8bde5978ffe6e597f60aec2be3
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +4 −4 Cargo.lock
  2. +1 −1 Cargo.toml
8 changes: 4 additions & 4 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
@@ -10,7 +10,7 @@ repository = "https://github.com/maxjoehnk/desktop2mqtt"

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