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 /tests | |
| parent | bba5a092b7f07b9a096e2801d51030b186161f80 (diff) | |
chore: cargo update
update dependancies to latest version stated in cargo.toml
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/send.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/send.rs b/tests/send.rs index 538f38a..4af2347 100644 --- a/tests/send.rs +++ b/tests/send.rs | |||
| @@ -309,7 +309,7 @@ mod when_cover_letter_details_specified_with_range_of_head_2_sends_cover_letter_ | |||
| 309 | +some content\n\\ \ | 309 | +some content\n\\ \ |
| 310 | No newline at end of file\n\ | 310 | No newline at end of file\n\ |
| 311 | --\n\ | 311 | --\n\ |
| 312 | libgit2 1.7.1\n\ | 312 | libgit2 1.7.2\n\ |
| 313 | \n\ | 313 | \n\ |
| 314 | ", | 314 | ", |
| 315 | ); | 315 | ); |
| @@ -335,7 +335,7 @@ mod when_cover_letter_details_specified_with_range_of_head_2_sends_cover_letter_ | |||
| 335 | +some content\n\\ \ | 335 | +some content\n\\ \ |
| 336 | No newline at end of file\n\ | 336 | No newline at end of file\n\ |
| 337 | --\n\ | 337 | --\n\ |
| 338 | libgit2 1.7.1\n\ | 338 | libgit2 1.7.2\n\ |
| 339 | \n\ | 339 | \n\ |
| 340 | ", | 340 | ", |
| 341 | ); | 341 | ); |