Skip to content

Commit 3cbf219

Browse files
chore(deps): bump the cargo-deps group across 1 directory with 11 updates (#4084)
* chore(deps): bump the cargo-deps group across 1 directory with 11 updates Bumps the cargo-deps group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.64` | `0.3.65` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [tokise](https://github.com/yewstack/tokise) | `0.2.0` | `0.2.1` | | [toml](https://github.com/toml-rs/toml) | `1.0.6+spec-1.1.0` | `1.0.7+spec-1.1.0` | | [gloo-net](https://github.com/rustwasm/gloo) | `0.6.0` | `0.7.0` | | [yew-autoprops](https://github.com/yewstack/yew-autoprops) | `0.4.1` | `0.5.0` | | [gloo-timers](https://github.com/rustwasm/gloo) | `0.3.0` | `0.4.0` | | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.13.1` | `0.13.3` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` | Updates `wasm-bindgen-test` from 0.3.64 to 0.3.65 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `js-sys` from 0.3.91 to 0.3.92 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `web-sys` from 0.3.91 to 0.3.92 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `tokise` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/yewstack/tokise/releases) - [Commits](yewstack/tokise@v0.2.0...v0.2.1) Updates `toml` from 1.0.6+spec-1.1.0 to 1.0.7+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.6...toml-v1.0.7) Updates `gloo-net` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/ranile/gloo/blob/master/CHANGELOG.md) - [Commits](ranile/gloo@0.6.0...gloo-net-v0.7.0) Updates `yew-autoprops` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/yewstack/yew-autoprops/releases) - [Commits](yewstack/yew-autoprops@v0.4.1...v0.5.0) Updates `gloo-timers` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/ranile/gloo/blob/master/CHANGELOG.md) - [Commits](ranile/gloo@0.3.0...gloo-timers-v0.4.0) Updates `pulldown-cmark` from 0.13.1 to 0.13.3 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.13.1...v0.13.3) Updates `env_logger` from 0.11.9 to 0.11.10 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.9...v0.11.10) --- updated-dependencies: - dependency-name: wasm-bindgen-test dependency-version: 0.3.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: js-sys dependency-version: 0.3.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: web-sys dependency-version: 0.3.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tokise dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: toml dependency-version: 1.0.7+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: gloo-net dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: yew-autoprops dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: gloo-timers dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: pulldown-cmark dependency-version: 0.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com> * fix: update tests for web-sys 0.3.92 compatibility Replace deprecated EventInit::bubbles() with set_bubbles(), and use dispatch_event instead of .focus() in the non_bubbling test. wasm-bindgen PR #4960 (included in 0.2.115) adds display:none to the #output element in headless test pages. Since yew's integration tests render inside #output, .focus() becomes a no-op on child elements (browsers skip focus on elements not in the layout tree). dispatch_event bypasses this by firing the event directly through the DOM event system regardless of rendering state. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mattuwu "Siyuan" Yan <syan4@ualberta.ca>
1 parent 73a970b commit 3cbf219

File tree

7 files changed

+153
-107
lines changed

7 files changed

+153
-107
lines changed

0 commit comments

Comments
 (0)