-
Notifications
You must be signed in to change notification settings - Fork 3
Update all non-major dependencies #32
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Contributor
Author
|
8081335 to
56a6f82
Compare
de6c11c to
30960a7
Compare
30960a7 to
68ba94e
Compare
8962299 to
2a9e9ad
Compare
42edd69 to
2e08fa7
Compare
53d5a78 to
86b7cce
Compare
222fb95 to
b26050b
Compare
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.86->1.0.891.0.86->1.0.894.5.16->4.5.200.2.158->0.2.1598.3.2->8.3.33.12->3.131.10.6->1.11.01.0.204->1.0.2101.0.122->1.0.1283.9.0->3.11.00.216.0->0.219.00.216.0->0.219.0Release Notes
dtolnay/anyhow (anyhow)
v1.0.89Compare Source
UnwindSafeandRefUnwindSafeimpl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88Compare Source
v1.0.87Compare Source
Error::newandError::chain, in no-std mode on Rust 1.81+ (#383)clap-rs/clap (clap)
v4.5.20Compare Source
Features
CommandExtv4.5.19Compare Source
Internal
v4.5.18Compare Source
Features
Arg::get_display_orderandCommand::get_display_orderv4.5.17Compare Source
Fixes
rust-lang/libc (libc)
v0.2.159Compare Source
Added
AT_*constants in #3779NOTE_*constants in #3883__timevalfor 64-bit support in #3786epoll_pwait2in #3868mq_notifyin #3849NFT_CT_*constants in #3844fchmodat2syscall in #3588msealsyscall in #3798sendmmsgandrecvmmsgin #3831IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin #3693S_ISVTXin #3768vxCpuLibandtaskLibfunctions #3861std::netsupport in #3892Fixed
clippy-driveris used #3893Changed
ioctlAPIs in #3722pytest-dev/pytest (pytest)
v8.3.3Compare Source
pytest 8.3.3 (2024-09-09)
Bug fixes
#12446: Avoid calling
@property(and other instance descriptors) during fixture discovery -- byasottile{.interpreted-text role="user"}#12659: Fixed the issue of not displaying assertion failure differences when using the parameter
--import-mode=importlibin pytest>=8.1.#12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.
#12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by
Avasam{.interpreted-text role="user"}#12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
#6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in
assert condition, msg).#9422: Fix bug where disabling the terminal plugin via
-p no:terminalwould cause crashes related to missing theverboseoption.-- by
GTowers1{.interpreted-text role="user"}Improved documentation
Miscellaneous internal changes
rust-lang/regex (regex)
v1.11.0Compare Source
===================
This is a new minor release of
regexthat brings in an update to theUnicode Character Database. Specifically, this updates the Unicode data
used by
regexinternally to the version 16 release.New features:
Add new
regex::SetMatches::matched_allmethod.Update to Unicode Character Database (UCD) version 16.
serde-rs/serde (serde)
v1.0.210Compare Source
IpAddrandSocketAddrin no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)serde::ser::StdErrorandserde::de::StdErrorequivalent tocore::error::Erroron Rust 1.81+ (#2818)v1.0.209Compare Source
v1.0.208Compare Source
flattenfield (#2802, thanks @jonhoo)v1.0.207Compare Source
flattenattribute andskip_serializing/skip_deserializing(#2795, thanks @Mingun)v1.0.206Compare Source
flattenattribute inside of enums (#2567, thanks @Mingun)v1.0.205Compare Source
serde-rs/json (serde_json)
v1.0.128Compare Source
v1.0.127Compare Source
v1.0.126Compare Source
v1.0.125Compare Source
v1.0.124Compare Source
v1.0.123Compare Source
jonasbb/serde_with (serde_with)
v3.11.0: serde_with v3.11.0Compare Source
Added
Add support for
hashbrownv0.15 (#787/#790)This extends the existing support for
hashbrownv0.14 to the newly released version.v3.10.0: serde_with v3.10.0Compare Source
Added
Add newline separator by @jayvdb (#777)
The
UnixLineSeparatorandDosLineSeparatorcan be used together withStringWithSeparator.Fixed
Proper handling of
cfg_attrin theserde_asmacro by @sivizius (#782)This allows to parse more valid forms of the
cfg_attrmacro, including multiple values and attribute that do not follow thekey = valueschema.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.