Skip to content

Commit

Permalink
deps: update smol dep
Browse files Browse the repository at this point in the history
  • Loading branch information
João Oliveira committed Nov 12, 2024
1 parent d7025a1 commit 11f8bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]]
Expand Down

0 comments on commit 11f8bd6

Please sign in to comment.