diff --git a/Cargo.toml b/Cargo.toml index 3a29ecd..6005262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-jwt-rs" -version = "0.0.1" +version = "0.0.2" edition = "2021" license = "Apache-2.0 OR MIT" description = "Rust reference implementation of the IETF SD-JWT specification (v6)." @@ -16,9 +16,9 @@ lazy_static = "1.4" log = "0.4" rand = "0.8" serde = { version = "1.0.193", features = ["derive"] } -serde_json = { version = "1.0", features = ["preserve_order"] } +serde_json = "1.0" sha2 = "0.10" -thiserror = "1.0.50" +thiserror = "1.0.51" strum = { version = "0.25", default-features = false, features = ["std", "derive"] } [dev-dependencies]