Skip to content

Commit

Permalink
upgrade sd-jwt-payload to version 0.3.0 (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 authored Jan 20, 2025
1 parent 855934e commit 31d9f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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.2", default-features = false, features = ["serde"], optional = true }
sd-jwt-payload = { version = "0.2.1", default-features = false, features = ["sha"], optional = true }
sd-jwt-payload-rework = { package = "sd-jwt-payload", git = "https://github.com/iotaledger/sd-jwt-payload.git", branch = "feat/sd-jwt-v11", default-features = false, features = ["sha"], optional = true }
sd-jwt-payload-rework = { package = "sd-jwt-payload", version = "0.3", features = ["sha"], optional = true }
serde.workspace = true
serde-aux = { version = "4.3.1", default-features = false }
serde_json.workspace = true
Expand Down

0 comments on commit 31d9f81

Please sign in to comment.