From 5524caedcb699be8ed70496ff80f9beb6189857e Mon Sep 17 00:00:00 2001 From: SHAcollision Date: Fri, 29 Nov 2024 16:55:42 +0100 Subject: [PATCH] Pin anyhow ver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7e9e3d..5d1b585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ utoipa = { version = "5.2.0", optional = true } [dev-dependencies] pubky = "0.3.0" pubky-common = "0.1.0" -anyhow = "1" +anyhow = "1.0.93" tokio = { version = "1.41.1", features = ["full"] } [features]