deps(rust): bump the minor-updates group across 1 directory with 13 updates#1473
Draft
deps(rust): bump the minor-updates group across 1 directory with 13 updates#1473
Conversation
Noble archives now include cargo-1.91. We should always try to use the latest available cargo version to avoid issues when updating our Rust dependencies.
We hardcoded the path to the cargo executable to /usr/share/cargo/bin/cargo which is the wrapper shipped by the cargo package. On Noble, that's cargo 1.75. To build with the latest cargo version (currently cargo-1.91 on Noble) we have to use the cargo wrapper below /usr/lib/rust-$VERSION instead.
Useful to debug the issue that the cargo wrapper executes the wrong cargo version
We already prepended the path to the directory of the cargo wrapper (/usr/lib/rust-<version>/share/cargo/bin/cargo) but that directory doesn't contain the rustc binary, so when the cargo wrapper called rustc, it found and used the one in /usr/bin/. WIP because we should rename the script.
…pdates Bumps the minor-updates group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.183` | | [tonic-prost](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.5` | | [tonic](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.5` | | [prost](https://github.com/tokio-rs/prost) | `0.14.1` | `0.14.3` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.0.8` | `1.1.4` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.50.0` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` | | [simple_logger](https://github.com/borntyping/rust-simple_logger) | `5.0.0` | `5.2.0` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.16` | `0.1.20` | | [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` | | [tonic-prost-build](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.5` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.34` | `1.2.57` | Updates `libc` from 0.2.175 to 0.2.183 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.175...0.2.183) Updates `tonic-prost` from 0.14.2 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.5) Updates `tonic` from 0.14.2 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.5) Updates `prost` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) Updates `rustix` from 1.0.8 to 1.1.4 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.8...v1.1.4) Updates `tokio` from 1.47.1 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.50.0) Updates `log` from 0.4.27 to 0.4.29 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.29) Updates `simple_logger` from 5.0.0 to 5.2.0 - [Release notes](https://github.com/borntyping/rust-simple_logger/releases) - [Commits](borntyping/rust-simple_logger@v5.0.0...v5.2.0) Updates `hyper-util` from 0.1.16 to 0.1.20 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.16...v0.1.20) Updates `time` from 0.3.41 to 0.3.47 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.41...v0.3.47) Updates `once_cell` from 1.21.3 to 1.21.4 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.3...v1.21.4) Updates `tonic-prost-build` from 0.14.2 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.5) Updates `cc` from 1.2.34 to 1.2.57 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.34...cc-v1.2.57) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: tonic-prost dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: tonic dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: rustix dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: simple_logger dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: time dependency-version: 0.3.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: tonic-prost-build dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: cc dependency-version: 1.2.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1473 +/- ##
==========================================
- Coverage 86.94% 86.91% -0.04%
==========================================
Files 93 93
Lines 6366 6366
Branches 111 111
==========================================
- Hits 5535 5533 -2
- Misses 775 777 +2
Partials 56 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Follows #1345 - I don't understand why dependabot closed that one, the deps were not updated yet.