diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 07:19:49 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 07:19:49 +0000 |
| commit | ec1d5ca85891ddb083fb2c0e484d5ebf0be9d13f (patch) | |
| tree | 425aa928f096251e8de6eb7444f664fbb5f3fbcb /src/git.rs | |
| parent | bba5a092b7f07b9a096e2801d51030b186161f80 (diff) | |
chore: cargo update
update dependancies to latest version stated in cargo.toml
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1076,7 +1076,7 @@ mod tests { | |||
| 1076 | +some content1\n\\ \ | 1076 | +some content1\n\\ \ |
| 1077 | No newline at end of file\n\ | 1077 | No newline at end of file\n\ |
| 1078 | --\n\ | 1078 | --\n\ |
| 1079 | libgit2 1.7.1\n\ | 1079 | libgit2 1.7.2\n\ |
| 1080 | \n\ | 1080 | \n\ |
| 1081 | ", | 1081 | ", |
| 1082 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, | 1082 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, |
| @@ -1112,7 +1112,7 @@ mod tests { | |||
| 1112 | +some content1\n\\ \ | 1112 | +some content1\n\\ \ |
| 1113 | No newline at end of file\n\ | 1113 | No newline at end of file\n\ |
| 1114 | --\n\ | 1114 | --\n\ |
| 1115 | libgit2 1.7.1\n\ | 1115 | libgit2 1.7.2\n\ |
| 1116 | \n\ | 1116 | \n\ |
| 1117 | ", | 1117 | ", |
| 1118 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, | 1118 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, |