chore(monorepo): update cargo pre-1.0 packages (patch)#13
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(monorepo): update cargo pre-1.0 packages (patch)#13renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Author
|
e543ce3 to
724d481
Compare
758f919 to
44665ea
Compare
44665ea to
116ae12
Compare
c026042 to
d8b8046
Compare
c49fc3d to
53a5981
Compare
fe3924c to
9851d24
Compare
03da3db to
4fde860
Compare
5c9de07 to
0dd9c8a
Compare
0dd9c8a to
6a14f08
Compare
6a14f08 to
27ffe18
Compare
27ffe18 to
53d78e7
Compare
53d78e7 to
3749837
Compare
d6ee9ea to
35008d9
Compare
35008d9 to
24218ac
Compare
b612819 to
f429d35
Compare
6614bb4 to
4f77161
Compare
7a8e5cf to
746d8d6
Compare
746d8d6 to
ffdc662
Compare
ffdc662 to
af9079a
Compare
af9079a to
f7ca6bd
Compare
61c453b to
1344a31
Compare
2531af9 to
ea55558
Compare
be8e331 to
57fc0d7
Compare
9a042cf to
d330c5f
Compare
6bd152a to
d375c68
Compare
6e8def0 to
1e06045
Compare
1e06045 to
588cbb1
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.8.11→0.8.120.7.0→0.7.70.7.0→0.7.70.3.4→0.3.130.3.4→0.3.130.7.0→0.7.70.7.0→0.7.70.9.0→0.9.10.1.73→0.1.890.1.73→0.1.890.4.5→0.4.100.2.16→0.2.220.4.0→0.4.20.4.35→0.4.430.4.19→0.4.430.2.32→0.2.350.5→0.5.10.5→0.5.10.20.0→0.20.20.99.17→0.99.200.99.17→0.99.200.10.0→0.10.20.6.8→0.6.120.3.28→0.3.320.4.1→0.4.30.14.25→0.14.320.17.8→0.17.110.12.0→0.12.10.2→0.2.1820.4.0→0.4.220.4.0→0.4.22=0.12.1→=0.12.20.15.0→0.15.10.12.7→0.12.130.4.1→0.4.30.12.1→0.12.50.6.4→0.6.50.11.2→0.11.30.11.2→0.11.30.9.0→0.9.10.3.5→0.3.70.12.2→0.12.280.2.2→0.2.40.1.16→0.1.200.16→0.16.10.16→0.16.10.25→0.25.30.4.41→0.4.440.5.0→0.5.40.5.0→0.5.40.8.9→0.8.230.8.9→0.8.230.8.2→0.8.230.8.2→0.8.230.13→0.13.3Release Notes
tkaitchuck/ahash (ahash)
v0.8.12Compare Source
What's Changed
alloy-rs/rlp (alloy-rlp)
v0.3.13Compare Source
v0.3.12Compare Source
v0.3.11Compare Source
v0.3.10Compare Source
v0.3.9Compare Source
dtolnay/async-trait (async-trait)
v0.1.89Compare Source
v0.1.88Compare Source
v0.1.87Compare Source
v0.1.86Compare Source
v0.1.85Compare Source
Self: 'async_traitbound in impl when not needed by signature (#284)v0.1.84Compare Source
impl Traitin return type (#282)v0.1.83Compare Source
v0.1.82Compare Source
akubera/bigdecimal-rs (bigdecimal)
v0.4.10Compare Source
Changes
v0.4.9Compare Source
Changes
Add methods
BigDecimal::{powi, powi_with_context}for raising a decimal to a i64 powerpowiuses Default ContextAdd methods
BigDecimal::mul_with_contextfor efficient multiplication to fixed precisionAdd method
BigDecimal::decimal_digit_count, returning number of decimal digits (i.e. precision) of the numberAdd method
BigDecimal::order_of_magnitude, returning position of most significant digit of this decimalAdd method
BigDecimal::is_one_quickcheck, returningOption<bool>indicating if the value is1.0if it can be calculated without allocating, or None if too largeis_onein multiplication methods when used for optimizations1.00000000000000000000000000000000000000000is stored internally as[4870020673419870208, 16114848830623546549, 293] E -41and it's hard to tell this is equivalent to 1Add optimizations to inverse
1/10e-5 -> 10e5Add
Context::invert(&self, BigDecimalRef), equivalent toBigDecimal::inverse_with_context(&self, &ctx)v0.4.8Compare Source
What's Changed
0e15 = 0*10^15) by @drinkcat in #145Full Changelog: akubera/bigdecimal-rs@v0.4.7...v0.4.8
v0.4.7Compare Source
Changes
BigDecimal::to_f64num_traits::ToPrimitiveforBigDecimalRefBigDecimal::{ToPlainString,WritePlainString}v0.4.6Compare Source
Changes
Fix error in formatting code that would skip "carrying the one" when rounding up series of nines, overflowing
Improved implementation of sqrt and cbrt
Uses consistent rounding implementations in formatting and arithmetic operations
Add new constructor methods
BigDecimal::from_bigint&BigDecimal::from_biguintmagiclen/boyer-moore-magiclen (boyer-moore-magiclen)
v0.2.22Compare Source
v0.2.21Compare Source
chronotope/chrono (chrono)
v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in #1752v0.4.42: 0.4.42Compare Source
What's Changed
wasm32-linuxsupport by @arjunr2 in #1707tzdataparsing by @ldm0 in #1679?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in #1721from_timestamp_secsmethod toDateTimeby @jasonaowen in #1719v0.4.41Compare Source
What's Changed
subsec_microsandsubsec_millismethods toTimeDeltaby @ggoetz in #1668NaiveDateTime::UNIX_EPOCHby @robertbastian in #1670as_seconds_f32andas_seconds_f64forTimeDeltaby @ggoetz in #1671num_days_in_monthmethod toDateliketrait by @aslilac in #1673WeekdaySet, a collection ofWeekdaythat isCopyby @Kinrany in #1676v0.4.40: 0.4.40Compare Source
What's Changed
write_toforDelayedFormatby @tugtugtug in #1654v0.4.39: 0.4.39Compare Source
What's Changed
from_timestamp_nanos()by @sgoll in #1591NaiveWeekmethods by @bragov4ik in #1600PartialEq,Eq,Hash,CopyandCloneonNaiveWeekby @DSeeLP in #1618#[inline]tonum_daysby @CommanderStorm in #1627rodrimati1992/const_format_crates (const_format)
v0.2.35Breaking change: bumped Minimum Supported Rust Version to Rust 1.60. This change is motivated by
quoteincreasing its MSRV to 1.60.v0.2.34Now all features that used to require nightly only require Rust 1.83.0
Added
"rust_1_83"feature that enables"rust_1_64"featureChanged
"fmt"feature to enable"rust_1_83"featureMade many macros forward compatible with inline const patterns(when the
"rust_1_83"feature is enabled):concatcconcatcpformatcformatcpmap_ascii_casestr_getstr_indexstr_repeatstr_replaceAdded these macros:
str_splice_outstr_split_altv0.2.33Fixed Rust Analyzer style warning for assertion macros.
colin-kiegel/rust-derive-builder (derive_builder)
v0.20.2Compare Source
builder(default = ...)#331v0.20.1Compare Source
JelteF/derive_more (derive_more)
v0.99.20Compare Source
v0.99.19Compare Source
rust-cli/env_logger (env_logger)
v0.10.2Compare Source
Performance
Fixes
coloris disabledv0.10.1Compare Source
Performance
Documentation
RUST_LOGdocumentationrust-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)v0.3.31Compare Source
FuturesUnorderedwhen dropped future panics (#2886)task::waker_ref(#2830)This is a breaking change but allowed because it is soundness bug fix.
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884)select!/select_biased!(#2832)This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
Waker::will_wakechange (#2865)stream::Iter::{get_ref,get_mut,into_inner}(#2875)future::AlwaysReady(#2825)io::{BufReader,BufWriter}(#2848)hyperium/hyper (hyper)
v0.14.32Compare Source
Features
Builder::max_pending_accept_reset_streams(num)option (a24f0c0)Bug Fixes
New Contributors
Full Changelog: hyperium/hyper@v0.14.31...v0.14.32
v0.14.31Compare Source
Bug Fixes
console-rs/indicatif (indicatif)
v0.17.11Compare Source
What's Changed
OnceCelltoOnceLockinTabExpandedStringby @tgross35 in #694v0.17.10Compare Source
What's Changed
With some great performance improvements from @jaheba.
ProgressBar:set_tab_withtake&selfby @jaheba in #685decanddec_lengthtoProgressBarby @jaheba in #690v0.17.9Compare Source
What's Changed
instantwithweb-timeby @torokati44 in #666Noneby @cdellacqua in #664rust-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)v0.2.178Compare Source
Added
issetugid(#4744)__psw_t/fprefset_t/*context_t(#4726)AT_HWCAP{3,4}(#4734)eventfd(#4830)unistd.h(#4811)cfmakeraw(#4704)cfsetspeed(#4704)getresgidandgetresuid(#4752)setresgidandsetresuid(#4752)select.h,stat.h,poll.h,ttycom.h,utsname.h,resource.h,mman.h,udp.h,in.h,in6.h,if.h,fnmatch.h, andsioLibCommon.h(#4781)Deprecated:
TIOCREMOTE(#4764)Fixed:
Note that there were a large number of fixes on NetBSD for this
libcrelease, some of which include minor breakage.EWOULDBLOCKto make it an alias ofEAGAIN(#4790)unnecessary_transmuteswarnings (#4780)SF_SETTABLE(#4764)mcontext_t.mc_fpregs(#)gethostname(#4773)NFT_MSG_MAX(#4761)repr(align(8))forcanxl_frame(#4760)eventfdargument names match OS docs/headers (#4830)ipc_perm, split from OpenBSD asipc.rs(#4782)kinfo_vmentry.kve_path(#)uucred.cr_ngroupsfrominttoshort(#4782)kevent.udata(#4782)mcontext_t.__fpregs(#4782)PT_SUSPEND(#4782)sockaddr_dl.sdl_datafrom 12 to 24 (#4782)if_.rs, fix the definition ofifreq(#4782)time.rs, fix the values ofCLOCK_*_CPUTIME_ID(#4782)timex.rs(#4782)types.rs, correct the definition oflwpid_t(#4782)utmp_.rs, correct the definition oflastlog(#4782)utmpx_.rs, correct utmpx definitions (#4782)_cpusetan extern type (#4782)mcontexttypes (#4782)pid_t(#4825)__wasilibc_register_preopened_fd(#4837)Changed
thread_local(#3653)ucontext_tand unskip its tests (#4760)L_tmpnamandTMP_MAXto the UCRT value (#4566)Removed
SIGSTKFLT(#4749)statvfs.f_sparenon-public (#4782)*_MAXIDconstants andAT_SUN_LDPGSIZE(#4782)IFF_NOTRAILERS(#4782)vm_size_t(#4782)v0.2.177[Compare
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.