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 20 updates #492

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the patch-dependencies group with 20 updates:

Package From To
anstyle 1.0.5 1.0.6
bytemuck 1.14.1 1.14.2
hermit-abi 0.3.4 0.3.5
is-terminal 0.4.10 0.4.11
js-sys 0.3.67 0.3.68
miniz_oxide 0.7.1 0.7.2
num-traits 0.2.17 0.2.18
rustix 0.38.30 0.38.31
time 0.3.31 0.3.34
time-macros 0.2.16 0.2.17
toml 0.8.9 0.8.10
toml_edit 0.21.1 0.22.4
wasm-bindgen 0.2.90 0.2.91
wasm-bindgen-backend 0.2.90 0.2.91
wasm-bindgen-futures 0.4.40 0.4.41
wasm-bindgen-macro 0.2.90 0.2.91
wasm-bindgen-macro-support 0.2.90 0.2.91
wasm-bindgen-shared 0.2.90 0.2.91
web-sys 0.3.67 0.3.68
winnow 0.5.36 0.5.39

Updates anstyle from 1.0.5 to 1.0.6

Commits
  • c9dee03 chore: Release
  • 60343d1 docs: Update changelog
  • b8edda7 Merge pull request #171 from epage/ignore-fmt
  • ec33d22 fix(anstyle): Don't display with formatter's settings
  • 93c3dec test(anstyle): Show current fmt behavior
  • 9098545 chore(deps): update compatible (dev)
  • 44e8e4a Merge pull request #169 from joshtriplett/tyop
  • d9265f2 docs(anstream): Fix typo in documentation
  • See full diff in compare view


Updates bytemuck from 1.14.1 to 1.14.2

Changelog

Sourced from bytemuck's changelog.

1.14.2

  • Changes the name of the Nightly feature activated by the crate's nightly_stdsimd feature. This is needed as of (approximately) Nightly 2024-02-06 and later, because the Nightly feature was changed.
Commits


Updates hermit-abi from 0.3.4 to 0.3.5

Commits
  • 58dfbb8 Merge pull request #529 from stlankes/abi
  • 4136a68 increase version number of hermit-abi
  • 5e6d779 Merge pull request #527 from stlankes/file
  • 6f5f068 using an absolute path to create a file
  • c9b59b7 Merge pull request #525 from stlankes/poll
  • f0ecc4e revise comments
  • 1bba98b remove typo and rename system call to sys_poll
  • c29bf3c Merge pull request #524 from hermit-os/stlankes-patch-1
  • 3b0cedd add firecracker loader to the deployments
  • 062da84 Merge pull request #523 from mkroening/ci-loader-download
  • Additional commits viewable in compare view


Updates is-terminal from 0.4.10 to 0.4.11

Commits


Updates js-sys from 0.3.67 to 0.3.68

Commits


Updates miniz_oxide from 0.7.1 to 0.7.2

Changelog

Sourced from miniz_oxide's changelog.

0.7.2 - 2024-02-03

Bug Fixes

  • (inflate) Return MZError::Buf when calling inflate with MZFlush::Finish in line with orig miniz and zlib - (0f50464) - oyvindln
  • (miniz_oxide) fix tests when with-alloc is not enabled (running with --no-default-features) and make add test run of it to ci - (4fd32da) - oyvindln
  • (miniz_oxide) fix compiler and clippy warnings - (657c5b2) - oyvindln

Documentation

