From 396162b252868ae265a1b436ddbc5469a1aa560b Mon Sep 17 00:00:00 2001 From: fangbaoshun Date: Fri, 8 Sep 2023 13:39:00 +0800 Subject: [PATCH 1/2] as: Update csv-rs dep to rev 05fbacd. The new version of csv-rs will support openssl 3.1.x Signed-off-by: fangbaoshun --- attestation-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attestation-service/Cargo.toml b/attestation-service/Cargo.toml index 26556ab..efc23df 100644 --- a/attestation-service/Cargo.toml +++ b/attestation-service/Cargo.toml @@ -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 = "bcf3bcc", optional = true } +csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "05fbacd", optional = true } eventlog-rs = { version = "0.1.3", optional = true } futures = "0.3.17" hex = "0.4.3" From c187ea3ee9a5593995dd6f372d78dff94d1ee590 Mon Sep 17 00:00:00 2001 From: fangbaoshun Date: Thu, 2 Nov 2023 06:35:00 +0000 Subject: [PATCH 2/2] as: Update csv-rs dep to rev 9d8882e. Update csv-rs to be compatible with openssl-sys 0.9.94. Signed-off-by: fangbaoshun --- attestation-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attestation-service/Cargo.toml b/attestation-service/Cargo.toml index 7f8670b..96bcb5c 100644 --- a/attestation-service/Cargo.toml +++ b/attestation-service/Cargo.toml @@ -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"