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 24 | features = ["event-stream"]
|
25 - | version = "1.5.18"
|
25 + | version = "1.6.0"
|
26 26 |
|
27 27 | [dependencies.aws-sigv4]
|
28 28 | path = "../aws-sigv4"
|
29 - | version = "1.3.7"
|
29 + | version = "1.3.8"
|
30 30 |
|
31 31 | [dependencies.aws-smithy-async]
|
32 32 | path = "../aws-smithy-async"
|
33 - | version = "1.2.7"
|
33 + | version = "1.2.8"
|
34 34 |
|
35 35 | [dependencies.aws-smithy-eventstream]
|
36 36 | path = "../aws-smithy-eventstream"
|
37 - | version = "0.60.14"
|
37 + | version = "0.60.15"
|
38 38 |
|
39 39 | [dependencies.aws-smithy-http]
|
40 40 | path = "../aws-smithy-http"
|
41 41 | features = ["event-stream"]
|
42 - | version = "0.62.6"
|
42 + | version = "0.63.0"
|
43 43 |
|
44 44 | [dependencies.aws-smithy-json]
|
45 45 | path = "../aws-smithy-json"
|
46 - | version = "0.61.9"
|
46 + | version = "0.62.0"
|
47 47 |
|
48 48 | [dependencies.aws-smithy-observability]
|
49 49 | path = "../aws-smithy-observability"
|
50 - | version = "0.2.0"
|
50 + | version = "0.2.1"
|
51 51 |
|
52 52 | [dependencies.aws-smithy-runtime]
|
53 53 | path = "../aws-smithy-runtime"
|
54 54 | features = ["client", "http-auth"]
|
55 - | version = "1.9.8"
|
55 + | version = "1.10.0"
|
56 56 |
|
57 57 | [dependencies.aws-smithy-runtime-api]
|
58 58 | path = "../aws-smithy-runtime-api"
|
59 - | features = ["client", "http-02x", "http-auth"]
|
60 - | version = "1.10.0"
|
59 + | features = ["client", "http-1x", "http-auth"]
|
60 + | version = "1.11.0"
|
61 61 |
|
62 62 | [dependencies.aws-smithy-types]
|
63 63 | path = "../aws-smithy-types"
|
64 - | features = ["http-body-0-4-x"]
|
65 - | version = "1.3.6"
|
64 + | features = ["http-body-1-x", "http-body-0-4-x"]
|
65 + | version = "1.4.0"
|
66 66 |
|
67 67 | [dependencies.aws-types]
|
68 68 | path = "../aws-types"
|
69 69 | version = "1.3.11"
|
70 70 |
|
71 71 | [dependencies.bytes]
|
72 72 | version = "1.4.0"
|
73 73 |
|
74 74 | [dependencies.fastrand]
|
75 75 | version = "2.0.0"
|
76 76 |
|
77 77 | [dependencies.http]
|
78 78 | version = "0.2.9"
|
79 79 |
|
80 + | [dependencies.http-1x]
|
81 + | version = "1"
|
82 + | package = "http"
|
83 + |
|
80 84 | [dependencies.hyper]
|
81 85 | version = "0.14.26"
|
82 86 | features = ["stream"]
|
83 87 |
|
84 88 | [dependencies.regex-lite]
|
85 89 | version = "0.1.5"
|
86 90 |
|
87 91 | [dependencies.tracing]
|
88 92 | version = "0.1"
|
89 93 | [dev-dependencies.aws-config]
|
90 94 | path = "../aws-config"
|
91 95 | version = "1.8.12"
|
92 96 |
|
93 97 | [dev-dependencies.aws-credential-types]
|
94 98 | path = "../aws-credential-types"
|
95 99 | features = ["test-util"]
|
96 100 | version = "1.2.11"
|
97 101 |
|
98 102 | [dev-dependencies.aws-runtime]
|
99 103 | path = "../aws-runtime"
|
100 104 | features = ["test-util"]
|
101 - | version = "1.5.18"
|
105 + | version = "1.6.0"
|
102 106 |
|
103 107 | [dev-dependencies.aws-smithy-async]
|
104 108 | path = "../aws-smithy-async"
|
105 109 | features = ["test-util"]
|
106 - | version = "1.2.7"
|
110 + | version = "1.2.8"
|
107 111 |
|
108 112 | [dev-dependencies.aws-smithy-eventstream]
|
109 113 | path = "../aws-smithy-eventstream"
|
110 114 | features = ["test-util"]
|
111 - | version = "0.60.14"
|
115 + | version = "0.60.15"
|
112 116 |
|
113 117 | [dev-dependencies.aws-smithy-http-client]
|
114 118 | path = "../aws-smithy-http-client"
|
115 119 | features = ["test-util", "wire-mock"]
|
116 120 | version = "1.1.6"
|
117 121 |
|
118 122 | [dev-dependencies.aws-smithy-protocol-test]
|
119 123 | path = "../aws-smithy-protocol-test"
|
120 - | version = "0.63.7"
|
124 + | version = "0.63.8"
|
121 125 |
|
122 126 | [dev-dependencies.aws-smithy-runtime]
|
123 127 | path = "../aws-smithy-runtime"
|
124 128 | features = ["test-util"]
|
125 - | version = "1.9.8"
|
129 + | version = "1.10.0"
|
126 130 |
|
127 131 | [dev-dependencies.aws-smithy-runtime-api]
|
128 132 | path = "../aws-smithy-runtime-api"
|
129 133 | features = ["test-util"]
|
130 - | version = "1.10.0"
|
134 + | version = "1.11.0"
|
131 135 |
|
132 136 | [dev-dependencies.aws-smithy-types]
|
133 137 | path = "../aws-smithy-types"
|
134 - | features = ["test-util"]
|
135 - | version = "1.3.6"
|
138 + | features = ["http-body-1-x", "test-util"]
|
139 + | version = "1.4.0"
|
136 140 |
|
137 141 | [dev-dependencies.futures-util]
|
138 142 | version = "0.3.25"
|
139 143 | features = ["alloc"]
|
140 144 | default-features = false
|
141 145 |
|
142 - | [dev-dependencies.http-1x]
|
143 - | version = "1"
|
144 - | package = "http"
|
145 - |
|
146 146 | [dev-dependencies.proptest]
|
147 147 | version = "1"
|
148 148 |
|
149 149 | [dev-dependencies.serde_json]
|
150 150 | version = "1.0.0"
|
151 151 |
|
152 152 | [dev-dependencies.tokio]
|
153 153 | version = "1.23.1"
|
154 154 | features = ["macros", "test-util", "rt-multi-thread"]
|
155 155 |
|