From f72beed2d7b28830691ad5e233d89eb845f928f7 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Fri, 22 Sep 2023 14:36:39 +0100 Subject: [PATCH] Use public URL for cose-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9cd4906..a4cdb02b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ ssi-jwk = { version = "0.1" } isomdl-macros = { version = "0.1.0", path = "macros" } [dependencies.cose-rs] -git = "ssh://git@github.com/spruceid/cose-rs.git" +git = "https://github.com/spruceid/cose-rs" rev = "4104505" [dev-dependencies]