Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump git-config from 0.10.0 to 0.11.0 #804

Merged
merged 1 commit into from Nov 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps git-config from 0.10.0 to 0.11.0.

Release notes

Sourced from git-config's releases.

git-config v0.11.0

A maintenance release without user-facing changes.

Commit Statistics

  • 1 commit contributed to the release.
  • 10 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • prepare changelogs prior to release (fe5721f)
Changelog

Sourced from git-config's changelog.

0.11.0 (2022-04-03)

Adapt to changes in git-features which change Send + Sync to Send + Clone. This happens to allow non-sync implementations (i.e. thread-local), along with Sync ones which usually are Clone too as they are passed by immutable reference (which is Clone + Copy).

Refactor (BREAKING)

  • Remove light* features, add 'lean-async' in its place; remove termion support

Changed (BREAKING)

  • remove Option<impl Progress> in favor of impl Progress
  • remove unnecessary Arc around should_interrupt flag
  • remove Sha1 mentions in index::verify::Mode::* variants The hash is repository defined and not hard-coded
  • Remove lean plumbing CLI

Bug Fixes

  • Collect all stdout messages in line renderer as well Otherwise the threaded line renderer will interfere with genuine program output.

New Features

  • gix mailmap verify command
  • ein find --debug to learn why it is slow
  • --counting-threads flag to configure amount of threads when counting The efficiency of multi-threaded counting is low per core, and despite some speedups might be desirable, one might not want to commit all cores to this amount of waste.
  • in-manifest and in-bin documentation of feature toggles Unfortunately, these don't show up on docs.rs due to it being a abinary only crate. One could consider throwing in a lib just for good measure.

Commit Statistics

Commit Details

... (truncated)

Commits
  • 0c253b1 Release git-glob v0.4.2, git-config-value v0.8.2, git-lock v2.2.0, git-ref v0...
  • fe5721f prepare changelogs prior to release
  • eabffd5 turn off test mode - it SHOULD work with tags as well.
  • 817dd4e setup for release testing
  • 665b53e Merge branch 'http-config'
  • b5c316e fix docs
  • c32663e adapt to changes in git-protocol
  • bd70847 adapt to changes in git-protocol
  • 09070a7 change!: move fetch::refs(…, protocol, …) to the crate root as ls_refs(…).
  • 35f7b4d change!: move fetch::Command into the crate root.
  • 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 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 [git-config](https://github.com/Byron/gitoxide) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](Byron/gitoxide@git-config-v0.10.0...git-config-v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2022
@dependabot dependabot bot requested a review from sassman November 21, 2022 20:08
@dependabot dependabot bot temporarily deployed to build November 21, 2022 20:16 Inactive
@dependabot dependabot bot temporarily deployed to build November 21, 2022 20:16 Inactive
@dependabot dependabot bot temporarily deployed to build November 21, 2022 20:16 Inactive
@dependabot dependabot bot temporarily deployed to build November 21, 2022 20:16 Inactive
@dependabot dependabot bot temporarily deployed to build November 21, 2022 20:16 Inactive
@dependabot dependabot bot temporarily deployed to build November 21, 2022 20:16 Inactive
@taurr taurr merged commit 1564077 into main Nov 26, 2022
@taurr taurr deleted the dependabot/cargo/git-config-0.11.0 branch November 26, 2022 20:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant