{"id":16926642,"url":"https://github.com/pksunkara/cargo-up","last_synced_at":"2025-07-04T08:04:53.598Z","repository":{"id":56321031,"uuid":"254341347","full_name":"pksunkara/cargo-up","owner":"pksunkara","description":"Automatically upgrade breaking changes","archived":false,"fork":false,"pushed_at":"2024-03-06T12:58:37.000Z","size":168,"stargazers_count":45,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-11T01:52:41.495Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pksunkara.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":"2020-04-09T10:31:59.000Z","updated_at":"2025-02-07T10:34:41.000Z","dependencies_parsed_at":"2023-07-14T08:53:37.957Z","dependency_job_id":"a48616d6-c3f1-42f1-a547-66b835d5dc1b","html_url":"https://github.com/pksunkara/cargo-up","commit_stats":{"total_commits":70,"total_committers":2,"mean_commits":35.0,"dds":"0.042857142857142816","last_synced_commit":"1d085f19020c41e02d067247ff267f2483f825b5"},"previous_names":["automa-app/cargo-up"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/pksunkara/cargo-up","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pksunkara%2Fcargo-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pksunkara%2Fcargo-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pksunkara%2Fcargo-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pksunkara%2Fcargo-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pksunkara","download_url":"https://codeload.github.com/pksunkara/cargo-up/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pksunkara%2Fcargo-up/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262796167,"owners_count":23365860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["rust"],"created_at":"2024-10-13T20:30:44.564Z","updated_at":"2025-07-04T08:04:53.566Z","avatar_url":"https://github.com/pksunkara.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cargo-up\n\nUpgrade your dependencies by automatically fixing your code\n\n**Dont be afraid to upgrade**\n\n## Installation\n\n```\ncargo install cargo-up --features cli --no-default-features\n```\n\n## Users Workflow\n\nAssuming that you have a project with the following `Cargo.toml`\n\n```toml\n[dependencies]\nfoo = \"0.8.2\"\n```\n\nIf `foo` has released `0.9.0` with breaking changes along with a new release of their\n`foo_up` which details the changes, you can simply run the following command in your\nproject:\n\n```bash\ncargo up dep foo\n```\n\nYour project code will be automatically upgraded to use the new `foo@0.9.0`.\n\n**NOTE**: The tool upgrades to the latest version of the dependency, which means it can\ndo several sequential version upgrades one after the other in a single run.\n\n## Maintainers Workflow\n\nTODO:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpksunkara%2Fcargo-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpksunkara%2Fcargo-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpksunkara%2Fcargo-up/lists"}