diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 6334e041f..5c64a9a6d 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -41,7 +41,7 @@ eyre.workspace = true libsqlite3-sys = { version = "0.30.1", optional = true } mimalloc = "0.1.43" num_cpus = "1.16.0" -pq-sys = { version = "0.6.3", optional = true } +pq-sys = { version = "0.7.0", optional = true } tokio = { workspace = true, features = ["rt", "rt-multi-thread"] } [package.metadata.cargo-machete]