1 1 | # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 2 | [package]
|
3 3 | name = "aws-smithy-runtime"
|
4 - | version = "1.7.8"
|
4 + | version = "1.8.0"
|
5 5 | authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
|
6 6 | description = "The new smithy runtime crate"
|
7 7 | edition = "2021"
|
8 8 | license = "Apache-2.0"
|
9 9 | repository = "https://github.com/smithy-lang/smithy-rs"
|
10 10 | [package.metadata.docs.rs]
|
11 11 | all-features = true
|
12 12 | targets = ["x86_64-unknown-linux-gnu"]
|
13 13 | cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|
14 14 | rustdoc-args = ["--cfg", "docsrs"]
|
15 15 |
|
16 16 | [package.metadata.smithy-rs-release-tooling]
|
17 17 | stable = true
|
18 18 | [package.metadata.cargo-udeps.ignore]
|
19 19 | normal = ["aws-smithy-http"]
|
20 20 |
|
21 21 | [features]
|
22 22 | client = ["aws-smithy-runtime-api/client", "aws-smithy-types/http-body-1-x"]
|
23 23 | http-auth = ["aws-smithy-runtime-api/http-auth"]
|
24 - | connector-hyper-0-14-x = ["dep:hyper-0-14", "hyper-0-14?/client", "hyper-0-14?/http2", "hyper-0-14?/http1", "hyper-0-14?/tcp", "hyper-0-14?/stream", "dep:h2"]
|
25 - | tls-rustls = ["dep:hyper-rustls", "dep:rustls", "connector-hyper-0-14-x"]
|
24 + | connector-hyper-0-14-x = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/hyper-014"]
|
25 + | tls-rustls = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/legacy-rustls-ring", "connector-hyper-0-14-x"]
|
26 + | default-https-client = ["dep:aws-smithy-http-client", "aws-smithy-http-client?/rustls-aws-lc"]
|
26 27 | rt-tokio = ["tokio/rt"]
|
27 - | test-util = ["aws-smithy-runtime-api/test-util", "dep:aws-smithy-protocol-test", "dep:tracing-subscriber", "dep:serde", "dep:serde_json", "dep:indexmap"]
|
28 - | wire-mock = ["test-util", "connector-hyper-0-14-x", "hyper-0-14?/server"]
|
28 + | test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "legacy-test-util"]
|
29 + | legacy-test-util = ["aws-smithy-runtime-api/test-util", "dep:tracing-subscriber", "aws-smithy-http-client/test-util", "connector-hyper-0-14-x", "aws-smithy-http-client/legacy-test-util"]
|
30 + | wire-mock = ["legacy-test-util", "aws-smithy-http-client/wire-mock"]
|
29 31 |
|
30 32 | [dependencies]
|
31 - | bytes = "1"
|
33 + | bytes = "1.10.0"
|
32 34 | fastrand = "2.3.0"
|
33 - | httparse = "1.8.0"
|
34 - | once_cell = "1.18.0"
|
35 - | pin-project-lite = "0.2.7"
|
35 + | once_cell = "1.20.1"
|
36 + | pin-project-lite = "0.2.14"
|
36 37 | pin-utils = "0.1.0"
|
37 - | tracing = "0.1.37"
|
38 + | tracing = "0.1.40"
|
38 39 |
|
39 40 | [dependencies.aws-smithy-async]
|
40 41 | path = "../aws-smithy-async"
|
41 - | version = "1.2.4"
|
42 + | version = "1.2.5"
|
42 43 |
|
43 44 | [dependencies.aws-smithy-http]
|
44 45 | path = "../aws-smithy-http"
|
45 - | version = "0.61.1"
|
46 - |
|
47 - | [dependencies.aws-smithy-protocol-test]
|
48 - | path = "../aws-smithy-protocol-test"
|
49 - | optional = true
|
50 - | version = "0.63.0"
|
46 + | version = "0.62.0"
|
51 47 |
|
52 48 | [dependencies.aws-smithy-runtime-api]
|
53 49 | path = "../aws-smithy-runtime-api"
|
54 - | version = "1.7.3"
|
50 + | version = "1.7.4"
|
55 51 |
|
56 52 | [dependencies.aws-smithy-types]
|
57 53 | path = "../aws-smithy-types"
|
58 54 | features = ["http-body-0-4-x"]
|
59 - | version = "1.2.13"
|
55 + | version = "1.3.0"
|
60 56 |
|
61 - | [dependencies.h2]
|
62 - | version = "0.3"
|
63 - | default-features = false
|
57 + | [dependencies.aws-smithy-http-client]
|
58 + | path = "../aws-smithy-http-client"
|
64 59 | optional = true
|
60 + | version = "1.0.0"
|
65 61 |
|
66 62 | [dependencies.http-02x]
|
67 63 | package = "http"
|
68 - | version = "0.2.8"
|
64 + | version = "0.2.9"
|
65 + |
|
66 + | [dependencies.http-1x]
|
67 + | package = "http"
|
68 + | version = "1"
|
69 69 |
|
70 70 | [dependencies.http-body-04x]
|
71 71 | package = "http-body"
|
72 - | version = "0.4.4"
|
72 + | version = "0.4.5"
|
73 73 |
|
74 74 | [dependencies.http-body-1x]
|
75 75 | package = "http-body"
|
76 76 | version = "1"
|
77 77 |
|
78 - | [dependencies.hyper-0-14]
|
79 - | package = "hyper"
|
80 - | version = "0.14.26"
|
81 - | default-features = false
|
82 - | optional = true
|
83 - |
|
84 - | [dependencies.hyper-rustls]
|
85 - | version = "0.24"
|
86 - | features = ["rustls-native-certs", "http2"]
|
87 - | optional = true
|
88 - |
|
89 - | [dependencies.rustls]
|
90 - | version = "0.21.8"
|
91 - | optional = true
|
92 - |
|
93 - | [dependencies.serde]
|
94 - | version = "1"
|
95 - | features = ["derive"]
|
96 - | optional = true
|
97 - |
|
98 - | [dependencies.serde_json]
|
99 - | version = "1"
|
100 - | features = ["preserve_order"]
|
101 - | optional = true
|
102 - |
|
103 - | [dependencies.indexmap]
|
104 - | version = "2"
|
105 - | optional = true
|
106 - | features = ["serde"]
|
107 - |
|
108 78 | [dependencies.tokio]
|
109 - | version = "1.25"
|
79 + | version = "1.40.0"
|
110 80 | features = []
|
111 81 |
|
112 82 | [dependencies.tracing-subscriber]
|
113 83 | version = "0.3.16"
|
114 84 | optional = true
|
115 85 | features = ["env-filter", "fmt", "json"]
|
116 86 |
|
117 87 | [dev-dependencies]
|
118 88 | approx = "0.5.1"
|
119 89 | fastrand = "2.3.0"
|
120 90 | futures-util = "0.3.29"
|
121 91 | pretty_assertions = "1.4.0"
|
122 92 | tracing-test = "0.2.1"
|
123 93 |
|
124 94 | [dev-dependencies.aws-smithy-async]
|
125 95 | path = "../aws-smithy-async"
|
126 96 | features = ["rt-tokio", "test-util"]
|
127 - | version = "1.2.4"
|
97 + | version = "1.2.5"
|
128 98 |
|
129 99 | [dev-dependencies.aws-smithy-runtime-api]
|
130 100 | path = "../aws-smithy-runtime-api"
|
131 101 | features = ["test-util"]
|
132 - | version = "1.7.3"
|
102 + | version = "1.7.4"
|
133 103 |
|
134 104 | [dev-dependencies.aws-smithy-types]
|
135 105 | path = "../aws-smithy-types"
|
136 106 | features = ["test-util"]
|
137 - | version = "1.2.13"
|
107 + | version = "1.3.0"
|
138 108 |
|
139 109 | [dev-dependencies.tokio]
|
140 110 | version = "1.25"
|
141 111 | features = ["macros", "rt", "rt-multi-thread", "test-util", "full"]
|
142 112 |
|
143 113 | [dev-dependencies.tracing-subscriber]
|
144 114 | version = "0.3.16"
|
145 115 | features = ["env-filter"]
|
146 116 |
|
147 117 | [dev-dependencies.hyper_0_14]
|
148 118 | package = "hyper"
|
149 119 | version = "0.14.27"
|
150 120 | features = ["client", "server", "tcp", "http1", "http2"]
|
151 - |
|
152 - | [dev-dependencies.http1]
|
153 - | package = "http"
|
154 - | version = "1"
|