rev. 7052e9f2c72be0fa1e8b780e3b1632ab1371bbd6
85 85
[[package]]
86 86
name = "aws-smithy-eventstream"
87 87
version = "0.60.11"
88 88
dependencies = [
89 89
"aws-smithy-types",
90 90
"bytes",
91 91
"crc32fast",
92 92
]
93 93
94 94
95 95
name = "aws-smithy-http"
96 96
version = "0.62.3"
97 97
98 98
"aws-smithy-eventstream",
99 99
"aws-smithy-runtime-api",
100 100
101 101
102 102
"bytes-utils",
103 103
"futures-core",
104 104
"http 0.2.12",
105 105
"http 1.3.1",
106 106
"http-body",
107 107
"percent-encoding",
108 108
"pin-project-lite",
109 109
"pin-utils",
110 110
"tracing",
111 111
112 112
113 113
114 114
name = "aws-smithy-http-server"
115 -
version = "0.65.5"
115 +
version = "0.66.0"
116 116
117 117
"aws-smithy-cbor",
118 118
"aws-smithy-http",
119 119
"aws-smithy-json",
120 120
121 121
122 122
"aws-smithy-xml",
123 123
124 124
"futures-util",
125 125
126 126
127 127
"hyper",
128 128
"lambda_http",
129 129
"mime",
130 130
"nom",
131 131
132 132
"regex",
133 133
"serde_urlencoded",
134 134
"thiserror 2.0.16",
135 135
"tokio",
136 136
"tower",
137 137
"tower-http",
138 138
139 139
"uuid",
140 140
141 141
142 142
143 143
name = "aws-smithy-http-server-python"
144 144
version = "0.66.2"
145 145