14 14 | protocol = "aws.protocols#awsJson1_0"
|
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-runtime]
|
43 43 | path = "../aws-smithy-runtime"
|
44 44 | features = ["client"]
|
45 - | version = "1.9.8"
|
45 + | version = "1.10.0"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-runtime-api]
|
48 48 | path = "../aws-smithy-runtime-api"
|
49 - | features = ["client", "http-02x"]
|
50 - | version = "1.10.0"
|
49 + | features = ["client", "http-1x"]
|
50 + | version = "1.11.0"
|
51 51 |
|
52 52 | [dependencies.aws-smithy-types]
|
53 53 | path = "../aws-smithy-types"
|
54 - | version = "1.3.6"
|
54 + | features = ["http-body-1-x"]
|
55 + | version = "1.4.0"
|
55 56 |
|
56 57 | [dependencies.aws-types]
|
57 58 | path = "../aws-types"
|
58 59 | version = "1.3.11"
|
59 60 |
|
60 61 | [dependencies.bytes]
|
61 62 | version = "1.4.0"
|
62 63 |
|
63 64 | [dependencies.fastrand]
|
64 65 | version = "2.0.0"
|
65 66 |
|
66 67 | [dependencies.http]
|
67 68 | version = "0.2.9"
|
68 69 |
|
70 + | [dependencies.http-1x]
|
71 + | version = "1"
|
72 + | package = "http"
|
73 + |
|
69 74 | [dependencies.regex-lite]
|
70 75 | version = "0.1.5"
|
71 76 |
|
72 77 | [dependencies.tracing]
|
73 78 | version = "0.1"
|
74 79 | [dev-dependencies.approx]
|
75 80 | version = "0.5.1"
|
76 81 |
|
77 82 | [dev-dependencies.aws-config]
|
78 83 | path = "../aws-config"
|
79 84 | version = "1.8.12"
|
80 85 |
|
81 86 | [dev-dependencies.aws-credential-types]
|
82 87 | path = "../aws-credential-types"
|
83 88 | features = ["test-util"]
|
84 89 | version = "1.2.11"
|
85 90 |
|
86 91 | [dev-dependencies.aws-runtime]
|
87 92 | path = "../aws-runtime"
|
88 93 | features = ["test-util"]
|
89 - | version = "1.5.18"
|
94 + | version = "1.6.0"
|
90 95 |
|
91 96 | [dev-dependencies.aws-smithy-async]
|
92 97 | path = "../aws-smithy-async"
|
93 98 | features = ["test-util"]
|
94 - | version = "1.2.7"
|
99 + | version = "1.2.8"
|
95 100 |
|
96 101 | [dev-dependencies.aws-smithy-http-client]
|
97 102 | path = "../aws-smithy-http-client"
|
98 103 | features = ["test-util", "wire-mock"]
|
99 104 | version = "1.1.6"
|
100 105 |
|
101 106 | [dev-dependencies.aws-smithy-protocol-test]
|
102 107 | path = "../aws-smithy-protocol-test"
|
103 - | version = "0.63.7"
|
108 + | version = "0.63.8"
|
104 109 |
|
105 110 | [dev-dependencies.aws-smithy-runtime]
|
106 111 | path = "../aws-smithy-runtime"
|
107 112 | features = ["test-util"]
|
108 - | version = "1.9.8"
|
113 + | version = "1.10.0"
|
109 114 |
|
110 115 | [dev-dependencies.aws-smithy-runtime-api]
|
111 116 | path = "../aws-smithy-runtime-api"
|
112 117 | features = ["test-util"]
|
113 - | version = "1.10.0"
|
118 + | version = "1.11.0"
|
114 119 |
|
115 120 | [dev-dependencies.aws-smithy-types]
|
116 121 | path = "../aws-smithy-types"
|
117 - | features = ["test-util"]
|
118 - | version = "1.3.6"
|
122 + | features = ["http-body-1-x", "test-util"]
|
123 + | version = "1.4.0"
|
119 124 |
|
120 125 | [dev-dependencies.criterion]
|
121 126 | version = "0.5.0"
|
122 127 |
|
123 128 | [dev-dependencies.futures-util]
|
124 129 | version = "0.3.25"
|
125 130 | features = ["alloc"]
|
126 131 | default-features = false
|
127 132 |
|
128 - | [dev-dependencies.http-1x]
|
129 - | version = "1"
|
130 - | package = "http"
|
131 - |
|
132 133 | [dev-dependencies.proptest]
|
133 134 | version = "1"
|
134 135 |
|
135 136 | [dev-dependencies.serde_json]
|
136 137 | version = "1.0.0"
|
137 138 |
|
138 139 | [dev-dependencies.tokio]
|
139 140 | version = "1.23.1"
|
140 141 | features = ["macros", "test-util", "rt-multi-thread"]
|
141 142 |
|
142 143 | [dev-dependencies.tracing-subscriber]
|
143 144 | version = "0.3.16"
|
144 145 | features = ["env-filter", "json"]
|
145 146 |
|
146 147 | [features]
|
147 148 | behavior-version-latest = []
|
148 149 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
149 150 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
150 151 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
151 152 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
152 153 | gated-tests = []
|
153 154 | default = ["rustls", "default-https-client", "rt-tokio"]
|
154 155 |
|
155 156 | [hints]
|
156 157 | mostly-unused = true
|