Skip to content

Commit

Permalink
Use latest OID4VP version with input descriptor path changes (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
  • Loading branch information
Ryanmtate authored Nov 1, 2024
1 parent a135de0 commit f2065c0
Show file tree
Hide file tree
Showing 10 changed files with 366 additions and 196 deletions.
86 changes: 67 additions & 19 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cose-rs = { git = "https://github.com/spruceid/cose-rs", rev = "0018c9b", featur
] }
isomdl = { git = "https://github.com/spruceid/isomdl", rev = "1f4f762" }
oid4vci = { git = "https://github.com/spruceid/oid4vci-rs", rev = "d95fe3a" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "372f5f5" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "4a76572" }
ssi = { version = "0.9", features = ["secp256r1", "secp384r1"] }

async-trait = "0.1"
Expand All @@ -41,7 +41,7 @@ reqwest = { version = "0.11", features = ["blocking"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_cbor = "0.11.2"
serde_json = "1.0.111"
thiserror = "1.0.56"
thiserror = "1.0.65"
signature = "2.2.0"
ssi-contexts = "0.1.6"
time = { version = "0.3.36", features = [
Expand Down
Loading

0 comments on commit f2065c0

Please sign in to comment.