Skip to content

Commit

Permalink
Update tungstenite requirement from 0.20.1 to 0.21.0 in /gremlin-client
Browse files Browse the repository at this point in the history
Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version.
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.20.1...v0.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent b1c8902 commit 053b83d
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 @@ -43,7 +43,7 @@ chrono = { version = "0.4", default-features = false}
lazy_static = "1.3.0"
base64 = "0.21.4"
native-tls = "0.2.3"
tungstenite = { version = "0.20.1", features = ["native-tls"] }
tungstenite = { version = "0.21.0", features = ["native-tls"] }
async-tungstenite = { version = "0.23", optional = true, default-features=false}
async-std = { version = "1.4.0", optional = true, features = ["unstable","attributes"] }
async-trait = { version = "0.1.10", optional = true }
Expand Down

0 comments on commit 053b83d

Please sign in to comment.