Skip to content

build(deps): bump gix-config from 0.53.0 to 0.55.0#129

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gix-config-0.55.0
Closed

build(deps): bump gix-config from 0.53.0 to 0.55.0#129
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gix-config-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Contributor

Bumps gix-config from 0.53.0 to 0.55.0.

Release notes

Sourced from gix-config's releases.

gix-config v0.55.0

Documentation

  • add crate-root doctests

Bug Fixes (BREAKING)

  • accept owned AsKey inputs in raw setters set_raw_value() and set_raw_value_filter() no longer requireconfig's'event` lifetime internally.

    This makes the setter APIs consistent with the read-only raw accessors and allows short-lived key inputs, such as String-backed values, to be used without forcing an extra borrow at the call site.

    Add a regression test covering short-lived keys passed to set_raw_value()

  • allow &str to be parsed as key properly Previously there were lifetime issue because the key needed the same lifetime as the underlying parsed file, which was hard to accomplish even with &'static str' as it really needed "&'static &'static str".

    However, this also means that owned keys can't be passed anymore.

Commit Statistics

  • 16 commits contributed to the release over the course of 32 calendar days.
  • 32 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Update changelogs prior to release (f9fbcba)
    • Run more fuzz artifacts as part of the test-suite (a1ad31b)
    • Merge pull request #2530 from GitoxideLabs/advisories (63b8419)
    • Add corpus-builder scripts when corpus files are available; auto-run artifacts in test suite (e64e3b8)
    • Add fuzz tests for 10 more crates, and related fixes (0396152)
    • Merge pull request #2518 from GitoxideLabs/improvements (444a92b)
    • Make package.include patterns more specific so they don't match ignored files (c2c917f)
    • Merge pull request #2499 from GitoxideLabs/dependabot/cargo/cargo-17cc682121 (44020e0)
    • Bump the cargo group with 26 updates (9d04035)
    • Merge pull request #2494 from GitoxideLabs/improvements (50fb46f)

... (truncated)

Commits
  • 0a844e7 Release gix-error v0.2.2, gix-date v0.15.2, gix-actor v0.40.1, gix-trace v0.1...
  • f9fbcba update changelogs prior to release
  • a1ad31b Run more fuzz artifacts as part of the test-suite
  • 63b8419 Merge pull request #2530 from GitoxideLabs/advisories
  • 0662237 feat(gix-bitmap): add Vec::from_bits(&[bool]) constructor, and `Vec::write_...
  • 7429b15 address auto-review
  • e64e3b8 Add corpus-builder scripts when corpus files are available; auto-run artifact...
  • a96587c Merge pull request #2510 from GitoxideLabs/folder-identity-on-windows
  • 0396152 add fuzz tests for 10 more crates, and related fixes
  • 52485a9 fix: do not open .gitmodule files through symlinks
  • 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 show <dependency name> 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)

Bumps [gix-config](https://github.com/GitoxideLabs/gitoxide) from 0.53.0 to 0.55.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-config-v0.53.0...gix-config-v0.55.0)

---
updated-dependencies:
- dependency-name: gix-config
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #130.

@dependabot dependabot Bot closed this Apr 28, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/gix-config-0.55.0 branch April 28, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants