Skip to content

Commit

Permalink
fix(deps): update rust crate libsqlite3-sys to 0.25.1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 741b5e2 commit aec0dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/whirl_db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = false

[dependencies]
# Database
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] }
libsqlite3-sys = { version = "0.25.1", features = ["bundled"] }
diesel = { version = "1.4.8", features = ["sqlite"] }

# Environment
Expand Down

0 comments on commit aec0dca

Please sign in to comment.