Skip to content

Commit

Permalink
fix(deps): update rust crate polling to 3.6 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent c13f124 commit 0d54ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ derive_more = "0.99"
heapless = "0.8"
log = "0.4"
parking_lot = "0.12"
polling = { version = "3.5", optional = true }
polling = { version = "3.6", optional = true }
socket2 = { version = "0.5", optional = true, features = ["all"] }
tun = { version = "0.6", optional = true }

Expand Down

0 comments on commit 0d54ce5

Please sign in to comment.