From b0c5431ac5fff12a23231ebb64b6011c871f11b0 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 8 Dec 2024 22:39:12 -0700 Subject: [PATCH] Add version to notify deps --- objdiff-core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objdiff-core/Cargo.toml b/objdiff-core/Cargo.toml index ab51a46..76ffefd 100644 --- a/objdiff-core/Cargo.toml +++ b/objdiff-core/Cargo.toml @@ -83,8 +83,8 @@ yaxpeax-arch = { version = "0.3", default-features = false, features = ["std"], yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"], optional = true } # build -notify = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", optional = true } -notify-debouncer-full = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", optional = true } +notify = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", version = "6.1.1", optional = true } +notify-debouncer-full = { git = "https://github.com/notify-rs/notify", rev = "128bf6230c03d39dbb7f301ff7b20e594e34c3a2", version = "0.4.0", optional = true } shell-escape = { version = "0.1", optional = true } tempfile = { version = "3.14", optional = true } time = { version = "0.3", optional = true }