14 14 | protocol = "aws.protocols#awsQuery"
|
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-credential-types]
|
80 85 | path = "../aws-credential-types"
|
81 86 | features = ["test-util"]
|
82 87 | version = "1.2.11"
|
83 88 |
|
84 89 | [dev-dependencies.aws-runtime]
|
85 90 | path = "../aws-runtime"
|
86 91 | features = ["test-util"]
|
87 - | version = "1.5.18"
|
92 + | version = "1.6.0"
|
88 93 |
|
89 94 | [dev-dependencies.aws-smithy-async]
|
90 95 | path = "../aws-smithy-async"
|
91 96 | features = ["test-util"]
|
92 - | version = "1.2.7"
|
97 + | version = "1.2.8"
|
93 98 |
|
94 99 | [dev-dependencies.aws-smithy-http-client]
|
95 100 | path = "../aws-smithy-http-client"
|
96 101 | features = ["test-util", "wire-mock"]
|
97 - | version = "1.1.5"
|
102 + | version = "1.1.6"
|
98 103 |
|
99 104 | [dev-dependencies.aws-smithy-protocol-test]
|
100 105 | path = "../aws-smithy-protocol-test"
|
101 - | version = "0.63.7"
|
106 + | version = "0.63.8"
|
102 107 |
|
103 108 | [dev-dependencies.aws-smithy-runtime]
|
104 109 | path = "../aws-smithy-runtime"
|
105 110 | features = ["test-util"]
|
106 - | version = "1.9.8"
|
111 + | version = "1.10.0"
|
107 112 |
|
108 113 | [dev-dependencies.aws-smithy-runtime-api]
|
109 114 | path = "../aws-smithy-runtime-api"
|
110 115 | features = ["test-util"]
|
111 - | version = "1.10.0"
|
116 + | version = "1.11.0"
|
112 117 |
|
113 118 | [dev-dependencies.aws-smithy-types]
|
114 119 | path = "../aws-smithy-types"
|
115 - | features = ["test-util"]
|
116 - | version = "1.3.6"
|
120 + | features = ["http-body-1-x", "test-util"]
|
121 + | version = "1.4.0"
|
117 122 |
|
118 123 | [dev-dependencies.futures-util]
|
119 124 | version = "0.3.25"
|
120 125 | features = ["alloc"]
|
121 126 | default-features = false
|
122 127 |
|
123 - | [dev-dependencies.http-1x]
|
124 - | version = "1"
|
125 - | package = "http"
|
126 - |
|
127 128 | [dev-dependencies.proptest]
|
128 129 | version = "1"
|
129 130 |
|
130 131 | [dev-dependencies.serde_json]
|
131 132 | version = "1.0.0"
|
132 133 |
|
133 134 | [dev-dependencies.tokio]
|
134 135 | version = "1.23.1"
|
135 136 | features = ["macros", "test-util", "rt-multi-thread"]
|
136 137 |
|
137 138 | [dev-dependencies.tracing-subscriber]
|
138 139 | version = "0.3.16"
|
139 140 | features = ["env-filter", "json"]
|
140 141 |
|
141 142 | [features]
|
142 143 | behavior-version-latest = []
|
143 144 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
144 145 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
145 146 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
146 147 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
147 148 | gated-tests = []
|
148 149 | default = ["rustls", "default-https-client", "rt-tokio"]
|
149 150 |
|
150 151 | [hints]
|
151 152 | mostly-unused = true
|