10 10 | rust-version = "1.88.0"
|
11 11 | readme = "README.md"
|
12 12 | [package.metadata.smithy]
|
13 13 | codegen-version = "ci"
|
14 14 | protocol = "aws.protocols#restJson1"
|
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 - | version = "1.2.11"
|
20 + | version = "1.2.10"
|
21 21 |
|
22 22 | [dependencies.aws-runtime]
|
23 23 | path = "../aws-runtime"
|
24 24 | features = ["event-stream"]
|
25 - | version = "1.5.17"
|
25 + | version = "1.5.16"
|
26 26 |
|
27 27 | [dependencies.aws-smithy-async]
|
28 28 | path = "../aws-smithy-async"
|
29 - | version = "1.2.7"
|
29 + | version = "1.2.6"
|
30 30 |
|
31 31 | [dependencies.aws-smithy-eventstream]
|
32 32 | path = "../aws-smithy-eventstream"
|
33 - | version = "0.60.14"
|
33 + | version = "0.60.13"
|
34 34 |
|
35 35 | [dependencies.aws-smithy-http]
|
36 36 | path = "../aws-smithy-http"
|
37 37 | features = ["event-stream"]
|
38 - | version = "0.62.6"
|
38 + | version = "0.62.5"
|
39 39 |
|
40 40 | [dependencies.aws-smithy-json]
|
41 41 | path = "../aws-smithy-json"
|
42 - | version = "0.61.8"
|
42 + | version = "0.61.7"
|
43 43 |
|
44 44 | [dependencies.aws-smithy-runtime]
|
45 45 | path = "../aws-smithy-runtime"
|
46 46 | features = ["client"]
|
47 47 | version = "1.9.5"
|
48 48 |
|
49 49 | [dependencies.aws-smithy-runtime-api]
|
50 50 | path = "../aws-smithy-runtime-api"
|
51 51 | features = ["client", "http-02x"]
|
52 - | version = "1.9.3"
|
52 + | version = "1.9.2"
|
53 53 |
|
54 54 | [dependencies.aws-smithy-types]
|
55 55 | path = "../aws-smithy-types"
|
56 - | version = "1.3.5"
|
56 + | version = "1.3.4"
|
57 57 |
|
58 58 | [dependencies.aws-types]
|
59 59 | path = "../aws-types"
|
60 - | version = "1.3.11"
|
60 + | version = "1.3.10"
|
61 61 |
|
62 62 | [dependencies.bytes]
|
63 63 | version = "1.4.0"
|
64 64 |
|
65 65 | [dependencies.fastrand]
|
66 66 | version = "2.0.0"
|
67 67 |
|
68 68 | [dependencies.http]
|
69 69 | version = "0.2.9"
|
70 70 |
|
71 71 | [dependencies.regex-lite]
|
72 72 | version = "0.1.5"
|
73 73 |
|
74 74 | [dependencies.tracing]
|
75 75 | version = "0.1"
|
76 76 | [dev-dependencies.aws-config]
|
77 77 | path = "../aws-config"
|
78 - | version = "1.8.12"
|
78 + | version = "1.8.11"
|
79 79 |
|
80 80 | [dev-dependencies.aws-credential-types]
|
81 81 | path = "../aws-credential-types"
|
82 82 | features = ["test-util"]
|
83 - | version = "1.2.11"
|
83 + | version = "1.2.10"
|
84 84 |
|
85 85 | [dev-dependencies.aws-runtime]
|
86 86 | path = "../aws-runtime"
|
87 87 | features = ["test-util"]
|
88 - | version = "1.5.17"
|
88 + | version = "1.5.16"
|
89 89 |
|
90 90 | [dev-dependencies.aws-smithy-async]
|
91 91 | path = "../aws-smithy-async"
|
92 92 | features = ["test-util"]
|
93 - | version = "1.2.7"
|
93 + | version = "1.2.6"
|
94 94 |
|
95 95 | [dev-dependencies.aws-smithy-eventstream]
|
96 96 | path = "../aws-smithy-eventstream"
|
97 97 | features = ["test-util"]
|
98 - | version = "0.60.14"
|
98 + | version = "0.60.13"
|
99 99 |
|
100 100 | [dev-dependencies.aws-smithy-http-client]
|
101 101 | path = "../aws-smithy-http-client"
|
102 102 | features = ["test-util", "wire-mock"]
|
103 - | version = "1.1.5"
|
103 + | version = "1.1.4"
|
104 104 |
|
105 105 | [dev-dependencies.aws-smithy-protocol-test]
|
106 106 | path = "../aws-smithy-protocol-test"
|
107 - | version = "0.63.7"
|
107 + | version = "0.63.6"
|
108 108 |
|
109 109 | [dev-dependencies.aws-smithy-runtime]
|
110 110 | path = "../aws-smithy-runtime"
|
111 111 | features = ["test-util"]
|
112 112 | version = "1.9.5"
|
113 113 |
|
114 114 | [dev-dependencies.aws-smithy-runtime-api]
|
115 115 | path = "../aws-smithy-runtime-api"
|
116 116 | features = ["test-util"]
|
117 - | version = "1.9.3"
|
117 + | version = "1.9.2"
|
118 118 |
|
119 119 | [dev-dependencies.aws-smithy-types]
|
120 120 | path = "../aws-smithy-types"
|
121 121 | features = ["test-util"]
|
122 - | version = "1.3.5"
|
122 + | version = "1.3.4"
|
123 123 |
|
124 124 | [dev-dependencies.futures-util]
|
125 125 | version = "0.3.25"
|
126 126 | features = ["alloc"]
|
127 127 | default-features = false
|
128 128 |
|
129 129 | [dev-dependencies.http-1x]
|
130 130 | version = "1"
|
131 131 | package = "http"
|
132 132 |
|
133 133 | [dev-dependencies.proptest]
|
134 134 | version = "1"
|
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 | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
151 151 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
152 152 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|