build(deps): bump gloo-net from 0.6.0 to 0.7.0#19
Conversation
Bumps [gloo-net](https://github.com/rustwasm/gloo) 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) --- updated-dependencies: - dependency-name: gloo-net dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f03a284 to
347c59a
Compare
|
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 (1)
📝 WalkthroughWalkthroughThe pull request updates the Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Folded into #25 (gloo-net 0.6→0.7 needed to align wasm-streams version with tonic-web-wasm-client 0.9). |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
… 0.6→0.7 tonic 0.14 split prost integration into separate `tonic-prost` (runtime) + `tonic-prost-build` (codegen) crates. tonic itself no longer exposes the `prost` feature. build.rs: tonic_build::configure() → tonic_prost_build::configure() compile_protos_with_config() → compile_with_config() (renamed in 0.14) Cargo.toml: runtime: drop tonic["prost"] feature, add tonic-prost dep build-dep: tonic-build → tonic-prost-build, prost-build 0.13 → 0.14 tonic-web-wasm-client 0.6 → 0.9 (matches tonic 0.14) gloo-net 0.6 → 0.7 The gloo-net bump is required to align the WASM bundle on a single wasm-streams version. tonic-web-wasm-client 0.9 needs wasm-streams 0.5; gloo-net 0.6 still pulled wasm-streams 0.4. Rust-lld then hard-failed with hundreds of duplicate-symbol errors on `__wbindgen_describe_*` exports because both versions register the same wasm-bindgen functions. gloo-net 0.7 dropped to wasm-streams 0.5 — single version, link clean. Verification: cargo leptos build --release (full mainnet bundle, WASM + SSR) cargo check --target wasm32 (browser path) Supersedes #19 (gloo-net), supersedes the earlier #15/#23 already closed.
… 0.6→0.7 (#25) tonic 0.14 split prost integration into separate `tonic-prost` (runtime) + `tonic-prost-build` (codegen) crates. tonic itself no longer exposes the `prost` feature. build.rs: tonic_build::configure() → tonic_prost_build::configure() compile_protos_with_config() → compile_with_config() (renamed in 0.14) Cargo.toml: runtime: drop tonic["prost"] feature, add tonic-prost dep build-dep: tonic-build → tonic-prost-build, prost-build 0.13 → 0.14 tonic-web-wasm-client 0.6 → 0.9 (matches tonic 0.14) gloo-net 0.6 → 0.7 The gloo-net bump is required to align the WASM bundle on a single wasm-streams version. tonic-web-wasm-client 0.9 needs wasm-streams 0.5; gloo-net 0.6 still pulled wasm-streams 0.4. Rust-lld then hard-failed with hundreds of duplicate-symbol errors on `__wbindgen_describe_*` exports because both versions register the same wasm-bindgen functions. gloo-net 0.7 dropped to wasm-streams 0.5 — single version, link clean. Verification: cargo leptos build --release (full mainnet bundle, WASM + SSR) cargo check --target wasm32 (browser path) Supersedes #19 (gloo-net), supersedes the earlier #15/#23 already closed.
Bumps gloo-net from 0.6.0 to 0.7.0.
Release notes
Sourced from gloo-net's releases.
Changelog
Sourced from gloo-net's changelog.
Commits
d69fcffchore: release gloo-net 0.7.07a57df3chore: release gloo-file 0.4.02685476fix: correct gloo-history category slugsb1d5129fix: correct gloo-storage category slugs8316f33fix: correct gloo-render category slugs0734551chore: release gloo-console 0.4.0, gloo-dialogs 0.3.0, gloo-events 0.3.0, glo...e6280d4chore: release gloo-utils 0.3.0cca8089chore: release gloo-worker-macros 0.2.0 and gloo-worker 0.6.0a8af99cchore: update rust dependencies (#536)0de5865fix(net)!: remove EventSource Clone implementation (#417)Summary by CodeRabbit