Skip to content

Commit

Permalink
Use ssi 0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg authored and Ryanmtate committed Sep 20, 2024
1 parent e3db2bf commit 34f4bd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ reqwest = ["oauth2/reqwest"]
# TODO feature-gate
isomdl = { git = "https://github.com/spruceid/isomdl", rev = "90ce218" }

ssi-claims = { version = "0.1.0", git = "https://github.com/spruceid/ssi.git", rev = "d06273c" }
ssi-dids-core = { version = "0.1.0", git = "https://github.com/spruceid/ssi.git", rev = "d06273c" }
ssi-jwk = { version = "0.2.1", git = "https://github.com/spruceid/ssi.git", rev = "d06273c" }
ssi-claims = "0.1.1"
ssi-dids-core = "0.1.1"
ssi-jwk = "0.3.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.3.0"
Expand All @@ -39,8 +39,8 @@ percent-encoding = "2.3.1"

[dev-dependencies]
assert-json-diff = "2.0.2"
did-jwk = { version = "0.2.0", git = "https://github.com/spruceid/ssi.git", rev = "d06273c" }
did-method-key = { version = "0.3.0", git = "https://github.com/spruceid/ssi.git", rev = "d06273c" }
ssi-verification-methods = { version = "0.1.1", git = "https://github.com/spruceid/ssi.git", rev = "d06273c" }
did-jwk = "0.2.1"
did-method-key = "0.3.1"
ssi-verification-methods = "0.1.2"
tokio = { version = "1.25.0", features = ["macros"] }
oid4vci = { path = ".", features = ["reqwest"] }

0 comments on commit 34f4bd0

Please sign in to comment.