Skip to content
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

Update soketto requirement from 0.5 to 0.6 #384

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on soketto to permit the latest version.

Release notes

Sourced from soketto's releases.

Soketto v0.6

  • [changed] Expose the Origin headers from the client handshake on ClientRequest #35
  • [changed] Update handshake error to expose a couple of new variants (IncompleteHttpRequest and SecWebSocketKeyInvalidLength) #35
  • [added] Add send_text_owned method to Sender as an optimisation when you can pass an owned String in #36
  • [updated] Run rustfmt over the repository, and minor tidy up #41
Changelog

Sourced from soketto's changelog.

0.6.0

  • [changed] Expose the Origin headers from the client handshake on ClientRequest #35
  • [changed] Update handshake error to expose a couple of new variants (IncompleteHttpRequest and SecWebSocketKeyInvalidLength) #35
  • [added] Add send_text_owned method to Sender as an optimisation when you can pass an owned String in #36
  • [updated] Run rustfmt over the repository, and minor tidy up #41

0.5.0

  • Update examples to Tokio 1 #27
  • Update deps and remove unnecessary transients #30
  • Add CLOSE reason handling #31
  • Fix handshake with case-sensible servers #32

0.4.2

  • Added connection ID to log output (#21).
  • Added ClientRequest::path to access the path requested by the client (See #23 by @​mward for details).
  • Updated sha-1 dependency to 0.9 (#24).

0.4.1

  • Update some dev-dependencies.

0.4.0

  • Remove all unsafe code blocks.
  • Remove internal use of futures::io::BufWriter.
  • Extension::decode now takes a &mut Vec<u8> instead of a BytesMut.
  • Incoming::Pong contains the PONG payload data slice inline.
  • Data not longer contains application data, but reports only the number of bytes. The actual data is written directly into the &mut Vec<u8> parameter of Receiver::receive or Receiver::receive_data.
  • Receiver::into_stream has been removed.

0.3.2

  • Bugfix release. Codec::encode_header contained a hidden assumption that a usize would be 8 bytes long, which is obviously only true on 64-bit architectures. See #18 for details.

0.3.1

  • A method into_inner to get back the socket has been added to handshake::{Client, Server}.

0.3.0

Update to use and work with async/await:

... (truncated)

Commits
  • 73748e4 Merge pull request #38 from paritytech/jsdw-release-v0.6.0
  • 48cfe03 initial base branch of develop on release PR, then master to merge
  • ef68318 better advice to work out changelog tweaks
  • 08714c6 number steps properly and format release checklist
  • 242ac73 Update release steps: merge to master, publish, then tag. Tweak CI to know ab...
  • 5d9c1ce Wording tweak to step 9 of RELEASING.md
  • 1a5e183 Tweak wording in step 2 of RELEASING.md
  • d267133 update changelog to mention rustfmt and release log to remove unnecessary tes...
  • c85da2f Merge branch 'develop' into jsdw-release-v0.6.0
  • 3bdc666 Merge pull request #40 from paritytech/jsdw-add-basic-ci
  • Additional commits viewable in compare view

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 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 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)

Updates the requirements on [soketto](https://github.com/paritytech/soketto) to permit the latest version.
- [Release notes](https://github.com/paritytech/soketto/releases)
- [Changelog](https://github.com/paritytech/soketto/blob/develop/CHANGELOG.md)
- [Commits](paritytech/soketto@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: soketto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 16, 2021
@maciejhirsz
Copy link
Contributor

Already included in #375.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2021

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/soketto-0.6 branch June 16, 2021 07:55
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