Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions integrity-vc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ iref = "3.2"
json-syntax = "0.12"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
# Status-list checking (BitstringStatusList revocation/suspension). Pulled in
# transitively by `ssi` already; pinned directly so we can use its public API.
ssi-status = "0.8"
# ssi 0.7 (aliased) is kept exclusively for verifying VCs issued by
# pre-ssi-0.16 versions of this repo: legacy VCs use a v2 `@context` with
# v1-era `issuanceDate` plus undefined custom evidence terms, which ssi
Expand Down
Loading
Loading