{"id":16771549,"url":"https://github.com/meysam81/cargo-upgrade-action","last_synced_at":"2026-01-19T05:33:12.346Z","repository":{"id":245556493,"uuid":"818604989","full_name":"meysam81/cargo-upgrade-action","owner":"meysam81","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-22T10:46:36.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T00:02:01.859Z","etag":null,"topics":["cargo","cargo-plugin","cargo-subcommand","continuous-delivery","continuous-integration","dependencies","dependency","dependency-automation","dependency-management","github-actions","library-automation","library-management","rust"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/cargo-upgrade","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meysam81.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-22T10:04:48.000Z","updated_at":"2025-04-30T03:47:30.000Z","dependencies_parsed_at":"2024-06-22T19:39:07.367Z","dependency_job_id":null,"html_url":"https://github.com/meysam81/cargo-upgrade-action","commit_stats":null,"previous_names":["meysam81/cargo-upgrade-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/meysam81/cargo-upgrade-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcargo-upgrade-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcargo-upgrade-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcargo-upgrade-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcargo-upgrade-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meysam81","download_url":"https://codeload.github.com/meysam81/cargo-upgrade-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meysam81%2Fcargo-upgrade-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo","cargo-plugin","cargo-subcommand","continuous-delivery","continuous-integration","dependencies","dependency","dependency-automation","dependency-management","github-actions","library-automation","library-management","rust"],"created_at":"2024-10-13T06:28:28.846Z","updated_at":"2026-01-19T05:33:12.332Z","avatar_url":"https://github.com/meysam81.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cargo Upgrades Action\n\nThis GitHub Action allows you to have continuous\nintegration for the newer version of your `Cargo.toml`\ndependencies.\n\n## Usage\n\n```yaml\nname: ci\n\non:\n  schedule:\n    - cron: \"30 1 * * *\"\n\njobs:\n  cargo-upgrade:\n    if: github.event_name == 'schedule'\n    runs-on: ubuntu-latest\n    permissions:\n      contents: read\n      pull-requests: write\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v4\n      - name: Cache\n        uses: actions/cache@v4\n        with:\n          path: |\n            ~/.cargo/registry\n            ~/.cargo/git\n            target\n          key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}\n      - name: Run cargo-upgrade\n        uses: meysam81/cargo-upgrade-action@v1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Inputs\n\n| Name                    | Description                                                                                            | Default |\n| ----------------------- | ------------------------------------------------------------------------------------------------------ | ------- |\n| `cargo-upgrade-version` | The version of `cargo-upgrade` to use.                                                                 | `~0.12` |\n| `extra-flags`           | Extra flags to pass to `cargo-upgrade`. For example `-i allow`                                         |         |\n| `token`                 | GitHub token. Required for creating the pull request. the `pull-requests: write` permission is needed. |         |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fcargo-upgrade-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeysam81%2Fcargo-upgrade-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeysam81%2Fcargo-upgrade-action/lists"}