You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ bb8-postgres = "0.8.1"
45
45
bytes = "1.7"
46
46
chrono = "0.4.38"
47
47
clap = "4.5"
48
+
cql2 = "0.3.0"
48
49
duckdb = "=1.0.0"
49
50
fluent-uri = "0.3.1"
50
51
futures = "0.3.31"
@@ -60,7 +61,7 @@ mime = "0.3.17"
60
61
mockito = "1.5"
61
62
object_store = "0.11.0"
62
63
openssl = { version = "0.10.68", features = ["vendored"] }
63
-
openssl-src = "=300.3.1"# joinked from https://github.com/iopsystems/rpc-perf/commit/705b290d2105af6f33150da04b217422c6d68701#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R41 to cross-compile Python
64
+
openssl-src = "=300.3.1"# joinked from https://github.com/iopsystems/rpc-perf/commit/705b290d2105af6f33150da04b217422c6d68701#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R41 to cross-compile Python
64
65
parquet = { version = "52.2", default-features = false }
65
66
pgstac = { version = "0.2.1", path = "crates/pgstac" }
66
67
pyo3 = "0.22.3"
@@ -89,6 +90,9 @@ tokio-test = "0.4.4"
89
90
tower = "0.5.1"
90
91
tower-http = "0.6.1"
91
92
tracing = "0.1.40"
92
-
tracing-subscriber = "0.3.18"
93
+
tracing-subscriber = { version = "0.3.18", features = [
0 commit comments