diff --git a/Cargo.lock b/Cargo.lock index ba52e4f028..cf9ed53bfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1047,9 +1047,9 @@ checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" [[package]] name = "dispatch" -version = "0.2.0" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" +checksum = "04e93ca78226c51902d7aa8c12c988338aadd9e85ed9c6be8aaac39192ff3605" [[package]] name = "dlib" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 01bce81ce9..526f0c017e 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -78,7 +78,7 @@ tracing-log = "0.1.1" tracing-appender = "0.1" [target.'cfg(target_os = "macos")'.dependencies] -dispatch = "0.2" +dispatch = "0.1.4" [target.'cfg(windows)'.build-dependencies] winres = "0.1"