build(deps): upgrade to git-repository v0.27 (#4588)

* upgrade to git-repository v0.27

* thanks clippy
This commit is contained in:
Sebastian Thiel
2022-11-12 17:07:49 +01:00
committed by GitHub
parent af63aa2af2
commit a53f681e3c
4 changed files with 93 additions and 86 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ fn get_remote_repository_info(
.map(|r| r.shorten().to_string());
let name = repository
.branch_remote_name(branch_name)
.map(|n| n.to_string());
.map(|n| n.as_bstr().to_string());
Some(Remote { branch, name })
}