fix: Add missing features to object_store crate to enable running tests separately

pull/24376/head
Carol (Nichols || Goulding) 2021-10-25 15:58:25 -04:00 committed by Carol (Nichols || Goulding)
parent 8198c1ff2a
commit eeb017990d
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ rusoto_core = { version = "0.47.0", optional = true}
rusoto_credential = { version = "0.47.0", optional = true} rusoto_credential = { version = "0.47.0", optional = true}
rusoto_s3 = { version = "0.47.0", optional = true} rusoto_s3 = { version = "0.47.0", optional = true}
snafu = "0.6.10" snafu = "0.6.10"
tokio = { version = "1.11", features = ["macros", "fs"] } tokio = { version = "1.11", features = ["macros", "fs", "io-util", "rt-multi-thread", "time"] }
# Filesystem integration # Filesystem integration
tokio-util = { version = "0.6.3", features = [ "io" ] } tokio-util = { version = "0.6.3", features = [ "codec", "io" ] }
reqwest = { version = "0.11", optional = true } reqwest = { version = "0.11", optional = true }
# Filesystem integration # Filesystem integration
walkdir = "2" walkdir = "2"