From: Ian Jackson Date: Thu, 15 Jun 2023 15:55:07 +0000 (+0100) Subject: bump deps: either X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=53855d589a96883f7043ec41ec1bcad759d91b68;p=hippotat.git bump deps: either We need it to implement several traits including Debug and AsRef. Signed-off-by: Ian Jackson --- 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"