diff --git a/Cargo.lock b/Cargo.lock index 8a44bac2..40f84044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,7 +560,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "migtd" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anyhow", "attestation", diff --git a/src/migtd/Cargo.toml b/src/migtd/Cargo.toml index 787d6d77..df906581 100644 --- a/src/migtd/Cargo.toml +++ b/src/migtd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migtd" -version = "0.4.4" +version = "0.4.5" license = "BSD-2-Clause-Patent" edition = "2021"