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 674acd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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_XX](https://github.com/mxinden/if-watch/pull/XX).

## [3.2.0]

Expand Down
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 674acd5

Please sign in to comment.