Skip to content

Commit 0e1b8af

Browse files
committed
Only lock down postgres-shared
1 parent 0962012 commit 0e1b8af

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ git2 = "0.6.4"
2727
flate2 = "0.2"
2828
semver = "0.5"
2929
url = "1.2.1"
30+
31+
# Needs to be locked down because postgres-shared 0.2.1 allows serde_json 1.0.
32+
# When postgres, diesel, and this repo can be updated to all use serde_json >1.0,
33+
# this restriction can be removed.
34+
postgres-shared = "=0.2.0"
35+
3036
postgres = { version = "0.14.0", features = ["with-time", "with-openssl", "with-serde_json", "with-chrono"] }
3137
r2d2 = "0.7.0"
3238
r2d2_postgres = "0.12.0"

0 commit comments

Comments
 (0)