-
Notifications
You must be signed in to change notification settings - Fork 0
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
⬆️ deps: Update dependencies (non-major) #53
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/dependencies-(non-major)
base: master
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.
Conversation
This file contains 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
CodSpeed Performance ReportMerging #53 will not alter performanceComparing Summary
|
Pull Request Test Coverage Report for Build 12590683973Details
💛 - Coveralls |
renovate
bot
force-pushed
the
renovate/dependencies-(non-major)
branch
2 times, most recently
from
November 16, 2024 13:31
12a235e
to
fe1cf45
Compare
renovate
bot
force-pushed
the
renovate/dependencies-(non-major)
branch
4 times, most recently
from
December 2, 2024 09:22
8026f12
to
92addd2
Compare
renovate
bot
force-pushed
the
renovate/dependencies-(non-major)
branch
4 times, most recently
from
December 9, 2024 13:36
3ed7686
to
adc4459
Compare
renovate
bot
force-pushed
the
renovate/dependencies-(non-major)
branch
5 times, most recently
from
December 19, 2024 07:45
d6b2e80
to
7978bdb
Compare
renovate
bot
force-pushed
the
renovate/dependencies-(non-major)
branch
from
December 22, 2024 12:51
7978bdb
to
928aac6
Compare
renovate
bot
force-pushed
the
renovate/dependencies-(non-major)
branch
from
January 3, 2025 00:23
928aac6
to
0b723aa
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.93
->1.0.95
0.4.38
->0.4.39
4.5.21
->4.5.23
2.1.0
->2.2.0
v2.3.1
->v2.3.4
0.7.0
->0.7.1
1.40.0
->1.42.0
0.2.162
->0.2.169
3.14.0
->3.15.0
1.41.1
->1.42.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)v1.0.94
Compare Source
chronotope/chrono (chrono)
v0.4.39
: 0.4.39Compare Source
What's Changed
from_timestamp_nanos()
by @sgoll in https://github.com/chronotope/chrono/pull/1591NaiveWeek
methods by @bragov4ik in https://github.com/chronotope/chrono/pull/1600PartialEq
,Eq
,Hash
,Copy
andClone
onNaiveWeek
by @DSeeLP in https://github.com/chronotope/chrono/pull/1618#[inline]
tonum_days
by @CommanderStorm in https://github.com/chronotope/chrono/pull/1627clap-rs/clap (clap)
v4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
mackwic/colored (colored)
v2.2.0
Compare Source
coverallsapp/github-action (coverallsapp/github-action)
v2.3.4
Compare Source
What's Changed
coverage-reporter-platform
input option by @afinetooth in https://github.com/coverallsapp/github-action/pull/233coverage-reporter
onaarch64
, we need to provide users of ourgithub-action
the ability to select this architecture-specific version ofcoverage-reporter
when they're using anaarch64
/arm64
runner in CI.Full Changelog: coverallsapp/github-action@v2...v2.3.4
v2.3.3
Compare Source
What's Changed
Full Changelog: coverallsapp/github-action@v2...v2.3.3
v2.3.2
Compare Source
What's Changed
coverage-reporter-version
option is recognized by @afinetooth in https://github.com/coverallsapp/github-action/pull/229build-number
to supported inputs options by @afinetooth and @brianatgather in https://github.com/coverallsapp/github-action/pull/228sha256sum
command flag to be compatible withalpine
linux distros by @afinetooth and @jdebbink in https://github.com/coverallsapp/github-action/pull/227New Contributors
Full Changelog: coverallsapp/github-action@v2.3.1...v2.3.2
daboross/fern (fern)
v0.7.1
Compare Source
==================
mitsuhiko/insta (insta)
v1.42.0
Compare Source
snapshot_type: text
in their metadata. Forcontext, we originally added this in the prior release (1.41.0) to support
binary snapshots, but some folks disliked the diff noise on any snapshot
changes, and the maintainers' weighted votes favored reverting. I apologize
that this will cause some additional churn for those who used
cargo test --force-update-snapshots
to update their snapshots to the 1.41 format;running this again with 1.42 will remove those metadata entries. To confirm:
this doesn't affect whether snapshot tests pass or fail — the worst impact is
some additional diffs in metadata. #690
cargo-insta
before running tests. Instead, running a test will overwrite orremove its own pending snapshot. To remove all pending snapshots, use
cargo insta reject
or run tests with--unreferenced=delete
. #651insta::internals::SettingsBindDropGuard
(returned fromSettings::bind_to_scope
) no longer implementsSend
. This was incorrect andany tests relying on this behavior where not working properly. Fixes #694 in
#695 by @jalil-salame
v1.41.1
Compare Source
v1.41.0
Compare Source
Experimental support for binary snapshots. #610 (Florian Plattner)
--force-update-snapshots
now causescargo-insta
to write every snapshot, regardless of whethersnapshots fully match, and now implies
--accept
. Thisallows for
--force-update-snapshots
to update inline snapshots'delimiters and indentation.
For the previous behavior of
--force-update-snapshots
, which limited writes tosnapshots which didn't fully match, use
--require-full-match
.The main difference between
--require-full-match
and the existing behavior of--force-update-snapshots
is a non-zero exit code on any snapshots which don't fully match.
Like the previous behavior of
--force-update-snapshots
,--require-full-match
doesn't track inline snapshots' delimiters or
indentation, so can't update if those don't match. #644
Inline snapshots only use
#
characters as delimiters when required. #603Warnings for undiscovered snapshots are more robust, and include files with
custom snapshot extensions. #637
Insta runs correctly on packages which reference rust files in a parent path. #626
Warnings are printed when any snapshot uses a legacy format. #599
cargo insta --version
now prints a version. #665insta
now internally usesINSTA_UPDATE=force
rather thanINSTA_FORCE_UPDATE=1
. (This doesn't affect users ofcargo-insta
, whichhandles this internally.) #482
cargo-insta
's integration tests continue to grow over the past couple of versions,and now offer coverage of most of
cargo-insta
's interface.rust-lang/libc (libc)
v0.2.169
Compare Source
Added
sockaddr_vm
definition #4194Fixed
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 tolibc
, including the following specific pull requests:c_char
with a reexport #4195c_char
on various targets #4199c_char
configuration fromrust-lang/rust
#4198Cleanup
c_void
in target-specific code #4200v0.2.168
Compare Source
Added
IFA_*
constants available on all Linux targets #4185MAP_DROPPABLE
#4173SIGRTMIN
andSIGRTMAX
#4171memccpy
andmempcpy
GNU extension [https://github.com/rust-lang/libc/pull/4186](https://github.com/rust-lang/libc/pull/4186)6.Deprecated
Fixed
Debug
implementation for unions opaque (#4176)Other
unpredictable_function_pointer_comparisons
lint where needed #4177v0.2.167
Compare Source
Added
st_fstype
tostat
#4145intptr_t
anduintptr_t
(#4161)Fixed
rustc-dep-of-std
#4158clockid_t
static variables (#4157)Cleanup
unused_qualifications
#4132Other
wasm32-wasi
#4157Removed
v0.2.166
Compare Source
Fixed
This release resolves two cases of unintentional breakage from the previous release:
const extern
functions are always enabled #4151v0.2.165
Compare Source
Added
mkostemp
,mkostemps
#3601in6_ifreq
#3617sysctl
net types #4022 (before release: removeif_family_id
(#4137))kcmp
call support #3746MAP_32BIT
andMAP_EXCL
#4127domainname
field toutsname
(#4089)f_flags
to structstatfs
for arm, mips, powerpc and x86 #3663malloc_stats
#3596ptp_*
structs #4113ptp_clock_caps
#4128ptp_pin_function
and mostPTP_
constants #4114mount_setattr
syscall #4046len8_dlc
field ofcan_frame
#3357utmpx
API #3213mcontext
-related data for RISCV64 #3468netinet
constants #3586)_POSIX_VDISABLE
(#4103)const extern fn
macro works #4134std
#3616htonl
,htons
,ntohl
,ntohs
#3669aligned_alloc
#3843aligned_realloc
#3592Fixed
MAP_HASSEMAPHORE
name (#4127)SA_*
mismatched types (#3211)Elf{32,64}_Relr
-related tests #3647loongarch64-linux-musl
riscv64gc-unknown-freebsd
#4129Deprecated
iconv_open
25e022a
mach_task_self
#4095mach
deprecation notices for things that were removed inmain
#4097Cleanup
f!
macro to be more flexible #4107libc_align
conditionalb5b553d
libc_cfg_target_vendor
conditional #4060libc_const_size_of
conditional5a43dd2
libc_core_cvoid
conditional #4060libc_int128
conditional #4060libc_non_exhaustive
conditional #4060libc_packedN
conditional #4060libc_priv_mod_use
conditional19c5937
libc_union
conditionalb9e4d80
long_array
conditional #4096ptr_addr_of
conditional #4065struct_formatter
#4074d63be8b
siginfo_t
(#3261)27ee6fe
77de375
Other
fanotify_event_info_fid
to FAM-exempt types #4038loongarch64-unknown-linux-musl
#4092aarch64-apple-darwin
not a nightly-only target #4068libc_const_extern_fn
conditional674cc1f
libc_underscore_const_names
conditionalf0febd5
git-blame-ignore-revs
file #4107ATF_*
constants for OpenBSD #4088v0.2.164
Compare Source
MSRV
This release increases the MSRV of
libc
to 1.63.Other
v0.2.163
Compare Source
Added
dlopen
flags #4044TCP_FUNCTION_BLK
andTCP_FUNCTION_ALIAS
#4047confstr
#3612aio
#4033arc4random*
#3944Changed
ssize_t = isize
#4029confstr
anducontext_t
#4035Other
i686-unknown-freebsd
#3997sort
do not depend on locale #4026rust-version
inCargo.toml
#4041Stebalien/tempfile (tempfile)
v3.15.0
Compare Source
Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#314). This resolves a potential DoS vector (#178) while avoiding
getrandom
in the common case where it's necessary. The feature is optional but enabled by default via thegetrandom
feature.For libc-free builds, you'll either need to disable this feature or opt-in to a different
getrandom
backend.tokio-rs/tokio (tokio)
v1.42.0
: Tokio v1.42.0Compare Source
1.42.0 (Dec 3rd, 2024)
Added
AsyncFd::{try_io, try_io_mut}
(#6967)Fixed
ptr->ref->ptr
roundtrip in RegistrationSet (#6929)yield_now
insideblock_in_place
(#6999)Changes
Documented
tokio::net::unix::{pid_t, gid_t, uid_t}
(#6791)Instant
docs (#6982)Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), 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.