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

Bump the rust-dependencies group with 8 updates #407

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps the rust-dependencies group with 8 updates:

Package From To
clap 4.5.31 4.5.32
indoc 2.0.5 2.0.6
libcnb 0.27.0 0.28.0
libherokubuildpack 0.27.0 0.28.0
serde 1.0.218 1.0.219
tempfile 3.17.1 3.19.0
thiserror 2.0.11 2.0.12
libcnb-test 0.27.0 0.28.0

Updates clap from 4.5.31 to 4.5.32

Release notes

Sourced from clap's releases.

v4.5.32

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark
Changelog

Sourced from clap's changelog.

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark
Commits
  • 81b9db2 chore: Release
  • d3d7a17 chore: Merge branch 'master' into upstream/master
  • 361114e chore: Release
  • b693fc0 docs: Update changelog
  • 7100091 Merge pull request #5765 from epage/complete
  • e90b2da refactor(complete): Pull our registration writing
  • 95e99ef refactor(complete): Pull out shell lookup
  • 4af0cd6 fix(complete): Loosen requirements on Command factory
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • Additional commits viewable in compare view

Updates indoc from 2.0.5 to 2.0.6

Release notes

Sourced from indoc's releases.

2.0.6

  • Documentation improvements
Commits
  • f5934e4 Release 2.0.6
  • 382de61 Point standard library links to stable
  • aed1b60 Unset doc-scrape-examples for lib target
  • 3840e47 More precise gitignore patterns
  • 8304a10 Prevent upload-artifact step from causing CI failure
  • eac624b Work around needless_raw_string_hashes pedantic clippy lint in test
  • 64949e1 Resolve needless_lifetimes clippy lint
  • 0d37b42 Ignore needless_lifetimes clippy lint
  • 78289e3 Upload CI Cargo.lock for reproducing failures
  • 9ee9ca9 Fill in ignore reasons in all #[ignore] attributes
  • Additional commits viewable in compare view

Updates libcnb from 0.27.0 to 0.28.0

Changelog

Sourced from libcnb's changelog.

[0.28.0] - 2025-03-03

Added

  • libcnb:
    • The tracing crate is now setup for OTLP File Exports. Buildpacks using tracing will inherit tracing context from libcnb.rs. (#918)

Changed

  • libcnb:
    • Tracing spans, events, and errors from libcnb.rs are now generated via the tracing library, and tracing data output has changed. (#918)
Commits

Updates libherokubuildpack from 0.27.0 to 0.28.0

Release notes

Sourced from libherokubuildpack's releases.

v0.28.0

Added

  • libcnb:
    • The tracing crate is now setup for OTLP File Exports. Buildpacks using tracing will inherit tracing context from libcnb.rs. (#918)

Changed

  • libcnb:
    • Tracing spans, events, and errors from libcnb.rs are now generated via the tracing library, and tracing data output has changed. (#918)
Changelog

Sourced from libherokubuildpack's changelog.

[0.28.0] - 2025-03-03

Added

  • libcnb:
    • The tracing crate is now setup for OTLP File Exports. Buildpacks using tracing will inherit tracing context from libcnb.rs. (#918)

Changed

  • libcnb:
    • Tracing spans, events, and errors from libcnb.rs are now generated via the tracing library, and tracing data output has changed. (#918)
Commits

Updates serde from 1.0.218 to 1.0.219

Release notes

Sourced from serde's releases.

v1.0.219

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @​davidzeng0)
Commits
  • 49d098d Release 1.0.219
  • 40f1d19 Wrap dummy.rs to 80 columns
  • 514848b Merge pull request #2906 from davidzeng0/master
  • 168b6cf fix clippy absolute paths warning
  • a8bdd17 Remove unused Punctuated import
  • 1c96013 Resolve mem_replace_with_default clippy lint
  • f0d1ae0 Ignore elidable_lifetime_names pedantic clippy lint
  • e3eaa6a Merge pull request #2896 from dtolnay/stabledoc
  • 6a630cf Also link to stable proc_macro
  • See full diff in compare view

Updates tempfile from 3.17.1 to 3.19.0

Changelog

Sourced from tempfile's changelog.

3.19.0

  • Remove direct dependency on cfg-if. It's still in the tree, but we didn't really need to use it in this crate.
  • Add an unstable feature (unstable-windows-keep-open-tempfile) to test a potential fix to #339.

3.18.0

  • Update rustix to 1.0.0.
  • Make NamedTempFile::persist_noclobber atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).
Commits

Updates thiserror from 2.0.11 to 2.0.12

Release notes

Sourced from thiserror's releases.

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)
Commits
  • 95a5126 Release 2.0.12
  • 76490f7 Merge pull request #413 from dtolnay/elidablelifetime
  • 9f27b76 Ignore elidable_lifetime_names pedantic clippy lint
  • daf2a6f Resolve some elidable_lifetime_names pedantic clippy lint
  • 5f07160 Point standard library links to stable
  • 6706a51 Convert html links to intra-doc links
  • 2706873 More precise gitignore patterns
  • 70bc20d Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates libcnb-test from 0.27.0 to 0.28.0

Changelog

Sourced from libcnb-test's changelog.

[0.28.0] - 2025-03-03

Added

  • libcnb:
    • The tracing crate is now setup for OTLP File Exports. Buildpacks using tracing will inherit tracing context from libcnb.rs. (#918)

Changed

  • libcnb:
    • Tracing spans, events, and errors from libcnb.rs are now generated via the tracing library, and tracing data output has changed. (#918)
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.31` | `4.5.32` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.5` | `2.0.6` |
| [libcnb](https://github.com/heroku/libcnb.rs) | `0.27.0` | `0.28.0` |
| [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.27.0` | `0.28.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.17.1` | `3.19.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` |
| [libcnb-test](https://github.com/heroku/libcnb.rs) | `0.27.0` | `0.28.0` |


Updates `clap` from 4.5.31 to 4.5.32
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.31...clap_complete-v4.5.32)

Updates `indoc` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.5...2.0.6)

Updates `libcnb` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.27.0...v0.28.0)

Updates `libherokubuildpack` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.27.0...v0.28.0)

Updates `serde` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.218...v1.0.219)

Updates `tempfile` from 3.17.1 to 3.19.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.17.1...v3.19.0)

Updates `thiserror` from 2.0.11 to 2.0.12
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.11...2.0.12)

Updates `libcnb-test` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libcnb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libcnb-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2025
@dependabot dependabot bot requested a review from schneems as a code owner March 18, 2025 06:06
@dependabot dependabot bot added rust Pull requests that update Rust code skip changelog labels Mar 18, 2025
@edmorley edmorley merged commit e2e2bd8 into main Mar 18, 2025
9 checks passed
@edmorley edmorley deleted the dependabot/cargo/rust-dependencies-6d6a66a548 branch March 18, 2025 09:28
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 skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant