From 6000fe10c419d9d6cf2a887fe291d11b25a4d88f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 02:37:30 +0000 Subject: [PATCH] fix(deps): update rust crate either to 1.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3df32004..2b8e0563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -217,7 +217,7 @@ default-features = false # to support multiple variations of setting a config option [dependencies.either] -version = "1.10.0" +version = "1.11.0" features = ["serde"] # to listen on both HTTP and HTTPS if listening on TLS dierctly from conduwuit for complement or sytest