Skip to content

Commit

Permalink
chore: cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Nov 8, 2024
1 parent a9a8ef9 commit b005131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 @@ -11,13 +11,13 @@ repository = "https://github.com/sharunkumar/janitor"
[dependencies]
directories = "5.0.1"
glob = "0.3.1"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
notify = "6.1.1"
notify-debouncer-mini = "0.4.1"
notify-rust = "4.11.0"
serde = { version = "1.0.202", features = ["derive"] }
notify-rust = "4.11.3"
serde = { version = "1.0.214", features = ["derive"] }
single-instance = "0.3.3"
toml = "0.8.13"
toml = "0.8.19"

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

0 comments on commit b005131

Please sign in to comment.