Skip to content

Commit

Permalink
bump to rust-postgres w/ execute_typed api
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Nov 1, 2024
1 parent 0521e0b commit a5a7bd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions quaint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ features = [
"with-serde_json-1",
"with-bit-vec-0_6",
]
git = "https://github.com/prisma/rust-postgres"
branch = "pgbouncer-mode"
git = "https://github.com/tmm1/rust-postgres"
branch = "execute-typed"
optional = true

[dependencies.postgres-types]
Expand All @@ -179,13 +179,13 @@ features = [
"with-serde_json-1",
"with-bit-vec-0_6",
]
git = "https://github.com/prisma/rust-postgres"
branch = "pgbouncer-mode"
git = "https://github.com/tmm1/rust-postgres"
branch = "execute-typed"
optional = true

[dependencies.postgres-native-tls]
git = "https://github.com/prisma/rust-postgres"
branch = "pgbouncer-mode"
git = "https://github.com/tmm1/rust-postgres"
branch = "execute-typed"
optional = true

[dependencies.tokio]
Expand Down

0 comments on commit a5a7bd7

Please sign in to comment.