Skip to content

Commit

Permalink
bump rusqlite to 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Jul 26, 2024
1 parent 5d887b5 commit 2981df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion turbosql-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro-error = "1.0.0"
proc-macro2 = "1.0.62"
quote = "1.0.28"
regex = "1.5.5"
rusqlite = {version = "0.32.0", features = ["bundled", "blob", "column_decltype"]}
rusqlite = {version = "0.32.1", features = ["bundled", "blob", "column_decltype"]}
serde = {version = "1.0.145", features = ["derive"]}
syn = {version = "2.0.31", features = ["extra-traits", "full"]}
toml = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion turbosql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ahash = "0.8.7"
directories-next = "2.0.0"
log = "0.4.4"
once_cell = "1.18.0"
rusqlite = {version = "0.32.0", features = ["bundled", "blob"]}
rusqlite = {version = "0.32.1", features = ["bundled", "blob"]}
serde = {version = "1.0.145", features = ["derive"]}
serde_json = "1.0.0"
thiserror = "1.0.7"
Expand Down

0 comments on commit 2981df2

Please sign in to comment.