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 13 updates #311

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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

Package From To
clap 4.5.4 4.5.11
fun_run 0.1.2 0.2.0
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
ureq 2.9.7 2.10.0
url 2.5.0 2.5.2
libcnb-test 0.21.0 0.22.0
lazy_static 1.4.0 1.5.0

Updates clap from 4.5.4 to 4.5.11

Release notes

Sourced from clap's releases.

v4.5.10

[4.5.10] - 2024-07-23

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

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.11] - 2024-07-25

[4.5.10] - 2024-07-23

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

[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
  • 349ed30 chore: Release
  • 68ed9ff docs: Update changelog
  • afecaa4 Merge pull request #5576 from shannmu/option_value_new
  • 4a00677 chore: Release
  • 36c849b refactor(clap_complete): Reuse code about shortflag parsing
  • fc479ba feat(clap_complete): Add support for -fbar and -f=bar completion
  • 48a23f5 test(clap_complete): Add test cases for -fbar and -f=bar completion
  • 6b18d77 docs(derive): Acknowledge Vec<Vec>
  • 5efa52a chore: Release
  • 1857e47 docs: Update changelog
  • Additional commits viewable in compare view


Updates fun_run from 0.1.2 to 0.2.0

Changelog

Sourced from fun_run's changelog.

0.2.0

0.1.3

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.204

Release notes

Sourced from serde's releases.

v1.0.204

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767, thanks @​weiznich)

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
  • 18dcae0 Release 1.0.204
  • 58c307f Alphabetize list of rustc-check-cfg
  • 8cc4809 Merge pull request #2769 from dtolnay/onunimpl
  • 1179158 Update ui test with diagnostic::on_unimplemented from PR 2767
  • 91aa40e Add ui test of unsatisfied serde trait bound
  • 595019e Cut test_suite from workspace members in old toolchain CI jobs
  • b0d7917 Pull in trybuild 'following types implement trait' fix
  • 8e6637a Merge pull request #2767 from weiznich/feature/diagnostic_on_unimplemented
  • 694fe05 Use the #[diagnostic::on_unimplemented] attribute when possible
  • f3dfd2a Suppress dead code warning in test of unit struct remote derive
  • 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.63

Release notes

Sourced from thiserror's releases.

1.0.63

  • Documentation improvements

1.0.62

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309)

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
  • 915c75e Release 1.0.63
  • 3d5ec25 Merge pull request #312 from dtolnay/backtracedoc
  • de8a1e5 Update documentation of #[from] and #[backtrace] attributes
  • 0bf6e3d Release 1.0.62
  • 4977932 Merge pull request #310 from dtolnay/nestedtuple
  • 40a7779 Support .0.0 nested tuple index
  • f1ca210 Add regression test for issue 309
  • 479744e No need for dead code if struct fields are public
  • 4db08b1 Ignore warning on unused struct in test
  • f2824ae Fill in ignore reasons in all #[ignore] attributes
  • Additional commits viewable in compare view


Updates ureq from 2.9.7 to 2.10.0

Changelog

Sourced from ureq's changelog.

2.10.0

  • Bump MSRV 1.61 -> 1.63 due to rustls (#764)
  • Update deps (only patch versions in Cargo.lock) (#763)
  • Refork frewsxcv/rust-chunked-transfer to fix MIT/Apache2.0 license (#761)
  • Enable http-crate feature for docs (#755)
  • Update Rustls from 0.22 to 0.23 - this may be a breaking change if your application depends on Rustls 0.22 (e.g. to provide a custom rustls::ClientConfig to ureq). See the Rustls 0.23.0 changelog for a list of breaking API changes (#753)
  • Rustls dep to default to ring backend. If your project uses the default ureq TLS config, or constructs its own rustls::ClientConfig with rustls::ClientConfig::builder() you must ensure the Rustls aws-lc-rs feature is not activated, or set the process default cryptography provider before constructing any configs. See the Rustls CryptoProvider docs for more information (#753)
  • Remove direct dep rustls-webpki (#752)
  • Fix doc Rustls does now support IP address certificates (#759)(#753)
Commits
  • 1cad58f 2.10.0
  • 3b34812 Update changelog
  • 733048f Update deps
  • dc3b43d Bump MSRV 1.61 -> 1.63
  • 24828c0 rustls default to ring backend
  • 42bffb7 Handle missing \r\n with connection close
  • 96061c6 Refork frewsxcv/rust-chunked-transfer under MIT license
  • a138d2e Rustls supports IP SANs since 0.21.0
  • 5ed699d Enable http-crate feature while building docs
  • 6171608 Remove direct dep on rustls-webpki
  • Additional commits viewable in compare view


Updates url from 2.5.0 to 2.5.2

Commits


Updates toml from 0.8.12 to 0.8.17

Commits


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


Updates lazy_static from 1.4.0 to 1.5.0

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

Superseded by #312.