Skip to content

Commit da240bf

Browse files
committed
Update deps
1 parent 91377ad commit da240bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ members = [
99
]
1010

1111
[patch.crates-io]
12-
redis = {version = "0.13.1-alpha.0", git = "https://github.com/Marwes/redis-rs", branch = "async_await_api"}
12+
redis = {version = "0.13.1-alpha.0", git = "https://github.com/mitsuhiko/redis-rs"}

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ num-derive = "0.2"
3535
fake = { version = "^1.3", features = ["chrono"] }
3636
rand = "^0.6"
3737
# postgres feature
38-
postgres-types = { version = "0.1.0-alpha.2", optional = true }
38+
postgres-types = { version = "0.1.0", optional = true }
3939
bytes = { version = "0.5", optional = true }
4040
tokio-postgres = { version = "0.5.1", optional = true, features = ["with-chrono-0_4", "with-serde_json-1"] }
4141
# Futures

0 commit comments

Comments
 (0)