From 908071afe9acfd65e6d79dd9fb5ada7c4a5fb540 Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:40:59 +0100 Subject: [PATCH] chore: upgrade crate versions * mithril-common from `0.4.103` to `0.4.104` --- Cargo.lock | 2 +- mithril-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e28e6d05fa..36d1e97e77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.103" +version = "0.4.104" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index c0f91c93ce..e2fad47c05 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.103" +version = "0.4.104" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true }