Skip to content

Commit

Permalink
Bump az-tdx-vtpm, az-snp-vtpm, sev, base64 libraries
Browse files Browse the repository at this point in the history
- Bump az-tdx-vtpm from 0.6.0 to 0.7.0
- Bump az-snp-vtpm from 0.6.0 to 0.7.0
- Bump base64 from 0.22.0 to 0.22.1
- Bump sev from 3.1.1 to 4.0.0

Signed-off-by: Pawel Proskurnicki <[email protected]>
  • Loading branch information
pawelpros committed Sep 9, 2024
1 parent 01403b0 commit a43b73c
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 95 deletions.
164 changes: 74 additions & 90 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ actix-web-httpauth = "0.8.0"
anyhow = "1.0"
assert-json-diff = "2.0.2"
async-trait = "0.1.31"
base64 = "0.21"
base64 = "0.22.1"
cfg-if = "1.0.0"
chrono = "0.4.19"
clap = { version = "4", features = ["derive"] }
Expand Down
8 changes: 4 additions & 4 deletions deps/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ anyhow.workspace = true
thiserror.workspace = true
asn1-rs = { version = "0.5.1", optional = true }
async-trait.workspace = true
az-snp-vtpm = { version = "0.5.3", default-features = false, features = ["verifier"], optional = true }
az-tdx-vtpm = { version = "0.5.3", default-features = false, features = ["verifier"], optional = true }
base64 = "0.21"
az-snp-vtpm = { version = "0.7.0", default-features = false, features = ["verifier"], optional = true }
az-tdx-vtpm = { version = "0.7.0", default-features = false, features = ["verifier"], optional = true }
base64 = "0.22.1"
bincode = "1.3.3"
byteorder = "1"
cfg-if = "1.0.0"
Expand All @@ -41,7 +41,7 @@ scroll = { version = "0.11.0", default-features = false, features = ["derive"],
serde.workspace = true
serde_json.workspace = true
serde_with = { workspace = true, optional = true }
sev = { version = "3.1.1", features = ["openssl", "snp"], optional = true }
sev = { version = "4.0.0", features = ["openssl", "snp"], optional = true }
sha2.workspace = true
tokio = { workspace = true, optional = true }
intel-tee-quote-verification-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.21", optional = true }
Expand Down

0 comments on commit a43b73c

Please sign in to comment.