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

fix(deps): update all non-major dependencies - autoclosed #667

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2025

This PR contains the following updates:

Package Type Update Change
actions/cache action minor v3.3.2 -> v3.4.0
actions/checkout action minor v4.1.6 -> v4.2.2
actions/upload-artifact action minor v4.3.3 -> v4.5.0
backon dev-dependencies minor 1.2.0 -> 1.3.0
clap dependencies patch 4.5.13 -> 4.5.23
clap-cargo dependencies minor 0.14.1 -> 0.15.0
clap_complete dependencies patch 4.5.13 -> 4.5.40
codecov/codecov-action action minor v4.4.1 -> v4.6.0
color-print dependencies patch 0.3.6 -> 0.3.7
console dependencies patch 0.15.8 -> 0.15.10
env_logger dev-dependencies patch 0.11.5 -> 0.11.6
indicatif dependencies patch 0.17.8 -> 0.17.9
libc dependencies patch 0.2.162 -> 0.2.169
libdeflater dev-dependencies minor 1.22.0 -> 1.23.0
obi1kenobi/cargo-semver-checks-action action minor v2.4 -> v2.6
tempfile (source) dev-dependencies minor 3.14.0 -> 3.15.0
thiserror dependencies patch 2.0.1 -> 2.0.9
tracing (source) dependencies patch 0.1.40 -> 0.1.41
tracing (source) dev-dependencies patch 0.1.40 -> 0.1.41
tracing-subscriber (source) dev-dependencies patch 0.3.18 -> 0.3.19
tracing-subscriber (source) dependencies patch 0.3.18 -> 0.3.19
xxhash-rust dependencies patch 0.8.12 -> 0.8.15

Release Notes

actions/cache (actions/cache)

v3.4.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v3...v3.4.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4.5.0

Compare Source

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

Xuanwo/backon (backon)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: Xuanwo/backon@v1.2.0...v1.3.0

clap-rs/clap (clap)

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it
crate-ci/clap-cargo (clap-cargo)

v0.15.1

Compare Source

Fix
  • Reduce Cargo.lock content

v0.15.0

Compare Source

Breaking Changes
  • Upgraded cargo_metadata to 0.19
codecov/codecov-action (codecov/codecov-action)

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v4.4.1...v4.5.0

console-rs/console (console)

v0.15.10

Compare Source

What's Changed

v0.15.9

Compare Source

What's Changed

rust-cli/env_logger (env_logger)

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering
console-rs/indicatif (indicatif)

v0.17.9

Compare Source

What's Changed

rust-lang/libc (libc)

v0.2.169

Compare Source

Added
  • FreeBSD: add more socket TCP stack constants #​4193
  • Fuchsia: add a sockaddr_vm definition #​4194
Fixed

Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc, including the following specific pull requests:

  • ESP-IDF: Replace arch-conditional c_char with a reexport #​4195
  • Fix c_char on various targets #​4199
  • Mirror c_char configuration from rust-lang/rust #​4198
Cleanup
  • Do not re-export c_void in target-specific code #​4200

v0.2.168

Compare Source

