diff --git a/server/Cargo.toml b/server/Cargo.toml index 8da2242e5..8191026e5 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -16,15 +16,15 @@ actix-files = "0.6.1" anyhow = { version = "1.0.43", features = ["backtrace"] } arrow = "15.0" async-trait = "0.1" -aws-config = "0.6.0" -aws-sdk-s3 = "0.13" -aws-smithy-http = "0.42.0" -aws-types = "0.13" +aws-config = "0.47.0" +aws-sdk-s3 = "0.17" +aws-smithy-http = "0.47.0" +aws-types = "0.47" bytes = "1" chrono = "0.4.19" crossterm = "0.23.2" datafusion = "8.0" -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" } derive_more = "0.99.17" env_logger = "0.9.0" futures = "0.3"