Skip to content

Commit b1afcfc

Browse files
committed
deps: use fork uce/rust-postgres@6716-ssl_modes
1 parent cbf48cd commit b1afcfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository = "https://github.com/sfackler/rust-postgres-array"
1010
[dependencies]
1111
bytes = "1.0"
1212
fallible-iterator = "0.2"
13-
postgres-types = { git = "https://github.com/MaterializeInc/rust-postgres" }
14-
postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" }
13+
postgres-types = { git = "https://github.com/uce/rust-postgres", branch = "6716-ssl_modes" }
14+
postgres-protocol = { git = "https://github.com/uce/rust-postgres", branch = "6716-ssl_modes" }
1515

1616
[dev-dependencies]
17-
postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }
17+
postgres = { git = "https://github.com/uce/rust-postgres", branch = "6716-ssl_modes" }

0 commit comments

Comments
 (0)