heroku / buildpacks-ruby

Heroku's Cloud Native Buildpack for Ruby applications.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Bump the rust-dependencies group across 1 directory with 10 updates #300

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps the rust-dependencies group with 7 updates in the / directory:

Package From To
clap 4.5.4 4.5.7
libcnb 0.21.0 0.22.0
libherokubuildpack 0.21.0 0.22.0
regex 1.10.4 1.10.5
tar 0.4.40 0.4.41
url 2.5.0 2.5.1
libcnb-test 0.21.0 0.22.0

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


Updates libcnb from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff in compare view


Updates libherokubuildpack from 0.21.0 to 0.22.0

Release notes

Sourced from libherokubuildpack's releases.

v0.22.0

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Changelog

Sourced from libherokubuildpack's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff in compare view


Updates regex from 1.10.4 to 1.10.5

Changelog

Sourced from regex's changelog.

1.10.5 (2024-06-09)

This is a new patch release with some minor fixes.

Bug fixes:

Commits
  • 0718fc5 1.10.5
  • 377463b changelog: 1.10.4 and 1.10.5
  • 68c4f0b regex-automata-0.4.7
  • 4757b5f regex-syntax-0.8.4
  • 1430b65 changelog: 1.10.4
  • 1f9f9cc bytes: escape invalid UTF-8 bytes in debug output for Match
  • ab4c8d1 doc: fix duplicate phrasing typo
  • ddeb85e cli/deps: update memmap2 to 0.9
  • 023f1c9 lite: fix attribute warning about rustfmt
  • 9c139f4 syntax: simplify Hir::dot constructors
  • Additional commits viewable in compare view


Updates serde from 1.0.200 to 1.0.203

Release notes

Sourced from serde's releases.

v1.0.203

  • Documentation improvements (#2747)

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits
  • d5bc546 Release 1.0.203
  • 45ae217 Merge pull request #2747 from dtolnay/variadic
  • b7b97dd Unindent implementation inside tuple_impl_body macro
  • 5d3c563 Document tuple impls as fake variadic
  • 3761854 Merge pull request #2745 from dtolnay/docsrs
  • a8f1484 Rely on docs.rs to define --cfg=docsrs by default
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • Additional commits viewable in compare view


Updates tar from 0.4.40 to 0.4.41

Commits


Updates thiserror from 1.0.59 to 1.0.61

Release notes

Sourced from thiserror's releases.

1.0.61

  • Use core::fmt and core::panic to facilitate error_in_core support (#299, thanks @​jordens)

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates url from 2.5.0 to 2.5.1

Commits


Updates toml from 0.8.12 to 0.8.14

Commits
  • c383efa chore: Release
  • 7bb1781 docs: Update changelog
  • 0af6deb Merge pull request #740 from epage/key-quotes
  • c9e36e7 fix(encode): Prefer literals over escaping double-quotes
  • 42f7a1b test(encode): Show existing quote behavior
  • 9e6290f chore(deps): Update compatible (dev) (#737)
  • dbf1cc1 Merge pull request #736 from epage/snapbox
  • ec9bfd7 chore: Update to snapbox 0.6
  • 881bf67 chore: Remove unused features
  • b62c76e refactor: Resolve deprecations
  • Additional commits viewable in compare view


Updates libcnb-test from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb-test's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff in compare view


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 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.