diff --git a/Cargo.lock b/Cargo.lock index d837dcdb8..7e0087aa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3291,7 +3291,7 @@ dependencies = [ [[package]] name = "if-watch" version = "3.0.1" -source = "git+https://github.com/oscartbeaumont/if-watch?rev=47bac595e71b5ff21a9dbd257a081b03fb6b8fbc#47bac595e71b5ff21a9dbd257a081b03fb6b8fbc" +source = "git+https://github.com/oscartbeaumont/if-watch?rev=782eb7b27627c544e789a6fcf9db7bdcd93da7df#782eb7b27627c544e789a6fcf9db7bdcd93da7df" dependencies = [ "async-io", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index a59b7671e..39c14cfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ tokio = { version = "1.28.2" } # We use this patch so we can compile for the IOS simulator on M1 openssl-sys = { git = "https://github.com/spacedriveapp/rust-openssl", rev = "92c3dec225a9e984884d5b30a517e5d44a24d03b" } # We patch this so that it can be built for IOS - The `main` branch uses macOS specific APIs -if-watch = { git = "https://github.com/oscartbeaumont/if-watch", rev = "47bac595e71b5ff21a9dbd257a081b03fb6b8fbc" } +if-watch = { git = "https://github.com/oscartbeaumont/if-watch", rev = "782eb7b27627c544e789a6fcf9db7bdcd93da7df" } mdns-sd = { git = "https://github.com/oscartbeaumont/mdns-sd", rev = "45515a98e9e408c102871abaa5a9bff3bee0cbe8" } # TODO: Do upstream PR