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 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 Xynnn007 committed Nov 7, 2023
1 parent e050dd8 commit a19eb66
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 @@ -30,7 +30,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 = "05fbacd", optional = true }
csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "9d8882e", optional = true }
eventlog-rs = { version = "0.1.3", optional = true }
futures = "0.3.17"
hex = "0.4.3"
Expand Down

0 comments on commit a19eb66

Please sign in to comment.