We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4656c commit 3151707Copy full SHA for 3151707
server/Cargo.toml
@@ -16,15 +16,15 @@ actix-files = "0.6.1"
16
anyhow = { version = "1.0.43", features = ["backtrace"] }
17
arrow = "15.0"
18
async-trait = "0.1"
19
-aws-config = "0.6.0"
20
-aws-sdk-s3 = "0.13"
21
-aws-smithy-http = "0.42.0"
22
-aws-types = "0.13"
+aws-config = "0.47.0"
+aws-sdk-s3 = "0.17"
+aws-smithy-http = "0.47.0"
+aws-types = "0.47"
23
bytes = "1"
24
chrono = "0.4.19"
25
crossterm = "0.23.2"
26
datafusion = "8.0"
27
-datafusion-objectstore-s3 = { git = "https://github.com/de-sh/datafusion-objectstore-s3", branch = "parseable" }
+datafusion-objectstore-s3 = { git = "https://github.com/parseablehq/datafusion-objectstore-s3" }
28
derive_more = "0.99.17"
29
env_logger = "0.9.0"
30
futures = "0.3"
0 commit comments