Skip to content

Commit

Permalink
chore: cargo upgrade --incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Nov 8, 2024
1 parent c1ec163 commit e3eca1d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 29 deletions.
67 changes: 42 additions & 25 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ repository = "https://github.com/sharunkumar/janitor"
directories = "5.0.1"
glob = "0.3.1"
lazy_static = "1.5.0"
notify = "6.1.1"
notify-debouncer-mini = "0.4.1"
notify = "7.0.0"
notify-debouncer-mini = "0.5.0"
notify-rust = "4.11.3"
serde = { version = "1.0.214", features = ["derive"] }
single-instance = "0.3.3"
toml = "0.8.19"

[target.'cfg(windows)'.dependencies]
tray-item = { version = "0.9.0" }
tray-item = { version = "0.10.0" }

[target.'cfg(windows)'.build-dependencies]
windres = "0.2.2"

[target.'cfg(not(windows))'.dependencies]
tray-item = { version = "0.9.0", features = ["ksni"] }
tray-item = { version = "0.10.0", features = ["ksni"] }

0 comments on commit e3eca1d

Please sign in to comment.