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 #3342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aligned-vec dependencies minor 0.5.0 -> 0.6.0
assert_cmd dev-dependencies patch 2.0.12 -> 2.0.13
backtrace dependencies patch 0.3.69 -> 0.3.71
bitstream-io dependencies minor 2.2.0 -> 2.3.0
built build-dependencies patch 0.7.1 -> 0.7.3
cc build-dependencies patch 1.0.83 -> 1.0.98
clap dependencies patch 4.4.17 -> 4.4.18
clap_complete (source) dependencies patch 4.4.7 -> 4.4.10
console dependencies patch 0.15.7 -> 0.15.8
crossbeam dependencies patch 0.8.3 -> 0.8.4
image dependencies minor 0.24.8 -> 0.25.0
itertools dependencies minor 0.12 -> 0.13
libc dependencies patch 0.2.151 -> 0.2.155
log dependencies patch 0.4.20 -> 0.4.21
nasm-rs build-dependencies minor 0.2 -> 0.3
new_debug_unreachable dependencies patch 1.0.4 -> 1.0.6
num-derive dependencies patch 0.4.1 -> 0.4.2
num-traits dependencies patch 0.2.17 -> 0.2.19
paste dependencies patch 1.0.14 -> 1.0.15
petarpetrovt/setup-sde action minor v2.3 -> v2.4
profiling dependencies patch 1.0.13 -> 1.0.15
semver dev-dependencies patch 1.0.20 -> 1.0.23
serde (source) dependencies patch 1.0.193 -> 1.0.202
system-deps dependencies patch 6.2.0 -> 6.2.2
thiserror dependencies patch 1.0.52 -> 1.0.61
toml dependencies patch 0.8.8 -> 0.8.13
tracing-chrome dependencies patch 0.7.1 -> 0.7.2
v_frame dependencies patch 0.3.7 -> 0.3.8
wasm-bindgen (source) dependencies patch 0.2.90 -> 0.2.92

Release Notes

assert-rs/assert_cmd (assert_cmd)

v2.0.13

Compare Source

Internal
  • Dependency update
rust-lang/backtrace-rs (backtrace)

v0.3.71

Compare Source

This is mostly CI changes, with a very mild bump to our effective cc crate version recorded, and a small modification to a previous changeset to allow backtrace to run at its current checked-in MSRV on Windows. Sorry about that! We will be getting 0.3.70 yanked shortly.

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.70...0.3.71

v0.3.70

Compare Source

New API

Platform Support

We added support for new platforms in this release!

Windows
SGX

Thanks to

Internals

We did a bunch more work on our CI and internal cleanups

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.69...0.3.70

tuffy/bitstream-io (bitstream-io)

v2.3.0

Compare Source

lukaslueg/built (built)

v0.7.3

Compare Source

Added
  • Search for lockfile in manifest's parent directory (crates in workspaces)

v0.7.2

Compare Source

Changed
  • Fixed hard error in case rustdoc is missing
rust-lang/cc-rs (cc)

v1.0.98

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.97...1.0.98

v1.0.97

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.96...1.0.97

v1.0.96

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.95...1.0.96

v1.0.95

Compare Source

What's Changed

Full Changelog: rust-lang/cc-rs@1.0.94...1.0.95

v1.0.94

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.93...1.0.94

v1.0.93

Compare Source

What's Changed

Full Changelog: rust-lang/cc-rs@1.0.92...1.0.93

v1.0.92

Compare Source

What's Changed

Full Changelog: rust-lang/cc-rs@1.0.91...1.0.92

v1.0.91

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.90...1.0.91

v1.0.90

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.89...1.0.90

v1.0.89

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.88...1.0.89

v1.0.88

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.87...1.0.88

v1.0.87

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.86...1.0.87

v1.0.86

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.85...1.0.86

v1.0.85

Compare Source

[!IMPORTANT]

This release has been yanked, due to panicking in freeBSD debug build. A release without these issues will be made in the near future.

Sorry, and thanks.

What's Changed

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.84...1.0.85

v1.0.84

Compare Source

[!IMPORTANT]

This release has been yanked, due to the Apple deployment target changes causing unintentional widespread breakage for building C++ code on the target (for projects without an explicit deployment target set). A release without these issues will be made in the near future.

Sorry, and thanks.

Changes

This isn't a complete list, but I've tried to cover everything that is either significant, or could cause problems for people using cc in configurations not covered by our tests.

