diff --git a/Cargo.lock b/Cargo.lock index 6361f8bd7ef..b68c3a1d91f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3549,7 +3549,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.3.21" +version = "0.3.22" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 1515e2706b1..db46645145f 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.3.21" +version = "0.3.22" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true }