chore(deps): lock file maintenance rust crates #73
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.2.100
->0.2.101
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
wasm-bindgen/wasm-bindgen (wasm-bindgen)
v0.2.101
Compare Source
Added
Added format and colorSpace support to VideoFrameCopyToOptions
#4543
Added support for the
onbeforeinput
attribute.#4544
TypedArray::new_from_slice(&[T])
constructor that allows to create aJS-owned
TypedArray
from a Rust slice.#4555
Added
Function::call4
andFunction::bind4
throughFunction::call9
Function::bind9
methods for calling and binding JavaScript functions with 4-9 arguments.#4572
Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl.
#4509
Added unstable bindings for
GestureEvent
.#4589
Stricter checks for
module
,raw_module
andinline_js
attributes applied to inapplicable items.#4522
Add bindings for
PictureInPicture
.#4593
Added
bytes
method for theBlob
idl#4506
Add error message when export symbol is not found
#4594
Changed
Deprecate async constructors.
#4402
The
size
argument toGPUCommandEncoder.copyBufferToBuffer
is now optional.#4508
MSRV of CLI tools bumped to v1.82. This does not affect libraries like
wasm-bindgen
,js-sys
andweb-sys
!#4608
Fixed
Detect more failure scenarios when retrieving the Wasm module.
#4556
Add a workaround for
TextDecoder
failing in older version of Safari when too many bytes are decoded through it over its lifetime.#4472
TypedArray::from(&[T])
now works reliably across memory reallocations.#4555
Fix incorrect memory loading and storing assertions during post-processing.
#4554
Fix test
--exact
option not working as expected.#4549
Fix tables being removed even though they are used by stack closures.
#4119
Skip
__wasm_call_ctors
which we don't want to interpret.#4562
Fix infinite recursion caused by the lack of proc-macro hygiene.
#4601
Fix running coverage with no_modules.
#4604
Fix proc-macro hygiene with
core
.#4606
Removed
Crates intended purely for internal consumption by the wasm-bindgen CLI will no longer be published:
#4608
wasm-bindgen-externref-xform
wasm-bindgen-multi-value-xform
wasm-bindgen-threads-xform
wasm-bindgen-wasm-conventions
wasm-bindgen-wasm-interpreter
Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.