-
-
Notifications
You must be signed in to change notification settings - Fork 96
chore(deps): bump tokio-tungstenite from 0.26.2 to 0.27.0 #1673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b8e9078
to
eb6ea2d
Compare
212e097
to
fb75a46
Compare
@dependabot rebase |
fb75a46
to
18ad11f
Compare
@dependabot rebase |
18ad11f
to
5b94f2a
Compare
@dependabot rebase |
5b94f2a
to
a313040
Compare
@dependabot rebase |
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 rebase |
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 |
85b5421
to
5c9ed9d
Compare
@dependabot rebase |
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 |
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]>
5b48fa6
to
13020a5
Compare
…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
…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.
Closing in favor of #1795 which updates rand, tokio-tungstenite, and freenet-stdlib together as they are interdependent. |
Pull request was closed
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. |
Bumps tokio-tungstenite from 0.26.2 to 0.27.0.
Changelog
Sourced from tokio-tungstenite's changelog.
Commits
e855f9e
Fix errors in the examples caused byUtf8Error
21c5d19
Bump versionfbd1471
Update performance notes in READMEYou 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)