rev. 7a4904270bf4c035347a49372d875c82ffea4131 (ignoring whitespace)
191 191
"tracing",
192 192
"uuid",
193 193
]
194 194
195 195
[[package]]
196 196
name = "aws-smithy-runtime-api"
197 197
version = "1.12.0"
198 198
dependencies = [
199 199
"aws-smithy-async",
200 200
"aws-smithy-runtime-api-macros",
201 201
"aws-smithy-types",
202 202
"bytes",
203 203
"http 0.2.12",
204 204
"http 1.4.0",
205 205
"pin-project-lite",
206 206
"tokio",
207 207
208 208
209 209
210 210
211 211
name = "aws-smithy-runtime-api-macros"
212 212
version = "1.0.0"
213 213
214 214
"proc-macro2",
215 215
"quote",
216 216
"syn 2.0.117",
217 217
218 218
219 219
220 220
name = "aws-smithy-types"
221 -
version = "1.4.7"
221 +
version = "1.4.8"
222 222
223 223
"base64-simd",
224 224
225 225
"bytes-utils",
226 226
"futures-core",
227 227
228 228
229 229
"http-body 0.4.6",
230 230
"http-body 1.0.1",
231 231
"http-body-util",
232 232
"hyper",
233 233
"itoa",
234 234
"num-integer",
235 235
236 236
"pin-utils",
237 237
"ryu",
238 238
"serde",
239 239
"time",
240 240
241 241
"tokio-util",
242 242
243 243
244 244
245 245
name = "aws-smithy-xml"
246 246
version = "0.60.15"
247 247
248 248
"xmlparser",
249 249
250 250
251 251