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 7 updates #95

Merged
merged 6 commits into from
Mar 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rust-dependencies group with 7 updates:

Package From To
anyhow 1.0.95 1.0.96
async-compression 0.4.18 0.4.20
bullet_stream 0.6.0 0.7.0
reqwest-middleware 0.4.0 0.4.1
serde 1.0.217 1.0.218
toml_edit 0.22.23 0.22.24
tempfile 3.16.0 3.17.1

Updates anyhow from 1.0.95 to 1.0.96

Release notes

Sourced from anyhow's releases.

1.0.96

  • Documentation improvements
Commits
  • f0aa0d3 Release 1.0.96
  • bc33c24 Convert html links to intra-doc links
  • 1cff785 Unset doc-scrape-examples for lib target
  • d71c806 More precise gitignore patterns
  • 3e40975 Remove **/*.rs.bk from project-specific gitignore
  • b880dd0 Ignore Cargo-generated tests/crate/target directory
  • 8891ce3 Merge pull request #404 from dtolnay/missingabi
  • 51a173e Ignore missing_abi lint in nightly-2025-01-16
  • 4d71a84 Ignore double_ended_iterator_last clippy lint
  • af0937e Update ui test suite to nightly-2025-01-02
  • Additional commits viewable in compare view

Updates async-compression from 0.4.18 to 0.4.20

Changelog

Sourced from async-compression's changelog.

0.4.20 - 2025-02-28

Added

  • Add support for wasm32-wasip1-* targets.

0.4.19 - 2025-02-27

Changed

  • Update bzip2 dependency to 0.5.

Fixed

  • Ensure that flush finishes before continuing.
Commits
  • 0e4721f docs: update changelog
  • 395a7a8 chore: release v0.4.20
  • bfb274b Merge pull request #322 from Nullus157/dependabot/cargo/rand-0.9.0
  • 6294c9e chore(deps): update rand requirement from 0.8.5 to 0.9.0
  • 77893f9 Merge pull request #326 from surban/main
  • 04b854e Apply code review suggestions
  • a9c03ac tests: revert lib.rs artifact
  • 5442241 Merge branch 'main' into main
  • bc4eccd Merge pull request #328 from Nullus157/release-plz-2025-02-27T13-48-30Z
  • 12e6ef6 Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates bullet_stream from 0.6.0 to 0.7.0

Changelog

Sourced from bullet_stream's changelog.

CHANGELOG

Unreleased

v0.6.1 - 2024/02/11

Commits

Updates reqwest-middleware from 0.4.0 to 0.4.1

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 toml_edit from 0.22.23 to 0.22.24

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

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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.18` | `0.4.20` |
| [bullet_stream](https://github.com/schneems/bullet_stream) | `0.6.0` | `0.7.0` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.4.0` | `0.4.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.23` | `0.22.24` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.16.0` | `3.17.1` |


Updates `anyhow` from 1.0.95 to 1.0.96
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.95...1.0.96)

Updates `async-compression` from 0.4.18 to 0.4.20
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.18...v0.4.20)

Updates `bullet_stream` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/heroku-buildpacks/bullet_stream/blob/main/CHANGELOG.md)
- [Commits](heroku-buildpacks/bullet_stream@v0.6.0...v0.7.0)

Updates `reqwest-middleware` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits)

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 `toml_edit` from 0.22.23 to 0.22.24
- [Commits](toml-rs/toml@v0.22.23...v0.22.24)

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)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: async-compression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: bullet_stream
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: toml_edit
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2025 21:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code skip changelog Skip the check-changelog check labels Mar 1, 2025
@edmorley edmorley enabled auto-merge (squash) March 3, 2025 10:15
@edmorley edmorley force-pushed the dependabot/cargo/rust-dependencies-7db5a1bddf branch from a54d827 to 00c701b Compare March 3, 2025 10:16
@edmorley edmorley disabled auto-merge March 3, 2025 10:17
@edmorley edmorley enabled auto-merge (squash) March 3, 2025 10:17
@edmorley edmorley merged commit aec91d6 into main Mar 3, 2025
6 checks passed
@edmorley edmorley deleted the dependabot/cargo/rust-dependencies-7db5a1bddf branch March 3, 2025 10:23
heroku-linguist bot added a commit that referenced this pull request Mar 3, 2025
## heroku/deb-packages

### Changed

- Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. ([#95](#95))
@heroku-linguist heroku-linguist bot mentioned this pull request Mar 3, 2025
heroku-linguist bot added a commit to heroku/cnb-builder-images that referenced this pull request Mar 3, 2025
## heroku/deb-packages

### Changed

- Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. ([#95](heroku/buildpacks-deb-packages#95))
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 Skip the check-changelog check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant