chore(deps): batch update Renovate dependencies and actions#819
Merged
Conversation
- assert_cmd 2.2.0 -> 2.2.1 (#816) - bzip2 0.5 -> 0.6 (#800) - clap 4.6.0 -> 4.6.1 (#806) - uuid 1.23.0 -> 1.23.1 (#807) - rust docker image 1.94.1 -> 1.95.0 (#815) - actions/upload-pages-artifact v4 -> v5 (#797) - softprops/action-gh-release v2 -> v3 (#792) - Sync Cargo.lock package versions with Cargo.toml (0.8.30 -> 0.8.31) Note: hashbrown 0.17 upgrade is blocked by starlark dependency chain (allocative/dashmap require hashbrown 0.14 with raw feature, which was removed in 0.15+). Skipped for now. Refs: closes open Renovate PRs with passing upgrades
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #819 +/- ##
==========================================
+ Coverage 53.62% 54.16% +0.53%
==========================================
Files 372 376 +4
Lines 65565 66497 +932
==========================================
+ Hits 35162 36017 +855
- Misses 30403 30480 +77
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 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.
Summary
This PR batch-updates multiple Renovate dependency and action upgrades that are safe to apply.
Rust Dependencies
2.2.0→2.2.1(closes chore(deps): update rust crate assert_cmd to v2.2.1 #816)0.5→0.6(closes fix(deps): update rust crate bzip2 to 0.6 #800)4.6.0→4.6.1(closes chore(deps): update rust crate clap to v4.6.1 #806)1.23.0→1.23.1(closes chore(deps): update rust crate uuid to v1.23.1 #807)Cargo.lockpackage versions withCargo.toml(0.8.30→0.8.31)GitHub Actions
v4→v5(closes chore(deps): update actions/upload-pages-artifact action to v5 #797)v2→v3(closes chore(deps): update softprops/action-gh-release action to v3 #792)Docker
1.94.1-alpine→1.95.0-alpine(closes chore(deps): update rust docker tag to v1.95.0 #815)Not Included
0.14→0.17(fix(deps): update rust crate hashbrown to 0.17 #786) — blocked. Therawfeature was removed in hashbrown 0.15+, but the starlark dependency chain (allocative,dashmap) still requires it. This upgrade cannot proceed until those upstream crates are updated.Related
main; its previous Code Quality failure (unused import: PathBufin7zip/src/runtime.rs) has already been fixed inmain.