build: bump git-repository from 0.23.1 to 0.24.0 (#4393)

* build: bump git-repository from 0.23.1 to 0.24.0

Bumps [git-repository](https://github.com/Byron/gitoxide) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Byron/gitoxide/compare/git-repository-v0.23.1...git-repository-v0.24.0)

---
updated-dependencies:
- dependency-name: git-repository
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* add new member to `git::permissions::Config`

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
David Knaack
2022-09-22 16:34:50 +02:00
committed by GitHub
parent 1d0ee82e21
commit c69fe4a644
3 changed files with 171 additions and 83 deletions
+1
View File
@@ -268,6 +268,7 @@ impl<'a> Context<'a> {
// don't use the global git configs
let config = git::permissions::Config {
git_binary: false,
system: false,
git: false,
user: false,