diff --git a/Cargo.lock b/Cargo.lock index a2dd03b600..1d3e493398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,16 +236,16 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "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", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-types", "bytes", "fastrand 1.9.0", @@ -266,14 +266,26 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", + "aws-smithy-async 0.55.3", + "aws-smithy-types 0.55.3", "fastrand 1.9.0", "tokio", "tracing", "zeroize", ] +[[package]] +name = "aws-credential-types" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a1629320d319dc715c6189b172349186557e209d2a7b893ff3d14efd33a47c" +dependencies = [ + "aws-smithy-async 1.1.1", + "aws-smithy-runtime-api", + "aws-smithy-types 1.1.1", + "zeroize", +] + [[package]] name = "aws-endpoint" version = "0.55.3" @@ -281,7 +293,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04" dependencies = [ "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-types", "http", "regex", @@ -294,9 +306,9 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-types", "bytes", "http", @@ -313,19 +325,19 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fba197193cbb4bcb6aad8d99796b2291f36fa89562ded5d4501363055b0de89f" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "aws-endpoint", "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", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-smithy-xml", "aws-types", "bytes", @@ -346,16 +358,16 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8b812340d86d4a766b2ca73f740dfd47a97c2dff0c06c8517a16d88241957e4" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "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", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-types", "bytes", "http", @@ -371,17 +383,17 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "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", "aws-smithy-json", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "aws-smithy-xml", "aws-types", "bytes", @@ -397,7 +409,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.55.3", "aws-sigv4", "aws-smithy-eventstream", "aws-smithy-http", @@ -439,6 +451,17 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e9f65000917e3aa94c259d67fe01fa9e4cd456187d026067d642436e6311a81" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", +] + [[package]] name = "aws-smithy-checksums" version = "0.55.3" @@ -446,7 +469,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07ed8b96d95402f3f6b8b57eb4e0e45ee365f78b1a924faf20ff6e97abf1eae6" dependencies = [ "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "crc32c", "crc32fast", @@ -466,10 +489,10 @@ 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", + "aws-smithy-types 0.55.3", "bytes", "fastrand 1.9.0", "http", @@ -488,7 +511,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "460c8da5110835e3d9a717c61f5556b20d03c32a1dec57f8fc559b360f733bb8" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "crc32fast", ] @@ -500,7 +523,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28" dependencies = [ "aws-smithy-eventstream", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "bytes-utils", "futures-core", @@ -523,7 +546,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9" dependencies = [ "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "bytes", "http", "http-body", @@ -538,7 +561,7 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.55.3", ] [[package]] @@ -547,10 +570,25 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.55.3", "urlencoding", ] +[[package]] +name = "aws-smithy-runtime-api" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2404c9eb08bfe9af255945254d9afc69a367b7ee008b8db75c05e3bca485fc65" +dependencies = [ + "aws-smithy-async 1.1.1", + "aws-smithy-types 1.1.1", + "bytes", + "http", + "pin-project-lite", + "tokio", + "tracing", +] + [[package]] name = "aws-smithy-types" version = "0.55.3" @@ -564,6 +602,26 @@ dependencies = [ "time", ] +[[package]] +name = "aws-smithy-types" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2aba8136605d14ac88f57dc3a693a9f8a4eab4a3f52bc03ff13746f0cd704e97" +dependencies = [ + "base64-simd", + "bytes", + "bytes-utils", + "futures-core", + "http", + "itoa", + "num-integer", + "pin-project-lite", + "pin-utils", + "ryu", + "serde", + "time", +] + [[package]] name = "aws-smithy-xml" version = "0.55.3" @@ -579,11 +637,11 @@ version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829" dependencies = [ - "aws-credential-types", - "aws-smithy-async", + "aws-credential-types 0.55.3", + "aws-smithy-async 0.55.3", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.55.3", "http", "rustc_version", "tracing", @@ -1237,11 +1295,11 @@ dependencies = [ "async-stream", "async-trait", "aws-config", - "aws-credential-types", + "aws-credential-types 1.1.1", "aws-sdk-s3", "aws-sig-auth", "aws-sigv4", - "aws-smithy-async", + "aws-smithy-async 0.55.3", "aws-smithy-client", "azure_storage", "azure_storage_blobs", diff --git a/src/daft-io/Cargo.toml b/src/daft-io/Cargo.toml index 6f27620574..27f413f620 100644 --- a/src/daft-io/Cargo.toml +++ b/src/daft-io/Cargo.toml @@ -3,7 +3,7 @@ async-recursion = "1.0.4" async-stream = "0.3.5" async-trait = "0.1.74" aws-config = {version = "0.55.3", features = ["native-tls", "rt-tokio", "client-hyper", "credentials-sso"], default-features = false} -aws-credential-types = {version = "0.55.3", features = ["hardcoded-credentials"]} +aws-credential-types = {version = "1.1.1", 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"