From 625ff7b815b5cab28e4e83b593e4f750df71595c Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:20:53 +0200 Subject: [PATCH] chore: upgrade crate versions * mithril-end-to-end from `0.4.41` to `0.4.42` --- Cargo.lock | 2 +- mithril-test-lab/mithril-end-to-end/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af18d73320..e4bfa2f74b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3780,7 +3780,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.4.41" +version = "0.4.42" dependencies = [ "anyhow", "async-recursion", diff --git a/mithril-test-lab/mithril-end-to-end/Cargo.toml b/mithril-test-lab/mithril-end-to-end/Cargo.toml index a6eb2eed4c..674d10a9f8 100644 --- a/mithril-test-lab/mithril-end-to-end/Cargo.toml +++ b/mithril-test-lab/mithril-end-to-end/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-end-to-end" -version = "0.4.41" +version = "0.4.42" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }