diff --git a/CHANGELOG.md b/CHANGELOG.md index 5099da0..30d44ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `system-configuration` crate. See [PR_37](https://github.com/mxinden/if-watch/pull/37). +- Update `smol` crate. + See [PR_42](https://github.com/mxinden/if-watch/pull/42). ## [3.2.0] diff --git a/Cargo.toml b/Cargo.toml index 563aa17..a39ce08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ core-foundation = "0.9.2" if-addrs = "0.10.0" system-configuration = "0.6.0" tokio = { version = "1.21.2", features = ["rt"], optional = true } -smol = { version = "1.2.5", optional = true } +smol = { version = "2", optional = true } [target.'cfg(target_os = "windows")'.dependencies] if-addrs = "0.10.0" @@ -45,7 +45,7 @@ if-addrs = "0.10.0" [dev-dependencies] env_logger = "0.10.0" -smol = "1.2.5" +smol = "2" tokio = { version = "1.21.2", features = ["rt", "macros"] } [[example]]