From 29ae41a4b94c4d73101e664defb637c1472ef611 Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Thu, 18 Jul 2024 10:30:53 +0200 Subject: [PATCH 1/2] 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" From 70499b5ca9311fa5fd77f3b4208796a504804dcb Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Thu, 18 Jul 2024 10:32:24 +0200 Subject: [PATCH 2/2] add @llenotre to code owners --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index d1836ac..39c2182 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # Code owners of Sōzu client -* @FlorentinDUBOIS @Keksoj @Wonshtrum +* @FlorentinDUBOIS @Keksoj @Wonshtrum @llenotre