chore(deps): update all non-major packages >= 1.0#8882
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update all non-major packages >= 1.0#8882renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
Contributor
Author
|
✅ Docs preview has no changesThe preview was not built because there were no changes. Build ID: 4ad290bc735d36cc0db3cb13 ✅ AI Style Review — No Changes DetectedNo MDX files were changed in this pull request. Review Log: View detailed log
|
Contributor
|
@renovate[bot], please consider creating a changeset entry in |
8956cbe to
73760e3
Compare
5fc5d1a to
873881e
Compare
873881e to
2740d74
Compare
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.
This PR contains the following updates:
1.0.100→1.0.1021.0.100→1.0.1027.0.17→7.2.17.0.17→7.2.11.8.12→1.8.141.2.11→1.2.131.3.7→1.4.11.2.7→1.2.131.1.5→1.1.111.9.3→1.11.51.3.11→1.3.131.8.2→1.8.34.5.53→4.5.601.1.7→1.1.92.12.1→2.13.01.45.1→1.46.31.45.1→1.46.32.7.6→2.8.02.7.6→2.8.01.12.2→1.12.31.23.6→1.24.01.23.6→1.24.08.9.0→8.11.01.0.22→1.0.231.2.0→1.2.11.0.148→1.0.1491.0.148→1.0.1493.1.1→3.1.23.24.0→3.26.03.24.0→3.26.02.0.17→2.0.181.48.0→1.49.01.48.0→1.49.02.5.7→2.5.81.19.0→1.21.0featurechangeset to alert users of the upgrade!Release Notes
dtolnay/anyhow (anyhow)
v1.0.102Compare Source
v1.0.101Compare Source
async-graphql/async-graphql (async-graphql)
v7.2.0trace_scalarsoption to Tracing and OpenTelemetry extensions #1781jiffsupport #1778v7.1.0From<Option<T>>forConstValue#1739v7.0.19v7.0.181.89.0BLAKE3-team/BLAKE3 (blake3)
v1.8.3Compare Source
version 1.8.3
Changes since 1.8.2:
Hash::as_slice.computing (though not dereferencing) an out-of-bounds pointer using
addrather thanwrapping_add. I'm not aware of any observableconsequences of this bug. See #507.
stdCargofeature in the
blake3crate.improvements to the CMake build.
clap-rs/clap (clap)
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helprust-lang/flate2-rs (flate2)
v1.1.9: - upgrade zlib-rs to version0.6.0Compare Source
What's Changed
zlib-rsfor crc32 (when available) by @folkertdev in #5260.6.0by @folkertdev in #529New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.8...1.1.9
v1.1.8Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.7...1.1.8
indexmap-rs/indexmap (indexmap)
v2.13.0Compare Source
CloneforIntoKeysandIntoValues.map::Slice::split_at_checkedandsplit_at_mut_checked.set::Slice::split_at_checked.mitsuhiko/insta (insta)
v1.46.3Compare Source
v1.46.2Compare Source
leading_space()function incorrectly treated\ras indentation, causing carriage returns to be stripped from snapshot content. #866< 0.4.17upper bound on globset dependency. #864v1.46.1Compare Source
with_settings!macro. #858v1.46.0Compare Source
INSTA_PENDING_DIRenvironment variable for Bazel and other hermetic build systems. When set, pending snapshots are written to a separate directory while keeping the source tree read-only. We are very open to feedback on this feature. #852test.runner_fallbackconfig key. #853BurntSushi/memchr (memchr)
v2.8.0Compare Source
rust-lang/regex (regex)
v1.12.3Compare Source
===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.
Improvements:
Switch from a Cargo
excludelist to anincludelist, and exclude someunnecessary stuff.
rhaiscript/rhai (rhai)
v1.24.0==============
Breaking Changes
stdwebsupport is removed. The feature flagstdwebis also removed. Usewasm-bindgeninstead.web-timeis used for WASM targets instead ofinstant, which is no longer maintained #1063.Bug fixes
sorton an array with a comparer function that does not implement a total order #1058.Enhancements
@phsym#1050).if cond1 { if cond2 { ... } }intoif cond1 && cond2 { ... }.sortfor arrays is also aliased tosort_by.sort_desc,order,order_byandorder_descare added to arrays.sorton an array containing unsupported element types.New features
AST::new_from_moduleis added to create anASTfrom a sharedModule.dtolnay/ryu (ryu)
v1.0.23Compare Source
randdev dependency to 0.10GREsau/schemars (schemars)
v1.2.1Compare Source
Fixed
transformattributes are now applied after the schema is otherwise fully constructed. In particular, they're now applied after all other attributes are processed. (#505)serde-rs/json (serde_json)
v1.0.149Compare Source
ijackson/rust-shellexpand (shellexpand)
v3.1.2Compare Source
Stebalien/tempfile (tempfile)
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.dtolnay/thiserror (thiserror)
v2.0.18Compare Source
needless_lifetimes = "forbid"(#443, thanks @LucaCappelletti94)tokio-rs/tokio (tokio)
v1.49.0: Tokio v1.49.0Compare Source
1.49.0 (January 3rd, 2026)
Added
TCLASSoption on IPv6 (#7781)runtime::id::Id(#7125)ExtendforJoinSet(#7195)LocalSet::id()(#7776)Changed
{TcpStream,TcpSocket}::set_linger(#7752)Fixed
join!andtry_join!(#7766)TryRecvError::DisconnectedfromReceiver::try_recvafterReceiver::close(#7686)Debugimplementation (#7720)Unstable
EINTRinfs::writefor io-uring (#7786)tokio::fs::read(#7696)EPERM(#7724)Documented
bounded.rsandpark.rs(#7817)SyncIoBridgecross-references tocopyandcopy_buf(#7798)AsyncWritedoes not inherit fromstd::io::Write(#7705)num_alive_tasksis not strongly consistent (#7614)TcpStream::peek(#7305)unix::OwnedWriteHalf(#7742)TcpSocketdocs (#7738)LocalRuntimeinnew_current_threaddocs (#7820)mpsc::Sender::try_senddocs (#7721)oneshot::Receiver(#7780)errorsof mpsc (#7722)spawn_localusage on local runtime (#7689)servo/rust-url (url)
v2.5.8Compare Source
uuid-rs/uuid (uuid)
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0
v1.20.0Compare Source
What's Changed
macro-diagnosticsby @KodrAus in #856New Contributors
Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0
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.
This PR was generated by Mend Renovate. View the repository job log.