Performance

  • Code size reduction from panic reduction (#145) - (201ef39) - Kornel
  • Optimize match_len == 3 (#146) - (10ff5a0) - Kornel

Other

  • Add a roundtrip fuzz target (#138) - (ee29e37) - Sergey "Shnatsel" Davidoff

Commits


Updates num-traits from 0.2.17 to 0.2.18

Changelog

Sourced from num-traits's changelog.

Release 0.2.18 (2024-02-07)

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

Commits
  • eb20b40 Merge pull request #309 from cuviper/release-0.2.18
  • 5c2cc9b Release 0.2.18
  • a095b70 Merge pull request #303 from tarcieri/constant-traits
  • 67d9e74 Avoid Self constructor for Wrapping
  • 6ab6de2 Update src/identities.rs
  • e48ffe2 Update src/identities.rs
  • bc42b83 Rename to ConstZero/ConstOne and re-export from toplevel
  • 536dcf2 Remove blanket impls; add impls for Wrapping
  • 06c0ee0 Add ZeroConstant and OneConstant traits
  • 29c5b46 Merge pull request #308 from cuviper/ci
  • Additional commits viewable in compare view


Updates rustix from 0.38.30 to 0.38.31

Commits


Updates time from 0.3.31 to 0.3.34

Release notes

Sourced from time's releases.

v0.3.34

See the changelog for details.

v0.3.33

See the changelog for details.

v0.3.32

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.34 [2024-12-03]

Fixed

Computing the local offset on Windows works again. It was broken in some cases in v0.3.32 and v0.3.33.

0.3.33 [2024-02-03]

Fixed

Builds targeting wasm32-unknown-unknown now work again.

0.3.32 [2024-02-01]

Added

  • Methods to replace the day of the year.
    • Date::replace_ordinal
    • PrimitiveDateTime::replace_ordinal
    • OffsetDateTime::replace_ordinal
  • Modules to treat an OffsetDateTime as a Unix timestamp with subsecond precision for serde.
    • time::serde::timestamp::milliseconds
    • time::serde::timestamp::microseconds
    • time::serde::timestamp::nanoseconds

Changed

  • Duration::time_fn is deprecated.
Commits
  • f11f9b2 v0.3.34 release
  • ef7bfbd fix unsigned to signed conversion bug (#656)
  • 76468cb v0.3.33 release
  • 6c2b602 Fix wasm32-unknown-unknown build (#655)
  • ff3255f v0.3.32 release
  • d3dd5c9 Deprecate Duration::time_fn
  • 8a0dc70 Remove markdown files in favor of org-wide config
  • 980878b Build docs using org-wide workflow, change audit
  • 4baf6b3 Remove documentation of deprecated feature flag
  • be932d8 Adds support to serialize and deserialize timestamps with different resolutio...
  • Additional commits viewable in compare view


Updates time-macros from 0.2.16 to 0.2.17

Changelog

Sourced from time-macros's changelog.

0.2.17 [2020-09-01]

Changed

The following functions are const fn on rustc ≥ 1.46:

  • Date::year
  • Date::month
  • Date::day
  • Date::month_day
  • Date::ordinal
  • Date::as_ymd
  • Date::as_yo
  • Date::julian_day
  • Duration::checked_div
  • PrimitiveDateTime::year
  • PrimitiveDateTime::month
  • PrimitiveDateTime::day
  • PrimitiveDateTime::month_day
  • PrimitiveDateTime::ordinal
  • Weekday::previous
  • Weekday::next

Improvements

  • size_of::<Date>() has been reduced from 8 to 4. As a consequence, size_of::<PrimitiveDatetime>() went from 16 to 12 and size_of::<OffsetDateTime>() from 20 to 16. This change also results in a performance improvement of approximately 30% on the Date::year and Date::ordinal methods.
  • cfg-if has been removed as a dependency.

Fixed

  • cfg flags passed to rustc will no longer collide with other crates (at least unless they're doing something very stupid).
  • The crate will successfully compile with any combination of feature flags. Previously, some combinations would fail.
Commits


Updates toml from 0.8.9 to 0.8.10

Commits
  • 7f3e276 chore: Release
  • 07c8c2c docs: Update changelog
  • 10392d5 chore: Release
  • 4592fe4 docs: Update changelog
  • b7bd3a4 Merge pull request #675 from epage/dotted-key
  • 89d1416 fix(edit): Preserve previous line decor on leaf key
  • 4e89856 fix(edit): Don't include decor in Key's Display
  • 35e5326 Merge pull request #674 from epage/refactor
  • 0aca85b refactor(encode): Remove trait abstraction
  • 16c8353 test(edit): Show dotted-key comment bug
  • Additional commits viewable in compare view


Updates toml_edit from 0.21.1 to 0.22.4

Commits


Updates wasm-bindgen from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 22f84e3 readme: build badge for Github actions, not Azure pipeline (#3825)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 9e699ac Add deployment note for first wasm-pack build --target web example (#3819)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • fb518d3 Fix example code in guide (#3813)
  • Additional commits viewable in compare view


Updates wasm-bindgen-backend from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • acef364 Shrink JS-allocated strings down to the correct size before passing them to R...
  • c4f81f5 Add unstable bindings for the FileSystemAccess API (#3799) (#3810)
  • aa65ab5 Implement WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION (#3807)
  • Additional commits viewable in compare view


Updates wasm-bindgen-futures from 0.4.40 to 0.4.41

Commits


Updates wasm-bindgen-macro from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • acef364 Shrink JS-allocated strings down to the correct size before passing them to R...
  • c4f81f5 Add unstable bindings for the FileSystemAccess API (#3799) (#3810)
  • aa65ab5 Implement WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION (#3807)
  • Additional commits viewable in compare view


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

Changelog

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

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • acef364 Shrink JS-allocated strings down to the correct size before passing them to R...
  • c4f81f5 Add unstable bindings for the FileSystemAccess API (#3799) (#3810)
  • aa65ab5 Implement WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION (#3807)
  • Additional commits viewable in compare view


Updates wasm-bindgen-shared from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • acef364 Shrink JS-allocated strings down to the correct size before passing them to R...
  • c4f81f5 Add unstable bindings for the FileSystemAccess API (#3799) (#3810)
  • aa65ab5 Implement WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION (#3807)
  • Additional commits viewable in compare view


Updates web-sys from 0.3.67 to 0.3.68

Commits


Updates winnow from 0.5.36 to 0.5.39

Changelog

Sourced from winnow's changelog.

[0.5.39] - 2024-02-06

Fixes

  • Be consistent about inlining slice_len

[0.5.38] - 2024-02-06

Compatibility

  • Deprecate token::tag for token::literal
  • Deprecate binary::bits::tag for binary::bits::pattern

Features

  • Allow a byte (u8) to be a tag

Fixes

  • Clarify name of token::tag as token::literal
  • Clarify name of binary::bits::tag as binary::bits::pattern

[0.5.37] - 2024-02-02

Features

  • Initial support for error recovery behind unstable-recover feature
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