From 53855d589a96883f7043ec41ec1bcad759d91b68 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 16:55:07 +0100 Subject: [PATCH] bump deps: either We need it to implement several traits including Debug and AsRef. Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18ac3a0..e43526f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ base64 = "0.21" clap = { version = "3", features = ["derive"] } easy-ext = "1" educe = "0.4.1" -either = "1" +either = "1.5.1" env_logger = ">=0.9, <0.11" eyre = "0.6" # deps not in sid: indenter (see below) fehler = "1" -- 2.30.2