Skip to content

Commit c2eee8a

Browse files
Update redis requirement from 0.20.1 to 0.21.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](https://github.com/mitsuhiko/redis-rs/commits) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3a5577 commit c2eee8a

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.redis]
15-
version = "0.20.1"
15+
version = "0.21.0"
1616
features = ["aio", "async-std-comp"]
1717

1818
[dependencies]

0 commit comments

Comments
 (0)