diff --git a/deps/verifier/Cargo.toml b/deps/verifier/Cargo.toml index 698910fb35..dcc9c28a83 100644 --- a/deps/verifier/Cargo.toml +++ b/deps/verifier/Cargo.toml @@ -65,7 +65,7 @@ az-tdx-vtpm = { version = "0.8.1", default-features = false, features = [ base64.workspace = true cfg-if.workspace = true codicon = { version = "3.0", optional = true } -csv-rs = { git = "https://github.com/openanolis/csv-rs", rev = "9e92ac7", optional = true, default-features = false, features = [ +csv-rs = { git = "https://github.com/openanolis/csv-rs", rev = "e99c194ff513440d8354835f25b96284766978b4", optional = true, default-features = false, features = [ "network", ] } eventlog = { path = "../eventlog", optional = true }