Skip to content

Commit bc0823f

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-preview[bot] <[email protected]>
1 parent 3f37639 commit bc0823f

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
@@ -12,7 +12,7 @@ keywords = ["sessions", "tide", "async-session", "redis"]
1212
categories = ["web-programming::http-server", "web-programming", "database"]
1313

1414
[dependencies]
15-
redis = { version = "0.16.0", features = ["aio"] }
15+
redis = { version = "0.17.0", features = ["aio"] }
1616
async-session = "2.0.0"
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)