From ed67fde9b7180c3096d873ca68a85d1014edb30e Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Fri, 27 Oct 2023 15:20:13 +0200 Subject: [PATCH] chore: update sozu dependency Signed-off-by: Florentin Dubois --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e0ee65..ce19443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bb8 = "^0.8.1" config = "^0.13.3" mio = { version = "^0.8.9", default-features = false, features = ["os-poll", "os-ext", "net"] } serde_json = "^1.0.107" -sozu-command-lib = { version = "^0.15.10" } +sozu-command-lib = { version = "^0.15.13" } tempdir = "^0.3.7" thiserror = "^1.0.50" tokio = { version = "^1.33.0", features = ["time", "fs", "io-util"] }