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"]
|
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-eventstream]
|
35 35 | path = "../aws-smithy-eventstream"
|
36 36 | version = "0.60.7"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-http]
|
39 39 | path = "../aws-smithy-http"
|
40 40 | features = ["event-stream"]
|
41 - | version = "0.61.1"
|
41 + | version = "0.62.0"
|
42 42 |
|
43 43 | [dependencies.aws-smithy-json]
|
44 44 | path = "../aws-smithy-json"
|
45 - | version = "0.61.2"
|
45 + | version = "0.61.3"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-runtime]
|
48 48 | path = "../aws-smithy-runtime"
|
49 49 | features = ["client"]
|
50 - | version = "1.7.8"
|
50 + | version = "1.8.0"
|
51 51 |
|
52 52 | [dependencies.aws-smithy-runtime-api]
|
53 53 | path = "../aws-smithy-runtime-api"
|
54 54 | features = ["client", "http-02x"]
|
55 - | version = "1.7.3"
|
55 + | version = "1.7.4"
|
56 56 |
|
57 57 | [dependencies.aws-smithy-types]
|
58 58 | path = "../aws-smithy-types"
|
59 59 | features = ["http-body-0-4-x"]
|
60 - | version = "1.2.13"
|
60 + | version = "1.3.0"
|
61 61 |
|
62 62 | [dependencies.aws-types]
|
63 63 | path = "../aws-types"
|
64 - | version = "1.3.5"
|
64 + | version = "1.3.6"
|
65 65 |
|
66 66 | [dependencies.bytes]
|
67 67 | version = "1.4.0"
|
68 68 |
|
69 69 | [dependencies.http]
|
70 70 | version = "0.2.9"
|
71 71 |
|
72 72 | [dependencies.hyper]
|
73 73 | version = "0.14.26"
|
74 74 | features = ["stream"]
|
75 75 |
|
76 76 | [dependencies.once_cell]
|
77 77 | version = "1.16"
|
78 78 |
|
79 79 | [dependencies.regex-lite]
|
80 80 | version = "0.1.5"
|
81 81 |
|
82 82 | [dependencies.tracing]
|
83 83 | version = "0.1"
|
84 84 | [dev-dependencies.async-stream]
|
85 85 | version = "0.3.0"
|
86 86 |
|
87 87 | [dev-dependencies.aws-config]
|
88 88 | path = "../aws-config"
|
89 - | version = "1.5.18"
|
89 + | version = "1.6.0"
|
90 90 |
|
91 91 | [dev-dependencies.aws-credential-types]
|
92 92 | path = "../aws-credential-types"
|
93 93 | features = ["test-util"]
|
94 - | version = "1.2.1"
|
94 + | version = "1.2.2"
|
95 95 |
|
96 96 | [dev-dependencies.aws-runtime]
|
97 97 | path = "../aws-runtime"
|
98 98 | features = ["test-util"]
|
99 - | version = "1.5.5"
|
99 + | version = "1.5.6"
|
100 100 |
|
101 101 | [dev-dependencies.aws-smithy-async]
|
102 102 | path = "../aws-smithy-async"
|
103 103 | features = ["test-util"]
|
104 - | version = "1.2.4"
|
104 + | version = "1.2.5"
|
105 105 |
|
106 106 | [dev-dependencies.aws-smithy-eventstream]
|
107 107 | path = "../aws-smithy-eventstream"
|
108 108 | features = ["test-util"]
|
109 109 | version = "0.60.7"
|
110 110 |
|
111 + | [dev-dependencies.aws-smithy-http-client]
|
112 + | path = "../aws-smithy-http-client"
|
113 + | features = ["test-util", "wire-mock"]
|
114 + | version = "1.0.0"
|
115 + |
|
111 116 | [dev-dependencies.aws-smithy-protocol-test]
|
112 117 | path = "../aws-smithy-protocol-test"
|
113 - | version = "0.63.0"
|
118 + | version = "0.63.1"
|
114 119 |
|
115 120 | [dev-dependencies.aws-smithy-runtime]
|
116 121 | path = "../aws-smithy-runtime"
|
117 - | features = ["test-util", "wire-mock"]
|
118 - | version = "1.7.8"
|
122 + | features = ["test-util"]
|
123 + | version = "1.8.0"
|
119 124 |
|
120 125 | [dev-dependencies.aws-smithy-runtime-api]
|
121 126 | path = "../aws-smithy-runtime-api"
|
122 127 | features = ["test-util"]
|
123 - | version = "1.7.3"
|
128 + | version = "1.7.4"
|
124 129 |
|
125 130 | [dev-dependencies.aws-smithy-types]
|
126 131 | path = "../aws-smithy-types"
|
127 132 | features = ["test-util"]
|
128 - | version = "1.2.13"
|
133 + | version = "1.3.0"
|
129 134 |
|
130 135 | [dev-dependencies.futures-core]
|
131 136 | version = "0.3.25"
|
132 137 |
|
133 138 | [dev-dependencies.futures-util]
|
134 139 | version = "0.3.25"
|
135 140 | features = ["alloc"]
|
136 141 | default-features = false
|
137 142 |
|
138 143 | [dev-dependencies.hound]
|
139 144 | version = "3.4.0"
|
140 145 |
|
146 + | [dev-dependencies.http-1x]
|
147 + | version = "1"
|
148 + | package = "http"
|
149 + |
|
141 150 | [dev-dependencies.serde_json]
|
142 151 | version = "1.0.0"
|
143 152 |
|
144 153 | [dev-dependencies.tokio]
|
145 154 | version = "1.23.1"
|
146 155 | features = ["macros", "test-util", "rt-multi-thread"]
|
147 156 |
|
148 157 | [dev-dependencies.tracing-subscriber]
|
149 158 | version = "0.3.16"
|
150 159 | features = ["env-filter", "json"]
|
151 160 |
|
152 161 | [features]
|
153 162 | behavior-version-latest = []
|
154 163 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
164 + | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
155 165 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
156 166 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
157 167 | gated-tests = []
|
158 - | default = ["rustls", "rt-tokio"]
|
168 + | default = ["rustls", "default-https-client", "rt-tokio"]
|