Skip to content

Commit

Permalink
fix(deps): update rust crate libsqlite3-sys to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 19, 2025
1 parent 081ea5c commit fa002f2
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 @@ -38,7 +38,7 @@ clap.workspace = true
color-eyre = { version = "0.6.3", features = ["issue-url"] }
dotenvy = "0.15.7"
eyre.workspace = true
libsqlite3-sys = { version = "0.30.1", optional = 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 }
Expand Down

0 comments on commit fa002f2

Please sign in to comment.