1 1 | # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 2 | [package]
|
3 3 | name = "aws-sdk-s3"
|
4 4 | version = "0.0.0-local"
|
5 5 | authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
|
6 6 | description = "AWS SDK for Amazon Simple Storage Service"
|
7 7 | edition = "2021"
|
8 8 | license = "Apache-2.0"
|
9 9 | repository = "https://github.com/awslabs/aws-sdk-rust"
|
10 - | rust-version = "1.82.0"
|
10 + | rust-version = "1.85.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 19 | version = "1.2.3"
|
20 20 |
|
21 21 | [dependencies.aws-runtime]
|
22 22 | path = "../aws-runtime"
|
23 23 | features = ["event-stream", "http-02x"]
|
24 - | version = "1.5.7"
|
24 + | version = "1.5.8"
|
25 25 |
|
26 26 | [dependencies.aws-sigv4]
|
27 27 | path = "../aws-sigv4"
|
28 - | version = "1.3.2"
|
28 + | version = "1.3.3"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-async]
|
31 31 | path = "../aws-smithy-async"
|
32 32 | version = "1.2.5"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-checksums]
|
35 35 | path = "../aws-smithy-checksums"
|
36 36 | version = "0.63.3"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-eventstream]
|
39 39 | path = "../aws-smithy-eventstream"
|
40 - | version = "0.60.8"
|
40 + | version = "0.60.9"
|
41 41 |
|
42 42 | [dependencies.aws-smithy-http]
|
43 43 | path = "../aws-smithy-http"
|
44 44 | features = ["event-stream"]
|
45 45 | version = "0.62.1"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-json]
|
48 48 | path = "../aws-smithy-json"
|
49 - | version = "0.61.3"
|
49 + | version = "0.61.4"
|
50 50 |
|
51 51 | [dependencies.aws-smithy-runtime]
|
52 52 | path = "../aws-smithy-runtime"
|
53 53 | features = ["client"]
|
54 54 | version = "1.8.3"
|
55 55 |
|
56 56 | [dependencies.aws-smithy-runtime-api]
|
57 57 | path = "../aws-smithy-runtime-api"
|
58 58 | features = ["client", "http-02x"]
|
59 - | version = "1.8.0"
|
59 + | version = "1.8.1"
|
60 60 |
|
61 61 | [dependencies.aws-smithy-types]
|
62 62 | path = "../aws-smithy-types"
|
63 - | version = "1.3.1"
|
63 + | version = "1.3.2"
|
64 64 |
|
65 65 | [dependencies.aws-smithy-xml]
|
66 66 | path = "../aws-smithy-xml"
|
67 - | version = "0.60.9"
|
67 + | version = "0.60.10"
|
68 68 |
|
69 69 | [dependencies.aws-types]
|
70 70 | path = "../aws-types"
|
71 71 | version = "1.3.7"
|
72 72 |
|
73 73 | [dependencies.bytes]
|
74 74 | version = "1.4.0"
|
75 75 |
|
76 76 | [dependencies.fastrand]
|
77 77 | version = "2.0.0"
|
78 78 |
|
79 79 | [dependencies.hex]
|
80 80 | version = "0.4.3"
|
81 81 |
|
82 82 | [dependencies.hmac]
|
83 83 | version = "0.12"
|
84 84 |
|
85 85 | [dependencies.http]
|
86 86 | version = "0.2.9"
|
87 87 |
|
88 88 | [dependencies.http-1x]
|
89 89 | version = "1"
|
90 90 | package = "http"
|
91 91 |
|
92 92 | [dependencies.http-body]
|
93 93 | version = "0.4.4"
|
94 94 |
|
95 95 | [dependencies.http-body-1x]
|
96 96 | version = "1"
|
97 97 | optional = true
|
98 98 | package = "http-body"
|
99 99 |
|
100 100 | [dependencies.lru]
|
101 101 | version = "0.12.2"
|
102 102 |
|
103 103 | [dependencies.percent-encoding]
|
104 104 | version = "2.0.0"
|
105 105 |
|
106 106 | [dependencies.regex-lite]
|
107 107 | version = "0.1.5"
|
108 108 |
|
109 109 | [dependencies.sha2]
|
110 110 | version = "0.10"
|
111 111 |
|
112 112 | [dependencies.tracing]
|
113 113 | version = "0.1"
|
114 114 |
|
115 115 | [dependencies.url]
|
116 116 | version = "2.3.1"
|
117 117 | [dev-dependencies.async-std]
|
118 118 | version = "1.12.0"
|
119 119 |
|
120 120 | [dev-dependencies.aws-config]
|
121 121 | path = "../aws-config"
|
122 122 | features = ["behavior-version-latest"]
|
123 - | version = "1.6.3"
|
123 + | version = "1.6.4"
|
124 124 |
|
125 125 | [dev-dependencies.aws-credential-types]
|
126 126 | path = "../aws-credential-types"
|
127 127 | features = ["test-util"]
|
128 128 | version = "1.2.3"
|
129 129 |
|
130 130 | [dev-dependencies.aws-runtime]
|
131 131 | path = "../aws-runtime"
|
132 132 | features = ["test-util"]
|
133 - | version = "1.5.7"
|
133 + | version = "1.5.8"
|
134 134 |
|
135 135 | [dev-dependencies.aws-smithy-async]
|
136 136 | path = "../aws-smithy-async"
|
137 137 | features = ["test-util"]
|
138 138 | version = "1.2.5"
|
139 139 |
|
140 140 | [dev-dependencies.aws-smithy-eventstream]
|
141 141 | path = "../aws-smithy-eventstream"
|
142 142 | features = ["test-util"]
|
143 - | version = "0.60.8"
|
143 + | version = "0.60.9"
|
144 144 |
|
145 145 | [dev-dependencies.aws-smithy-http-client]
|
146 146 | path = "../aws-smithy-http-client"
|
147 147 | features = ["test-util", "wire-mock", "rustls-ring"]
|
148 - | version = "1.0.3"
|
148 + | version = "1.0.5"
|
149 149 |
|
150 150 | [dev-dependencies.aws-smithy-mocks]
|
151 151 | path = "../aws-smithy-mocks"
|
152 152 | version = "0.1.1"
|
153 153 |
|
154 154 | [dev-dependencies.aws-smithy-protocol-test]
|
155 155 | path = "../aws-smithy-protocol-test"
|
156 - | version = "0.63.2"
|
156 + | version = "0.63.4"
|
157 157 |
|
158 158 | [dev-dependencies.aws-smithy-runtime]
|
159 159 | path = "../aws-smithy-runtime"
|
160 160 | features = ["test-util"]
|
161 161 | version = "1.8.3"
|
162 162 |
|
163 163 | [dev-dependencies.aws-smithy-runtime-api]
|
164 164 | path = "../aws-smithy-runtime-api"
|
165 165 | features = ["test-util", "client", "http-02x"]
|
166 - | version = "1.8.0"
|
166 + | version = "1.8.1"
|
167 167 |
|
168 168 | [dev-dependencies.aws-smithy-types]
|
169 169 | path = "../aws-smithy-types"
|
170 170 | features = ["test-util"]
|
171 - | version = "1.3.1"
|
171 + | version = "1.3.2"
|
172 172 |
|
173 173 | [dev-dependencies.bytes-utils]
|
174 174 | version = "0.1.0"
|
175 175 |
|
176 176 | [dev-dependencies.futures-util]
|
177 177 | version = "0.3.25"
|
178 178 | features = ["alloc"]
|
179 179 | default-features = false
|
180 180 |
|
181 181 | [dev-dependencies.hdrhistogram]
|