9 9 | repository = "https://github.com/awslabs/aws-sdk-rust"
|
10 10 | rust-version = "1.81.0"
|
11 11 | readme = "README.md"
|
12 12 | [package.metadata.smithy]
|
13 13 | codegen-version = "ci"
|
14 14 | [package.metadata.docs.rs]
|
15 15 | all-features = true
|
16 16 | targets = ["x86_64-unknown-linux-gnu"]
|
17 17 | [dependencies.aws-credential-types]
|
18 18 | path = "../aws-credential-types"
|
19 - | version = "1.2.1"
|
19 + | version = "1.2.2"
|
20 20 |
|
21 21 | [dependencies.aws-runtime]
|
22 22 | path = "../aws-runtime"
|
23 23 | features = ["event-stream", "http-02x"]
|
24 - | version = "1.5.5"
|
24 + | version = "1.5.6"
|
25 25 |
|
26 26 | [dependencies.aws-sigv4]
|
27 27 | path = "../aws-sigv4"
|
28 - | version = "1.2.9"
|
28 + | version = "1.3.0"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-async]
|
31 31 | path = "../aws-smithy-async"
|
32 - | version = "1.2.4"
|
32 + | version = "1.2.5"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-checksums]
|
35 35 | path = "../aws-smithy-checksums"
|
36 - | version = "0.63.0"
|
36 + | version = "0.63.1"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-eventstream]
|
39 39 | path = "../aws-smithy-eventstream"
|
40 - | version = "0.60.7"
|
40 + | version = "0.60.8"
|
41 41 |
|
42 42 | [dependencies.aws-smithy-http]
|
43 43 | path = "../aws-smithy-http"
|
44 44 | features = ["event-stream"]
|
45 - | version = "0.61.1"
|
45 + | version = "0.62.0"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-json]
|
48 48 | path = "../aws-smithy-json"
|
49 - | version = "0.61.2"
|
49 + | version = "0.61.3"
|
50 50 |
|
51 51 | [dependencies.aws-smithy-runtime]
|
52 52 | path = "../aws-smithy-runtime"
|
53 53 | features = ["client"]
|
54 - | version = "1.7.8"
|
54 + | version = "1.8.0"
|
55 55 |
|
56 56 | [dependencies.aws-smithy-runtime-api]
|
57 57 | path = "../aws-smithy-runtime-api"
|
58 58 | features = ["client", "http-02x"]
|
59 - | version = "1.7.3"
|
59 + | version = "1.7.4"
|
60 60 |
|
61 61 | [dependencies.aws-smithy-types]
|
62 62 | path = "../aws-smithy-types"
|
63 - | version = "1.2.13"
|
63 + | version = "1.3.0"
|
64 64 |
|
65 65 | [dependencies.aws-smithy-xml]
|
66 66 | path = "../aws-smithy-xml"
|
67 67 | version = "0.60.9"
|
68 68 |
|
69 69 | [dependencies.aws-types]
|
70 70 | path = "../aws-types"
|
71 - | version = "1.3.5"
|
71 + | version = "1.3.6"
|
72 72 |
|
73 73 | [dependencies.bytes]
|
74 74 | version = "1.4.0"
|
75 75 |
|
76 76 | [dependencies.fastrand]
|
77 77 | version = "2.0.0"
|
78 78 |
|
79 79 | [dependencies.hex]
|
80 80 | version = "0.4.3"
|
81 81 |
|
82 82 | [dependencies.hmac]
|
83 83 | version = "0.12"
|
84 84 |
|
85 85 | [dependencies.http]
|
86 86 | version = "0.2.9"
|
87 87 |
|
88 88 | [dependencies.http-1x]
|
89 89 | version = "1"
|
90 - | optional = true
|
91 90 | package = "http"
|
92 91 |
|
93 92 | [dependencies.http-body]
|
94 93 | version = "0.4.4"
|
95 94 |
|
96 95 | [dependencies.http-body-1x]
|
97 96 | version = "1"
|
98 97 | optional = true
|
99 98 | package = "http-body"
|
100 99 |
|
101 100 | [dependencies.lru]
|
102 101 | version = "0.12.2"
|
103 102 |
|
104 103 | [dependencies.once_cell]
|
105 104 | version = "1.16"
|
106 105 |
|
107 106 | [dependencies.percent-encoding]
|
108 107 | version = "2.0.0"
|
109 108 |
|
110 109 | [dependencies.regex-lite]
|
111 110 | version = "0.1.5"
|
112 111 |
|
113 112 | [dependencies.sha2]
|
114 113 | version = "0.10"
|
115 114 |
|
116 115 | [dependencies.tracing]
|
117 116 | version = "0.1"
|
118 117 |
|
119 118 | [dependencies.url]
|
120 119 | version = "2.3.1"
|
121 120 | [dev-dependencies.async-std]
|
122 121 | version = "1.12.0"
|
123 122 |
|
124 123 | [dev-dependencies.aws-config]
|
125 124 | path = "../aws-config"
|
126 125 | features = ["behavior-version-latest"]
|
127 - | version = "1.5.18"
|
126 + | version = "1.6.0"
|
128 127 |
|
129 128 | [dev-dependencies.aws-credential-types]
|
130 129 | path = "../aws-credential-types"
|
131 130 | features = ["test-util"]
|
132 - | version = "1.2.1"
|
131 + | version = "1.2.2"
|
133 132 |
|
134 133 | [dev-dependencies.aws-runtime]
|
135 134 | path = "../aws-runtime"
|
136 135 | features = ["test-util"]
|
137 - | version = "1.5.5"
|
136 + | version = "1.5.6"
|
138 137 |
|
139 138 | [dev-dependencies.aws-smithy-async]
|
140 139 | path = "../aws-smithy-async"
|
141 140 | features = ["test-util"]
|
142 - | version = "1.2.4"
|
141 + | version = "1.2.5"
|
143 142 |
|
144 143 | [dev-dependencies.aws-smithy-eventstream]
|
145 144 | path = "../aws-smithy-eventstream"
|
146 145 | features = ["test-util"]
|
147 - | version = "0.60.7"
|
146 + | version = "0.60.8"
|
148 147 |
|
149 - | [dev-dependencies.aws-smithy-experimental]
|
150 - | path = "../aws-smithy-experimental"
|
151 - | features = ["crypto-ring"]
|
152 - | version = "0.1.5"
|
148 + | [dev-dependencies.aws-smithy-http-client]
|
149 + | path = "../aws-smithy-http-client"
|
150 + | features = ["test-util", "wire-mock", "rustls-ring"]
|
151 + | version = "1.0.0"
|
153 152 |
|
154 153 | [dev-dependencies.aws-smithy-protocol-test]
|
155 154 | path = "../aws-smithy-protocol-test"
|
156 - | version = "0.63.0"
|
155 + | version = "0.63.1"
|
157 156 |
|
158 157 | [dev-dependencies.aws-smithy-runtime]
|
159 158 | path = "../aws-smithy-runtime"
|
160 - | features = ["test-util", "wire-mock", "client"]
|
161 - | version = "1.7.8"
|
159 + | features = ["test-util"]
|
160 + | version = "1.8.0"
|
162 161 |
|
163 162 | [dev-dependencies.aws-smithy-runtime-api]
|
164 163 | path = "../aws-smithy-runtime-api"
|
165 164 | features = ["test-util", "client", "http-02x"]
|
166 - | version = "1.7.3"
|
165 + | version = "1.7.4"
|
167 166 |
|
168 167 | [dev-dependencies.aws-smithy-types]
|
169 168 | path = "../aws-smithy-types"
|
170 169 | features = ["test-util"]
|
171 - | version = "1.2.13"
|
170 + | version = "1.3.0"
|
172 171 |
|
173 172 | [dev-dependencies.bytes-utils]
|
174 173 | version = "0.1.0"
|
175 174 |
|
176 175 | [dev-dependencies.futures-util]
|
177 176 | version = "0.3.25"
|
178 177 | features = ["alloc"]
|
179 178 | default-features = false
|
180 179 |
|
181 180 | [dev-dependencies.hdrhistogram]
|
182 181 | version = "7.5.2"
|
183 182 |
|
183 + | [dev-dependencies.http-body-1x]
|
184 + | version = "1"
|
185 + | package = "http-body"
|
186 + |
|
184 187 | [dev-dependencies.pretty_assertions]
|
185 188 | version = "1.3.0"
|
186 189 |
|
187 190 | [dev-dependencies.proptest]
|
188 191 | version = "1"
|
189 192 |
|
190 193 | [dev-dependencies.serde_json]
|
191 194 | version = "1.0.0"
|
192 195 |
|
193 196 | [dev-dependencies.smol]
|
194 197 | version = "1.2.0"
|
195 198 |
|
196 199 | [dev-dependencies.tempfile]
|
197 200 | version = "3.2.0"
|
198 201 |
|
199 202 | [dev-dependencies.tokio]
|
200 203 | version = "1.23.1"
|
201 204 | features = ["macros", "test-util", "rt-multi-thread"]
|
202 205 |
|
203 206 | [dev-dependencies.tracing-appender]
|
204 207 | version = "0.2.2"
|
205 208 |
|
206 209 | [dev-dependencies.tracing-subscriber]
|
207 210 | version = "0.3.16"
|
208 211 | features = ["env-filter", "json"]
|
209 212 |
|
210 213 | [dev-dependencies.tracing-test]
|
211 214 | version = "0.2.5"
|
212 215 | features = ["no-env-filter"]
|
213 216 |
|
214 217 | [features]
|
215 218 | sigv4a = ["aws-runtime/sigv4a"]
|
216 - | http-1x = ["dep:http-1x", "dep:http-body-1x", "aws-smithy-runtime-api/http-1x"]
|
219 + | http-1x = ["dep:http-body-1x", "aws-smithy-runtime-api/http-1x"]
|
217 220 | behavior-version-latest = []
|
218 221 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
222 + | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
219 223 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
220 224 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
221 225 | gated-tests = []
|
222 - | default = ["sigv4a", "rustls", "rt-tokio"]
|
226 + | default = ["sigv4a", "rustls", "default-https-client", "rt-tokio"]
|