Skip to content

Commit

Permalink
Update tokio-native-tls requirement from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-native-tls](https://github.com/tokio-rs/tls) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tls/releases)
- [Commits](https://github.com/tokio-rs/tls/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 9, 2020
1 parent 1b0fc04 commit 5f77921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cometd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ futures = "0.3.4"
serde = { version = "1.0.104", features = [ "derive" ] }
serde_json = "1.0.48"
tokio = { version = "0.2.13", features = [ "stream", "sync", "time" ] }
tokio-native-tls = "0.1.0"
tokio-native-tls = "0.2.0"
tokio-tungstenite = { version = "0.11.0", features = [ "tls" ] }
tungstenite = "0.11.1"

Expand Down

0 comments on commit 5f77921

Please sign in to comment.