Skip to content

Commit

Permalink
Update to latest SSI version
Browse files Browse the repository at this point in the history
  • Loading branch information
cobward committed Jan 15, 2025
1 parent 6924eb9 commit 158f581
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ serde = "1.0.188"
serde_json = "1.0.107"
serde_json_path = "0.7.1"
serde_urlencoded = "0.7.1"
ssi = { git = "https://github.com/spruceid/ssi", rev = "8764a8b", features = [
"secp256r1",
] }
ssi = { version = "0.10.2", features = ["secp256r1"] }
tokio = "1.32.0"
tracing = "0.1.37"
url = { version = "2.4.1", features = ["serde"] }
Expand Down

0 comments on commit 158f581

Please sign in to comment.