14 14 | protocol = "aws.protocols#ec2Query"
|
15 15 | [package.metadata.docs.rs]
|
16 16 | all-features = true
|
17 17 | targets = ["x86_64-unknown-linux-gnu"]
|
18 18 | [dependencies.aws-credential-types]
|
19 19 | path = "../aws-credential-types"
|
20 20 | version = "1.2.11"
|
21 21 |
|
22 22 | [dependencies.aws-runtime]
|
23 23 | path = "../aws-runtime"
|
24 - | version = "1.5.18"
|
24 + | version = "1.6.0"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 - | version = "1.2.7"
|
28 + | version = "1.2.8"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-http]
|
31 31 | path = "../aws-smithy-http"
|
32 - | version = "0.62.6"
|
32 + | version = "0.63.0"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-json]
|
35 35 | path = "../aws-smithy-json"
|
36 - | version = "0.61.9"
|
36 + | version = "0.62.0"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-observability]
|
39 39 | path = "../aws-smithy-observability"
|
40 - | version = "0.2.0"
|
40 + | version = "0.2.1"
|
41 41 |
|
42 42 | [dependencies.aws-smithy-query]
|
43 43 | path = "../aws-smithy-query"
|
44 - | version = "0.60.9"
|
44 + | version = "0.60.10"
|
45 45 |
|
46 46 | [dependencies.aws-smithy-runtime]
|
47 47 | path = "../aws-smithy-runtime"
|
48 48 | features = ["client"]
|
49 - | version = "1.9.8"
|
49 + | version = "1.10.0"
|
50 50 |
|
51 51 | [dependencies.aws-smithy-runtime-api]
|
52 52 | path = "../aws-smithy-runtime-api"
|
53 - | features = ["client", "http-02x"]
|
54 - | version = "1.10.0"
|
53 + | features = ["client", "http-1x"]
|
54 + | version = "1.11.0"
|
55 55 |
|
56 56 | [dependencies.aws-smithy-types]
|
57 57 | path = "../aws-smithy-types"
|
58 - | version = "1.3.6"
|
58 + | features = ["http-body-1-x"]
|
59 + | version = "1.4.0"
|
59 60 |
|
60 61 | [dependencies.aws-smithy-xml]
|
61 62 | path = "../aws-smithy-xml"
|
62 63 | version = "0.60.13"
|
63 64 |
|
64 65 | [dependencies.aws-types]
|
65 66 | path = "../aws-types"
|
66 67 | version = "1.3.11"
|
67 68 |
|
68 69 | [dependencies.fastrand]
|
69 70 | version = "2.0.0"
|
70 71 |
|
71 72 | [dependencies.http]
|
72 73 | version = "0.2.9"
|
73 74 |
|
75 + | [dependencies.http-1x]
|
76 + | version = "1"
|
77 + | package = "http"
|
78 + |
|
74 79 | [dependencies.regex-lite]
|
75 80 | version = "0.1.5"
|
76 81 |
|
77 82 | [dependencies.tracing]
|
78 83 | version = "0.1"
|
79 84 | [dev-dependencies.aws-config]
|
80 85 | path = "../aws-config"
|
81 86 | version = "1.8.12"
|
82 87 |
|
83 88 | [dev-dependencies.aws-credential-types]
|
84 89 | path = "../aws-credential-types"
|
85 90 | features = ["test-util"]
|
86 91 | version = "1.2.11"
|
87 92 |
|
88 93 | [dev-dependencies.aws-runtime]
|
89 94 | path = "../aws-runtime"
|
90 95 | features = ["test-util"]
|
91 - | version = "1.5.18"
|
96 + | version = "1.6.0"
|
92 97 |
|
93 98 | [dev-dependencies.aws-smithy-async]
|
94 99 | path = "../aws-smithy-async"
|
95 100 | features = ["test-util"]
|
96 - | version = "1.2.7"
|
101 + | version = "1.2.8"
|
97 102 |
|
98 103 | [dev-dependencies.aws-smithy-http-client]
|
99 104 | path = "../aws-smithy-http-client"
|
100 105 | features = ["test-util", "wire-mock"]
|
101 - | version = "1.1.5"
|
106 + | version = "1.1.6"
|
102 107 |
|
103 108 | [dev-dependencies.aws-smithy-protocol-test]
|
104 109 | path = "../aws-smithy-protocol-test"
|
105 - | version = "0.63.7"
|
110 + | version = "0.63.8"
|
106 111 |
|
107 112 | [dev-dependencies.aws-smithy-runtime]
|
108 113 | path = "../aws-smithy-runtime"
|
109 114 | features = ["test-util"]
|
110 - | version = "1.9.8"
|
115 + | version = "1.10.0"
|
111 116 |
|
112 117 | [dev-dependencies.aws-smithy-runtime-api]
|
113 118 | path = "../aws-smithy-runtime-api"
|
114 119 | features = ["test-util"]
|
115 - | version = "1.10.0"
|
120 + | version = "1.11.0"
|
116 121 |
|
117 122 | [dev-dependencies.aws-smithy-types]
|
118 123 | path = "../aws-smithy-types"
|
119 - | features = ["test-util"]
|
120 - | version = "1.3.6"
|
124 + | features = ["http-body-1-x", "test-util"]
|
125 + | version = "1.4.0"
|
121 126 |
|
122 127 | [dev-dependencies.futures-util]
|
123 128 | version = "0.3.25"
|
124 129 | features = ["alloc"]
|
125 130 | default-features = false
|
126 131 |
|
127 - | [dev-dependencies.http-1x]
|
128 - | version = "1"
|
129 - | package = "http"
|
130 - |
|
131 132 | [dev-dependencies.proptest]
|
132 133 | version = "1"
|
133 134 |
|
134 135 | [dev-dependencies.serde_json]
|
135 136 | version = "1.0.0"
|
136 137 |
|
137 138 | [dev-dependencies.tokio]
|
138 139 | version = "1.23.1"
|
139 140 | features = ["macros", "test-util", "rt-multi-thread"]
|
140 141 |
|
141 142 | [dev-dependencies.tracing-subscriber]
|
142 143 | version = "0.3.16"
|
143 144 | features = ["env-filter", "json"]
|
144 145 |
|
145 146 | [features]
|
146 147 | behavior-version-latest = []
|
147 148 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
148 149 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
149 150 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
150 151 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
151 152 | gated-tests = []
|
152 153 | default = ["rustls", "default-https-client", "rt-tokio"]
|
153 154 |
|
154 155 | [hints]
|
155 156 | mostly-unused = true
|