From f7966bf023e5f1e285a7160d7ead3d822402f5c7 Mon Sep 17 00:00:00 2001 From: Tiago Nascimento Date: Wed, 28 Aug 2024 12:23:48 -0300 Subject: [PATCH] Fix duplicate ssi in dependencies Signed-off-by: Tiago Nascimento --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dcf0729..8d2019e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,6 @@ isomdl = { git = "https://github.com/spruceid/isomdl", rev = "1f4f762" } oid4vci = { git = "https://github.com/spruceid/oid4vci-rs", branch = "feat/updates-for-sprucekit-integration" } ssi = { version = "0.8.1", features = ["secp256r1", "secp384r1"] } -ssi = "0.8.1" - async-trait = "0.1" either = "1.13" futures = "0.3"