diff --git a/Cargo.toml b/Cargo.toml index 96bdfcb..089a48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"