Added
Deprecated
  • FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (#​4183)
Fixed
  • Make the Debug implementation for unions opaque (#​4176)
Other
  • Allow the unpredictable_function_pointer_comparisons lint where needed #​4177
  • CI: Upload artifacts created by libc-test #​4180
  • CI: Use workflow commands to group output by target #​4179
  • CI: add caching #​4183

v0.2.167

Compare Source

Added
  • Solarish: add st_fstype to stat #​4145
  • Trusty: Add intptr_t and uintptr_t (#​4161)
Fixed
  • Fix the build with rustc-dep-of-std #​4158
  • Wasi: Add back unsafe block for clockid_t static variables (#​4157)
Cleanup
Other
  • CI: Check various FreeBSD versions (#​4159)
  • CI: add a timeout for all jobs #​4164
  • CI: verify MSRV for wasm32-wasi #​4157
  • Migrate to the 2021 edition #​4132
Removed
  • Remove one unused import after the edition 2021 bump

v0.2.166

Compare Source

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #​4150
  • Ensure const extern functions are always enabled #​4151

v0.2.165

Compare Source

Added
  • Android: add mkostemp, mkostemps #​3601
  • Android: add a few API 30 calls #​3604
  • Android: add missing syscall constants #​3558
  • Apple: add in6_ifreq #​3617
  • Apple: add missing sysctl net types #​4022 (before release: remove if_family_id (#​4137))
  • Freebsd: add kcmp call support #​3746
  • Hurd: add MAP_32BIT and MAP_EXCL #​4127
  • Hurd: add domainname field to utsname (#​4089)
  • Linux GNU: add f_flags to struct statfs for arm, mips, powerpc and x86 #​3663
  • Linux GNU: add malloc_stats #​3596
  • Linux: add ELF relocation-related structs #​3583
  • Linux: add ptp_* structs #​4113
  • Linux: add ptp_clock_caps #​4128
  • Linux: add ptp_pin_function and most PTP_ constants #​4114
  • Linux: add missing AF_XDP structs & constants #​3956
  • Linux: add missing netfilter consts (#​3734)
  • Linux: add struct and constants for the mount_setattr syscall #​4046
  • Linux: add wireless API #​3441
  • Linux: expose the len8_dlc field of can_frame #​3357
  • Musl: add utmpx API #​3213
  • Musl: add missing syscall constants #​4028
  • NetBSD: add mcontext-related data for RISCV64 #​3468
  • Redox: add new netinet constants #​3586)
  • Solarish: add _POSIX_VDISABLE (#​4103)
  • Tests: Add a test that the const extern fn macro works #​4134
  • Tests: Add test of primitive types against std #​3616
  • Unix: Add htonl, htons, ntohl, ntohs #​3669
  • Unix: add aligned_alloc #​3843
  • Windows: add aligned_realloc #​3592
Fixed
  • breaking Hurd: fix MAP_HASSEMAPHORE name (#​4127)
  • breaking ulibc Mips: fix SA_* mismatched types (#​3211)
  • Aix: fix an enum FFI safety warning #​3644
  • Haiku: fix some typos (#​3664)
  • Tests: fix Elf{32,64}_Relr-related tests #​3647
  • Tests: fix libc-tests for loongarch64-linux-musl
  • Tests: fix some clippy warnings #​3855
  • Tests: fix tests on riscv64gc-unknown-freebsd #​4129
Deprecated
  • Apple: deprecate iconv_open 25e022a
  • Apple: deprecate mach_task_self #​4095
  • Apple: update mach deprecation notices for things that were removed in main #​4097
Cleanup
  • Adjust the f! macro to be more flexible #​4107
  • Aix: remove duplicate constants #​3643
  • CI: make scripts more uniform #​4042
  • Drop the libc_align conditional b5b553d
  • Drop the libc_cfg_target_vendor conditional #​4060
  • Drop the libc_const_size_of conditional 5a43dd2
  • Drop the libc_core_cvoid conditional #​4060
  • Drop the libc_int128 conditional #​4060
  • Drop the libc_non_exhaustive conditional #​4060
  • Drop the libc_packedN conditional #​4060
  • Drop the libc_priv_mod_use conditional 19c5937
  • Drop the libc_union conditional b9e4d80
  • Drop the long_array conditional #​4096
  • Drop the ptr_addr_of conditional #​4065
  • Drop warnings about deprecated cargo features #​4060
  • Eliminate uses of struct_formatter #​4074
  • Fix a few other array size hacks d63be8b
  • Glibc: remove redundant definitions (#​3261)
  • Musl: remove redundant definitions (#​3261)
  • Musl: unify definitions of siginfo_t (#​3261)
  • Musl: unify definitions of statfs and statfs64 (#​3261)
  • Musl: unify definitions of statvfs and statvfs64 (#​3261)
  • Musl: unify statx definitions (#​3978)
  • Remove array size hacks for Rust < 1.47 27ee6fe
  • Remove repetitive words 77de375
  • Use #[derive] for Copy/Clone in s! and friends #​4038
  • Use some tricks to format macro bodies #​4107
Other
  • Apply formatting to macro bodies #​4107
  • Bump libc-test to Rust 2021 Edition #​3905
  • CI: Add a check that semver files don't contain duplicate entries #​4087
  • CI: Add fanotify_event_info_fid to FAM-exempt types #​4038
  • CI: Allow rustfmt to organize imports (#​4136)
  • CI: Always run rustfmt #​4120
  • CI: Change 32-bit Docker images to use EOL repos #​4120
  • CI: Change 64-bit Docker images to ubuntu:24.10 #​4120
  • CI: Disable the check for >1 s! invocation #​4107
  • CI: Ensure build channels get run even if FILTER is unset #​4125
  • CI: Ensure there is a fallback for no_std #​4125
  • CI: Fix cases where unset variables cause errors #​4108
  • CI: Naming adjustments and cleanup #​4124
  • CI: Only invoke rustup if running in CI #​4107
  • CI: Remove the logic to handle old rust versions #​4068
  • CI: Set -u (error on unset) in all script files #​4108
  • CI: add support for loongarch64-unknown-linux-musl #​4092
  • CI:

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 4, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backhand-test/Cargo.toml --package [email protected] --precise 3.15.0
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `ring v0.17.8`
    ... which satisfies dependency `ring = "^0.17"` (locked to 0.17.8) of package `rustls v0.22.3`
    ... which satisfies dependency `rustls = "^0.22.0"` (locked to 0.22.3) of package `ureq v2.9.6`
    ... which satisfies dependency `ureq = "^2.7.1"` (locked to 2.9.6) of package `test-assets-ureq v0.3.0`
    ... which satisfies dependency `test-assets-ureq = "^0.3.0"` (locked to 0.3.0) of package `tests v0.0.0 (/tmp/renovate/repos/github/wcampbell0x2a/backhand/backhand-test)`
versions that meet the requirements `^0.2.10` (locked to 0.2.12) are: 0.2.12

all possible versions conflict with previously selected packages.

  previously selected package `getrandom v0.2.15`
    ... which satisfies dependency `getrandom = "^0.2.15"` of package `tempfile v3.15.0`
    ... which satisfies dependency `tempfile = "^3.14.0"` of package `tests v0.0.0 (/tmp/renovate/repos/github/wcampbell0x2a/backhand/backhand-test)`

failed to select a version for `getrandom` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backhand/Cargo.toml --package [email protected] --precise 3.15.0
    Updating crates.io index
error: failed to select a version for `getrandom`.
    ... required by package `ring v0.17.8`
    ... which satisfies dependency `ring = "^0.17"` (locked to 0.17.8) of package `rustls v0.22.3`
    ... which satisfies dependency `rustls = "^0.22.0"` (locked to 0.22.3) of package `ureq v2.9.6`
    ... which satisfies dependency `ureq = "^2.7.1"` (locked to 2.9.6) of package `test-assets-ureq v0.3.0`
    ... which satisfies dependency `test-assets-ureq = "^0.3.0"` (locked to 0.3.0) of package `tests v0.0.0 (/tmp/renovate/repos/github/wcampbell0x2a/backhand/backhand-test)`
versions that meet the requirements `^0.2.10` (locked to 0.2.12) are: 0.2.12

all possible versions conflict with previously selected packages.

  previously selected package `getrandom v0.2.15`
    ... which satisfies dependency `getrandom = "^0.2.15"` of package `tempfile v3.15.0`
    ... which satisfies dependency `tempfile = "^3.14.0"` of package `tests v0.0.0 (/tmp/renovate/repos/github/wcampbell0x2a/backhand/backhand-test)`

failed to select a version for `getrandom` which could resolve this conflict

@github-actions github-actions bot added A-CI GitHub Action A-backhand-cli labels Jan 4, 2025
Copy link

github-actions bot commented Jan 4, 2025

Benchmark for 06ed5f2

Click to view benchmark
Test Base PR %
only_read/netgear_ax6100v2 2.5±0.00ms 2.5±0.00ms 0.00%
only_read/tplink_ax1800 6.6±0.00ms 6.5±0.01ms -1.52%
unsquashfs/full 10.4±0.10ms 10.6±0.12ms +1.92%
unsquashfs/full-path-filter 7.2±0.03ms 7.2±0.04ms 0.00%
unsquashfs/list 7.2±0.04ms 7.3±0.04ms +1.39%
unsquashfs/list-path-filter 6.5±0.03ms 6.5±0.04ms 0.00%
write_read/netgear_ax6100v2 1413.4±8.81ms 1408.2±5.70ms -0.37%
write_read/tplink_ax1800 8.0±0.02s 8.0±0.04s 0.00%

@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Jan 5, 2025
@renovate renovate bot closed this Jan 5, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch January 5, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants