aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Bump h2 from 0.3.24 to 0.3.26dependabot[bot]2024-04-051-2/+2
| | | | | | | | | | | | | | Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump the cargo group across 1 directories with 3 updatesdependabot[bot]2024-03-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the cargo group with 3 updates in the / directory: [h2](https://github.com/hyperium/h2), [libgit2-sys](https://github.com/rust-lang/git2-rs) and [mio](https://github.com/tokio-rs/mio). Updates `h2` from 0.3.23 to 0.3.24 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.23...v0.3.24) Updates `libgit2-sys` from 0.16.1+1.7.1 to 0.16.2+1.7.2 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/commits) Updates `mio` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect dependency-group: cargo-security-group - dependency-name: libgit2-sys dependency-type: indirect dependency-group: cargo-security-group - dependency-name: mio dependency-type: indirect dependency-group: cargo-security-group ... Signed-off-by: dependabot[bot] <support@github.com>
* First version of the finished toolValentin Popov2024-01-121-441/+138
| | | | Signed-off-by: Valentin Popov <valentin@popov.link>
* Added a method for cloning a repositoryValentin Popov2024-01-111-5/+107
| | | | Signed-off-by: Valentin Popov <valentin@popov.link>
* Getting repository dataValentin Popov2024-01-111-0/+39
| | | | Signed-off-by: Valentin Popov <valentin@popov.link>
* Initial CLI interfaceValentin Popov2024-01-111-0/+1516