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 across 1 directory with 9 updates #397

Merged
merged 4 commits into from
Feb 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2025

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

Package From To
clap 4.5.29 4.5.31
flate2 1.0.35 1.1.0
libcnb 0.26.1 0.27.0
libherokubuildpack 0.26.1 0.27.0
rand 0.8.5 0.9.0
tar 0.4.43 0.4.44
tempfile 3.16.0 3.17.1
libcnb-test 0.26.1 0.27.0

Updates clap from 4.5.29 to 4.5.31

Release notes

Sourced from clap's releases.

v4.5.31

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Changelog

Sourced from clap's changelog.

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates flate2 from 1.0.35 to 1.1.0

Release notes

Sourced from flate2's releases.

1.1.0

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0

Changelog

Sourced from flate2's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.31 (2024-08-03)

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics

  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #408 from marxin/document-read-after-end (1a0daec)

v1.0.30 (2024-04-29)

Documentation

  • Document expected behavior when Read is done for ZLIB and DEFLATE decoders

Commit Statistics

  • 9 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #404

... (truncated)

Commits
  • 70de9df Merge pull request #466 from folkertdev/update-zlib-rs-0.4.2
  • 13104a5 upgrade zlib-rs to version 0.4.2
  • 5a2fd04 Merge pull request #462 from CosminPerRam/feat/flush_mzflush
  • bf5bf56 feat: remove explicit redundant lifetime
  • 40c2e0f docs: fix spelling mistake in FlushCompress::Partial
  • 6146cf0 Merge pull request #461 from CosminPerRam/experimental/traits
  • ee1571b Merge pull request #464 from CosminPerRam/feat/remove_redundant_guard
  • 1be8e37 feat: remove redundant if guard on option value match
  • be59b78 docs: fix spelling mistake
  • d4aebe1 feat: reorder FlushCompress variants to be in order with value
  • Additional commits viewable in compare view

Updates libcnb from 0.26.1 to 0.27.0

Changelog

Sourced from libcnb's changelog.

[0.27.0] - 2025-02-27

