rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
956 stars 193 forks source link

Bump gix from 0.62.0 to 0.63.0 #2512

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps gix from 0.62.0 to 0.63.0.

Release notes

Sourced from gix's releases.

gix v0.63.0

New Features

  • checkout respects options for core.protectHFS and core.protectNTFS. This also adds gitoxide.core.protectWindows as a way to enforce additional restrictions that are usually only available on Windows.

    Note that core.protectNFS is always enabled by default, just like it is in Git.

Bug Fixes

  • empty paths as configured will not be an error with lenient configuration enabled. When using gix::open_opts(path, options.strict_config(false)), empty core.excludesFile values will not cause an error anymore.

    Note that in strict mode, the behaviour is unchanged so invalid configuration can rather be fixed than ignored.

  • don't unwrap when reading possibly left-over bytes from pack-stream

Commit Statistics

  • 23 commits contributed to the release over the course of 38 calendar days.
  • 38 days passed between releases.
  • 3 commits were understood as conventional.
  • 2 unique issues were worked on: #1352, #1370

Commit Details

  • #1352
    • Don't unwrap when reading possibly left-over bytes from pack-stream (88a6a4e)
  • #1370
    • Empty paths as configured will not be an error with lenient configuration enabled. (3c7b7b3)
  • Uncategorized
    • Adjust changelogs prior to release (9511416)
    • Merge branch 'various-fixes' (d6cd449)
    • Update dependencies (cd4de83)
    • Fix-CI (6f55f2a)
    • Merge pull request from GHSA-7w47-3wg8-547c (79dce79)
    • Adapt to changes in gix-ref (d2ae9d5)
    • Adapt to changes in gix-index (5f86e6b)
    • Fix compile warnings (f961687)
    • Address review comments (fcc3b69)
    • Apply suggestions from code review (bad9a79)
    • Checkout respects options for core.protectHFS and core.protectNTFS. (886d6b5)
    • Adapt to changes in gix-worktree (1ca6a3c)

... (truncated)

Commits
  • 4f98e94 Release gix-features v0.38.2, gix-actor v0.31.2, gix-validate v0.8.5, gix-obj...
  • 9511416 adjust changelogs prior to release
  • d6cd449 Merge branch 'various-fixes'
  • e955770 fix: symlink support for zip archives
  • cd4de83 update dependencies
  • 6f55f2a fix-CI
  • 79dce79 Merge pull request from GHSA-7w47-3wg8-547c
  • 1242151 Apply suggestions from code review
  • d2ae9d5 adapt to changes in gix-ref
  • 9555efe fix!: assure that special device names on Windows aren't allowed.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/rust-lang/docs.rs/network/alerts).