gitlab-cargo-shim icon indicating copy to clipboard operation
gitlab-cargo-shim copied to clipboard

🦀 Say goodbye to your Git dependencies, host a Cargo registry using the GitLab package repository

Results 23 gitlab-cargo-shim issues
Sort by recently updated
recently updated
newest added

Bumps thrussh from 0.34.0 to 0.35.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thrussh&package-manager=cargo&previous-version=0.34.0&new-version=0.35.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.0 to 3.10.1. Changelog Sourced from tempfile's changelog. 3.10.1 Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²). Handle a theoretical...

dependencies

The current code picks a `Package` from the metadata by name. However, it is possible to have multiple versions of the package we are looking for in the metadata. In...