-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
a54d827
to
00c701b
Compare
edmorley
approved these changes
Mar 3, 2025
Merged
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 7 updates:
1.0.95
1.0.96
0.4.18
0.4.20
0.6.0
0.7.0
0.4.0
0.4.1
1.0.217
1.0.218
0.22.23
0.22.24
3.16.0
3.17.1
Updates
anyhow
from 1.0.95 to 1.0.96Release notes
Sourced from anyhow's releases.
Commits
f0aa0d3
Release 1.0.96bc33c24
Convert html links to intra-doc links1cff785
Unset doc-scrape-examples for lib targetd71c806
More precise gitignore patterns3e40975
Remove **/*.rs.bk from project-specific gitignoreb880dd0
Ignore Cargo-generated tests/crate/target directory8891ce3
Merge pull request #404 from dtolnay/missingabi51a173e
Ignore missing_abi lint in nightly-2025-01-164d71a84
Ignore double_ended_iterator_last clippy lintaf0937e
Update ui test suite to nightly-2025-01-02Updates
async-compression
from 0.4.18 to 0.4.20Changelog
Sourced from async-compression's changelog.
Commits
0e4721f
docs: update changelog395a7a8
chore: release v0.4.20bfb274b
Merge pull request #322 from Nullus157/dependabot/cargo/rand-0.9.06294c9e
chore(deps): update rand requirement from 0.8.5 to 0.9.077893f9
Merge pull request #326 from surban/main04b854e
Apply code review suggestionsa9c03ac
tests: revert lib.rs artifact5442241
Merge branch 'main' into mainbc4eccd
Merge pull request #328 from Nullus157/release-plz-2025-02-27T13-48-30Z12e6ef6
Update CHANGELOG.mdUpdates
bullet_stream
from 0.6.0 to 0.7.0Changelog
Sourced from bullet_stream's changelog.
Commits
c24396e
v0.7.0 (#31)3a4ea16
Fix version specifier (#30)Updates
reqwest-middleware
from 0.4.0 to 0.4.1Commits
Updates
serde
from 1.0.217 to 1.0.218Release notes
Sourced from serde's releases.
Commits
7bfd518
Release 1.0.218723a949
Merge pull request #2895 from dtolnay/stabledoc2b44efb
Point standard library links to stable03dc0fc
Merge pull request #2894 from dtolnay/doclink85cb0c4
Convert html links to intra-doc linksabe7194
Update ui test suite to nightly-2025-02-12aaccac7
Unset doc-scrape-examples for lib target7cd4d84
Update ui test suite to nightly-2025-02-0704ff3e8
More precise gitignore patternsdc3031b
Remove *.sw[po] from gitignoreUpdates
toml_edit
from 0.22.23 to 0.22.24Commits
999824a
chore: Release6bd5de8
docs: Update changelogec5c13d
Merge pull request #830 from epage/into18d0957
feat(item): Add conversions from item type to Itemf550dbf
chore: Release25587db
docs: Update changelogfbc77ec
Merge pull request #829 from tisonkun/map-get-kv4605a64
fea: impl Map get_key_value8efc81e
chore(deps): Update Rust crate serde_json to v1.0.138 (#828)Updates
tempfile
from 3.16.0 to 3.17.1Changelog
Sourced from tempfile's changelog.
Commits
714a259
chore: release 3.17.178309ed
fix: cast handle to the windows crate HANDLE (#332)6e7d167
chore: release 3.17.03718075
doc: remove incorrect documentation about windows and open files461369f
feat: delete unnamed temporary files on windows immediately78d30a2
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 reborrowDependabot 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