Skip to content

Commit

Permalink
fix(deps): update rust crate diesel to v2 [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 483461b
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 @@ -15,7 +15,7 @@ publish = false
[dependencies]
# Database
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] }
diesel = { version = "1.4.8", features = ["sqlite"] }
diesel = { version = "2.2.3", features = ["sqlite"] }

# Environment
dotenv = "0.15.0"

0 comments on commit 483461b

Please sign in to comment.