Skip to content

Commit

Permalink
Use forked rust-postgres packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiPatiakin committed May 29, 2024
1 parent 29067dd commit 5fe1c74
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ log = "0.4"
native-tls = "0.2.11"
object_store = { version = "0.9", features = ["aws"] }
parquet = "50.0.0"
postgres = "0.19.7"
postgres-native-tls = "0.5.0"
postgres = { version = "0.19.7", git = "https://github.com/splitgraph/rust-postgres", rev = "88c2c7714a4558aed6a63e2e2b140a8359568858" }
postgres-native-tls = { version = "0.5.0", git = "https://github.com/splitgraph/rust-postgres", rev = "88c2c7714a4558aed6a63e2e2b140a8359568858" }
tempfile = "3"
thiserror = "1"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "signal", "process"] }
tokio-postgres = "0.7.10"
tokio-postgres = { version = "0.7.10", git = "https://github.com/splitgraph/rust-postgres", rev = "88c2c7714a4558aed6a63e2e2b140a8359568858" }
url = "2.5.0"
uuid = "1.2.1"

Expand Down

0 comments on commit 5fe1c74

Please sign in to comment.