Dr-Emann / applesauce

Transparent compression for Apple File System Compression (AFSC)
GNU General Public License v3.0
21 stars 0 forks source link

Bump the minor-patches group across 1 directory with 3 updates #72

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the minor-patches group with 3 updates in the / directory: memchr, oneshot and clap.

Updates memchr from 2.7.2 to 2.7.4

Commits


Updates oneshot from 0.1.6 to 0.1.8

Changelog

Sourced from oneshot's changelog.

[0.1.8] - 2024-06-13

Changed

  • Change how loom concurrency testing is triggered. To get rid of loom in the dependency tree oneshot pulls in, it has in addition to being gated behind cfg(oneshot_loom) also been made an optional dependency. This makes this library way smaller for downstream consumers. This has the downside that the crate now exposes a loom feature. DOWNSTREAM USERS ARE NOT SUPPOSED TO EVER ENABLE THIS. No stability or semver guarantees exist around the loom feature. This change ultimately makes no difference for any user of oneshot in regular usage.

[0.1.7] - 2024-05-24

Added

  • Add is_closed method to the Sender.
Commits
  • 9fa165c Bump version to 0.1.8 and update changelog
  • 0a824d5 Merge branch 'improve-loom-integration'
  • 26066b2 Put loom behind cfg(oneshot_loom) again
  • a2081b6 Merge branch 'improve-ci'
  • 48dcf36 Introduce LOOM_MAX_BRANCHES=100000 again, since tests were flaky
  • c393338 Fix documentation and errors with regards to activated features
  • ede14a7 Build documentation in CI
  • 347aec4 Run CI with --locked to verify Cargo.lock is up to date
  • d911a58 Merge branch 'make-loom-optional'
  • 54b401e Add loom feature to changelog
  • Additional commits viewable in compare view


Updates clap from 4.5.4 to 4.5.7

Release notes

Sourced from clap's releases.

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

[4.5.6] - 2024-06-06

Changelog

Sourced from clap's changelog.

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

[4.5.5] - 2024-06-06

Fixes

  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all
Commits


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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Superseded by #74.