Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps tokio-tungstenite from 0.26.2 to 0.27.0.

Changelog

Sourced from tokio-tungstenite's changelog.

0.27.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 16, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-tungstenite-0.27.0 branch 3 times, most recently from b8e9078 to eb6ea2d Compare June 25, 2025 10:57
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-tungstenite-0.27.0 branch 2 times, most recently from 212e097 to fb75a46 Compare July 14, 2025 22:03
@sanity
Copy link
Collaborator

sanity commented Jul 16, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-tungstenite-0.27.0 branch from fb75a46 to 18ad11f Compare July 16, 2025 01:03
@sanity
Copy link
Collaborator

sanity commented Aug 8, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-tungstenite-0.27.0 branch from 18ad11f to 5b94f2a Compare August 8, 2025 18:02
@sanity sanity enabled auto-merge (squash) August 8, 2025 18:03
@sanity
Copy link
Collaborator

sanity commented Sep 3, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-tungstenite-0.27.0 branch from 5b94f2a to a313040 Compare September 3, 2025 16:48
@sanity
Copy link
Collaborator

sanity commented Sep 3, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@sanity
Copy link
Collaborator

sanity commented Sep 4, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@sanity
Copy link
Collaborator

sanity commented Sep 4, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-tungstenite-0.27.0 branch from 85b5421 to 5c9ed9d Compare September 4, 2025 03:14
@sanity
Copy link
Collaborator

sanity commented Sep 4, 2025

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@sanity
Copy link
Collaborator

sanity commented Sep 4, 2025

@dependabot recreate

Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.26.2 to 0.27.0.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.26.2...v0.27.0)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/tokio-tungstenite-0.27.0 branch from 5b48fa6 to 13020a5 Compare September 4, 2025 14:48
…pport

- Use Git tag v0.1.14 which includes tokio-tungstenite 0.27.0 support
- Update all crates to use workspace version of freenet-stdlib
- Resolves version conflicts across the workspace

[AI-assisted debugging and comment]
The issue: Our sed command incorrectly changed standalone workspace Cargo.toml files
to use 'workspace = true', but these files define their own [workspace] and need
explicit version/git references.

The fix:
- Standalone workspaces use Git tag v0.1.14 (not on crates.io yet)
- Regular workspace members use 'workspace = true'
- Main Cargo.toml defines the Git dependency

This is why main branch doesn't fail - it uses explicit versions in standalone workspaces.

[AI-assisted debugging and comment]
- Replace Git dependencies with crates.io version
- freenet-stdlib v0.1.14 has been published with tokio-tungstenite 0.27.0 and rand 0.9 support
sanity added a commit that referenced this pull request Sep 4, 2025
…te 0.27

- Update freenet-stdlib from 0.1.13 to 0.1.14
- Update rand from 0.8 to 0.9
- Update tokio-tungstenite from 0.26.1 to 0.27.0
- Update all standalone workspaces to use freenet-stdlib 0.1.14
- Fix all rand 0.9 API migrations:
  - Replace from_entropy() with from_rng(OsRng) or seed_from_u64()
  - Replace gen() with random()
  - Replace gen_range() with random_range()
  - Replace thread_rng() with rng()
  - Use TransportKeypair::new() instead of new_with_rng()
  - Use rsa::rand_core::OsRng for RSA operations

These three dependencies need to be updated together as freenet-stdlib 0.1.14
was specifically released to support rand 0.9 and tokio-tungstenite 0.27.

This supersedes the individual dependabot PRs #1717, #1673, and #1778.
@sanity
Copy link
Collaborator

sanity commented Sep 4, 2025

Closing in favor of #1795 which updates rand, tokio-tungstenite, and freenet-stdlib together as they are interdependent.

@sanity sanity closed this Sep 4, 2025
auto-merge was automatically disabled September 4, 2025 17:14

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2025

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/tokio-tungstenite-0.27.0 branch September 4, 2025 17:14
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