From 1bc43f5ffdf5d7e46fac75a54d27580051aa05a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:24:19 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/add-issues-to-project.yaml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-issues-to-project.yaml b/.github/workflows/add-issues-to-project.yaml index 6c9b035..16c84b1 100644 --- a/.github/workflows/add-issues-to-project.yaml +++ b/.github/workflows/add-issues-to-project.yaml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v1.0.2 + - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 with: project-url: https://github.com/orgs/famedly/projects/50 github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }} diff --git a/Cargo.toml b/Cargo.toml index 9624b80..00ec500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ version = "*" features = ["rustls-tls-native-roots", "json"] [build-dependencies] -vergen = { version = "8.2.6", features = ["git", "gitcl", "build"] } # vergen passes metadata like the version and git commit hash to cargo as a compile-time environment variables +vergen = { version = "10.0.0", features = ["git", "gitcl", "build"] } # vergen passes metadata like the version and git commit hash to cargo as a compile-time environment variables [dev-dependencies] indoc = "2.0.5"