From 086afe529e04596c287da22227abe3723ce5bcdc Mon Sep 17 00:00:00 2001 From: madKoding Date: Thu, 26 Feb 2026 13:55:32 -0300 Subject: [PATCH 1/6] =?UTF-8?q?=F0=9F=A4=96=20Auto-update:=20README=20actu?= =?UTF-8?q?alizado=20-=202026-02-26=2013:55:31=20-03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5c083e..b9abe7f 100644 --- a/README.md +++ b/README.md @@ -167,4 +167,4 @@ MIT - Ver [LICENSE](LICENSE) para detalles. **Autor**: [madkoding](https://github.com/madkoding) -**Última actualización:** 2026-02-26 12:51:52 -03 +**Última actualización:** 2026-02-26 13:55:31 -03 From b9dea33ea5f476e4fe279d900e1fd7da5c0b8db5 Mon Sep 17 00:00:00 2001 From: madKoding Date: Thu, 26 Feb 2026 14:55:35 -0300 Subject: [PATCH 2/6] =?UTF-8?q?=F0=9F=A4=96=20Auto-update:=20README=20actu?= =?UTF-8?q?alizado=20-=202026-02-26=2014:55:34=20-03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9abe7f..9d269ae 100644 --- a/README.md +++ b/README.md @@ -167,4 +167,4 @@ MIT - Ver [LICENSE](LICENSE) para detalles. **Autor**: [madkoding](https://github.com/madkoding) -**Última actualización:** 2026-02-26 13:55:31 -03 +**Última actualización:** 2026-02-26 14:55:34 -03 From 0e39d135089aa33d13c14349de1f6656eebfef1c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:35:08 +0000 Subject: [PATCH 3/6] Initial plan From 572abd4eba0c970b9920e0a638fd9ec8e18cb29f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:36:49 +0000 Subject: [PATCH 4/6] Add contents:write permission to release job to fix 403 error Co-authored-by: madkoding <333442+madkoding@users.noreply.github.com> --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a306de1..527f65a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,8 @@ jobs: needs: build runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && github.event_name == 'push' + permissions: + contents: write steps: - name: Download all artifacts From 8eef3591ff4071aac51d938ccb8ff5823696f70f Mon Sep 17 00:00:00 2001 From: madKoding Date: Thu, 26 Feb 2026 15:51:03 -0300 Subject: [PATCH 5/6] =?UTF-8?q?=F0=9F=A4=96=20Auto-update:=20README=20actu?= =?UTF-8?q?alizado=20-=202026-02-26=2015:51:02=20-03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d269ae..7765395 100644 --- a/README.md +++ b/README.md @@ -167,4 +167,4 @@ MIT - Ver [LICENSE](LICENSE) para detalles. **Autor**: [madkoding](https://github.com/madkoding) -**Última actualización:** 2026-02-26 14:55:34 -03 +**Última actualización:** 2026-02-26 15:51:02 -03 From f97cfdcf6a99478e5580f97d04d27b3d9775154d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:26:47 +0000 Subject: [PATCH 6/6] Update reqwest requirement from 0.12 to 0.13 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e353cf7..3a80aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" dirs-next = "2.0" -reqwest = { version = "0.12", features = ["json", "blocking"] } +reqwest = { version = "0.13", features = ["json", "blocking"] } git2 = "0.20" tokio = { version = "1", features = ["full"] }