47 47 |
|
48 48 | [dependencies.aws-smithy-json]
|
49 49 | path = "../aws-smithy-json"
|
50 50 | version = "0.62.5"
|
51 51 |
|
52 52 | [dependencies.aws-smithy-observability]
|
53 53 | path = "../aws-smithy-observability"
|
54 54 | version = "0.2.6"
|
55 55 |
|
56 56 | [dependencies.aws-smithy-runtime]
|
57 57 | path = "../aws-smithy-runtime"
|
58 58 | features = ["client"]
|
59 59 | version = "1.11.0"
|
60 60 |
|
61 61 | [dependencies.aws-smithy-runtime-api]
|
62 62 | path = "../aws-smithy-runtime-api"
|
63 63 | features = ["client", "http-1x", "http-02x"]
|
64 64 | version = "1.12.0"
|
65 65 |
|
66 66 | [dependencies.aws-smithy-types]
|
67 67 | path = "../aws-smithy-types"
|
68 68 | features = ["http-body-1-x"]
|
69 69 | version = "1.4.7"
|
70 70 |
|
71 71 | [dependencies.aws-smithy-xml]
|
72 72 | path = "../aws-smithy-xml"
|
73 73 | version = "0.60.15"
|
74 74 |
|
75 75 | [dependencies.aws-types]
|
76 76 | path = "../aws-types"
|
77 - | version = "1.4.0"
|
77 + | version = "1.3.15"
|
78 78 |
|
79 79 | [dependencies.bytes]
|
80 80 | version = "1.4.0"
|
81 81 |
|
82 82 | [dependencies.fastrand]
|
83 83 | version = "2.0.0"
|
84 84 |
|
85 85 | [dependencies.hex]
|
86 86 | version = "0.4.3"
|
87 87 |
|
88 88 | [dependencies.hmac]
|
89 89 | version = "0.13"
|
90 90 |
|
91 91 | [dependencies.http]
|
92 92 | version = "0.2.9"
|
93 93 |
|
94 94 | [dependencies.http-1x]
|
95 95 | version = "1"
|
96 96 | package = "http"
|
97 97 |
|
98 98 | [dependencies.http-body-1x]
|
99 99 | version = "1"
|
100 100 | package = "http-body"
|
101 101 |
|
102 102 | [dependencies.lru]
|
103 103 | version = "0.16.3"
|
104 104 |
|
105 105 | [dependencies.percent-encoding]
|
106 106 | version = "2.0.0"
|
107 107 |
|
108 108 | [dependencies.regex-lite]
|
109 109 | version = "0.1.5"
|
110 110 |
|
111 111 | [dependencies.sha2]
|
112 112 | version = "0.11"
|
113 113 |
|
114 114 | [dependencies.tracing]
|
115 115 | version = "0.1"
|
116 116 |
|
117 117 | [dependencies.url]
|
118 118 | version = "2.3.1"
|
119 119 | [dev-dependencies.async-std]
|
120 120 | version = "1.12.0"
|
121 121 |
|
122 122 | [dev-dependencies.aws-config]
|
123 123 | path = "../aws-config"
|
124 124 | features = ["behavior-version-latest"]
|
125 - | version = "1.9.0"
|
125 + | version = "1.8.16"
|
126 126 |
|
127 127 | [dev-dependencies.aws-credential-types]
|
128 128 | path = "../aws-credential-types"
|
129 129 | features = ["test-util"]
|
130 130 | version = "1.2.14"
|
131 131 |
|
132 132 | [dev-dependencies.aws-runtime]
|
133 133 | path = "../aws-runtime"
|
134 134 | features = ["test-util"]
|
135 135 | version = "1.7.3"
|
136 136 |
|
137 137 | [dev-dependencies.aws-smithy-async]
|
138 138 | path = "../aws-smithy-async"
|
139 139 | features = ["test-util"]
|
140 140 | version = "1.2.14"
|
141 141 |
|
142 142 | [dev-dependencies.aws-smithy-eventstream]
|
143 143 | path = "../aws-smithy-eventstream"
|
144 144 | features = ["test-util"]
|
145 145 | version = "0.60.20"
|
146 146 |
|
147 147 | [dev-dependencies.aws-smithy-http-client]
|
148 148 | path = "../aws-smithy-http-client"
|
149 149 | features = ["test-util", "wire-mock", "rustls-ring"]
|
150 150 | version = "1.1.12"
|
151 151 |
|
152 152 | [dev-dependencies.aws-smithy-mocks]
|
153 153 | path = "../aws-smithy-mocks"
|
154 154 | version = "0.2.6"
|
155 155 |
|