From 2d89065518c388aba3500b3c229a3f091d5bdfbd Mon Sep 17 00:00:00 2001 From: Nander Stabel Date: Wed, 22 Jan 2025 11:17:11 +0100 Subject: [PATCH] build: bump identity.rs dependencies to version 1.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3d0184d..98dacf2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ repository = "https://github.com/impierce/openid4vc" [workspace.dependencies] chrono = "0.4" getset = "0.1" -identity_core = "1.2.0" -identity_credential = { version = "1.2.0", default-features = false, features = ["validator", "credential", "presentation"] } +identity_core = "1.5" +identity_credential = { version = "1.5", default-features = false, features = ["validator", "credential", "presentation"] } is_empty = "0.2" jsonwebtoken = "9.3" monostate = "0.1"