From b005131d80c8309b6b1d08e4da9bba582c473fe9 Mon Sep 17 00:00:00 2001 From: Sharun Date: Fri, 8 Nov 2024 13:38:11 -0600 Subject: [PATCH] chore: cargo upgrade --- Cargo.lock | 6 +++--- Cargo.toml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a21b05e..fd4cd4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "cc" -version = "1.1.36" +version = "1.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70" +checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf" dependencies = [ "shlex", ] @@ -1542,7 +1542,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 638d0d5..f443a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }