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 authored and noelbot committed Feb 2, 2025
1 parent b188f57 commit a6e10b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

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.31.0", 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 a6e10b8

Please sign in to comment.