As always, please file bugs if you hit issues. cc is used in many more ways than we can possibly test (especially when cross-compiling or using tier-3 platforms).

Thanks.

New Contributors

Full Changelog: rust-lang/cc-rs@1.0.83...1.0.84

clap-rs/clap (clap)

v4.4.18

Compare Source

Fixes
  • (error) When lacking usage feature, ensure the list of required arguments is unique
clap-rs/clap (clap_complete)

v4.4.10

Compare Source

Fixes
  • (bash) Allow completing filenames with spaces

v4.4.9

Compare Source

Features
  • (bash) Add support file ValueHint::FilePath
  • (bash) Add support file ValueHint::DirPath
  • (bash) Don't add space for ValueHint::Other

v4.4.8

Compare Source

Fixes
  • (bash) be consistent in identifiers when custom bin names are used
console-rs/console (console)

v0.15.8

Compare Source

Enhancements
  • Added wasm32-unknown-emscripten target. (#​179)
  • read_line_initial_text now retains the initial prefix. (#​190)
  • Reading raw input now traps Ctrl+C. (#​189)
Bugfixes
  • Properly use configured output of Term to get terminal size (#​186)
  • Aligned read_line and read_line_initial_text's behavior. (#​181)
  • Fixed soundness issue in msys_tty_on. (#​183)
crossbeam-rs/crossbeam (crossbeam)

v0.8.4

Compare Source

  • Remove dependency on cfg-if. (#​1072)
image-rs/image (image)

v0.25.1

Compare Source

Bug fixes:

  • Fixed corrupt JPEG output when attempting to encode images containing an alpha
    channel.
  • Only accept ".ff" file extension for farbfeld images.
  • Correct farbfeld feature flag for ImageFormat::{reading_enabled, writing_enabled}.
  • Disable strict mode for JPEG decoder.
  • Add nasm feature to optionally enable faster AVIF encoding.

v0.25.0

Compare Source

Breaking changes:

  • Added BufRead + Seek bound on many decoders.
  • Use ExtendedColorType instead of ColorType when encoding.
  • Removed ImageOutputFormat, GenericImageView::bounds, and several other
    deprecated items.
  • Removed incremental decoding support and changed ImageDecoder so the trait
    is object safe.
  • Pixel types are now repr(transparent) rather than repr(C).
  • Made color_quant dependency optional.
  • Renamed some feature flags.

Structural changes:

  • Increased MSRV to 1.67.1

Codec changes:

  • Switched to image-webp for WebP encoding.
  • Switched to zune-jpeg for JPEG decoding.
  • Made the HDR decoder produce f32 images.
  • Removed DXT encoding and decoding support.

v0.24.9

Compare Source

Structural changes:

  • Relicense to MIT OR Apache-2.0
  • Increase MSRV 1.63.0

New features:

  • Support limits in PNG animation decoding.
  • Added offsets to SubImage to compensate for the now-deprecated bounds call
    from GenericImageView.

Bug fixes:

  • Correct limit tests for TIFF.
  • Avoid overflow in gif::Decoder::buffer_size.
  • Return error instead of using asssertion for Avif decoder unsupported or
    invalid bit depth.
rust-itertools/itertools (itertools)

v0.13.0

Compare Source

Breaking
  • Removed implementation of DoubleEndedIterator for ConsTuples (#​853)
  • Made MultiProduct fused and fixed on an empty iterator (#​835, #​834)
  • Changed iproduct! to return tuples for maxi one iterator too (#​870)
  • Changed PutBack::put_back to return the old value (#​880)
  • Removed deprecated repeat_call, Itertools::{foreach, step, map_results, fold_results} (#​878)
  • Removed TakeWhileInclusive::new (#​912)
Added
  • Added Itertools::{smallest_by, smallest_by_key, largest, largest_by, largest_by_key} (#​654, #​885)
  • Added Itertools::tail (#​899)
  • Implemented DoubleEndedIterator for ProcessResults (#​910)
  • Implemented Debug for FormatWith (#​931)
  • Added Itertools::get (#​891)
Changed
  • Deprecated Itertools::group_by (renamed chunk_by) (#​866, #​879)
  • Deprecated unfold (use std::iter::from_fn instead) (#​871)
  • Optimized GroupingMapBy (#​873, #​876)
  • Relaxed Fn bounds to FnMut in diff_with, Itertools::into_group_map_by (#​886)
  • Relaxed Debug/Clone bounds for MapInto (#​889)
  • Documented the use_alloc feature (#​887)
  • Optimized Itertools::set_from (#​888)
  • Removed badges in README.md (#​890)
  • Added "no-std" categories in Cargo.toml (#​894)
  • Fixed Itertools::k_smallest on short unfused iterators (#​900)
  • Deprecated Itertools::tree_fold1 (renamed tree_reduce) (#​895)
  • Deprecated GroupingMap::fold_first (renamed reduce) (#​902)
  • Fixed Itertools::k_smallest(0) to consume the iterator, optimized Itertools::k_smallest(1) (#​909)
  • Specialized Combinations::nth (#​914)
  • Specialized MergeBy::fold (#​920)
  • Specialized CombinationsWithReplacement::nth (#​923)
  • Specialized FlattenOk::{fold, rfold} (#​927)
  • Specialized Powerset::nth (#​924)
  • Documentation fixes (#​882, #​936)
  • Fixed assert_equal for iterators longer than i32::MAX (#​932)
  • Updated the must_use message of non-lazy KMergeBy and TupleCombinations (#​939)
Notable Internal Changes
  • Tested iterator laziness (#​792)
  • Created CONTRIBUTING.md (#​767)

v0.12.1

Compare Source

Added
  • Documented iteration order guarantee for Itertools::[tuple_]combinations (#​822)
  • Documented possible panic in iterate (#​842)
  • Implemented Clone and Debug for Diff (#​845)
  • Implemented Debug for WithPosition (#​859)
  • Implemented Eq for MinMaxResult (#​838)
  • Implemented From<EitherOrBoth<A, B>> for Option<Either<A, B>> (#​843)
  • Implemented PeekingNext for RepeatN (#​855)
Changed
  • Made CoalesceBy lazy (#​801)
  • Optimized Filter[Map]Ok::next, Itertools::partition, Unique[By]::next[_back] ([#​

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.52%. Comparing base (3c3a26f) to head (bb00df3).
Report is 19 commits behind head on master.

Current head bb00df3 differs from pull request most recent head c8692ba

Please upload reports for the commit c8692ba to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3342   +/-   ##
=======================================
  Coverage   88.52%   88.52%           
=======================================
  Files          89       89           
  Lines       28323    28323           
=======================================
  Hits        25074    25074           
  Misses       3249     3249           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2a433bf to 602d5e0 Compare January 23, 2024 00:05
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jan 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7ff0278 to d057c34 Compare January 28, 2024 01:43
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jan 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bb00df3 to e13f0af Compare February 3, 2024 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aa81e89 to 91255f8 Compare February 8, 2024 19:08
@shssoichiro
Copy link
Collaborator

Looks like clap 4.5 is wanting rustc 1.74. Didn't we talk about potentially bumping the rustc version in another PR? That may have been on another repo though, so I could be wrong. Rust 1.74 is currently 15 months old.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0dd9f05 to dc8e784 Compare February 18, 2024 20:00
@FreezyLemon
Copy link
Contributor

Looks like clap 4.5 is wanting rustc 1.74. [...] Rust 1.74 is currently 15 months old.

Rust 1.74 released in November 2023, so it's only ~3 months old at this point.

FYI: 1.70 (the current MSRV) is from June 2023

@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Feb 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f0cf08c to 8c4fcb7 Compare February 26, 2024 09:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8c4fcb7 to 4159c06 Compare March 4, 2024 19:10
@shssoichiro
Copy link
Collaborator

Oh, I can't read apparently. Somehow I thought it was 2022. Well, let me see if I can adjust this thing to exclude clap 4.5 for now.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bd86aa5 to ee47934 Compare March 5, 2024 15:39
@shssoichiro
Copy link
Collaborator

This is cursed. It's still trying to pull clap_derive 4.5.0 even though we've told it not to. Weird.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1439df6 to 6f4f48e Compare March 17, 2024 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e6ac89c to f468b05 Compare April 2, 2024 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f468b05 to 08d35f6 Compare April 9, 2024 18:34
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 186ee5f to 124c5e8 Compare April 20, 2024 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 124c5e8 to f69277d Compare May 1, 2024 10:40
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7db1965 to b98806c Compare May 5, 2024 09:23
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 703a5cf to 71833ab Compare May 8, 2024 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 62da38a to d400b1d Compare May 21, 2024 11:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d400b1d to c8692ba Compare May 21, 2024 23:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants