From d3b3b9d2eb2bbf2437b468b5c4f9f0ab3b8daf2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Thu, 8 Aug 2024 11:55:12 +0200 Subject: [PATCH] Use `http` dependency for `cbor-ld`. --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ecdee3f..220769f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.203", features = ["derive"] } sha2 = "0.10.8" ssi = { git = "https://github.com/spruceid/ssi.git", rev = "88110a9", features = ["secp256r1", "secp384r1"] } json-syntax = "0.12.5" -cbor-ld = { git = "ssh://git@github.com/spruceid/cbor-ld.git", rev = "74a439a" } +cbor-ld = { git = "https://github.com/spruceid/cbor-ld.git", rev = "74a439a" } thiserror = "1.0.61" csv = "1.3.0" diff --git a/src/lib.rs b/src/lib.rs index df118ce..a50036a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ //! based on ssi. //! //! [vc-barcodes]: -//! +//! //! The `examples` folder contains a few examples showing how to create and //! verify VCBs. pub use ssi::claims::chrono::{DateTime, Utc};