Skip to content

Commit

Permalink
use latest release of sd-jwt-payload (#1333)
Browse files Browse the repository at this point in the history
* use latest release of sd-jwt-payload

* make clippy happy
  • Loading branch information
UMR1352 committed Mar 12, 2024
1 parent 0794379 commit edb9150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion bindings/wasm/src/sd_jwt/wasm_sd_jwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@ impl WasmSdJwt {
}
}

impl_wasm_json!(WasmSdJwt, SdJwt);
impl_wasm_clone!(WasmSdJwt, SdJwt);
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ identity_stronghold = { path = "../identity_stronghold", default-features = fals
iota-sdk = { version = "1.0", default-features = false, features = ["tls", "client", "stronghold"] }
primitive-types = "0.12.1"
rand = "0.8.5"
sd-jwt-payload = { version = "0.2.0", default-features = false, features = ["sha"] }
sd-jwt-payload = { version = "0.2.1", default-features = false, features = ["sha"] }
serde_json = { version = "1.0", default-features = false }
tokio = { version = "1.29", default-features = false, features = ["rt"] }

Expand Down
4 changes: 2 additions & 2 deletions identity_credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ indexmap = { version = "2.0", default-features = false, features = ["std", "serd
itertools = { version = "0.11", default-features = false, features = ["use_std"], optional = true }
once_cell = { version = "1.18", default-features = false, features = ["std"] }
reqwest = { version = "0.11", default-features = false, features = ["default-tls", "json", "stream"], optional = true }
roaring = { version = "0.10", default-features = false, features = ["std"], optional = true }
sd-jwt-payload = { version = "0.2.0", default-features = false, features = ["sha"], optional = true }
roaring = { version = "0.10.2", default-features = false, features = ["serde"], optional = true }
sd-jwt-payload = { version = "0.2.1", default-features = false, features = ["sha"], optional = true }
serde.workspace = true
serde-aux = { version = "4.3.1", default-features = false, optional = true }
serde_json.workspace = true
Expand Down

0 comments on commit edb9150

Please sign in to comment.