1 Commits

Author SHA1 Message Date
dependabot[bot] cc3c55f143 Bump cocogitto/cocogitto-action from 3 to 4
Bumps [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action) from 3 to 4.
- [Release notes](https://github.com/cocogitto/cocogitto-action/releases)
- [Changelog](https://github.com/cocogitto/cocogitto-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cocogitto/cocogitto-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: cocogitto/cocogitto-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-13 18:52:44 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install cocogitto
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v4
with:
check: false
+1 -1
View File
@@ -31,7 +31,7 @@ simple_logger = { version = "5.2", features = ["timestamps", "colors", "stderr"]
http = "1.4"
indoc = "2.0"
log = "0.4"
reqwest = { version = "0.13", features = ["json", "gzip", "multipart", "native-tls-vendored"] }
reqwest = { version = "0.12", features = ["json", "gzip", "multipart", "native-tls-vendored"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"
url = { version = "2.5", features = ["serde"] }