Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit eea8dff

Browse files
Update redis requirement from 0.16.0 to 0.17.0
Updates the requirements on [redis](https://github.com/mitsuhiko/redis-rs) to permit the latest version. - [Release notes](https://github.com/mitsuhiko/redis-rs/releases) - [Changelog](https://github.com/mitsuhiko/redis-rs/blob/master/CHANGELOG.md) - [Commits](redis-rs/redis-rs@0.16.0...0.17.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a554233 commit eea8dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ http-api-problem = { version = "0.17.0", features = ["with-warp"] }
2626
biscuit = "0.5.0-beta1"
2727
argonautica = "0.2.0"
2828
sqlx = { version = "0.3.5", default-features = false, features = [ "runtime-tokio", "macros", "postgres", "uuid", "chrono", "json" ] }
29-
redis = { version = "0.16.0", default-features = false, features = [ "tokio-rt-core" ]}
29+
redis = { version = "0.17.0", default-features = false, features = [ "tokio-rt-core" ]}
3030
juniper = { git = "https://github.com/graphql-rust/juniper.git", rev = "4d77a1a9b9b0e60cbeb200527289bd45afec4141" }
3131
juniper_subscriptions = { git = "https://github.com/graphql-rust/juniper.git", rev = "4d77a1a9b9b0e60cbeb200527289bd45afec4141" }
3232
juniper_warp = { git = "https://github.com/graphql-rust/juniper.git", features = ["subscriptions"], rev = "4d77a1a9b9b0e60cbeb200527289bd45afec4141" }

0 commit comments

Comments
 (0)