From 28e41f598b1b64dc6c5346bcecf997a9b8a2e8ff Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Wed, 11 Dec 2024 14:43:12 -0600 Subject: [PATCH] chore(attest): bump version (#324) --- Cargo.lock | 4 ++-- attest/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6cb9261..f845c58f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4335,11 +4335,11 @@ dependencies = [ [[package]] name = "orb-attest" -version = "0.2.9" +version = "0.2.10" dependencies = [ "color-eyre", "data-encoding", - "event-listener 5.3.1", + "event-listener 2.5.3", "eyre", "futures", "orb-attest-dbus", diff --git a/attest/Cargo.toml b/attest/Cargo.toml index b17d2d6a..3984c454 100644 --- a/attest/Cargo.toml +++ b/attest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orb-attest" -version = "0.2.9" +version = "0.2.10" authors = ["Aleksei Fedotov "] description = "A daemon for fetching the backend attestation token" publish = false