diff --git a/Cargo.toml b/Cargo.toml index 220769f..302b291 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 = { git = "https://github.com/spruceid/ssi.git", rev = "88110a9", features = ["secp256r1", "secp384r1"] } +ssi = { version = "0.8.1", features = ["secp256r1", "secp384r1"] } json-syntax = "0.12.5" cbor-ld = { git = "https://github.com/spruceid/cbor-ld.git", rev = "74a439a" } thiserror = "1.0.61" @@ -19,4 +19,4 @@ csv = "1.3.0" [dev-dependencies] async-std = { version = "1.12.0", features = ["attributes"] } hex = "0.4.3" -qrcode = "0.14.1" \ No newline at end of file +qrcode = "0.14.1"