From 7f2044267c88583ddad4abe7d7c7d609b4642c06 Mon Sep 17 00:00:00 2001 From: Gustavo Inacio Date: Mon, 21 Oct 2024 18:44:20 +0200 Subject: [PATCH] chore: remove comment Signed-off-by: Gustavo Inacio --- .github/workflows/audit.yml | 4 ++++ crates/header-accumulator/Cargo.toml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index bbb5e36b..366fbf9f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -5,6 +5,10 @@ on: - '**/Cargo.toml' - '**/Cargo.lock' +permissions: + issues: write + checks: write + jobs: security_audit: runs-on: ubuntu-latest diff --git a/crates/header-accumulator/Cargo.toml b/crates/header-accumulator/Cargo.toml index 6847d6b9..d5c2b53b 100644 --- a/crates/header-accumulator/Cargo.toml +++ b/crates/header-accumulator/Cargo.toml @@ -18,7 +18,6 @@ rlp.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true sf-protos = { path = "../sf-protos" } -# Needs to match that transitively depended on by trin-validation tree_hash = "0.8.0" trin-validation.workspace = true