Skip to content

Commit

Permalink
Update async-tungstenite requirement in /gremlin-client
Browse files Browse the repository at this point in the history
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.12.0...0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 15, 2021
1 parent 0e50fb4 commit 93ede82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chrono = "0.4"
lazy_static = "1.3.0"
base64 = "0.12.1"
native-tls = "0.2.3"
async-tungstenite = { version = "0.12", optional = true, default-features=false}
async-tungstenite = { version = "0.13", optional = true, default-features=false}
async-std = { version = "1.4.0", optional = true, features = ["unstable","attributes"] }
async-trait = { version = "0.1.10", optional = true }
async-tls = { version = "0.11", optional = true }
Expand Down

0 comments on commit 93ede82

Please sign in to comment.