Open
Conversation
15dfa28 to
a1e4a95
Compare
Contributor
Author
|
3c2b166 to
05b2376
Compare
1b927e9 to
8f50d73
Compare
87c069d to
c490dcc
Compare
c490dcc to
0114d5c
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.1010.4.42→0.4.430.4.42→0.4.434.5.53→4.5.584.5.64→4.5.667.2.1→7.2.23.5.1→3.5.23.5.1→3.5.21.1.5→1.1.90.3.31→0.3.320.18.3→0.18.40.2.17→0.2.200.2.178→0.2.1821.12.2→1.12.31.2.0→1.2.11.0.148→1.0.1491.0.148→1.0.1492.0.17→2.0.180.7.17→0.7.180.9.8→0.9.120.9.8→0.9.120.2.5→0.2.60.12.0→0.12.32.5.7→2.5.8Release Notes
dtolnay/anyhow (anyhow)
v1.0.101Compare Source
chronotope/chrono (chrono)
v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in #1752clap-rs/clap (clap)
v4.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--helpnukesor/comfy-table (comfy-table)
v7.2.2Compare Source
Fix
Detegr/rust-ctrlc (ctrlc)
v3.5.2Compare Source
rust-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
v1.1.7: - depend onzlib-rsdirectly and removelibz-rs-sysCompare Source
What's Changed
zlib_rsapi by @folkertdev in #513New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
v1.1.6: - YANKEDCompare Source
It caused #515.
What's Changed
zlib_rsapi by @folkertdev in #513New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.5...1.1.6
rust-lang/futures-rs (futures)
v0.3.32Compare Source
ready!macro in favor ofstd::task::ready!added in Rust 1.64 (#2925)pin_mut!macro in favor ofstd::pin::pin!added in Rust 1.68 (#2929)FuturesOrdered::clear(#2927)mpsc::*Receiver::recv(#2947)mpsc::*Receiver::try_recvand deprecatempsc::*Receiver::::try_next(#2944)FusedStreamforsink::With(#2948)no_stdsupport forshared(#2868)Mutex::new()const (#2956)#[clippy::has_significant_drop]to guards (#2967)pin-utils(#2929)num_cpus(#2946)console-rs/indicatif (indicatif)
v0.18.4Compare Source
What's Changed
BurntSushi/jiff (jiff)
v0.2.20Compare Source
===================
This release contains a major internal refactor that moves off of using ranged
integers internally. There are also some small bug fixes and added support for
finding the system time zone on emscripten targets.
Enhancements:
Stop using ranged integers internally.
Add support for retrieving the system time zone on emscripten targets.
Update comparison with the
timecrate in the Jiff documentation.Enable some non-default features for the Rust Playground deployment.
Bug fixes:
Fix bug with padding for negative integers in
strftime.Make
%^cresult in uppercase strings where appropriate.v0.2.19Compare Source
===================
This is a small release with a performance optimization (with respect to doing
heavily contended arithmetic on
Zonedvalues) and a bug fix for a panicthat can occur when using
%2sinstrftime.Enhancements:
Avoid cloning
TimeZonefor consuming operations onZoned.Bug fixes:
Fix a panic in
timestamp.strftime("%2s").v0.2.18Compare Source
===================
This release ships a sizeable refactor to the RFC 2822, RFC 9110, RC
3339, RFC 9557, ISO 8601 and friendly format printers. Specifically,
they are now all monomorphic internally (instead of being generic over
jiff::fmt::Write) and write to uninitialized buffers. This improvesruntime performance (sometimes dramatically so), and to a more modest
degree, decreases binary size and improves compile times.
This release also includes a bug fix where
DateTime::MIN.to_zoned(..)could panic.
Enhancements:
Improve runtime performance and binary size of RFC 2822 printer.
Tweak behavior of printing min/max offsets in RFC 2822 and Temporal printers.
Export fallible constructors for
jiff::SignedDuration.Improve runtime performance and binary size of the "friendly" duration printer.
Improve runtime performance and binary size of the Temporal ISO 8601 duration
printer.
Improve runtime performance and binary size of the Temporal ISO 8601 datetime
printer.
Improve runtime performance and binary size of Jiff's
strftimeimplementation.
Fix a bug where time zone lookups for
civil::DateTime::MINcould panic.rust-lang/libc (libc)
v0.2.182Compare Source
Added
tgkill(#4970)RENAME_NOREPLACE(#4968)renameat2(#4968)v0.2.181Compare Source
Added
MADV_ZERO(#4924)makedev,major, andminor(#4928)PTRACE_SET_SYSCALL_INFO(#4933)max_align_t(#4927)_CS_PATH(#4956)ppoll(#4957)Fixed
dev_t(#4928)tc{g,s}etattr(#4938)cf{g,s}et{i,o}speedon mips{32,64}r6 (#4938)ptrace_thread_state(#4947)PTHREAD_MUTEX_{NORMAL, RECURSIVE}(#4943)Changed
SO_*constants (#4937)v0.2.180Compare Source
Added
Fixed
CMSG_NXTHDR(#4903)CMSG_NXTHDR(#4903)mcontexttype definitions (#4886)__SIZEOF_PTHREAD_COND_Ton non-L4Re uclibc (#4915)netlinkmodule to resolve build errors (#4915)v0.2.179Compare Source
With this release, we now have unstable support for 64-bit
time_ton 32-bitplatforms with both Musl and Glibc. Testing is appreciated!
For now, these can be enabled by setting environment variables during build:
Note that the exact configuration will change in the future. Setting the
MUSL_V1_2_3variable also enables some newer API unrelated totime_t.Added
XCASE(#4847)NAME_MAX(#4888)AT_EXECVE_CHECK(#4422)SUN_LENmacro (#4269)getitimerandsetitimer(#4890)pthread_tryjoin_nandpthread_timedjoin_np(#4887)time_ton 32-bit platforms (#4463)LINK_STATE_*definitions fromsys/net/if.h(#4751)Fixed
cf{g,s}et{i,o}speed(#4882)pthread(#4479)CPU_SETSIZEon musl 1.2+ (#4865)stat/stat64(#4463)SIGSTKSZ/MINSIGSTKSZ(#4884)PT_{GET,SET}FPREGS,_REG_TIPDR, and_REG_{LR,SP}(#4899)if_msghdralignment (#4902)siginfo_tlayout on 32-bit platforms (#4904)pthread_spin_tto allow arch redefinition. (#4899)Changed
pthreadstruct fields private (#4876)Paddingtype (#4862)Removed
RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64(#4865)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.
GREsau/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
dtolnay/thiserror (thiserror)
v2.0.18Compare Source
needless_lifetimes = "forbid"(#443, thanks @LucaCappelletti94)tokio-rs/tokio (tokio-util)
v0.7.18Compare Source
toml-rs/toml (toml)
v0.9.12Compare Source
v0.9.11Compare Source
v0.9.10Compare Source
v0.9.9Compare Source
dbrgn/tracing-test (tracing-test)
v0.2.6Compare Source
chipsenkbeil/typed-path (typed-path)
v0.12.3Compare Source
v0.12.2Compare Source
v0.12.1Compare Source
std::ioon wasm targets where theabsolutizefunction (which uses
io) is not available (#57)servo/rust-url (url)
v2.5.8Compare Source
Configuration
📅 Schedule: Branch creation - "on tuesday" (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.