Skip to content
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

fix(deps): update cargo (patch) #9317

Merged
merged 1 commit into from
Jul 23, 2024
Merged

fix(deps): update cargo (patch) #9317

merged 1 commit into from
Jul 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
backtrace dependencies patch 0.3.69 -> 0.3.73
backtrace workspace.dependencies patch 0.3.69 -> 0.3.73
bytecheck workspace.dependencies patch 0.6.11 -> 0.6.12
hstr workspace.dependencies patch 0.2.8 -> 0.2.10
js-sys (source) workspace.dependencies patch 0.3.68 -> 0.3.69
libfuzzer-sys dependencies patch 0.4.5 -> 0.4.7
num-bigint workspace.dependencies patch 0.4.4 -> 0.4.6
num-traits workspace.dependencies patch 0.2.17 -> 0.2.19
parking_lot workspace.dependencies patch 0.12.1 -> 0.12.3
petgraph workspace.dependencies patch 0.6.4 -> 0.6.5
toml workspace.dependencies patch 0.8.8 -> 0.8.15
unicode-width workspace.dependencies patch 0.1.11 -> 0.1.13
virtual-fs (source) workspace.dependencies patch =0.11.1 -> =0.11.4
wasm-bindgen (source) dependencies patch 0.2.91 -> 0.2.92
wasm-bindgen (source) workspace.dependencies patch 0.2.91 -> 0.2.92
wasm-bindgen-futures (source) workspace.dependencies patch 0.4.41 -> 0.4.42

Release Notes

rust-lang/backtrace-rs (backtrace)

v0.3.73

Compare 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.72

Compare 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
New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.71...0.3.72

v0.3.71

Compare 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.70

Compare Source

New API
Platform Support

We added support for new platforms in this release!

Windows
SGX

Thanks to

Internals

We did a bunch more work on our CI and internal cleanups

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.69...0.3.70

rust-fuzz/libfuzzer (libfuzzer-sys)

v0.4.7

Compare Source

Released 2023-08-10.

Added
  • Added the link_libfuzzer cargo feature. This feature is on by default and
    preserves 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.6

Compare Source

Released 2023-01-26.

Fixed
  • Fixed a potential name conflict in functions generated by the fuzz_target!
    macro.
  • Fixed potential stale builds when updating custom libfuzzers to link against.

rust-num/num-bigint (num-bigint)

v0.4.6

Compare Source

Contributors: @​cuviper, @​ralphtandetzky, @​yhx-12243

v0.4.5

Compare Source

Contributors: @​cuviper, @​joelonsql, @​waywardmonkeys

rust-num/num-traits (num-traits)

v0.2.19

Compare Source

Contributors: @​cuviper, @​michaelciraci

v0.2.18

Compare Source

Contributors: @​andrewjradcliffe, @​cuviper, @​tarcieri, @​tdelabro, @​waywardmonkeys

Amanieu/parking_lot (parking_lot)

v0.12.3

Compare Source

  • Export types provided by arc_lock feature (#​442)

v0.12.2

Compare Source

  • Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#​431)
  • Fixed RwLockUpgradeableReadGuard::with_upgraded
  • Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#​429)
  • Added Apple visionOS support (#​433)
petgraph/petgraph (petgraph)

v0.6.5

Compare Source

==========================

  • Add rayon support for GraphMap (#573, #615)
  • Add Topo::with_initials method (#585_)
  • Add logo to the project (#598_)
  • Add Ford-Fulkerson algorithm (#640_)
  • Update itertools to 0.12.1 (#628_)
  • Update GraphMap to allow custom hash functions (#623_)
  • Fix documentation (#630_)
  • Fix clippy warnings (#627_)
  • (internal) Fix remove old copyclone macro (#601_)
  • (internal) Move minimum spanning tree into own module (#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/624

toml-rs/toml (toml)

v0.8.15

Compare Source

v0.8.14

Compare Source

v0.8.13

Compare Source

v0.8.12

Compare Source

v0.8.11

Compare Source

v0.8.10

Compare Source

v0.8.9

Compare Source

unicode-rs/unicode-width (unicode-width)

v0.1.13

Compare Source

v0.1.12

Compare Source

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.92

Compare Source

Released 2024-03-04

Added
  • Add bindings for RTCPeerConnectionIceErrorEvent.
    #​3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D.
    #​3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers.
    #​3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners July 22, 2024 06:18
Copy link

changeset-bot bot commented Jul 22, 2024

⚠️ No Changeset found

Latest commit: f8e9657

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@renovate renovate bot force-pushed the renovate/patch-cargo branch 3 times, most recently from 4d69fcc to eb44907 Compare July 22, 2024 07:52
Copy link

codspeed-hq bot commented Jul 22, 2024

CodSpeed Performance Report

Merging #9317 will improve performances by 4.06%

Comparing renovate/patch-cargo (f8e9657) with main (a120faf)

Summary

⚡ 1 improvements
✅ 177 untouched benchmarks

Benchmarks breakdown

Benchmark main renovate/patch-cargo Change
es/full/bugs-1 565.5 µs 543.4 µs +4.06%

@kdy1 kdy1 self-assigned this Jul 23, 2024
@kdy1 kdy1 added this to the Planned milestone Jul 23, 2024
@renovate renovate bot force-pushed the renovate/patch-cargo branch 3 times, most recently from 64bd0e3 to 4c8711c Compare July 23, 2024 05:55
@renovate renovate bot changed the title chore(deps): update cargo (patch) fix(deps): update cargo (patch) Jul 23, 2024
@renovate renovate bot force-pushed the renovate/patch-cargo branch 2 times, most recently from e7430c9 to db3932f Compare July 23, 2024 07:32
@kdy1 kdy1 enabled auto-merge (squash) July 23, 2024 09:38
@kdy1 kdy1 merged commit ea66e84 into main Jul 23, 2024
153 of 154 checks passed
@kdy1 kdy1 deleted the renovate/patch-cargo branch July 23, 2024 09:38
@kdy1 kdy1 modified the milestones: Planned, v1.7.1 Jul 23, 2024
@swc-project swc-project locked as resolved and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants