Skip to content

Commit 0735352

Browse files
committed
chore: revert update for duckdb and rusqlite
1 parent f9367a9 commit 0735352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ serde = { version = "1.0.218", features = ["derive"] }
1515
serde_json = "1.0.139"
1616
tokio = { version = "1.43.0", features = ["full"] }
1717
tokio-rusqlite = "0.6.0"
18+
rusqlite = { version = "0.32.1", features = ["bundled"] }
1819
tracing = "0.1.41"
1920
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2021
warp = "0.3.7"
@@ -24,7 +25,7 @@ tokio-postgres = "0.7.13"
2425
mysql_async = { version = "0.35.1", default-features = false, features = ["rustls-tls", "default-rustls"] }
2526
humantime = "2.1.0"
2627
clickhouse = { version = "0.13.1", features = ["rustls-tls"] }
27-
duckdb = { version = "1.2.0", features = ["bundled"] }
28+
duckdb = { version = "1.0.0", features = ["bundled"] }
2829
libsql = { version = "0.6.0", features = ["remote"] }
2930
tiberius = { version = "0.12.3", default-features = false, features = ["rustls", "tds73", "tokio", "tokio-util"] }
3031
tokio-util = "0.7.13"

0 commit comments

Comments
 (0)