21 21 | [dependencies.aws-runtime]
|
22 22 | path = "../aws-runtime"
|
23 23 | features = ["event-stream"]
|
24 24 | version = "1.5.10"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 28 | version = "1.2.5"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-eventstream]
|
31 31 | path = "../aws-smithy-eventstream"
|
32 32 | version = "0.60.10"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-http]
|
35 35 | path = "../aws-smithy-http"
|
36 36 | features = ["event-stream"]
|
37 37 | version = "0.62.3"
|
38 38 |
|
39 39 | [dependencies.aws-smithy-json]
|
40 40 | path = "../aws-smithy-json"
|
41 41 | version = "0.61.4"
|
42 42 |
|
43 43 | [dependencies.aws-smithy-runtime]
|
44 44 | path = "../aws-smithy-runtime"
|
45 45 | features = ["client"]
|
46 46 | version = "1.8.6"
|
47 47 |
|
48 48 | [dependencies.aws-smithy-runtime-api]
|
49 49 | path = "../aws-smithy-runtime-api"
|
50 50 | features = ["client", "http-02x"]
|
51 - | version = "1.8.5"
|
51 + | version = "1.8.6"
|
52 52 |
|
53 53 | [dependencies.aws-smithy-types]
|
54 54 | path = "../aws-smithy-types"
|
55 55 | version = "1.3.2"
|
56 56 |
|
57 57 | [dependencies.aws-types]
|
58 58 | path = "../aws-types"
|
59 59 | version = "1.3.8"
|
60 60 |
|
61 61 | [dependencies.bytes]
|
62 62 | version = "1.4.0"
|
63 63 |
|
64 64 | [dependencies.fastrand]
|
65 65 | version = "2.0.0"
|
66 66 |
|
67 67 | [dependencies.http]
|
68 68 | version = "0.2.9"
|
69 69 |
|
70 70 | [dependencies.regex-lite]
|
71 71 | version = "0.1.5"
|
72 72 |
|
73 73 | [dependencies.tracing]
|
74 74 | version = "0.1"
|
75 75 | [dev-dependencies.aws-config]
|
76 76 | path = "../aws-config"
|
77 - | version = "1.8.3"
|
77 + | version = "1.8.4"
|
78 78 |
|
79 79 | [dev-dependencies.aws-credential-types]
|
80 80 | path = "../aws-credential-types"
|
81 81 | features = ["test-util"]
|
82 82 | version = "1.2.5"
|
83 83 |
|
84 84 | [dev-dependencies.aws-runtime]
|
85 85 | path = "../aws-runtime"
|
86 86 | features = ["test-util"]
|
87 87 | version = "1.5.10"
|
88 88 |
|
89 89 | [dev-dependencies.aws-smithy-async]
|
90 90 | path = "../aws-smithy-async"
|
91 91 | features = ["test-util"]
|
92 92 | version = "1.2.5"
|
93 93 |
|
94 94 | [dev-dependencies.aws-smithy-eventstream]
|
95 95 | path = "../aws-smithy-eventstream"
|
96 96 | features = ["test-util"]
|
97 97 | version = "0.60.10"
|
98 98 |
|
99 99 | [dev-dependencies.aws-smithy-http-client]
|
100 100 | path = "../aws-smithy-http-client"
|
101 101 | features = ["test-util", "wire-mock"]
|
102 102 | version = "1.0.6"
|
103 103 |
|
104 104 | [dev-dependencies.aws-smithy-protocol-test]
|
105 105 | path = "../aws-smithy-protocol-test"
|
106 106 | version = "0.63.4"
|
107 107 |
|
108 108 | [dev-dependencies.aws-smithy-runtime]
|
109 109 | path = "../aws-smithy-runtime"
|
110 110 | features = ["test-util"]
|
111 111 | version = "1.8.6"
|
112 112 |
|
113 113 | [dev-dependencies.aws-smithy-runtime-api]
|
114 114 | path = "../aws-smithy-runtime-api"
|
115 115 | features = ["test-util"]
|
116 - | version = "1.8.5"
|
116 + | version = "1.8.6"
|
117 117 |
|
118 118 | [dev-dependencies.aws-smithy-types]
|
119 119 | path = "../aws-smithy-types"
|
120 120 | features = ["test-util"]
|
121 121 | version = "1.3.2"
|
122 122 |
|
123 123 | [dev-dependencies.futures-util]
|
124 124 | version = "0.3.25"
|
125 125 | features = ["alloc"]
|
126 126 | default-features = false
|
127 127 |
|
128 128 | [dev-dependencies.http-1x]
|
129 129 | version = "1"
|
130 130 | package = "http"
|
131 131 |
|
132 132 | [dev-dependencies.serde_json]
|
133 133 | version = "1.0.0"
|
134 134 |
|
135 135 | [dev-dependencies.tokio]
|
136 136 | version = "1.23.1"
|
137 137 | features = ["macros", "test-util", "rt-multi-thread"]
|
138 138 |
|
139 139 | [dev-dependencies.tracing-subscriber]
|
140 140 | version = "0.3.16"
|
141 141 | features = ["env-filter", "json"]
|
142 142 |
|
143 143 | [features]
|
144 144 | behavior-version-latest = []
|
145 145 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
146 146 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|