Skip to content

Commit 3151707

Browse files
authored
update dependencies (#58)
1 parent 8c4656c commit 3151707

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ actix-files = "0.6.1"
1616
anyhow = { version = "1.0.43", features = ["backtrace"] }
1717
arrow = "15.0"
1818
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"
19+
aws-config = "0.47.0"
20+
aws-sdk-s3 = "0.17"
21+
aws-smithy-http = "0.47.0"
22+
aws-types = "0.47"
2323
bytes = "1"
2424
chrono = "0.4.19"
2525
crossterm = "0.23.2"
2626
datafusion = "8.0"
27-
datafusion-objectstore-s3 = { git = "https://github.com/de-sh/datafusion-objectstore-s3", branch = "parseable" }
27+
datafusion-objectstore-s3 = { git = "https://github.com/parseablehq/datafusion-objectstore-s3" }
2828
derive_more = "0.99.17"
2929
env_logger = "0.9.0"
3030
futures = "0.3"

0 commit comments

Comments
 (0)