File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rust-runtime/aws-smithy-http-client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,14 @@ bytes = { version = "1.10.0", optional = true }
112112serde = { version = " 1.0.210" , features = [" derive" ], optional = true }
113113serde_json = { version = " 1.0.128" , features = [" preserve_order" ], optional = true }
114114indexmap = { version = " 2.10.0" , features = [" serde" ], optional = true }
115- http-body-util = { version = " 0.1.2 " , optional = true }
115+ http-body-util = { version = " 0.1.3 " , optional = true }
116116# end test util stack
117117
118118[dev-dependencies ]
119119aws-smithy-async = { path = " ../aws-smithy-async" , features = [" rt-tokio" , " test-util" ] }
120120aws-smithy-runtime-api = { path = " ../aws-smithy-runtime-api" , features = [" test-util" ] }
121121aws-smithy-types = { path = " ../aws-smithy-types" , features = [" http-body-0-4-x" , " test-util" ] }
122- http-body-util = { version = " 0.1.2 " }
122+ http-body-util = { version = " 0.1.3 " }
123123serial_test = " 3.2"
124124hyper-util = { version = " 0.1.16" , features = [" full" ] }
125125base64 = " 0.22"
You can’t perform that action at this time.
0 commit comments