9 9 | repository = "https://github.com/awslabs/aws-sdk-rust"
|
10 10 | rust-version = "1.81.0"
|
11 11 | readme = "README.md"
|
12 12 | [package.metadata.smithy]
|
13 13 | codegen-version = "ci"
|
14 14 | [package.metadata.docs.rs]
|
15 15 | all-features = true
|
16 16 | targets = ["x86_64-unknown-linux-gnu"]
|
17 17 | [dependencies.aws-credential-types]
|
18 18 | path = "../aws-credential-types"
|
19 - | version = "1.2.1"
|
19 + | version = "1.2.2"
|
20 20 |
|
21 21 | [dependencies.aws-runtime]
|
22 22 | path = "../aws-runtime"
|
23 23 | features = ["event-stream"]
|
24 - | version = "1.5.5"
|
24 + | version = "1.5.6"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 - | version = "1.2.4"
|
28 + | version = "1.2.5"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-eventstream]
|
31 31 | path = "../aws-smithy-eventstream"
|
32 32 | version = "0.60.7"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-http]
|
35 35 | path = "../aws-smithy-http"
|
36 36 | features = ["event-stream"]
|
37 - | version = "0.61.1"
|
37 + | version = "0.62.0"
|
38 38 |
|
39 39 | [dependencies.aws-smithy-json]
|
40 40 | path = "../aws-smithy-json"
|
41 - | version = "0.61.2"
|
41 + | version = "0.61.3"
|
42 42 |
|
43 43 | [dependencies.aws-smithy-runtime]
|
44 44 | path = "../aws-smithy-runtime"
|
45 45 | features = ["client"]
|
46 - | version = "1.7.8"
|
46 + | version = "1.8.0"
|
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.7.3"
|
51 + | version = "1.7.4"
|
52 52 |
|
53 53 | [dependencies.aws-smithy-types]
|
54 54 | path = "../aws-smithy-types"
|
55 - | version = "1.2.13"
|
55 + | version = "1.3.0"
|
56 56 |
|
57 57 | [dependencies.aws-types]
|
58 58 | path = "../aws-types"
|
59 - | version = "1.3.5"
|
59 + | version = "1.3.6"
|
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.once_cell]
|
71 71 | version = "1.16"
|
72 72 |
|
73 73 | [dependencies.regex-lite]
|
74 74 | version = "0.1.5"
|
75 75 |
|
76 76 | [dependencies.tracing]
|
77 77 | version = "0.1"
|
78 78 | [dev-dependencies.aws-config]
|
79 79 | path = "../aws-config"
|
80 - | version = "1.5.18"
|
80 + | version = "1.6.0"
|
81 81 |
|
82 82 | [dev-dependencies.aws-credential-types]
|
83 83 | path = "../aws-credential-types"
|
84 84 | features = ["test-util"]
|
85 - | version = "1.2.1"
|
85 + | version = "1.2.2"
|
86 86 |
|
87 87 | [dev-dependencies.aws-runtime]
|
88 88 | path = "../aws-runtime"
|
89 89 | features = ["test-util"]
|
90 - | version = "1.5.5"
|
90 + | version = "1.5.6"
|
91 91 |
|
92 92 | [dev-dependencies.aws-smithy-async]
|
93 93 | path = "../aws-smithy-async"
|
94 94 | features = ["test-util"]
|
95 - | version = "1.2.4"
|
95 + | version = "1.2.5"
|
96 96 |
|
97 97 | [dev-dependencies.aws-smithy-eventstream]
|
98 98 | path = "../aws-smithy-eventstream"
|
99 99 | features = ["test-util"]
|
100 100 | version = "0.60.7"
|
101 101 |
|
102 + | [dev-dependencies.aws-smithy-http-client]
|
103 + | path = "../aws-smithy-http-client"
|
104 + | features = ["test-util", "wire-mock"]
|
105 + | version = "1.0.0"
|
106 + |
|
102 107 | [dev-dependencies.aws-smithy-protocol-test]
|
103 108 | path = "../aws-smithy-protocol-test"
|
104 - | version = "0.63.0"
|
109 + | version = "0.63.1"
|
105 110 |
|
106 111 | [dev-dependencies.aws-smithy-runtime]
|
107 112 | path = "../aws-smithy-runtime"
|
108 - | features = ["test-util", "wire-mock"]
|
109 - | version = "1.7.8"
|
113 + | features = ["test-util"]
|
114 + | version = "1.8.0"
|
110 115 |
|
111 116 | [dev-dependencies.aws-smithy-runtime-api]
|
112 117 | path = "../aws-smithy-runtime-api"
|
113 118 | features = ["test-util"]
|
114 - | version = "1.7.3"
|
119 + | version = "1.7.4"
|
115 120 |
|
116 121 | [dev-dependencies.aws-smithy-types]
|
117 122 | path = "../aws-smithy-types"
|
118 123 | features = ["test-util"]
|
119 - | version = "1.2.13"
|
124 + | version = "1.3.0"
|
120 125 |
|
121 126 | [dev-dependencies.futures-util]
|
122 127 | version = "0.3.25"
|
123 128 | features = ["alloc"]
|
124 129 | default-features = false
|
125 130 |
|
131 + | [dev-dependencies.http-1x]
|
132 + | version = "1"
|
133 + | package = "http"
|
134 + |
|
126 135 | [dev-dependencies.serde_json]
|
127 136 | version = "1.0.0"
|
128 137 |
|
129 138 | [dev-dependencies.tokio]
|
130 139 | version = "1.23.1"
|
131 140 | features = ["macros", "test-util", "rt-multi-thread"]
|
132 141 |
|
133 142 | [dev-dependencies.tracing-subscriber]
|
134 143 | version = "0.3.16"
|
135 144 | features = ["env-filter", "json"]
|
136 145 |
|
137 146 | [features]
|
138 147 | behavior-version-latest = []
|
139 148 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
149 + | default-https-client = ["aws-smithy-runtime/default-https-client"]
|
140 150 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
141 151 | test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
|
142 152 | gated-tests = []
|
143 - | default = ["rustls", "rt-tokio"]
|
153 + | default = ["rustls", "default-https-client", "rt-tokio"]
|