From 29ae41a4b94c4d73101e664defb637c1472ef611 Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Thu, 18 Jul 2024 10:30:53 +0200 Subject: [PATCH] bump dependencies, notably sozu 1.0.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a06dff5..f206c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ license-file = "LICENSE" async-trait = "^0.1.77" bb8 = "^0.8.1" config = "^0.14.0" -mio = { version = "^0.8.10", default-features = false, features = ["os-poll", "os-ext", "net"] } +mio = { version = "^1.0.0", default-features = false, features = ["os-poll", "os-ext", "net"] } serde_json = "^1.0.111" -sozu-command-lib = "1.0.0-rc.1" +sozu-command-lib = "^1.0.3" tempdir = "^0.3.7" thiserror = "^1.0.56"