Skip to content

Commit

Permalink
use ssi v0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <[email protected]>
  • Loading branch information
Ryanmtate committed Oct 30, 2024
1 parent c1c99da commit 3f0ff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ static-iref = "3.0.0"
lazy_static = "1.5.0"
serde = { version = "1.0.203", features = ["derive"] }
sha2 = "0.10.8"
ssi = { version = "0.9", features = ["secp256r1", "secp384r1"] }
ssi = { version = "0.10", features = ["secp256r1", "secp384r1"] }
json-syntax = "0.12.5"
cbor-ld = { git = "https://github.com/spruceid/cbor-ld.git", rev = "74a439a" }
thiserror = "1.0.61"
Expand Down

0 comments on commit 3f0ff73

Please sign in to comment.