diff --git a/Cargo.lock b/Cargo.lock index 002c315a..822486a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,7 +624,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "migtd" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "attestation", diff --git a/src/migtd/Cargo.toml b/src/migtd/Cargo.toml index bb42153f..787d6d77 100644 --- a/src/migtd/Cargo.toml +++ b/src/migtd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migtd" -version = "0.4.3" +version = "0.4.4" license = "BSD-2-Clause-Patent" edition = "2021"