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

Commit a19eb66

Browse files
BaoshunFangXynnn007
authored andcommitted
as: Update csv-rs dep to rev 9d8882e.
Update csv-rs to be compatible with openssl-sys 0.9.94. Signed-off-by: fangbaoshun <fangbaoshun@hygon.cn>
1 parent e050dd8 commit a19eb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attestation-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cfg-if = "1.0.0"
3030
chrono = { version = "0.4.19", features = [ "serde" ] }
3131
codicon = { version = "3.0", optional = true }
3232
# TODO: change it to "0.1", once released.
33-
csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "05fbacd", optional = true }
33+
csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "9d8882e", optional = true }
3434
eventlog-rs = { version = "0.1.3", optional = true }
3535
futures = "0.3.17"
3636
hex = "0.4.3"

0 commit comments

Comments
 (0)