diff --git a/indy-data-types/Cargo.toml b/indy-data-types/Cargo.toml index 32ee939..6fd9e5d 100644 --- a/indy-data-types/Cargo.toml +++ b/indy-data-types/Cargo.toml @@ -40,7 +40,7 @@ regex = "1" serde = { version = "1.0", optional = true, features = ["derive"] } serde_json = { version = "1.0", optional = true, features = ["raw_value"] } sha2 = { version = "0.10", optional = true } -thiserror = "1" +thiserror = "2" x25519-dalek = { version = "2.0", default-features = false, optional = true, features = [ "static_secrets", "zeroize",