diff --git a/Cargo.lock b/Cargo.lock index 8d50e330dc..e1df08bac0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ dependencies = [ "aws-http", "aws-sdk-sso", "aws-sdk-sts", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", @@ -264,7 +264,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae" dependencies = [ - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-types", "fastrand 1.9.0", "tokio", @@ -316,7 +316,7 @@ dependencies = [ "aws-http", "aws-sig-auth", "aws-sigv4", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-checksums", "aws-smithy-client", "aws-smithy-eventstream", @@ -348,7 +348,7 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", @@ -373,7 +373,7 @@ dependencies = [ "aws-endpoint", "aws-http", "aws-sig-auth", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", @@ -437,6 +437,17 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.101.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d787b7e07925b450bed90d9d29ac8e57006c9c2ac907151d175ac0e376bfee0e" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", +] + [[package]] name = "aws-smithy-checksums" version = "0.55.3" @@ -464,7 +475,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd" dependencies = [ - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-types", @@ -578,7 +589,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829" dependencies = [ "aws-credential-types", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", "aws-smithy-http", "aws-smithy-types", @@ -1212,7 +1223,7 @@ dependencies = [ "aws-sdk-s3", "aws-sig-auth", "aws-sigv4", - "aws-smithy-async", + "aws-smithy-async 0.101.0", "aws-smithy-client", "azure_storage", "azure_storage_blobs", diff --git a/src/daft-io/Cargo.toml b/src/daft-io/Cargo.toml index fe6bfdfc07..ac11411442 100644 --- a/src/daft-io/Cargo.toml +++ b/src/daft-io/Cargo.toml @@ -7,7 +7,7 @@ aws-credential-types = {version = "0.55.3", features = ["hardcoded-credentials"] aws-sdk-s3 = {version = "0.28.0", features = ["native-tls", "rt-tokio"], default-features = false} aws-sig-auth = "0.55.3" aws-sigv4 = "0.55.3" -aws-smithy-async = "0.55.3" +aws-smithy-async = "0.101.0" aws-smithy-client = "0.55.3" azure_storage = {version = "0.17.0", features = ["enable_reqwest"], default-features = false} azure_storage_blobs = {version = "0.17.0", features = ["enable_reqwest"], default-features = false}