fix(deps): update cargo (patch) #9317
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.
This PR contains the following updates:
0.3.69->0.3.730.3.69->0.3.730.6.11->0.6.120.2.8->0.2.100.3.68->0.3.690.4.5->0.4.70.4.4->0.4.60.2.17->0.2.190.12.1->0.12.30.6.4->0.6.50.8.8->0.8.150.1.11->0.1.13=0.11.1->=0.11.40.2.91->0.2.920.2.91->0.2.920.4.41->0.4.42Release Notes
rust-lang/backtrace-rs (backtrace)
v0.3.73Compare Source
This basically just is bugfixes so that backtrace works on Windows 7 again.
What's Changed
New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.72...0.3.73
v0.3.72Compare Source
This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.
If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.
What's Changed
objectandaddr2linedependencies by @a1phyr in https://github.com/rust-lang/backtrace-rs/pull/612libbacktraceandgimli-symbolizefeatures by @Enselic in https://github.com/rust-lang/backtrace-rs/pull/615New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72
v0.3.71Compare Source
This is mostly CI changes, with a very mild bump to our effective cc crate version recorded, and a small modification to a previous changeset to allow backtrace to run at its current checked-in MSRV on Windows. Sorry about that! We will be getting 0.3.70 yanked shortly.
What's Changed
New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.70...0.3.71
v0.3.70Compare Source
New API
BacktraceFramecan now haveresolve(&mut self)called on it thanks to @fraillt in https://github.com/rust-lang/backtrace-rs/pull/526Platform Support
We added support for new platforms in this release!
Windows
thumbv7a-*-windows-msvctargets by @kleisauke in https://github.com/rust-lang/backtrace-rs/pull/573SGX
Thanks to
Internals
We did a bunch more work on our CI and internal cleanups
addr_of!by @GrigorenkoPV in https://github.com/rust-lang/backtrace-rs/pull/585symbolize/gimli/stash.rsby @onur-ozkan in https://github.com/rust-lang/backtrace-rs/pull/586New Contributors
Full Changelog: rust-lang/backtrace-rs@0.3.69...0.3.70
rust-fuzz/libfuzzer (libfuzzer-sys)
v0.4.7Compare Source
Released 2023-08-10.
Added
link_libfuzzercargo feature. This feature is on by default andpreserves the existing behavior of statically linking libfuzzer. You can
disable it if you are linking your own version of libfuzzer some other way, or
another library that provides the same ABI as libfuzzer.
v0.4.6Compare Source
Released 2023-01-26.
Fixed
fuzz_target!macro.
rust-num/num-bigint (num-bigint)
v0.4.6Compare Source
x86_64-unknown-linux-gnux32.Contributors: @cuviper, @ralphtandetzky, @yhx-12243
v0.4.5Compare Source
const ZEROand implementnum_traits::ConstZeromodinvmethods for the modular inverseContributors: @cuviper, @joelonsql, @waywardmonkeys
rust-num/num-traits (num-traits)
v0.2.19Compare Source
Float::clamplimits values by minimum and maximumContributors: @cuviper, @michaelciraci
v0.2.18Compare Source
Euclid::div_rem_euclidandCheckedEuclid::checked_div_rem_euclidmethodscompute and return the quotient and remainder at the same time.
TotalOrdertrait implements the IEEE 754totalOrderpredicate.ConstZeroandConstOnetraits offered associated constants,extending the non-const
ZeroandOnetraits for types that have constant values.Contributors: @andrewjradcliffe, @cuviper, @tarcieri, @tdelabro, @waywardmonkeys
Amanieu/parking_lot (parking_lot)
v0.12.3Compare Source
v0.12.2Compare Source
with_upgradedtwice on aArcRwLockUpgradableReadGuard(#431)RwLockUpgradeableReadGuard::with_upgradedpetgraph/petgraph (petgraph)
v0.6.5Compare Source
==========================
GraphMap(#573,#615)Topo::with_initialsmethod (#585_)#598_)#640_)itertoolsto 0.12.1 (#628_)GraphMapto allow custom hash functions (#623_)#630_)#627_)copyclonemacro (#601_)#624_).. _
#573: https://github.com/petgraph/petgraph/pull/573.. _
#615: https://github.com/petgraph/petgraph/pull/615.. _
#585: https://github.com/petgraph/petgraph/pull/585.. _
#598: https://github.com/petgraph/petgraph/pull/598.. _
#640: https://github.com/petgraph/petgraph/pull/640.. _
#628: https://github.com/petgraph/petgraph/pull/628.. _
#623: https://github.com/petgraph/petgraph/pull/623.. _
#630: https://github.com/petgraph/petgraph/pull/630.. _
#627: https://github.com/petgraph/petgraph/pull/627.. _
#601: https://github.com/petgraph/petgraph/pull/601.. _
#624: https://github.com/petgraph/petgraph/pull/624toml-rs/toml (toml)
v0.8.15Compare Source
v0.8.14Compare Source
v0.8.13Compare Source
v0.8.12Compare Source
v0.8.11Compare Source
v0.8.10Compare Source
v0.8.9Compare Source
unicode-rs/unicode-width (unicode-width)
v0.1.13Compare Source
v0.1.12Compare Source
rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.92Compare Source
Released 2024-03-04
Added
Add bindings for
RTCPeerConnectionIceErrorEvent.#3835
Add bindings for
CanvasState.reset(), affectingCanvasRenderingContext2DandOffscreenCanvasRenderingContext2D.#3844
Add
TryFromimplementations forNumber, that allow losslessly converting from 64- and 128-bits numbers.#3847
Add support for
Option<*const T>,Option<*mut T>andNonNull<T>.#3852
#3857
Allow overriding the URL used for headless tests by setting
WASM_BINDGEN_TEST_ADDRESS.#3861
Fixed
Make .wasm output deterministic when using
--reference-types.#3851
Don't allow invalid Unicode scalar values in
char.#3866
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.