Skip to content

Commit

Permalink
chore: update rust-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
conradludgate committed Dec 4, 2024
1 parent 1b3558d commit a04168d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ env_logger = "0.10"
log = "0.4"

## Libraries from neondatabase/ git forks, ideally with changes to be upstreamed
postgres = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon" }
postgres-protocol = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon" }
postgres-types = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon" }
tokio-postgres = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon" }
postgres = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon-rebase0" }
postgres-protocol = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon-rebase0" }
postgres-types = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon-rebase0" }
tokio-postgres = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon-rebase0" }

## Local libraries
compute_api = { version = "0.1", path = "./libs/compute_api/" }
Expand Down Expand Up @@ -254,7 +254,7 @@ tonic-build = "0.12"
[patch.crates-io]

# Needed to get `tokio-postgres-rustls` to depend on our fork.
tokio-postgres = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon" }
tokio-postgres = { git = "https://github.com/neondatabase/rust-postgres.git", branch = "neon-rebase0" }

################# Binary contents sections

Expand Down

0 comments on commit a04168d

Please sign in to comment.