chore(deps): bump the cargo-dependencies group with 5 updates - #115
Conversation
Bumps the cargo-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [eframe](https://github.com/emilk/egui) | `0.35.0` | `0.36.1` | | [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.94` | `0.3.104` | | [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.117` | `0.2.127` | | [wasm-bindgen-futures](https://github.com/wasm-bindgen/wasm-bindgen) | `0.4.67` | `0.4.77` | | [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.94` | `0.3.104` | Updates `eframe` from 0.35.0 to 0.36.1 - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/main/CHANGELOG.md) - [Commits](emilk/egui@0.35.0...0.36.1) Updates `js-sys` from 0.3.94 to 0.3.104 - [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 `wasm-bindgen` from 0.2.117 to 0.2.127 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.117...0.2.127) Updates `wasm-bindgen-futures` from 0.4.67 to 0.4.77 - [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.94 to 0.3.104 - [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) --- updated-dependencies: - dependency-name: eframe dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: js-sys dependency-version: 0.3.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen dependency-version: 0.2.127 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: wasm-bindgen-futures dependency-version: 0.4.77 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: web-sys dependency-version: 0.3.104 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe project now requires Rust 1.95 and eframe 0.36.1. Browser and native file drops use dropped-file handles and owned byte vectors. Browser read errors remain visible to the drop state. DICOM VR divisibility checks use ChangesPlatform and file-drop handling
DICOM VR checks
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant Browser
participant begin_web_drop_read
participant DroppedFileHandle
participant WEB_DROP_ERROR
Browser->>begin_web_drop_read: submit dropped file handles
begin_web_drop_read->>DroppedFileHandle: read and validate each file
DroppedFileHandle-->>begin_web_drop_read: bytes or read error
begin_web_drop_read->>WEB_DROP_ERROR: queue read error
begin_web_drop_read-->>Browser: deliver successful batch through polling
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bumps the cargo-dependencies group with 5 updates:
0.35.00.36.10.3.940.3.1040.2.1170.2.1270.4.670.4.770.3.940.3.104Updates
eframefrom 0.35.0 to 0.36.1Release notes
Sourced from eframe's releases.
... (truncated)
Changelog
Sourced from eframe's changelog.
... (truncated)
Commits
4c1f2faRelease 0.36.1 - FixSense::dragbug42cd821FixSense::dragdetecting drags when clicking widget above it (#8396)2397194Release 0.36.0 - Improved mobile keyboard support (#8390)e37d44aNever run an egui pass when nothing will be shown (#8387)90e0302Fix a few nightly clippy lints (#8388)5347b0aFix window with aGridbeing widenable but not shrinkable again (#8386)622bbbeAdd drag-to-open for collapsible panels (#8363)98eab50Treat a press that leaves a widget as a drag (#8365)78c0e39Fix ScrollArea failure by handling horizontal and vertical scrolling separate...5c0b690Addextra_text_line_spacingto control vertical spacing between text lines ...Updates
js-sysfrom 0.3.94 to 0.3.104Commits
Updates
wasm-bindgenfrom 0.2.117 to 0.2.127Release notes
Sourced from wasm-bindgen's releases.
... (truncated)
Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
a579ee6Release 0.2.127 (#5219)30e0200Add JsNullable for WebIDL nullable types (#5258)01b12efUpdate WebGPU API to 2026-08-02 (#5246)2f23baaAddriscv64gc-unknown-linux-gnurelease artifacts (#5265)bec51f6slice_to_array fixes (#5261)f50896dUse string literal for PanicError name so it survives minification (#5262)389c36dLeaveenv.memoryto the emscripten runtime (#5254)36b07b1Remove dead WBINDGEN_I_PROMISE_JS_SYNTAX_WORKS_IN_NODE env var from CI (#5259)2baf51cThrow a clear error for non-ok fetch Responses in__wbg_load(#5256)7fa3bc4Add Navigation API to web-sys (#5247)Updates
wasm-bindgen-futuresfrom 0.4.67 to 0.4.77Commits
Updates
web-sysfrom 0.3.94 to 0.3.104Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by CodeRabbit
New Features
Bug Fixes
Maintenance