diff --git a/Cargo.lock b/Cargo.lock index fb09294e4f..7f20cb7458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3816,7 +3816,7 @@ dependencies = [ [[package]] name = "mithril-end-to-end" -version = "0.4.49" +version = "0.4.50" 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 27a1425bbf..ec16dab542 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.49" +version = "0.4.50" authors = { workspace = true } edition = { workspace = true } documentation = { workspace = true }