Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Update async-tungstenite requirement from 0.13 to 0.15 #15

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 9, 2021

Updates the requirements on async-tungstenite to permit the latest version.

Changelog

Sourced from async-tungstenite's changelog.

[0.15.0] - 2021-09-09

Fixed

  • Reduce crate package size.
  • Fix and clean up autobahn tests.

Changed

  • Update to tungstenite 0.15.

[0.14.0] - 2021-07-05

Changed

  • Remove tokio-rustls feature and replace with tokio-rustls-webpki-roots and tokio-rustls-native-certs features that allow selecting the certificate checking backend.
  • Add verbose-logging feature that enables more verbose logging via the log crate, which was enabled by default before.
  • Update gio-runtime feature to glib/gio 0.14.

Added

  • Make client_async_tls_with_connector_and_config() a public function to allow creating a WebSocket connection from a Stream.

[0.13.1] - 2021-03-23

Fixed

  • The connect API using the tokio-openssl TLS implementation was broken in previous versions as no TLS connection was established before trying to establish the WebSocket connection. As such, connections always failed. Technically this is a breaking change when using this feature but in practice this a) wouldn't have worked anyway and b) it's unlikely someone uses the API in a way that would stop compiling now.

[0.13.0] - 2021-02-13

Changed

  • Updated to tungstenite 0.13

[0.12.0] - 2021-01-09

Changed

  • Updated tungstenite to version 0.12
  • Migrated from pin-project to pin-project-lite
  • TokioAdapter is now created via TokioAdapter::new

[0.11.0] - 2020-12-30

Changed

  • Updated tokio to version 1.0
  • Updated async-tls to version 0.11

[0.10.0] - 2020-10-22

Changed

  • Updated tokio to version 0.3

[0.9.3] - 2020-10-19

... (truncated)

Commits
  • 2cc6125 Update to version 0.15.0
  • ee6c24d Update to tungstenite 0.15
  • e1ef88d Update to tungstenite 0.14 and env_logger 0.9
  • f69a7fa Use 127.0.0.1 in tests to avoid firewall warnings
  • 714e096 tests: fix confusing wrong paths in the scripts
  • 1c9e7ea tests: use autobahn test suite as docker image
  • fcb209d Reduce crate package size
  • 15adbdf Fix formatting
  • 5726be5 Update gio-runtime feature to glib/gio 0.14
  • b201d95 Update version to 0.14.0 and release
  • 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 [async-tungstenite](https://github.com/sdroege/async-tungstenite) to permit the latest version.
- [Release notes](https://github.com/sdroege/async-tungstenite/releases)
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/master/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.13.0...0.15.0)

---
updated-dependencies:
- dependency-name: async-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2021
@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Merging #15 (f5bb726) into main (ebfe0de) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   97.08%   97.06%   -0.03%     
==========================================
  Files           9        9              
  Lines        1750     1669      -81     
==========================================
- Hits         1699     1620      -79     
+ Misses         51       49       -2     
Impacted Files Coverage Δ
src/jsonrpc/pending.rs 94.69% <0.00%> (-1.18%) ⬇️
src/client.rs 97.66% <0.00%> (-0.44%) ⬇️
src/lib.rs 98.01% <0.00%> (-0.13%) ⬇️
src/service.rs 100.00% <0.00%> (ø)
src/transport.rs 94.18% <0.00%> (+0.92%) ⬆️
src/jsonrpc.rs 96.11% <0.00%> (+2.91%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebfe0de...f5bb726. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 8, 2021

Superseded by #16.

@dependabot dependabot bot closed this Nov 8, 2021
@dependabot dependabot bot deleted the dependabot/cargo/async-tungstenite-0.15 branch November 8, 2021 16:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants