From 147dd037a1a0714b63365185664a65bfaaf08d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 13:00:10 +0000 Subject: [PATCH] Bump notify from 5.0.0-pre.13 to 5.0.0-pre.14 Bumps [notify](https://github.com/notify-rs/notify) from 5.0.0-pre.13 to 5.0.0-pre.14. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/5.0.0-pre.13...5.0.0-pre.14) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++----------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b3c0351a..e1b132211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,19 +1070,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "mio" -version = "0.7.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" -dependencies = [ - "libc", - "log", - "miow", - "ntapi", - "winapi", -] - [[package]] name = "mio" version = "0.8.0" @@ -1229,9 +1216,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.0.0-pre.13" +version = "5.0.0-pre.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245d358380e2352c2d020e8ee62baac09b3420f1f6c012a31326cfced4ad487d" +checksum = "d13c22db70a63592e098fb51735bab36646821e6389a0ba171f3549facdf0b74" dependencies = [ "bitflags", "crossbeam-channel", @@ -1240,7 +1227,7 @@ dependencies = [ "inotify", "kqueue", "libc", - "mio 0.7.14", + "mio", "walkdir", "winapi", ] @@ -2341,7 +2328,7 @@ dependencies = [ "lazy_static", "libc", "log", - "mio 0.8.0", + "mio", "ndk", "ndk-glue", "ndk-sys", diff --git a/Cargo.toml b/Cargo.toml index 0a33889fd..b921fe3f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3.21" libloading = "0.7.2" map-macro = "0.2.0" nalgebra = "0.30.0" -notify = "5.0.0-pre.13" +notify = "5.0.0-pre.14" num-traits = "0.2.14" parry2d-f64 = "0.8.0" parry3d-f64 = "0.8.0"