Skip to content

Commit f6da5f5

Browse files
committed
Merge pull request #4065 from weiznich/fix/scram
Fix scram authentication for bundled builds for the postgres backend
1 parent 197f06d commit f6da5f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

diesel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ libsqlite3-sys = { version = ">=0.17.2, <0.29.0", optional = true, features = ["
2828
mysqlclient-sys = { version = ">=0.2.5, <0.4.0", optional = true }
2929
mysqlclient-src = { version = "0.1.0", optional = true }
3030
pq-sys = { version = ">=0.4.0, <0.7.0", optional = true }
31-
pq-src = { version = "0.2", optional = true }
31+
pq-src = { version = "0.3", optional = true }
3232
quickcheck = { version = "1.0.3", optional = true }
3333
serde_json = { version = ">=0.8.0, <2.0", optional = true }
3434
url = { version = "2.1.0", optional = true }

diesel_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bigdecimal = ">= 0.0.13, < 0.5.0"
2323
rand = "0.8.4"
2424
libsqlite3-sys = { version = "0.28", optional = true }
2525
pq-sys = { version = "0.6", optional = true }
26-
pq-src = { version = "0.2", optional = true }
26+
pq-src = { version = "0.3", optional = true }
2727
mysqlclient-sys = { version = "0.3", optional = true }
2828
mysqlclient-src = { version = "0.1.0", optional = true }
2929

0 commit comments

Comments
 (0)