nelsonjchen / github-wiki-see-rs

🔎 Did you know most GitHub Wikis can't index on search engines? Search Engine Enablement for GitHub Wikis service. 400,000+ GitHub Wikis, now indexable by your favorite search engine.
https://github-wiki-see.page
MIT License
102 stars 18 forks source link

Bump the patch-dependencies group with 9 updates #513

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the patch-dependencies group with 9 updates:

Package From To
cc 1.0.88 1.0.90
js-sys 0.3.68 0.3.69
wasm-bindgen 0.2.91 0.2.92
wasm-bindgen-backend 0.2.91 0.2.92
wasm-bindgen-futures 0.4.41 0.4.42
wasm-bindgen-macro 0.2.91 0.2.92
wasm-bindgen-macro-support 0.2.91 0.2.92
wasm-bindgen-shared 0.2.91 0.2.92
web-sys 0.3.68 0.3.69

Updates cc from 1.0.88 to 1.0.90

Release notes

Sourced from cc's releases.

1.0.90

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.89...1.0.90

1.0.89

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.88...1.0.89

Commits


Updates js-sys from 0.3.68 to 0.3.69

Commits


Updates wasm-bindgen from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen's changelog.

0.2.92

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


Commits


Updates wasm-bindgen-backend from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.92

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


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (#3851)
  • 00ab174 Update Rust version for UI tests (#3850)
  • Additional commits viewable in compare view


Updates wasm-bindgen-futures from 0.4.41 to 0.4.42

Commits


Updates wasm-bindgen-macro from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.92

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


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (#3851)
  • 00ab174 Update Rust version for UI tests (#3850)
  • Additional commits viewable in compare view


Updates wasm-bindgen-macro-support from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.92

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


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (#3851)
  • 00ab174 Update Rust version for UI tests (#3850)
  • Additional commits viewable in compare view


Updates wasm-bindgen-shared from 0.2.91 to 0.2.92

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.92

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


Commits
  • 2a4a493 Prepare v0.2.92 release (#3869)
  • 8e992dc Don't allow invalid Unicode scalar values in char (#3866)
  • 807bdb4 Revert "Allow using 'static lifetimes in functions (#3856)" (#3865)
  • 983ec57 Add NonNull\<T> as parameter (#3857)
  • 0095fa7 Allow overriding headless test URL (#3861)
  • b9ccb8f Allow using 'static lifetimes in functions (#3856)
  • c80bf9a Add support for Option\<*const T>, Option\<*mut T> and NonNull\<T> (#3852)
  • 557e2e6 Introduce impl TryFrom for Number that succeeds iff the value is within the s...
  • b5a74c8 Add sorted_iter_mut for NonstandardWitSection.adapters for determinism (#3851)
  • 00ab174 Update Rust version for UI tests (#3850)
  • Additional commits viewable in compare view


Updates web-sys from 0.3.68 to 0.3.69

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.