From a4e3dc5104a3736f571c3909f6346e23764ce9da Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Wed, 24 Aug 2022 20:49:14 +0530 Subject: [PATCH] update dependencies --- server/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 4313ccc22..01e5c24af 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"