25 25 |
|
26 26 | [dependencies.aws-sigv4]
|
27 27 | path = "../aws-sigv4"
|
28 28 | version = "1.2.5"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-async]
|
31 31 | path = "../aws-smithy-async"
|
32 32 | version = "1.2.1"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-eventstream]
|
35 35 | path = "../aws-smithy-eventstream"
|
36 36 | version = "0.60.5"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-http]
|
39 39 | path = "../aws-smithy-http"
|
40 40 | features = ["event-stream"]
|
41 41 | version = "0.60.11"
|
42 42 |
|
43 43 | [dependencies.aws-smithy-json]
|
44 44 | path = "../aws-smithy-json"
|
45 45 | version = "0.60.7"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-runtime]
|
48 48 | path = "../aws-smithy-runtime"
|
49 49 | features = ["client"]
|
50 50 | version = "1.7.3"
|
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.2"
|
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.9"
|
60 + | version = "1.2.8"
|
61 61 |
|
62 62 | [dependencies.aws-types]
|
63 63 | path = "../aws-types"
|
64 64 | version = "1.3.3"
|
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.10"
|
89 + | version = "1.5.9"
|
90 90 |
|
91 91 | [dev-dependencies.aws-credential-types]
|
92 92 | path = "../aws-credential-types"
|
93 93 | features = ["test-util"]
|
94 94 | version = "1.2.1"
|
95 95 |
|
96 96 | [dev-dependencies.aws-runtime]
|
97 97 | path = "../aws-runtime"
|
98 98 | features = ["test-util"]
|
99 99 | version = "1.4.3"
|
100 100 |
|
101 101 | [dev-dependencies.aws-smithy-async]
|
102 102 | path = "../aws-smithy-async"
|
103 103 | features = ["test-util"]
|
104 104 | version = "1.2.1"
|
105 105 |
|
106 106 | [dev-dependencies.aws-smithy-protocol-test]
|
107 107 | path = "../aws-smithy-protocol-test"
|
108 108 | version = "0.63.0"
|
109 109 |
|
110 110 | [dev-dependencies.aws-smithy-runtime]
|
111 111 | path = "../aws-smithy-runtime"
|
112 112 | features = ["test-util", "wire-mock"]
|
113 113 | version = "1.7.3"
|
114 114 |
|
115 115 | [dev-dependencies.aws-smithy-runtime-api]
|
116 116 | path = "../aws-smithy-runtime-api"
|
117 117 | features = ["test-util"]
|
118 - | version = "1.7.3"
|
118 + | version = "1.7.2"
|
119 119 |
|
120 120 | [dev-dependencies.aws-smithy-types]
|
121 121 | path = "../aws-smithy-types"
|
122 122 | features = ["test-util"]
|
123 - | version = "1.2.9"
|
123 + | version = "1.2.8"
|
124 124 |
|
125 125 | [dev-dependencies.futures-core]
|
126 126 | version = "0.3.25"
|
127 127 |
|
128 128 | [dev-dependencies.futures-util]
|
129 129 | version = "0.3.25"
|
130 130 | features = ["alloc"]
|
131 131 | default-features = false
|
132 132 |
|
133 133 | [dev-dependencies.hound]
|
134 134 | version = "3.4.0"
|
135 135 |
|
136 136 | [dev-dependencies.serde_json]
|
137 137 | version = "1.0.0"
|
138 138 |
|
139 139 | [dev-dependencies.tokio]
|
140 140 | version = "1.23.1"
|
141 141 | features = ["macros", "test-util", "rt-multi-thread"]
|
142 142 |
|
143 143 | [dev-dependencies.tracing-subscriber]
|
144 144 | version = "0.3.16"
|
145 145 | features = ["env-filter", "json"]
|
146 146 |
|
147 147 | [features]
|
148 148 | behavior-version-latest = []
|
149 149 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
150 150 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
151 151 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
152 - | gated-tests = []
|
153 152 | default = ["rustls", "rt-tokio"]
|