From 81f03f6f75729ff65e87e759fff8638e99bbc9e4 Mon Sep 17 00:00:00 2001 From: Robert Kwolek Date: Tue, 17 Dec 2024 10:13:33 +0100 Subject: [PATCH] feat: affinidi-did-resolver-cache-sdk updated --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef276d2..9d0d269 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "affinidi-did-resolver-cache-sdk" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a019017a59e73b6106bfc90d067a936752d43a44d76730abf48c355148fab8aa" +checksum = "321ff581c4f8a5116facb94f8b0b30fc5e9f02193008bc1dace7ae3030421971" dependencies = [ "blake2", "did-peer", diff --git a/Cargo.toml b/Cargo.toml index f1a0159..9c8e72a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ repository = "https://github.com/affinidi/affinidi-messaging" affinidi-messaging-sdk = { version = "0.8", path = "./affinidi-messaging-sdk" } affinidi-messaging-didcomm = { version = "0.8", path = "./affinidi-messaging-didcomm" } affinidi-messaging-mediator = { version = "0.8", path = "./affinidi-messaging-mediator" } -affinidi-did-resolver-cache-sdk = { version = "0.2", features = ["network"] } +affinidi-did-resolver-cache-sdk = { version = "0.2.3", features = ["network"] } anyhow = '1.0' askar-crypto = "0.3.1" async-convert = "1"