Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tompro committed Apr 26, 2022
1 parent 1b1bf9b commit 65645c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ edition = "2018"
exclude = ["docker"]

[dependencies]
redis = { version = "^0.21.0", optional = true }
redis = { version = "0.21.5", optional = true }

[features]
default = ['redis']
tokio-comp = ['redis/tokio-comp']
async-std-comp = ['redis/async-std-comp']

[dev-dependencies]
tokio = { version = "1", features = ["rt"] }
futures = "0.3.5"
async-std = "1.6.0"
tokio = { version = "1.17.0", features = ["rt"] }
futures = "0.3.21"
async-std = "1.11.0"

[[test]]
name = "test_async_std_commands"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "3.3"
services:
redis:
image: redislabs/redismod
image: docker.io/redislabs/redismod
ports:
- "6379:6379"

0 comments on commit 65645c2

Please sign in to comment.