From 12b080800a68ccb7097c2026c2f61d4812e55cca Mon Sep 17 00:00:00 2001 From: Laurent Pelecq Date: Sat, 22 Oct 2022 19:38:38 +0200 Subject: [PATCH] update popol to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea0cd5d..0ec973a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,6 @@ async-mio = ["mio/net", "mio/os-poll"] [dev-dependencies] mio = { version = "0.8", features = ["os-poll", "os-ext"] } lazy_static = "1" -popol = "0.5" +popol = "1" tempfile = "3"