Skip to content

Commit

Permalink
fix(deps): update rust crate pq-sys to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2025
1 parent 63a6669 commit c1b4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c1b4cbb

Please sign in to comment.