diff --git a/Cargo.lock b/Cargo.lock index 190a2ee..b2ef96d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "migtd" -version = "0.4.5" +version = "0.4.6" dependencies = [ "anyhow", "attestation", diff --git a/src/migtd/Cargo.toml b/src/migtd/Cargo.toml index df90658..421cd83 100644 --- a/src/migtd/Cargo.toml +++ b/src/migtd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migtd" -version = "0.4.5" +version = "0.4.6" license = "BSD-2-Clause-Patent" edition = "2021"