Skip to content

Commit

Permalink
chore: bump rusqlite to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim authored and jerebtw committed Nov 12, 2023
1 parent d139a60 commit c6e6e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ r2d2 = "0.8"
uuid = { version = "1.0", features = ["v4", "fast-rng"] }

[dependencies.rusqlite]
version = "0.29"
version = "0.30"

[dev-dependencies]
tempfile = "3"

[dev-dependencies.rusqlite]
version = "0.29"
version = "0.30"
features = ["trace"]


Expand Down

0 comments on commit c6e6e05

Please sign in to comment.