From 0d54ce5fd587c45f380c4235526b120b2cd527ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:12:59 +0700 Subject: [PATCH] fix(deps): update rust crate polling to 3.6 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cbe0547..751f2fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }