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 committed Sep 20, 2024
1 parent d40b00c commit 8120138
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 @@ -11,9 +11,9 @@ repository = "https://github.com/spruceid/oidc4vci-rs/"
# 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 @@ -31,7 +31,7 @@ serde_urlencoded = "0.7.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"] }

0 comments on commit 8120138

Please sign in to comment.