File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " az-cvm-vtpm"
3
- version = " 0.7.3 "
3
+ version = " 0.7.4 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/kinvolk/azure-cvm-tooling/"
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " az-snp-vtpm"
3
- version = " 0.7.3 "
3
+ version = " 0.7.4 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/kinvolk/azure-cvm-tooling/"
6
6
license = " MIT"
@@ -17,7 +17,7 @@ path = "src/main.rs"
17
17
required-features = [" attester" , " verifier" ]
18
18
19
19
[dependencies ]
20
- az-cvm-vtpm = { path = " .." , version = " 0.7.1 " }
20
+ az-cvm-vtpm = { path = " .." , version = " 0.7.4 " }
21
21
bincode.workspace = true
22
22
clap.workspace = true
23
23
openssl = { workspace = true , optional = true }
Original file line number Diff line number Diff line change 3
3
4
4
#[ cfg( feature = "verifier" ) ]
5
5
use super :: certs:: Vcek ;
6
- use az_cvm_vtpm:: hcl:: { self , HclReport , SNP_REPORT_SIZE } ;
6
+ #[ cfg( feature = "verifier" ) ]
7
+ use az_cvm_vtpm:: hcl:: SNP_REPORT_SIZE ;
8
+ use az_cvm_vtpm:: hcl:: { self , HclReport } ;
7
9
use az_cvm_vtpm:: vtpm;
8
10
#[ cfg( feature = "verifier" ) ]
9
11
use openssl:: { ecdsa:: EcdsaSig , sha:: Sha384 } ;
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " az-tdx-vtpm"
3
- version = " 0.7.3 "
3
+ version = " 0.7.4 "
4
4
edition = " 2021"
5
5
repository = " https://github.com/kinvolk/azure-cvm-tooling/"
6
6
license = " MIT"
@@ -16,7 +16,7 @@ name = "tdx-vtpm"
16
16
path = " src/main.rs"
17
17
18
18
[dependencies ]
19
- az-cvm-vtpm = { path = " .." , version = " 0.7.1 " }
19
+ az-cvm-vtpm = { path = " .." , version = " 0.7.4 " }
20
20
base64-url = " 3.0.0"
21
21
bincode.workspace = true
22
22
serde.workspace = true
You can’t perform that action at this time.
0 commit comments