fix(deps): update cargo dependencies - #4
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
4 times, most recently
from
April 4, 2026 17:14
8704880 to
f45d45d
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
4 times, most recently
from
April 14, 2026 02:17
e61cacd to
c7a6f29
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
2 times, most recently
from
April 17, 2026 00:18
15b1d19 to
75c31ea
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
from
April 23, 2026 23:17
75c31ea to
ab79844
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
3 times, most recently
from
May 11, 2026 01:57
393a0be to
19a02ef
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
3 times, most recently
from
May 21, 2026 22:48
f5d74be to
5ffaba6
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
4 times, most recently
from
May 28, 2026 23:49
92b1d3e to
0c9b367
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
3 times, most recently
from
June 4, 2026 14:11
23ad900 to
406c508
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
3 times, most recently
from
June 22, 2026 02:58
c5cf0f1 to
5684f5e
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
6 times, most recently
from
June 29, 2026 13:12
56d7b10 to
91a1c35
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
3 times, most recently
from
July 5, 2026 00:47
c58e959 to
456b137
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
2 times, most recently
from
July 13, 2026 23:48
e44b32b to
f4265c8
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
8 times, most recently
from
July 21, 2026 23:45
17b212b to
f34790b
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
2 times, most recently
from
August 11, 2026 23:36
da853c7 to
5a67c6e
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
2 times, most recently
from
August 22, 2026 13:17
971d930 to
81818bd
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
2 times, most recently
from
August 31, 2026 15:03
32fdb7c to
2665e0d
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
3 times, most recently
from
September 8, 2026 22:46
eda8c7d to
d5c25ed
Compare
renovate
Bot
force-pushed
the
renovate/cargo-dependencies
branch
from
September 15, 2026 12:36
d5c25ed to
e887367
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:
0.4.44→0.4.450.8.4→0.8.50.2.182→0.2.1890.4.29→0.4.341.1.0→1.6.02.4.0→2.5.01.11.0→1.12.00.13.2→0.13.51.0.228→1.0.2291.0.149→1.0.1510.38.3→0.39.02.10.3→2.11.52.5.6→2.6.32.6.0→2.7.32.4.5→2.5.22.3.1→2.3.22.8.0→2.9.12.8.0→2.9.12.3.5→2.3.62.0.18→2.0.201.50.0→1.53.10.59→0.61Release Notes
chronotope/chrono (chrono)
v0.4.45: 0.4.45Compare Source
What's Changed
crossbeam-rs/crossbeam (crossbeam)
v0.8.5Compare Source
rust-lang/libc (libc)
v0.2.189Compare Source
Added
pthread_sigmask,sigwait,sigwaitinfo,sigtimedwait,faccessat, andpthread_kill(#5270)clone3syscall (#4980)CLOCK_PROCESS_CPUTIME_IDandCLOCK_THREAD_CPUTIME_ID(#5274)Deprecated
CLONE_INTO_CGROUPandCLONE_CLEAR_SIGHAND. These overflow their types and will be changed to a larger size in the future. (8c6e6710458d)Fixed
wchar_tdefinition under Arm (#5245)time-related symbols (#5300)v0.2.188Compare Source
Changed
SendandSyncforDIR(35b062263401)These were removed in 0.2.187 because
libcdoes not actually makeSendandSyncguarantees about
DIR(or other extern types), but this caused some crates to break.The traits are added back for now to allow time to migrate, but will be removed again
in the future; please make sure your crates are not relying on
libc::DIR: Sendorlibc::DIR: Sync.v0.2.187Compare Source
This release contains a number of improvements related to 64-bit
time_tconfiguration.Of note the existing
RUST_LIBC_UNSTABLE_*environment variables have been replacedwith configuration options. The new way to use these is:
Being able to set this via
RUSTFLAGSmakes it easier to only apply configuration tospecific targets (and notably, not the host if build scripts are used).
There are two other notable changes:
The 32-bit
windows-gnutargets now respectlibc_unstable_gnu_time_bitsuClibc now supports a similar configuration option:
RUSTFLAGS='--cfg=libc_unstable_uclibc_time64'As a reminder, these options are under active development and may change in the future
(hence the "unstable" in the name). It likely that we will harmonize everything under a
single configuration option before considering them stable.
Support
aarch64-unknown-linux-pauthtest(#5065)Added
POSIX_SPAWN_*constants (#5104)getpwent,setpwent, andendpwent(#5160)preadv2andpwritev2(#5157)seccomp_notif*structures (#5224)timer_[create, delete, getoverrun, gettime, settime](#5108)PROC_PIDT_SHORTBSDINFOandproc_bsdshortinfo(#5110)SIOC*constants fromsockio.h(#5263)_IOR,_IOW,_IOWR(#5264)bpf_programandbpf_insn(#5235)kqueueconstants (#5077)vm_statistics64with recently added fields (#5253)IN6_IFF_*andSIOCGIFAFLAG_IN6(#5239)O_*,POSIX_FADV_*,NI*, and a few other missing constants (#5116)fdatasync,dlvsym,reallocarray,qsort_r,pthread_*affinity_np,ftok,extattr_*, anddup3(#5116)in6_pktinfo(#5256)DLT_*constants (#5235)PROC_LOGSIGEXIT_*andPPROT_*(#4657)SO_RERROR(#5260)IN6_IFF_*,in6_ifreq, andSIOCGIFAFLAG_IN6(#5239)_IO*helpers fromsys/ioccom.h(#5239)PTHREAD_*_MUTEX_INITIALIZER_NPfor riscv64 (#5094)struct tcp_info(#5215)OPEN_TREE_NAMESPACE(#5145)SECCOMP_IOCTL_*constants (#5224)SO_DETACH_REUSEPORT_BPF(#5081)futex_waitv(#5125)fsopen,fsconfig,fsmount, andfspick(#5145)statxpresent since 6.16 (#4621)ifaddrmsgandrtattr(#5234)sockaddr_iucv(#5041)ENOTCAPABLE(#4925)renameat2(#5113)F_SETFD(#5258)POLLRD*andPOLLWR*constants (#5258)SO_KEEPALIVEand TCP keepalive constants (#5111)TCP_MAXSEG(#5258)eventfdandEFD_*constants (#5258)pipe2(#5258)strerror_r(#5258)netinetstructs and constants (#5258)*atanddirentfunctions (#5117)port_alertandPORT_ALERT*constants (#5203)Deprecated
CPUCTL_RSMSRandUTX_DB_LASTLOG(#5116)Fixed
tsfrom*const timespecto*mut timespecin _lwp_park` (#5169)PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIGconstants fromu8toc_uint(#4936)cpuset_ttypo inCPU_ZERO(#5098)ifaddrs, pthread barriers, process sizing fields, andmcontextalignment (#5116)CPUCTL_CPUID*,EV_HUP, andEV_SYSFLAGS(#5116)POLLOUT(#5090)EPIOC[GS]PARAMSwith nonstandard _IOC (#5188)unsafe(#3727)__getmntinfo13(#5251)PTHREAD_MUTEX_INITIALIZER(#5241)Changed
-> c_void(#5240)AIO_LISTIO_MAXto account for changes in macOS 27 (#5253)MS_NOUSER(#5215)SW_MAXandSW_CNT(#5215)swapped_counttovm_statistics64(#4926)libc_unstable_gnu_time_bitsfor 64-bittime_tconfig (#5062)Removed
Elf32_Lword,ip_mreq_source, andIP_constants (#5116)KERN_REALROOTDEVandVM_LAPTOP_MODE(#5177)Other
LIBC_BUILD_VERBOSEis set (#5272)*LASTconstants as potentially changing (#5120)*MAXconstants as potentially changing (#5122)ELASTconstants as potentially changing (#5118)RAND_MAXas potentially changing (#5119)*NUMconstants as potentially changing (#5123)*COUNTconstants as potentially changing (#5121)time_t(#5046)RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64(#5197)RUST_LIBC_UNSTABLEenv withlibc_unstable*cfg (#4977)v0.2.186Compare Source
Added
KEVENT_FLAG_*constants (#5070)PR_SET_MEMORY_MERGEandPR_GET_MEMORY_MERGE(#5060)Changed
v0.2.185Compare Source
Added
espidf_picolibccfg for picolibcO_*flag values (#5035)sprintf,snprintf, and thescanffamily (#5024)Fixed
time64types from musl symbol redirects (#5040)POLLconstants fromc_shorttoc_int(#5045)v0.2.184Compare Source
MSRV
This release increases the MSRV of
libcto 1.65. With this update, you can now always use thecore::ffi::c_*types withlibcdefinitions, sincelibchas been changed to reexport fromcorerather than redefining them. (This usually worked before but had edge cases.)(#4972)
Added
IP_MINTTLto bsd (#5026)TIOCM_DSR(#5031)xfilestructe and file descriptor types (#5002)struct ethhdr(#4239)struct ifinfomsg(#5012)max_align_tfor riscv64 (#5029)CLOCK_constants (#5020)_SC_HOST_NAME_MAX(#5004)flockandF_*LCKconstants (#4043)_SC_*sysconf constants (#5023)Deprecated
The remaining fixed-width integer aliases,
__uint128_t,__uint128,__int128_t, and__int128,have been deprecated. Use
i128andu128instead. (#4343)Fixed
DT_*constants (#5034)RTLD_NOLOAD, some TCP constants (#5025)Padding::new(<zeroed>)rather thanPadding::uninit()(#5036)Changed
struct ptrace_syscall_info(#4966)core::ffiinteger types rather than redefining (#5015)F_DUPFD,IP, andTCPconstants to match relibc (#4990)v0.2.183Compare Source
Added
SOMAXCONN(#4993)name_to_handle_atandopen_by_handle_at(#4988)kinfo_file,kinfo_pcb, and related constants (#4985)kinfo_fileand related constants (#4991)Defaultfortimevalandtimespec(#4976)Fixed
time_tsupport andmusl_v1_2_3(#4992)Padding(#4997)sigaction.sa_flagstoc_int(#4986)blkcnt_ttype (#4994)rust-lang/log (log)
v0.4.34Compare Source
v0.4.33Compare Source
v0.4.32Compare Source
What's Changed
Value-> string conversions withkv+stdfeatures instead ofkv_stdby @tisonkun in #729Full Changelog: rust-lang/log@0.4.31...0.4.32
v0.4.31Compare Source
What's Changed
Value-> string conversions withkv+stdfeatures instead ofkv_stdby @tisonkun in #729Full Changelog: rust-lang/log@0.4.31...0.4.32
v0.4.30Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/log@0.4.30...0.4.31
Akmot9/Packet-parser (packet_parser)
v1.5.5Change
Corrige
Validation
cargo testpasse avec 297 tests unitaires et 13 doctests.v1.5.4Ajoute
Change
src/(crate_code) au lieu d'un numero de version hardcode.crate_codeet sont nommes par PCAP, code de crate etrun_id, pour que l'ingestor voie immediatement chaque nouveau run.Validation
cargo testpasse avec 283 tests unitaires et 13 doctests.v1.5.3Corrige
ParseTiming.total_nsest maintenant renseigne pour toute tentative de parsing, y compris quand le parsing echoue en L2, L3 ou L4.payload_protocol: None.Validation
cargo testpasse avec 278 tests unitaires et 13 doctests.cargo test --features parse_timingpasse avec 286 tests unitaires et 13 doctests.v1.5.2Corrige
ParseTiming.total_nsmesure maintenant toute tentative de parsing, y compris quand le parsing echoue en L2, L3 ou L4.payload_protocol: None.Validation
cargo testpasse avec 274 tests unitaires et 13 doctests.cargo test --features parse_timingpasse avec 282 tests unitaires et 13 doctests.v1.5.1Corrige
protocolaplatis dansPacketFlowOwnedpour eviter les collisions JSON entre les couches internet, transport et application.v1.5.0Ajoute
Validation
cargo fmt --checkpasse.cargo testpasse avec 271 tests unitaires et 13 doctests.v1.4.0Ajoute
METHODE_AJOUT_PROTOCOLE.md, qui documente la methode de travail pour ajouter un nouveau protocole.packet-betapour le type principal de chaque nouveau protocole.src/checks/application/*etsrc/checks/internet/profinet.rspour centraliser les validations des parseurs.Change
TryFrom<&[u8]>.bool,&'static str) par des erreurs dediees.bool.check_*,validate_*etensure_*hors desrc/parse.src/errors.checkseterrors.dns_flagsdepuis le module de parsing DNS verssrc/checks/application/dns.rs.Validation
cargo fmtpasse.cargo testpasse avec 264 tests unitaires et 13 doctests.rust-pcap/pcap (pcap)
v2.5.0Compare Source
Added
pcap_dispatchadded. It can be accessed via thedispatchcall on Activatedcaptures and processes a batch of packets per call, making packet loss less likely in high
traffic situations.
rayon-rs/rayon (rayon)
v1.12.0Compare Source
Range<char>when the end is 0xE000, just past thesurrogate boundary, which was unsafely producing invalid
charvalues.ParallelSlice::par_array_windowsworks likepar_windowsbut with a constant length, producing
&[T; N]items.seanmonstar/reqwest (reqwest)
v0.13.5Compare Source
Error::is_dns()to identify errors caused by DNS resolution failures.ClientBuilder::http1_max_headers(usize)to configure the maximum number of headers accepted in an HTTP/1 response (default 100).TlsInfoextension.Ipv6AndIpv4strategy to prefer IPv6.v0.13.4Compare Source
ClientBuilder::tls_sslkeylogfile(bool)option to allow using the related environment variable.ClientBuilder::http2_keep_alive_*options for theblockingclient.native-tlsbackend.v0.13.3Compare Source
/etc/resolv.conffails.STOP_SENDINGas not an error.serde-rs/serde (serde)
v1.0.229Compare Source
serde-rs/json (serde_json)
v1.0.151Compare Source
v1.0.150Compare Source
GuillaumeGomez/sysinfo (sysinfo)
v0.39.6Compare Source
v0.39.5Compare Source
v0.39.4Compare Source
open_filesreturned value.v0.39.3Compare Source
Network::mac_addr.v0.39.2Compare Source
System::refresh_cpu_specificswhen CPU usage is not requested.userfeature is enabled.v0.39.1Compare Source
v0.39.0Compare Source
1.95.NetworkData::operational_stateAPI.Process::cgroup_limitsAPI (only returning data on Linux).Networks::refresh*.ESXi.namefor zfs disks.v0.38.4Compare Source
objc2-*crates version.tauri-apps/tauri (tauri)
v2.11.5: tauri v2.11.5Compare Source
Cargo Audit
[2.11.5]
Dependencies
44594d6f1(#15631 by @Legend-Master) Unpintimeas a new fixed version0.3.53has been publishedCargo Publish