From 5152850a7930666e477e25667a7d790415eb6776 Mon Sep 17 00:00:00 2001 From: Anthony Cato Date: Fri, 3 Jan 2025 00:01:01 -0500 Subject: [PATCH] fix --- .github/workflows/release.yaml | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a411e9..bd48b69 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,6 +3,9 @@ on: branches: - main +permissions: + contents: write + jobs: test: name: Test diff --git a/Cargo.toml b/Cargo.toml index 9be5991..c84533c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] clap = { version = "4.5.21", features = ["derive"] } md5 = "0.7.0" -serde_json = "1.0.133" +serde_json = "1.0.134"