From 22ddab2db59d9806035125c163d0309d927e0a9b Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 14 Dec 2023 14:55:55 +0000 Subject: [PATCH] Update isomdl dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba56c77..ca9227b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0.37" lazy_static = "1.4.0" url = "2.3.1" rand = "0.8.5" -isomdl = { git = "ssh://git@github.com/spruceid/isomdl.git", rev = "b2324b7" } +isomdl = { git = "https://github.com/spruceid/isomdl", rev = "485de1d" } #isomdl = {path = "../isomdl"} time = "0.3.21" p256 = "0.13.2"