diff --git a/Cargo.lock b/Cargo.lock index 2689f00..d5dbf66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1851,9 +1851,9 @@ checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" [[package]] name = "notify-rust" -version = "4.11.0" +version = "4.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5312f837191c317644f313f7b2b39f9cb1496570c74f7c17152dd3961219551f" +checksum = "26a1d03b6305ecefdd9c6c60150179bb8d9f0cd4e64bbcad1e41419e7bf5e414" dependencies = [ "image 0.25.1", "lazy_static", diff --git a/crates/sss_lib/Cargo.toml b/crates/sss_lib/Cargo.toml index ffc585a..3fdfbc6 100644 --- a/crates/sss_lib/Cargo.toml +++ b/crates/sss_lib/Cargo.toml @@ -26,4 +26,4 @@ image = { version = "0.24.7", default-features = false, features = [ "webp", ] } rayon = "1.8.0" -notify-rust = { version = "4.10.0", features = ["images"] } +notify-rust = { version = "4.11.1", features = ["images"] }