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