fix(deps): update auto merged updates #1566
Merged
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.
Edited by @cgwalters to drop out oci-spec due to youki-dev/oci-spec-rs#288
This PR contains the following updates:
1.0.98
->1.0.99
1.1.11
->1.1.12
4.5.43
->4.5.46
0.2.174
->0.2.175
1.11.1
->1.11.2
1.0.142
->1.0.143
2.0.12
->2.0.16
0.3.19
->0.3.20
Release Notes
dtolnay/anyhow (anyhow)
v1.0.99
Compare Source
camino-rs/camino (camino)
v1.1.12
Compare Source
Added
Utf8PathBuf::from_os_string
andUtf8Path::from_os_str
conversions.TryFrom<OsString> for Utf8PathBuf
andTryFrom<&OsStr> for &Utf8Path
conversions.Thanks to BenjaminBrienen for your first contribution!
clap-rs/clap (clap)
v4.5.46
Compare Source
Features
StyledStr::push_str
v4.5.45
Compare Source
Fixes
ValueEnum
variants now use the full doc comment, not summary, forPossibleValue::help
v4.5.44
Compare Source
Features
Command::mut_subcommands
rust-lang/libc (libc)
v0.2.175
Compare Source
Added
getpeereid
(#4524)struct ld_info
and friends (#4578)struct winsize
(#4577)CLONE_CLEAR_SIGHAND
andCLONE_INTO_CGROUP
(#4502)prctl
constants (#4531)mcontext_t.mc_tlsbase
(#4503)kinfo_proc.ki_uerrmsg
(#4552)in_conninfo
(#4482)xinpgen
and related types (#4482)xktls_session
(#4482)libbsd
(#4221)SECBIT_*
(#4480)ioctl
request generator macros (#4460)ptsname_r
(#4608)strftime*
(#4453)EXEC_RESTRICT_*
andEXEC_DENY_*
(#4545)Changed
const
to signatures to be consistent with other platforms (#4563)Fixed
struct statvfs.f_fsid
(#4576)ioctl
request
argument (#4582)stat{,64}.st_*tim
(#4597)errno
values (#4507)target_os
->target_arch
check (#4550)xktls_session_onedir.ifnet
(#4552)nlink_t
(#4509)stack_t
(#4528)SI_TIMER
,SI_MESGQ
andSI_ASYNCIO
definitions (#4529)si_errno
andsi_code
insiginfo_t
(#4530)statfs
(#4527)fanotify_event_metadata
(#4510)enum fae_action
to be#[repr(C)]
(#60a8cfd5)char
->c_char
(eaab4fc3)termios
definitions (#4518)EDEADLK
(#4517)NCCS
(#4513)MAP_LOCKED
andMAP_NORESERVE
(#4516)shmid_ds
(#4519)Deprecated
MAP_32BIT
is only defined on x86 on non-x86 architectures (#4511)Removed
FIND
andENTER
(#4588)O_FSYNC
(#4515)RTLD_DEEPBIND
(#4515)youki-dev/oci-spec-rs (oci-spec)
v0.8.2
Compare Source
What's Changed
Other Changes
New Contributors
Full Changelog: youki-dev/oci-spec-rs@v0.8.1...v0.8.2
rust-lang/regex (regex)
v1.11.2
Compare Source
===================
This is a new patch release of
regex
with some minor fixes. A larger numberof typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock
.Improvements:
Switch recommendation from
once_cell
tostd::sync::LazyLock
.Add
DFA::set_prefilter
toregex-automata
.Bug fixes:
Remove
std
dependency fromperf-literal-multisubstring
crate feature.Clarify the meaning of
(?R)$
in the documentation.Remove
fuzz/
andrecord/
directories from published crate on crates.io.serde-rs/json (serde_json)
v1.0.143
Compare Source
dtolnay/thiserror (thiserror)
v2.0.16
Compare Source
v2.0.15
Compare Source
Error::provide
API becoming unavailable from a future new compiler lint (#427)v2.0.14
Compare Source
v2.0.13
Compare Source
tokio-rs/tracing (tracing-subscriber)
v0.3.20
: tracing-subscriber 0.3.20Compare Source
Security Fix: ANSI Escape Sequence Injection (CVE-TBD)
Impact
Previous versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:
In isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.
Solution
Version 0.3.20 fixes this vulnerability by escaping ANSI control characters in when writing events to destinations that may be printed to the terminal.
Affected Versions
All versions of tracing-subscriber prior to 0.3.20 are affected by this vulnerability.
Recommendations
Immediate Action Required: We recommend upgrading to tracing-subscriber 0.3.20 immediately, especially if your application:
Migration
This is a patch release with no breaking API changes. Simply update your Cargo.toml:
Acknowledgments
We would like to thank zefr0x who responsibly reported the issue at
security@tokio.rs
.If you believe you have found a security vulnerability in any tokio-rs project, please email us at
security@tokio.rs
.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 has been generated by Renovate Bot.