diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 666e9eb1720..559e9ca339c 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -702,9 +702,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.1.9" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf98d97bba6ddaba180f1b1147e202d8fe04940403a95a3f826c790f931bbd1" +checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5" dependencies = [ "base64-simd", "bytes", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 50b7cda7d65..f3dfee7f28c 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -280,7 +280,7 @@ aws-sdk-kinesis = "1.21" aws-sdk-s3 = "1.24" aws-smithy-async = "1.2" aws-smithy-runtime = "1.5" -aws-smithy-types = { version = "1.1", features = ["byte-stream-poll-next"] } +aws-smithy-types = { version = "1.2", features = ["byte-stream-poll-next"] } aws-types = "1.2" azure_core = { version = "0.13.0", features = ["enable_reqwest_rustls"] }