Skip to content

Commit 5e97132

Browse files
Update warp requirement from 0.3.2 to 0.4.0
Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](seanmonstar/warp@v0.3.2...v0.4.0) --- updated-dependencies: - dependency-name: warp dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1035c5 commit 5e97132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", featur
3838
log = { version = "0.4", optional = true }
3939
serde_json = "1.0.18"
4040
tokio = { version = "1.0", features = ["rt"] }
41-
warp = { version = "0.3.2", default-features = false }
41+
warp = { version = "0.4.0", default-features = false }
4242

4343
# Fixes for `minimal-versions` check.
4444
# TODO: Try remove on upgrade of `warp` crate.

0 commit comments

Comments
 (0)