From 31d9f81c0cce18a5917c4677391d7ff46a0f3de2 Mon Sep 17 00:00:00 2001 From: Enrico Marconi <31142849+UMR1352@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:18:20 +0100 Subject: [PATCH] upgrade sd-jwt-payload to version 0.3.0 (#1504) --- identity_credential/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity_credential/Cargo.toml b/identity_credential/Cargo.toml index a38f47006..89dfec0bf 100644 --- a/identity_credential/Cargo.toml +++ b/identity_credential/Cargo.toml @@ -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