Skip to content

Commit

Permalink
Bump async-tungstenite to 0.17 (#1166)
Browse files Browse the repository at this point in the history
* Bump async-tungstenite to 0.17

* rpc-probe: Bump async-tungstenite version to 0.17

* Changelog entry for #1166
  • Loading branch information
mzabaluev authored Jul 27, 2022
1 parent ab896a6 commit 3f63430
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- `[rpc]` Update async-tungstenite dependency to 0.17
([#1165](https://github.com/informalsystems/tendermint-rs/issues/1165)).
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ subtle = { version = "2", default-features = false }

# Optional dependencies
async-trait = { version = "0.1", optional = true, default-features = false }
async-tungstenite = { version = "0.12", default-features = false, features = ["tokio-runtime", "tokio-rustls"], optional = true }
async-tungstenite = { version = "0.17", default-features = false, features = ["tokio-runtime", "tokio-rustls-native-certs"], optional = true }
futures = { version = "0.3", optional = true, default-features = false }
http = { version = "0.2", optional = true, default-features = false }
hyper = { version = "0.14", optional = true, default-features = false, features = ["client", "http1", "http2"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/rpc-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = """
all-features = true

[dependencies]
async-tungstenite = { version = "0.16", features = [ "tokio-runtime", "tokio-rustls-native-certs" ] }
async-tungstenite = { version = "0.17", features = [ "tokio-runtime", "tokio-rustls-native-certs" ] }
futures = "0.3"
getrandom = "0.2"
log = "0.4"
Expand Down

0 comments on commit 3f63430

Please sign in to comment.