kylebarron / arrow-wasm

Building block library for using Apache Arrow in Rust WebAssembly modules.
http://kylebarron.dev/arrow-wasm/
Apache License 2.0
15 stars 4 forks source link

Bump the other group with 8 updates #57

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps the other group with 8 updates:

Package From To
wasm-bindgen 0.2.89 0.2.90
js-sys 0.3.66 0.3.67
getrandom 0.2.11 0.2.12
thiserror 1.0.51 1.0.56
serde 1.0.193 1.0.195
wasm-bindgen-futures 0.4.39 0.4.40
web-sys 0.3.66 0.3.67
wasm-bindgen-test 0.3.39 0.3.40

Updates wasm-bindgen from 0.2.89 to 0.2.90

Changelog

Sourced from wasm-bindgen's changelog.

0.2.90

Released 2024-01-06

Fixed

  • Fix JS shim default path detection for the no-modules target. #3748

Added

  • Add bindings for HTMLFormElement.requestSubmit(). #3747

  • Add bindings for RTCRtpSender.getCapabilities(DOMString) method, RTCRtpCapabilities, RTCRtpCodecCapability and RTCRtpHeaderExtensionCapability. #3737

  • Add bindings for UserActivation. #3719

  • Add unstable bindings for the Compression Streams API. #3752

Changed

  • Stabilize File System API. #3745

  • Stabilize QueuingStrategy. #3753

Fixed

  • Fixed a compiler error when using #[wasm_bindgen] inside macro_rules!. #3725

Removed

  • Removed Gecko-only InstallTriggerData and Gecko-internal FlexLineGrowthState, GridDeclaration, GridTrackState, RtcLifecycleEvent and WebrtcGlobalStatisticsReport features. #3723
Commits
  • adcf778 Bump versions & update changelog for 0.2.90 release (#3763)
  • a3332e4 CI fix for Rust 1.75 (#3761)
  • c0ee195 Stabilize QueuingStrategy (#3753)
  • 0069b66 Add unstable bindings for the Compression Streams API (#3752)
  • a070715 Add bindings for HTMLFormElement.requestSubmit() (#3747)
  • cc9a219 Fix JS shim default path detection for the no-modules target (#3748)
  • 185e9db Stabilize File System API (#3745)
  • bb94567 Point to component model instead of host bindings (#3746)
  • a5d2539 Implement RTCRtpSender.getCapabilities method (#3737)
  • cfe3dc2 Add a test runner to two of the typescript tests to actually run them (#3704)
  • Additional commits viewable in compare view


Updates js-sys from 0.3.66 to 0.3.67

Commits


Updates getrandom from 0.2.11 to 0.2.12

Changelog

Sourced from getrandom's changelog.

[0.2.12] - 2024-01-09

Fixed

  • Custom backend for targets without atomics #385

Changed

  • Improve robustness of the Hermit backend and sys_fill_exact #386
  • Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 #388

Added

  • Document platform support policy #387

#385: rust-random/getrandom#385 #386: rust-random/getrandom#386 #387: rust-random/getrandom#387 #388: rust-random/getrandom#388

Commits


Updates thiserror from 1.0.51 to 1.0.56

Release notes

Sourced from thiserror's releases.

1.0.56

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.55

  • Work around improperly cached build script result by sccache – second attempt (#280)

1.0.54

  • Work around improperly cached build script result by sccache – first attempt (#279)

1.0.53

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)

1.0.52

  • Fix interaction with RUSTC_BOOTSTRAP (#269)
Commits
  • 77d0af4 Release 1.0.56
  • d4caabd Pull in proc-macro2 sccache fix
  • 6089273 Release 1.0.55
  • 322a2ae Merge pull request #280 from dtolnay/depinfo
  • fd7d7a5 Emit dep-info for probe.rs in case sccache needs it
  • 447c328 Release 1.0.54
  • 4619db8 Merge pull request #279 from dtolnay/depinfo
  • 7b53bff Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
  • e0500ad Merge pull request #277 from dtolnay/nightlyci
  • 48cea47 Make CI verify that error_generic_member_access works in latest nightly
  • Additional commits viewable in compare view


Updates serde from 1.0.193 to 1.0.195

Release notes

Sourced from serde's releases.

v1.0.195

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#2671)

v1.0.194

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
Commits
  • 03eec42 Release 1.0.195
  • 196f311 Merge pull request #2671 from dtolnay/deadremote
  • 38d9e0b Revert "Add FIXME to fix dead_code warning when using serde(remote)"
  • 6502b31 Fix new dead_code warning in tuple struct and tuple variant remote defs
  • 6f1a8c3 Add FIXME to fix dead_code warning when using serde(remote)
  • d883c94 Work around dead_code warning in tests
  • 961fa59 Merge pull request #2670 from serde-rs/exhaustive
  • 8bc71de Fill in omitted patterns for GenericArguments match
  • 7c65a9d Pick up changes to non_exhaustive_omitted_patterns lint
  • d2d977a Release 1.0.194
  • Additional commits viewable in compare view


Updates wasm-bindgen-futures from 0.4.39 to 0.4.40

Commits


Updates web-sys from 0.3.66 to 0.3.67

Commits


Updates wasm-bindgen-test from 0.3.39 to 0.3.40

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.