Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
as: Update csv-rs dep to rev bcf3bcc.
Browse files Browse the repository at this point in the history
Update csv-rs to support both 1.1.1 and 3.0.x versions of openssl.

Signed-off-by: fangbaoshun <[email protected]>
  • Loading branch information
BaoshunFang authored and jialez0 committed Sep 1, 2023
1 parent 5c8ec69 commit 7720423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cfg-if = "1.0.0"
chrono = { version = "0.4.19", features = [ "serde" ] }
codicon = { version = "3.0", optional = true }
# TODO: change it to "0.1", once released.
csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "8a90aac", optional = true }
csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "bcf3bcc", optional = true }
eventlog-rs = { version = "0.1.3", optional = true }
futures = "0.3.17"
hex = "0.4.3"
Expand Down

0 comments on commit 7720423

Please sign in to comment.