1 Commits

Author SHA1 Message Date
renovate[bot]
8c100d7e65 chore(deps): update codecov/codecov-action action to v5 2025-04-14 12:49:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
env:
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
- name: Upload tests coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: ./lcov.info

View File

@@ -24,7 +24,7 @@ reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
strum = "0.26.1"
thiserror = "2.0.0"
thiserror = "1.0.57"
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = "0.1.14"