rev. 91bfa30069abdbd8a8723a357243311fac92fdec
57 57
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
58 58
59 59
[[package]]
60 60
name = "aws-smithy-async"
61 61
version = "1.2.13"
62 62
dependencies = [
63 63
"futures-util",
64 64
"pin-project-lite",
65 65
"tokio",
66 66
]
67 67
68 68
69 69
name = "aws-smithy-cbor"
70 70
version = "0.61.5"
71 71
72 72
"aws-smithy-types",
73 73
"minicbor",
74 74
75 75
76 76
77 77
name = "aws-smithy-eventstream"
78 78
version = "0.60.19"
79 79
80 80
81 81
"bytes",
82 82
"crc32fast",
83 83
84 84
85 85
86 86
name = "aws-smithy-http"
87 -
version = "0.63.5"
87 +
version = "0.63.6"
88 88
89 89
"aws-smithy-runtime-api",
90 90
91 91
92 92
"bytes-utils",
93 93
"futures-core",
94 94
95 95
"http 1.4.0",
96 96
"http-body 1.0.1",
97 97
"http-body-util",
98 98
"percent-encoding",
99 99
100 100
"pin-utils",
101 101
"tracing",
102 102
103 103
104 104
105 105
name = "aws-smithy-http-server-python"
106 106
version = "0.67.0"
107 107
108 108
"aws-smithy-http",
109 109
"aws-smithy-json",
110 110
"aws-smithy-legacy-http-server",
111 111
112 112
"aws-smithy-xml",
113 113
114 114
"futures",
115 115
"http 0.2.12",
116 116
"hyper",
117 117
"lambda_http",