From ec1d5ca85891ddb083fb2c0e484d5ebf0be9d13f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 22 Mar 2024 07:19:49 +0000 Subject: chore: cargo update update dependancies to latest version stated in cargo.toml --- src/git.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/git.rs') diff --git a/src/git.rs b/src/git.rs index 6de9e90..5afb1e4 100644 --- a/src/git.rs +++ b/src/git.rs @@ -1076,7 +1076,7 @@ mod tests { +some content1\n\\ \ No newline at end of file\n\ --\n\ - libgit2 1.7.1\n\ + libgit2 1.7.2\n\ \n\ ", git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, @@ -1112,7 +1112,7 @@ mod tests { +some content1\n\\ \ No newline at end of file\n\ --\n\ - libgit2 1.7.1\n\ + libgit2 1.7.2\n\ \n\ ", git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, -- cgit v1.2.3