-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(monorepo): update cargo pre-1.0 packages (patch) #13
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/patch-cargo-all-pre-1.0
base: main
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 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
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
45572d4 to
f8dc95b
Compare
f8dc95b to
b425b44
Compare
b425b44 to
761e301
Compare
5c44340 to
634b85d
Compare
634b85d to
4fbd27a
Compare
4fbd27a to
4c0965d
Compare
4c0965d to
3d740d5
Compare
3d740d5 to
4ff3e20
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
1344a31 to
2531af9
Compare
2531af9 to
ea55558
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:
0.8.11→0.8.120.7.0→0.7.70.7.0→0.7.70.3.4→0.3.120.3.4→0.3.120.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.420.4.19→0.4.420.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.310.4.1→0.4.30.14.25→0.14.320.17.8→0.17.110.12.0→0.12.10.2→0.2.1790.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.120.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.3.36→0.3.440.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.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.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.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.179Compare Source
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.177Compare Source
Added
TIOCGETA,TIOCSETA,TIOCSETAW,TIOCSETAFconstants (#4736)pthread_cond_timedwait_relative_np(#4719)_CS_PATHconstant (#4738)SIGEMTfor mips* and sparc* architectures (#4730)elf_aux_info(#4729)wcsnlen(#4721)Changed
v0.2.176Compare Source
Support
rustcsince 1.78. (#2406)Debugis now always implemented, rather than being gated behind theextra_traitsfeature. (#4624)Added
_KERNELmacro. (#4607)st_filereftostruct stat(#4642)accept4POSIX call (#4586)EM_RISCV(#4659)MS_NOSYMFOLLOW(#4389)backtrace_symbols(_fd)(#4668)SOL_PACKEToptnames (#4669)SYS_mseal(#4549)__errno(#4687)dirfd,VDISABLE, and resource consts (#4660)resource.h,fcntl.hconstants (#4666)strftimeandmkostemp[s](#4629)qsort_r(Unix), andqsort(_s)(Windows) (#4677)dlvsymfor Linux-gnu, FreeBSD, and NetBSD (#4671)sigqueue(#4620)Changed
kinfo_procas non-exhaustive (#4553)readdir_r(#4694)epoll_eventis packed (#4639)ctestwith the much more reliable new implementation (#4655 and many related PRs)Fixed
getgrnam_r([#4656](#4656P_IDLEPROCto FreeBSD 15 (#4640)mcontext_t::mc_tlsbaseto FreeBSD 15 (#4640)mcontext_t.mc_tlsbase(#4703)statfs[64](#4549)fpreg_ta union (#4549)gid_tanduid_t(#4689)MAP_FIXED(#4684)Deprecated
deprecatedattribute foriconv(a97a0b53)TIOCMGDTRWAITandTIOCMSDTRWAIT(#4685)Removed
JAIL_{GET,SET}_MASK,_MC_FLAG_MASK(#4691)v0.2.175Compare Source
Added
getpeereid(#4524)struct ld_infoand friends (#4578)struct winsize(#4577)CLONE_CLEAR_SIGHANDandCLONE_INTO_CGROUP(#4502)prctlconstants (#4531)mcontext_t.mc_tlsbase(#4503)kinfo_proc.ki_uerrmsg(#4552)in_conninfo(#4482)xinpgenand related types (#4482)xktls_session(#4482)libbsd(#4221)SECBIT_*(#4480)ioctlrequest generator macros (#4460)ptsname_r(#4608)strftime*(#4453)EXEC_RESTRICT_*andEXEC_DENY_*(#4545)Changed
constto signatures to be consistent with other platforms (#4563)Fixed
struct statvfs.f_fsid(#4576)ioctlrequestargument (#4582)stat{,64}.st_*tim(#4597)errnovalues (#4507)target_os->target_archcheck (#4550)xktls_session_onedir.ifnet(#4552)nlink_t(#4509)stack_t(#4528)SI_TIMER,SI_MESGQandSI_ASYNCIOdefinitions (#4529)si_errnoandsi_codeinsiginfo_t(#4530)statfs(#4527)fanotify_event_metadata(#4510)enum fae_actionto be#[repr(C)](#60a8cfd5)char->c_char(eaab4fc3)termiosdefinitions (#4518)EDEADLK(#4517)NCCS(#4513)MAP_LOCKEDandMAP_NORESERVE(#4516)shmid_ds(#4519)Deprecated
MAP_32BITis only defined on x86 on non-x86 architectures (#4511)Removed
FINDandENTER(#4588)O_FSYNC(#4515)RTLD_DEEPBIND(#4515)v0.2.174Compare Source
Added
pidfd_infofields pub (#4487)Fixed
timespec.tv_nsec(#4497)nlink_ttype forst_nlinkinstruct statdefinition (#4483)Other
unpredictable_function_pointer_comparisonslints (#4489)pointer::cast. (#4490)CMSG_NXTHDR. (#4492)v0.2.173Compare Source
Added
SO_SPLICEsocket option support for FreeBSD >= 14.2 (#4451)_TIME_BITS=64(#4433)nsfsioctls (#4436)prctls(#4400)linux/cn_proc.handlinux/connector.h([#4434](https://redirect.github.com/rust-lang/libc/pullConfiguration
📅 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.