diff --git a/Cargo.lock b/Cargo.lock index 22fcbe70aba995b8c6ceddd6bc6d25c185ed08ad..31b1a06c4372d8af4ef0a103b24f83d40afac63b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10605,7 +10605,7 @@ dependencies = [ [[package]] name = "notify" version = "8.2.0" -source = "git+https://github.com/zed-industries/notify.git?rev=b4588b2e5aee68f4c0e100f140e808cbce7b1419#b4588b2e5aee68f4c0e100f140e808cbce7b1419" +source = "git+https://github.com/zed-industries/notify.git?rev=6c550ac3c56cbd143c57ea6390e197af9d790908#6c550ac3c56cbd143c57ea6390e197af9d790908" dependencies = [ "bitflags 2.9.4", "fsevent-sys 4.1.0", @@ -10633,7 +10633,7 @@ dependencies = [ [[package]] name = "notify-types" version = "2.0.0" -source = "git+https://github.com/zed-industries/notify.git?rev=b4588b2e5aee68f4c0e100f140e808cbce7b1419#b4588b2e5aee68f4c0e100f140e808cbce7b1419" +source = "git+https://github.com/zed-industries/notify.git?rev=6c550ac3c56cbd143c57ea6390e197af9d790908#6c550ac3c56cbd143c57ea6390e197af9d790908" [[package]] name = "ntapi" diff --git a/Cargo.toml b/Cargo.toml index 6306536e5cd30cc648fa6279462c4c7826aff95c..8e7ea3d734b25b00821c60d90ea165294ac8f2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -794,8 +794,8 @@ features = [ [patch.crates-io] async-task = { git = "https://github.com/smol-rs/async-task.git", rev = "b4486cd71e4e94fbda54ce6302444de14f4d190e" } -notify = { git = "https://github.com/zed-industries/notify.git", rev = "b4588b2e5aee68f4c0e100f140e808cbce7b1419" } -notify-types = { git = "https://github.com/zed-industries/notify.git", rev = "b4588b2e5aee68f4c0e100f140e808cbce7b1419" } +notify = { git = "https://github.com/zed-industries/notify.git", rev = "6c550ac3c56cbd143c57ea6390e197af9d790908" } +notify-types = { git = "https://github.com/zed-industries/notify.git", rev = "6c550ac3c56cbd143c57ea6390e197af9d790908" } windows-capture = { git = "https://github.com/zed-industries/windows-capture.git", rev = "f0d6c1b6691db75461b732f6d5ff56eed002eeb9" } calloop = { git = "https://github.com/zed-industries/calloop" }