From e7b5eee44fb10e89b6fed6b2c14bf0d197169e46 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:23:52 +0000 Subject: [PATCH] fix(deps): update csv-rs digest to e99c194 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- deps/verifier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }