Skip to content

Commit

Permalink
use latest ssi patch
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
  • Loading branch information
Ryanmtate committed Dec 20, 2024
1 parent 19aa323 commit 93fa2d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ reqwest = { version = "0.12.5", features = ["rustls-tls"] }
serde = "1.0.188"
serde_json = "1.0.107"
serde_urlencoded = "0.7.1"
ssi = { version = "0.10.1", features = ["secp256r1"] }
ssi = { git = "https://github.com/spruceid/ssi", rev = "8764a8b", features = [
"secp256r1",
] }
tokio = "1.32.0"
tracing = "0.1.37"
url = { version = "2.4.1", features = ["serde"] }
Expand Down

0 comments on commit 93fa2d8

Please sign in to comment.