diff --git a/Cargo.lock b/Cargo.lock index 18c93ca3f3..b9e75b6d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3745,7 +3745,7 @@ dependencies = [ [[package]] name = "mithril-common" -version = "0.4.82" +version = "0.4.83" dependencies = [ "anyhow", "async-trait", diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 6be92ef20f..b5790070c7 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mithril-common" -version = "0.4.82" +version = "0.4.83" description = "Common types, interfaces, and utilities for Mithril nodes." authors = { workspace = true } edition = { workspace = true }