Skip to content

Commit

Permalink
fix: bump csv-rs to support openssl 3
Browse files Browse the repository at this point in the history
As per commit
openanolis/csv-rs@3045440,
this implements support for OpenSSL 3

Signed-off-by: Mike Frisch <mikef17@gmail.com>
  • Loading branch information
EmmEff authored and fitzthum committed Nov 7, 2024
1 parent d751426 commit eb35c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion attestation-agent/attester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ strum.workspace = true
tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.22", optional = true }
thiserror.workspace = true
# TODO: change it to "0.1", once released.
csv-rs = { git = "https://github.com/openanolis/csv-rs", rev = "b74aa8c", optional = true }
csv-rs = { git = "https://github.com/openanolis/csv-rs", rev = "3045440", 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 eb35c47

Please sign in to comment.