Skip to content

build(deps): bump gloo-net from 0.6.0 to 0.7.0#19

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gloo-net-0.7.0
Closed

build(deps): bump gloo-net from 0.6.0 to 0.7.0#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gloo-net-0.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps gloo-net from 0.6.0 to 0.7.0.

Release notes

Sourced from gloo-net's releases.

gloo-net 0.7.0

MSRV updated to 1.82

Breaking

  • Remove Clone implementation for EventSource (#417) by @​vpochapuis Cloning had a bug where dropping any clone would disconnect all instances.

New Features

  • Add EventSourceBuilder for configuring EventSource with credentials (#530) by @​zn3x
  • Add WebSocket::buffered_amount (#510) by @​vi
  • Add PartialEq, Eq, Hash derives to CloseEvent (#504) by @​Alexi24601

Fixes

Maintenance

Changelog

Sourced from gloo-net's changelog.

Version 0.7.0

Commits
  • d69fcff chore: release gloo-net 0.7.0
  • 7a57df3 chore: release gloo-file 0.4.0
  • 2685476 fix: correct gloo-history category slugs
  • b1d5129 fix: correct gloo-storage category slugs
  • 8316f33 fix: correct gloo-render category slugs
  • 0734551 chore: release gloo-console 0.4.0, gloo-dialogs 0.3.0, gloo-events 0.3.0, glo...
  • e6280d4 chore: release gloo-utils 0.3.0
  • cca8089 chore: release gloo-worker-macros 0.2.0 and gloo-worker 0.6.0
  • a8af99c chore: update rust dependencies (#536)
  • 0de5865 fix(net)!: remove EventSource Clone implementation (#417)
  • Additional commits viewable in compare view

Summary by CodeRabbit

  • Chores
    • Updated networking dependency to the latest version for improved compatibility and stability.

Review Change Stack

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2026
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>
@dependabot dependabot Bot force-pushed the dependabot/cargo/gloo-net-0.7.0 branch from f03a284 to 347c59a Compare May 12, 2026 04:41
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 3966a83e-4bde-44af-b4a5-b3f6ee0a7e8c

📥 Commits

Reviewing files that changed from the base of the PR and between 6c4c081 and 347c59a.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock, !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml

📝 Walkthrough

Walkthrough

The pull request updates the gloo-net WASM32 dependency version from 0.6 to 0.7 in Cargo.toml. The feature configuration (default-features = false, features = ["http", "json"]) remains unchanged. This is a straightforward version bump with no other manifest modifications.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description includes detailed release notes and changelog but lacks the required template sections: no explicit Summary section, no Test plan with checklist, and no Related section for linked issues. Restructure the description to follow the template: add a brief Summary (1-3 sentences explaining the change and why), include a Test plan section with a checklist, and add a Related section linking to relevant issues or documentation.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping gloo-net dependency from version 0.6.0 to 0.7.0, which matches the Cargo.toml modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/cargo/gloo-net-0.7.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@satyakwok
Copy link
Copy Markdown
Member

Folded into #25 (gloo-net 0.6→0.7 needed to align wasm-streams version with tonic-web-wasm-client 0.9).

@satyakwok satyakwok closed this May 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/gloo-net-0.7.0 branch May 12, 2026 04:54
satyakwok added a commit that referenced this pull request May 12, 2026
… 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.
satyakwok added a commit that referenced this pull request May 12, 2026
… 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant