-
Notifications
You must be signed in to change notification settings - Fork 8
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
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 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>
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
approved these changes
Feb 28, 2025
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
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 8 updates in the / directory:
4.5.29
4.5.31
1.0.35
1.1.0
0.26.1
0.27.0
0.26.1
0.27.0
0.8.5
0.9.0
0.4.43
0.4.44
3.16.0
3.17.1
0.26.1
0.27.0
Updates
clap
from 4.5.29 to 4.5.31Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
acf9abb
chore: Release9186a18
docs: Update changelog233c316
Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...13931a2
Merge pull request #5923 from Reverier-Xu/master536e29f
feat(builder): AddValueParserFactory
forSaturating\<T>
45ed71c
chore: Avoid using gen for rust 2024 preserved keyword5029bb3
chore: Avoid usinggen
for rust 2024 preserved keyword8a1d59b
chore(deps): Update Rust Stable to v1.85 (#5921)9caee53
docs(changelog): Clarify 5.0.0cb2352f
Merge pull request #5918 from epage/testUpdates
flate2
from 1.0.35 to 1.1.0Release notes
Sourced from flate2's releases.
Changelog
Sourced from flate2's changelog.
... (truncated)
Commits
70de9df
Merge pull request #466 from folkertdev/update-zlib-rs-0.4.213104a5
upgrade zlib-rs to version0.4.2
5a2fd04
Merge pull request #462 from CosminPerRam/feat/flush_mzflushbf5bf56
feat: remove explicit redundant lifetime40c2e0f
docs: fix spelling mistake in FlushCompress::Partial6146cf0
Merge pull request #461 from CosminPerRam/experimental/traitsee1571b
Merge pull request #464 from CosminPerRam/feat/remove_redundant_guard1be8e37
feat: remove redundant if guard on option value matchbe59b78
docs: fix spelling mistaked4aebe1
feat: reorder FlushCompress variants to be in order with valueUpdates
libcnb
from 0.26.1 to 0.27.0Changelog
Sourced from libcnb's changelog.
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)Updates
libherokubuildpack
from 0.26.1 to 0.27.0Release notes
Sourced from libherokubuildpack's releases.
Changelog
Sourced from libherokubuildpack's changelog.
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)Updates
rand
from 0.8.5 to 0.9.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
96f8df6
Prepare 0.9.0 release (#1558)34da321
Enablestdarch_x86_avx512
for cpu hasavx512bw
(#1551)b4b1eb7
Re-org with distr::slice, distr::weighted modules (#1548)16eb7de
Add thethread_rng
feature flag (#1547)afa24e4
Fix test status badges (#1544)c681dfc
Create FUNDING.yml9f05e22
Update: getrandom v0.3.0 rc.0 (#1541)88c310b
Fix docs.rs build options (#1539)b879689
Adjust GH Actions (#1538)3fac49f
Prepare 0.9.0-beta.0 (#1535)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
tar
from 0.4.43 to 0.4.44Commits
0671e11
Bump to 0.4.44 (#399)d5c546e
Add WASM CI (#398)bcc77b4
Make it compile with wasm32-unknown-emscripten (#397)b6c5024
Replace hard-coded 512 with BLOCK_SIZE (#394)3fd55a1
minor English grammar (#393)f71915a
fix for archiving long paths that have path components starting with ".." cro...2064e86
sparse test: fix for 64k page size (#387)9189d3c
OSS-Fuzz: OSS-Fuzz fuzzing integration (#385)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 reborrowUpdates
libcnb-test
from 0.26.1 to 0.27.0Changelog
Sourced from libcnb-test's changelog.
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)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