Skip to content

Commit 193ff9f

Browse files
committed
Remove redis patch and change version to 0.14 in sentry
1 parent ddb274b commit 193ff9f

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ members = [
77
"validator_worker",
88
"sentry",
99
]
10-
11-
[patch.crates-io]
12-
redis = {version = "0.13.1-alpha.0", git = "https://github.com/mitsuhiko/redis-rs"}

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tokio = { version = "0.2", features = ["macros"] }
1919
hyper = { version = "0.13", features = ["stream"] }
2020
regex = "1"
2121
# Database
22-
redis = { version = "0.13.1-alpha.0", features = ["tokio-rt-core"] }
22+
redis = { version = "0.14", features = ["tokio-rt-core"] }
2323
bb8 = { git = "https://github.com/khuey/bb8" }
2424
bb8-postgres = { git = "https://github.com/khuey/bb8", features = ["with-chrono-0_4", "with-serde_json-1"] }
2525
# Migrations

0 commit comments

Comments
 (0)