rev. 80d9b4c9aa38f40a6d033a9f956fdf3576cff60f
100 100
name = "aws-smithy-http-server"
101 101
version = "0.65.9"
102 102
dependencies = [
103 103
"aws-smithy-cbor",
104 104
"aws-smithy-http",
105 105
"aws-smithy-json",
106 106
"aws-smithy-runtime-api",
107 107
"aws-smithy-types",
108 108
"aws-smithy-xml",
109 109
"bytes",
110 110
"futures-util",
111 111
"http 0.2.12",
112 112
"http-body",
113 113
"hyper",
114 114
"lambda_http",
115 115
"mime",
116 116
"nom",
117 117
"pin-project-lite",
118 118
"regex",
119 119
"serde_urlencoded",
120 120
"thiserror 2.0.17",
121 121
"tokio",
122 122
"tower",
123 123
"tower-http",
124 124
"tracing",
125 125
"uuid",
126 126
]
127 127
128 128
[[package]]
129 129
name = "aws-smithy-http-server-python"
130 -
version = "0.66.5"
130 +
version = "0.66.6"
131 131
132 132
133 133
"aws-smithy-http-server",
134 134
135 135
136 136
137 137
138 138
"futures",
139 139
140 140
141 141
142 142
"num_cpus",
143 143
"parking_lot",
144 144
145 145
"pyo3",
146 146
"pyo3-asyncio",
147 147
"rustls-pemfile",
148 148
"signal-hook",
149 149
"socket2 0.5.10",
150 150
151 151
"tls-listener",
152 152
153 153
"tokio-rustls",
154 154
"tokio-stream",
155 155
156 156
157 157
"tracing-appender",
158 158
"tracing-subscriber",
159 159
160 160