@@ -28,14 +28,14 @@ arrow-schema = { version = "57.1.0", default-features = false, features = ["ffi"
2828async-compression = { git = " https://github.com/MaterializeInc/async-compression.git" , rev = " fe7411eb6104a02a89e2c3a76ab326dd6594214d" , default-features = false , features = [" brotli" , " bzip2-sys" , " gzip" , " tokio" , " xz" , " zlib" , " zstd" ] }
2929aws-config = { version = " 1.8.12" , default-features = false , features = [" sso" ] }
3030aws-credential-types = { version = " 1.2.11" , default-features = false , features = [" hardcoded-credentials" , " test-util" ] }
31- aws-runtime = { version = " 1.5.17 " , default-features = false , features = [" event-stream" , " http-02x" ] }
31+ aws-runtime = { version = " 1.5.18 " , default-features = false , features = [" event-stream" , " http-02x" ] }
3232aws-sdk-sts = { version = " 1.95.0" , default-features = false , features = [" rt-tokio" ] }
3333aws-sigv4 = { version = " 1.3.7" , features = [" http0-compat" , " sign-eventstream" ] }
3434aws-smithy-async = { version = " 1.2.7" , default-features = false , features = [" rt-tokio" ] }
3535aws-smithy-http = { version = " 0.62.6" , default-features = false , features = [" event-stream" ] }
36- aws-smithy-runtime = { version = " 1.9.6 " , default-features = false , features = [" client" , " connector-hyper-0-14-x" ] }
37- aws-smithy-runtime-api = { version = " 1.9.3 " , features = [" client" , " http-02x" , " http-auth" , " test-util" ] }
38- aws-smithy-types = { version = " 1.3.5 " , default-features = false , features = [" byte-stream-poll-next" , " http-body-0-4-x" , " http-body-1-x" , " rt-tokio" , " test-util" ] }
36+ aws-smithy-runtime = { version = " 1.9.8 " , default-features = false , features = [" client" , " connector-hyper-0-14-x" ] }
37+ aws-smithy-runtime-api = { version = " 1.10.0 " , features = [" client" , " http-02x" , " http-auth" , " test-util" ] }
38+ aws-smithy-types = { version = " 1.3.6 " , default-features = false , features = [" byte-stream-poll-next" , " http-body-0-4-x" , " http-body-1-x" , " rt-tokio" , " test-util" ] }
3939axum = { version = " 0.7.9" , features = [" ws" ] }
4040axum-core = { version = " 0.4.5" , default-features = false , features = [" tracing" ] }
4141base16ct = { version = " 0.2.0" , default-features = false , features = [" alloc" ] }
@@ -64,7 +64,7 @@ either = { version = "1.15.0", features = ["use_std"] }
6464event-listener = { version = " 5.4.1" }
6565event-listener-strategy = { version = " 0.5.4" }
6666fastrand = { version = " 2.3.0" }
67- flate2 = { version = " 1.1.5 " , features = [" zlib" , " zlib-rs" ] }
67+ flate2 = { version = " 1.1.8 " , features = [" zlib" , " zlib-rs" ] }
6868form_urlencoded = { version = " 1.2.2" }
6969futures-channel = { version = " 0.3.31" , features = [" sink" ] }
7070futures-core = { version = " 0.3.31" }
@@ -172,14 +172,14 @@ arrow-schema = { version = "57.1.0", default-features = false, features = ["ffi"
172172async-compression = { git = " https://github.com/MaterializeInc/async-compression.git" , rev = " fe7411eb6104a02a89e2c3a76ab326dd6594214d" , default-features = false , features = [" brotli" , " bzip2-sys" , " gzip" , " tokio" , " xz" , " zlib" , " zstd" ] }
173173aws-config = { version = " 1.8.12" , default-features = false , features = [" sso" ] }
174174aws-credential-types = { version = " 1.2.11" , default-features = false , features = [" hardcoded-credentials" , " test-util" ] }
175- aws-runtime = { version = " 1.5.17 " , default-features = false , features = [" event-stream" , " http-02x" ] }
175+ aws-runtime = { version = " 1.5.18 " , default-features = false , features = [" event-stream" , " http-02x" ] }
176176aws-sdk-sts = { version = " 1.95.0" , default-features = false , features = [" rt-tokio" ] }
177177aws-sigv4 = { version = " 1.3.7" , features = [" http0-compat" , " sign-eventstream" ] }
178178aws-smithy-async = { version = " 1.2.7" , default-features = false , features = [" rt-tokio" ] }
179179aws-smithy-http = { version = " 0.62.6" , default-features = false , features = [" event-stream" ] }
180- aws-smithy-runtime = { version = " 1.9.6 " , default-features = false , features = [" client" , " connector-hyper-0-14-x" ] }
181- aws-smithy-runtime-api = { version = " 1.9.3 " , features = [" client" , " http-02x" , " http-auth" , " test-util" ] }
182- aws-smithy-types = { version = " 1.3.5 " , default-features = false , features = [" byte-stream-poll-next" , " http-body-0-4-x" , " http-body-1-x" , " rt-tokio" , " test-util" ] }
180+ aws-smithy-runtime = { version = " 1.9.8 " , default-features = false , features = [" client" , " connector-hyper-0-14-x" ] }
181+ aws-smithy-runtime-api = { version = " 1.10.0 " , features = [" client" , " http-02x" , " http-auth" , " test-util" ] }
182+ aws-smithy-types = { version = " 1.3.6 " , default-features = false , features = [" byte-stream-poll-next" , " http-body-0-4-x" , " http-body-1-x" , " rt-tokio" , " test-util" ] }
183183axum = { version = " 0.7.9" , features = [" ws" ] }
184184axum-core = { version = " 0.4.5" , default-features = false , features = [" tracing" ] }
185185base16ct = { version = " 0.2.0" , default-features = false , features = [" alloc" ] }
@@ -191,7 +191,7 @@ bstr = { version = "1.12.1" }
191191bytemuck = { version = " 1.24.0" , default-features = false , features = [" latest_stable_rust" ] }
192192bytes = { version = " 1.10.1" , features = [" serde" ] }
193193cast = { version = " 0.3.0" , default-features = false , features = [" std" ] }
194- cc = { version = " 1.2.51 " , default-features = false , features = [" parallel" ] }
194+ cc = { version = " 1.2.52 " , default-features = false , features = [" parallel" ] }
195195chrono = { version = " 0.4.41" , features = [" serde" ] }
196196clang-sys = { version = " 1.8.1" , default-features = false , features = [" clang_11_0" , " runtime" ] }
197197clap = { version = " 4.5.23" , features = [" derive" , " env" , " string" , " wrap_help" ] }
@@ -211,7 +211,7 @@ either = { version = "1.15.0", features = ["use_std"] }
211211event-listener = { version = " 5.4.1" }
212212event-listener-strategy = { version = " 0.5.4" }
213213fastrand = { version = " 2.3.0" }
214- flate2 = { version = " 1.1.5 " , features = [" zlib" , " zlib-rs" ] }
214+ flate2 = { version = " 1.1.8 " , features = [" zlib" , " zlib-rs" ] }
215215form_urlencoded = { version = " 1.2.2" }
216216futures-channel = { version = " 0.3.31" , features = [" sink" ] }
217217futures-core = { version = " 0.3.31" }
0 commit comments