fix: enable tokio::fs for object_store crate (#788)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Raphael Taylor-Davies 2021-02-11 12:12:57 +00:00 committed by GitHub
parent f355420ed9
commit c7e8a68fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ rusoto_core = "0.46.0"
rusoto_credential = "0.46.0"
rusoto_s3 = "0.46.0"
snafu = { version = "0.6.10", features = ["futures"] }
tokio = { version = "1.0", features = ["macros"] }
tokio = { version = "1.0", features = ["macros", "fs"] }
# Filesystem integration
tokio-util = "0.6.2"
reqwest = "0.11"