From 65d58b21aa3477dbbe421fdeda7cdeecd0dc3fe9 Mon Sep 17 00:00:00 2001 From: Enrico Marconi <31142849+UMR1352@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:05:11 +0200 Subject: [PATCH] Lower dependencies constraints --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7fa6a48..d51a1f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,8 @@ serde = { version = "1.0", default-features = false, features = ["derive"] } json-pointer = "0.3.4" serde_with = "3.6.1" josekit = "0.8.4" -async-trait = "0.1.82" -anyhow = "1.0.86" +async-trait = "0.1.80" +anyhow = "1" [dev-dependencies] tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }