Skip to content

Commit

Permalink
bump rusqlite to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Nov 14, 2023
1 parent 0e762f6 commit a6706c2
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 @@ -17,7 +17,7 @@ proc-macro-error = "1"
proc-macro2 = "1"
quote = "1"
regex = "1.5.5"
rusqlite = {version = "0.29", features = ["bundled", "blob", "column_decltype"]}
rusqlite = {version = "0.30", features = ["bundled", "blob", "column_decltype"]}
serde = {version = "1", features = ["derive"]}
syn = {version = "2", features = ["extra-traits", "full"]}
toml = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion turbosql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ directories-next = "2"
itertools = "0.11"
log = "0.4"
once_cell = "1"
rusqlite = {version = "0.29", features = ["bundled", "blob"]}
rusqlite = {version = "0.30", features = ["bundled", "blob"]}
serde = {version = "1", features = ["derive"]}
serde_json = "1"
thiserror = "1"
Expand Down

0 comments on commit a6706c2

Please sign in to comment.