From 2785fd5d4af05574ee6fe354397b4d5d176f4180 Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Tue, 29 Apr 2025 10:38:46 -0400 Subject: [PATCH] Bump polling crate dependency to 3.7.4 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 8633cc3b0..507c6d99f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,7 +33,7 @@ fuzz = [] io-uring = { version = "0.7.5", optional = true } [target.'cfg(target_family = "unix")'.dependencies] -polling = "3.7.2" +polling = "3.7.4" rustix = "0.38.34" [target.'cfg(not(target_family = "wasm"))'.dependencies]