Skip to content

Commit 8d04569

Browse files
committed
chore: bump rusqlite 0.33 -> 0.37; r2d2_sqlite 0.26 -> 0.31
1 parent d66669e commit 8d04569

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectorx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ r2d2 = {version = "0.8", optional = true}
4444
r2d2-oracle = {version = "0.7", features = ["chrono"], optional = true}
4545
r2d2_mysql = {version = "25", optional = true}
4646
r2d2_postgres = {version = "0.18", optional = true}
47-
r2d2_sqlite = {version = "0.26", optional = true}
47+
r2d2_sqlite = {version = "0.31", optional = true}
4848
regex = {version = "1", optional = true}
49-
rusqlite = {version = "0.33", features = ["column_decltype", "chrono", "bundled"], optional = true}
49+
rusqlite = {version = "0.37", features = ["column_decltype", "column_metadata", "chrono", "bundled"], optional = true}
5050
rust_decimal = {version = "1", features = ["db-postgres"], optional = true}
5151
rust_decimal_macros = {version = "1", optional = true}
5252
tiberius = {version = "0.7", features = ["rust_decimal", "chrono", "integrated-auth-gssapi"], optional = true}

0 commit comments

Comments
 (0)