Changed

  • Raised Minimum Supported Rust Version (MSRV) to 1.85. (#913)
  • Updated to Rust 2024 edition. (#913)
  • libcnb:
    • Implemented custom OTLP File Exporter instead of opentelemetry-stdout and updated opentelemetry libraries to 0.28. (#909)
Commits
  • 0938dc5 Prepare release v0.27.0 (#914)
  • 254cbae Export TraceData wrapped ResourceSpans (#916)
  • 108faf1 Update workspace resolver version to 3 (#915)
  • 59d08c9 Update to Rust 2024 edition (#913)
  • 4787510 Update petgraph requirement from 0.6.5 to 0.7.1 (#903)
  • 012e6b6 Custom OTLP File Exporter + opentelemetry updates (#909)
  • 693a064 Bump softprops/action-gh-release from 2.1.0 to 2.2.1 (#901)
  • d6f57e5 Bump buildpacks/github-actions from 5.8.3 to 5.8.8 (#905)
  • c1cb55f Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#895)
  • 215136c Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#897)
  • Additional commits viewable in compare view

Updates libherokubuildpack from 0.26.1 to 0.27.0

Release notes

Sourced from libherokubuildpack's releases.

v0.27.0

Changed

  • Raised Minimum Supported Rust Version (MSRV) to 1.85. (#913)
  • Updated to Rust 2024 edition. (#913)
  • libcnb:
    • Implemented custom OTLP File Exporter instead of opentelemetry-stdout and updated opentelemetry libraries to 0.28. (#909)
Changelog

Sourced from libherokubuildpack's changelog.

[0.27.0] - 2025-02-27

Changed

  • Raised Minimum Supported Rust Version (MSRV) to 1.85. (#913)
  • Updated to Rust 2024 edition. (#913)
  • libcnb:
    • Implemented custom OTLP File Exporter instead of opentelemetry-stdout and updated opentelemetry libraries to 0.28. (#909)
Commits
  • 0938dc5 Prepare release v0.27.0 (#914)
  • 254cbae Export TraceData wrapped ResourceSpans (#916)
  • 108faf1 Update workspace resolver version to 3 (#915)
  • 59d08c9 Update to Rust 2024 edition (#913)
  • 4787510 Update petgraph requirement from 0.6.5 to 0.7.1 (#903)
  • 012e6b6 Custom OTLP File Exporter + opentelemetry updates (#909)
  • 693a064 Bump softprops/action-gh-release from 2.1.0 to 2.2.1 (#901)
  • d6f57e5 Bump buildpacks/github-actions from 5.8.3 to 5.8.8 (#905)
  • c1cb55f Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#895)
  • 215136c Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#897)
  • Additional commits viewable in compare view

Updates rand from 0.8.5 to 0.9.0

Changelog

Sourced from rand's changelog.

[0.9.0] - 2025-01-27

Security and unsafe

  • Policy: "rand is not a crypto library" (#1514)
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. (#1379)
  • Use zerocopy to replace some unsafe code (#1349, #1393, #1446, #1502)

Dependencies

  • Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 (#1558)

Features

  • Support std feature without getrandom or rand_chacha (#1354)
  • Enable feature small_rng by default (#1455)
  • Remove implicit feature rand_chacha; use std_rng instead. (#1473)
  • Rename feature serde1 to serde (#1477)
  • Rename feature getrandom to os_rng (#1537)
  • Add feature thread_rng (#1547)

API changes: rand_core traits

  • Add fn RngCore::read_adapter implementing std::io::Read (#1267)
  • Add trait CryptoBlockRng: BlockRngCore; make trait CryptoRng: RngCore (#1273)
  • Add traits TryRngCore, TryCryptoRng (#1424, #1499)
  • Rename fn SeedableRng::from_rng -> try_from_rng and add infallible variant fn from_rng (#1424)
  • Rename fn SeedableRng::from_entropy -> from_os_rng and add fallible variant fn try_from_os_rng (#1424)
  • Add bounds Clone and AsRef to associated type SeedableRng::Seed (#1491)

API changes: Rng trait and top-level fns

  • Rename fn rand::thread_rng() to rand::rng() and remove from the prelude (#1506)
  • Remove fn rand::random() from the prelude (#1506)
  • Add top-level fns random_iter, random_range, random_bool, random_ratio, fill (#1488)
  • Re-introduce fn Rng::gen_iter as random_iter (#1305, #1500)
  • Rename fn Rng::gen to random to avoid conflict with the new gen keyword in Rust 2024 (#1438)
  • Rename fns Rng::gen_range to random_range, gen_bool to random_bool, gen_ratio to random_ratio (#1505)
  • Annotate panicking methods with #[track_caller] (#1442, #1447)

API changes: RNGs

  • Fix <SmallRng as SeedableRng>::Seed size to 256 bits (#1455)
  • Remove first parameter (rng) of ReseedingRng::new (#1533)

API changes: Sequences

  • Split trait SliceRandom into IndexedRandom, IndexedMutRandom, SliceRandom (#1382)
  • Add IndexedRandom::choose_multiple_array, index::sample_array (#1453, #1469)

API changes: Distributions: renames

  • Rename module rand::distributions to rand::distr (#1470)
  • Rename distribution Standard to StandardUniform (#1526)
  • Move distr::Slice -> distr::slice::Choose, distr::EmptySlice -> distr::slice::Empty (#1548)
  • Rename trait distr::DistString -> distr::SampleString (#1548)
  • Rename distr::DistIter -> distr::Iter, distr::DistMap -> distr::Map (#1548)

... (truncated)

Commits

Updates serde from 1.0.217 to 1.0.218

Release notes

Sourced from serde's releases.

v1.0.218

  • Documentation improvements
Commits
  • 7bfd518 Release 1.0.218
  • 723a949 Merge pull request #2895 from dtolnay/stabledoc
  • 2b44efb Point standard library links to stable
  • 03dc0fc Merge pull request #2894 from dtolnay/doclink
  • 85cb0c4 Convert html links to intra-doc links
  • abe7194 Update ui test suite to nightly-2025-02-12
  • aaccac7 Unset doc-scrape-examples for lib target
  • 7cd4d84 Update ui test suite to nightly-2025-02-07
  • 04ff3e8 More precise gitignore patterns
  • dc3031b Remove *.sw[po] from gitignore
  • Additional commits viewable in compare view

Updates tar from 0.4.43 to 0.4.44

Commits

Updates tempfile from 3.16.0 to 3.17.1

Changelog

Sourced from tempfile's changelog.

3.17.1

  • Fix build with windows-sys 0.52. Unfortunately, we have no CI for older windows-sys versions at the moment...

3.17.0

  • Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in Builder::make_in (when creating temporary files of arbitrary types).
  • Prevent a theoretical crash that could (maybe) happen when a temporary file is created from a drop function run in a TLS destructor. Nobody has actually reported a case of this happening in practice and I have been unable to create this scenario in a test.
  • When reseeding with getrandom, use platform (e.g., CPU) specific randomness sources where possible.
  • Clarify some documentation.
  • Unlink unnamed temporary files on windows immediately when possible instead of waiting for the handle to be closed. We open files with "Unix" semantics, so this is generally possible.
Commits
  • 714a259 chore: release 3.17.1
  • 78309ed fix: cast handle to the windows crate HANDLE (#332)
  • 6e7d167 chore: release 3.17.0
  • 3718075 doc: remove incorrect documentation about windows and open files
  • 461369f feat: delete unnamed temporary files on windows immediately
  • 78d30a2 doc: clarify "inner file will be deleted" documentation (#329)
  • 0fe11c4 doc: document how to "keep" temporary files/dirs after creation (#328)
  • 35e0629 feat: simplify getrandom call (#325)
  • 1e5059f fix: handle TLS deallocation (#324)
  • c7b2e1a chore: simplify reborrow
  • Additional commits viewable in compare view

Updates libcnb-test from 0.26.1 to 0.27.0

Changelog

Sourced from libcnb-test's changelog.

[0.27.0] - 2025-02-27

Changed

  • Raised Minimum Supported Rust Version (MSRV) to 1.85. (#913)
  • Updated to Rust 2024 edition. (#913)
  • libcnb:
    • Implemented custom OTLP File Exporter instead of opentelemetry-stdout and updated opentelemetry libraries to 0.28. (#909)
Commits
  • 0938dc5 Prepare release v0.27.0 (#914)
  • 254cbae Export TraceData wrapped ResourceSpans (#916)
  • 108faf1 Update workspace resolver version to 3 (#915)
  • 59d08c9 Update to Rust 2024 edition (#913)
  • 4787510 Update petgraph requirement from 0.6.5 to 0.7.1 (#903)
  • 012e6b6 Custom OTLP File Exporter + opentelemetry updates (#909)
  • 693a064 Bump softprops/action-gh-release from 2.1.0 to 2.2.1 (#901)
  • d6f57e5 Bump buildpacks/github-actions from 5.8.3 to 5.8.8 (#905)
  • c1cb55f Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#895)
  • 215136c Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#897)
  • Additional commits viewable 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 <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 in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.31` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.35` | `1.1.0` |
| [libcnb](https://github.com/heroku/libcnb.rs) | `0.26.1` | `0.27.0` |
| [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.26.1` | `0.27.0` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` |
| [tar](https://github.com/alexcrichton/tar-rs) | `0.4.43` | `0.4.44` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.16.0` | `3.17.1` |
| [libcnb-test](https://github.com/heroku/libcnb.rs) | `0.26.1` | `0.27.0` |



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

Updates `flate2` from 1.0.35 to 1.1.0
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.35...1.1.0)

Updates `libcnb` from 0.26.1 to 0.27.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.26.1...v0.27.0)

Updates `libherokubuildpack` from 0.26.1 to 0.27.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.26.1...v0.27.0)

Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

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

Updates `tar` from 0.4.43 to 0.4.44
- [Commits](alexcrichton/tar-rs@0.4.43...0.4.44)

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

Updates `libcnb-test` from 0.26.1 to 0.27.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.26.1...v0.27.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: rand
  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: tar
  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: 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 requested a review from schneems as a code owner February 28, 2025 12:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code skip changelog labels Feb 28, 2025
Fixes:

```
warning: unnecessary semicolon
   --> commons/src/cache/app_cache.rs:137:10
    |
137 |         };
    |          ^ help: remove
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
    = note: `-W clippy::unnecessary-semicolon` implied by `-W clippy::pedantic`
    = help: to override `-W clippy::pedantic` add `#[allow(clippy::unnecessary_semicolon)]`

warning: `commons` (lib) generated 1 warning (run `cargo clippy --fix --lib -p commons` to apply 1 suggestion)
warning: `commons` (lib test) generated 1 warning (1 duplicate)
warning: unnecessary semicolon
  --> buildpacks/ruby/src/user_errors.rs:33:6
   |
33 |     };
   |      ^ help: remove
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
   = note: `-W clippy::unnecessary-semicolon` implied by `-W clippy::pedantic`
   = help: to override `-W clippy::pedantic` add `#[allow(clippy::unnecessary_semicolon)]`

warning: unnecessary semicolon
  --> buildpacks/ruby/src/bin/agentmon_loop.rs:61:18
   |
61 |                 };
   |                  ^ help: remove
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
   = note: `-W clippy::unnecessary-semicolon` implied by `-W clippy::pedantic`
   = help: to override `-W clippy::pedantic` add `#[allow(clippy::unnecessary_semicolon)]`

warning: unnecessary semicolon
   --> buildpacks/ruby/src/bin/agentmon_loop.rs:123:6
    |
123 |     };
    |      ^ help: remove
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon

warning: unnecessary semicolon
   --> buildpacks/ruby/src/bin/agentmon_loop.rs:127:6
    |
127 |     };
    |      ^ help: remove
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon

warning: unnecessary semicolon
   --> buildpacks/ruby/src/bin/agentmon_loop.rs:133:6
    |
133 |     };
    |      ^ help: remove
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_semicolon
```
@edmorley edmorley requested a review from a team as a code owner February 28, 2025 12:28
@edmorley edmorley merged commit 495ccf5 into main Feb 28, 2025
6 checks passed
@edmorley edmorley deleted the dependabot/cargo/rust-dependencies-cf0aa93559 branch February 28, 2025 12:33
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