Skip to content

Commit

Permalink
aa/attester: Update csv-rs dep to rev 9d8882e.
Browse files Browse the repository at this point in the history
Update csv-rs to be compatible with openssl-sys 0.9.94.
Signed-off-by: fangbaoshun <[email protected]>
  • Loading branch information
BaoshunFang authored and arronwy committed Nov 3, 2023
1 parent e849dc8 commit 8dd91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-agent/attester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sev = { version = "1.2.0", default-features = false, features = ["snp"], optiona
strum.workspace = true
tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.16", optional = true }
# TODO: change it to "0.1", once released.
csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "05fbacd", optional = true }
csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "9d8882e", optional = true }
codicon = { version = "3.0", optional = true }
hyper = { version = "0.14", features = ["full"], optional = true }
hyper-tls = { version = "0.5", optional = true }
Expand Down

0 comments on commit 8dd91e0

Please sign in to comment.