-
Notifications
You must be signed in to change notification settings - Fork 280
fix(deps): update all non-major dependencies #3342
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
2a433bf to
602d5e0
Compare
7ff0278 to
d057c34
Compare
bb00df3 to
e13f0af
Compare
aa81e89 to
91255f8
Compare
|
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. |
0dd9f05 to
dc8e784
Compare
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 |
dc8e784 to
989b0dc
Compare
f0cf08c to
8c4fcb7
Compare
8c4fcb7 to
4159c06
Compare
|
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. |
bd86aa5 to
ee47934
Compare
|
This is cursed. It's still trying to pull clap_derive 4.5.0 even though we've told it not to. Weird. |
186ee5f to
124c5e8
Compare
124c5e8 to
f69277d
Compare
7db1965 to
b98806c
Compare
703a5cf to
71833ab
Compare
d400b1d to
c8692ba
Compare
b979544 to
c3ece43
Compare
c3ece43 to
84d77e3
Compare
84d77e3 to
c3c48e8
Compare
This PR contains the following updates:
0.5.0->0.6.02.0.12->2.0.130.3.69->0.3.722.2.0->2.3.00.7.1->0.7.31.0.83->1.0.984.4.17->4.4.184.4.7->4.4.100.15.7->0.15.80.8.3->0.8.40.24.8->0.25.00.2.151->0.2.1550.4.20->0.4.211.0.4->1.0.60.4.1->0.4.20.2.17->0.2.191.0.14->1.0.15v2.3->v2.41.0.13->1.0.151.0.20->1.0.231.0.193->1.0.2036.2.0->6.2.21.0.52->1.0.610.8.8->0.8.140.7.1->0.7.20.3.7->0.3.80.2.90->0.2.92Release Notes
assert-rs/assert_cmd (assert_cmd)
v2.0.13Compare Source
Internal
rust-lang/backtrace-rs (backtrace)
v0.3.72Compare Source
This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.
If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.
What's Changed
objectandaddr2linedependencies by @a1phyr in https://github.com/rust-lang/backtrace-rs/pull/612libbacktraceandgimli-symbolizefeatures by @Enselic in https://github.com/rust-lang/backtrace-rs/pull/615New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72
v0.3.71Compare 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.70Compare Source
New API
BacktraceFramecan now haveresolve(&mut self)called on it thanks to @fraillt in https://github.com/rust-lang/backtrace-rs/pull/526Platform Support
We added support for new platforms in this release!
Windows
thumbv7a-*-windows-msvctargets by @kleisauke in https://github.com/rust-lang/backtrace-rs/pull/573SGX
Thanks to
Internals
We did a bunch more work on our CI and internal cleanups
addr_of!by @GrigorenkoPV in https://github.com/rust-lang/backtrace-rs/pull/585symbolize/gimli/stash.rsby @onur-ozkan in https://github.com/rust-lang/backtrace-rs/pull/586New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.69...0.3.70
tuffy/bitstream-io (bitstream-io)
v2.3.0Compare Source
lukaslueg/built (built)
v0.7.3Compare Source
Added
v0.7.2Compare Source
Changed
rustdocis missingrust-lang/cc-rs (cc)
v1.0.98Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/cc-rs@1.0.97...1.0.98
v1.0.97Compare Source
What's Changed
regenerate-target-info.ymlby @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1060New Contributors
Full Changelog: rust-lang/cc-rs@1.0.96...1.0.97
v1.0.96Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/cc-rs@1.0.95...1.0.96
v1.0.95Compare Source
What's Changed
try_acquireby @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1037Full Changelog: rust-lang/cc-rs@1.0.94...1.0.95
v1.0.94Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/cc-rs@1.0.93...1.0.94
v1.0.93Compare Source
What's Changed
Full Changelog: rust-lang/cc-rs@1.0.92...1.0.93
v1.0.92Compare Source
What's Changed
Full Changelog: rust-lang/cc-rs@1.0.91...1.0.92
v1.0.91Compare Source
What's Changed
$compiler -vby @NobodyXu in https://github.com/rust-lang/cc-rs/pull/1000New Contributors
Full Changelog: rust-lang/cc-rs@1.0.90...1.0.91
v1.0.90Compare Source
What's Changed
--targetwhen targeting Android on non-Windows platforms by @dpaoliello in https://github.com/rust-lang/cc-rs/pull/991New Contributors
Full Changelog: rust-lang/cc-rs@1.0.89...1.0.90
v1.0.89Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/cc-rs@1.0.88...1.0.89
v1.0.88Compare Source
What's Changed
/System/iOSSupportto header/library search paths on Mac Catalyst by @madsmtm in https://github.com/rust-lang/cc-rs/pull/961New Contributors
Full Changelog: rust-lang/cc-rs@1.0.87...1.0.88
v1.0.87Compare Source
What's Changed
printlns by @amaanq in https://github.com/rust-lang/cc-rs/pull/960New Contributors
Full Changelog: rust-lang/cc-rs@1.0.86...1.0.87
v1.0.86Compare Source
What's Changed
--jobserver-authwins by @NobodyXu in https://github.com/rust-lang/cc-rs/pull/949New Contributors
Full Changelog: rust-lang/cc-rs@1.0.85...1.0.86
v1.0.85Compare Source
What's Changed
--for files intry_expand(like in #514) by @pashokitsme in https://github.com/rust-lang/cc-rs/pull/911cargo_warningsconfig to control the use of the cargo warning instruction by @scootermon in https://github.com/rust-lang/cc-rs/pull/917New Contributors
Full Changelog: rust-lang/cc-rs@1.0.84...1.0.85
v1.0.84Compare Source
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
ccin configurations not covered by our tests.feature = parallel), which should be more efficient. (https://github.com/rust-lang/cc-rs/pull/889).armasm[64].exe(https://github.com/rust-lang/cc-rs/pull/867, https://github.com/rust-lang/cc-rs/pull/868, https://github.com/rust-lang/cc-rs/pull/869, https://github.com/rust-lang/cc-rs/pull/857)is_flag_supported(https://github.com/rust-lang/cc-rs/pull/839, https://github.com/rust-lang/cc-rs/pull/886)*-apple-tvosand*-apple-tvos-simtargets (https://github.com/rust-lang/cc-rs/pull/881, https://github.com/rust-lang/cc-rs/pull/704)rustc --print deployment-targetwhen available (https://github.com/rust-lang/cc-rs/pull/848, https://github.com/rust-lang/cc-rs/pull/872)remove_flagfunction to remove flags which have been added withadd_flag(https://github.com/rust-lang/cc-rs/pull/885)-m32/-mx32/-m64flags are passed (https://github.com/rust-lang/cc-rs/pull/709)-isysrootis passed on Apple targets (https://github.com/rust-lang/cc-rs/pull/703) and how MSVC version is detected on Windows (https://github.com/rust-lang/cc-rs/pull/696).As always, please file bugs if you hit issues.
ccis 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.18Compare Source
Fixes
usagefeature, ensure the list of required arguments is uniqueclap-rs/clap (clap_complete)
v4.4.10Compare Source
Fixes
v4.4.9Compare Source
Features
ValueHint::FilePathValueHint::DirPathValueHint::Otherv4.4.8Compare Source
Fixes
console-rs/console (console)
v0.15.8Compare Source
Enhancements
wasm32-unknown-emscriptentarget. (#179)read_line_initial_textnow retains the initial prefix. (#190)Bugfixes
Termto get terminal size (#186)read_lineandread_line_initial_text's behavior. (#181)msys_tty_on. (#183)crossbeam-rs/crossbeam (crossbeam)
v0.8.4Compare Source
cfg-if. (#1072)image-rs/image (image)
v0.25.1Compare Source
Bug fixes:
channel.
ImageFormat::{reading_enabled, writing_enabled}.v0.25.0Compare Source
Breaking changes:
BufRead+Seekbound on many decoders.ExtendedColorTypeinstead ofColorTypewhen encoding.ImageOutputFormat,GenericImageView::bounds, and several otherdeprecated items.
ImageDecoderso the traitis object safe.
repr(transparent)rather thanrepr(C).Structural changes:
Codec changes:
v0.24.9Compare Source
Structural changes:
New features:
from GenericImageView.
Bug fixes:
invalid bit depth.
rust-lang/libc (libc)
v0.2.155Compare Source
What's Changed
SYS_lseekandSYS_mmapfor aarch64 Android by @lberrymage in https://github.com/rust-lang/libc/pull/3632Configuration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.