30 30 | 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"]
|
31 31 | wire-mock = ["legacy-test-util", "aws-smithy-http-client/wire-mock"]
|
32 32 |
|
33 33 | [dependencies]
|
34 34 | bytes = "1.10.0"
|
35 35 | fastrand = "2.3.0"
|
36 36 | http-body-util = "0.1.3"
|
37 37 | pin-project-lite = "0.2.14"
|
38 38 | pin-utils = "0.1.0"
|
39 39 | tracing = "0.1.44"
|
40 40 |
|
41 41 | [dependencies.aws-smithy-async]
|
42 42 | path = "../aws-smithy-async"
|
43 43 | version = "1.2.13"
|
44 44 |
|
45 45 | [dependencies.aws-smithy-http]
|
46 46 | path = "../aws-smithy-http"
|
47 47 | version = "0.63.5"
|
48 48 |
|
49 49 | [dependencies.aws-smithy-observability]
|
50 50 | path = "../aws-smithy-observability"
|
51 51 | version = "0.2.5"
|
52 52 |
|
53 53 | [dependencies.aws-smithy-runtime-api]
|
54 54 | path = "../aws-smithy-runtime-api"
|
55 55 | version = "1.11.5"
|
56 56 |
|
57 57 | [dependencies.aws-smithy-types]
|
58 58 | path = "../aws-smithy-types"
|
59 59 | features = ["http-body-0-4-x"]
|
60 - | version = "1.4.5"
|
60 + | version = "1.4.6"
|
61 61 |
|
62 62 | [dependencies.aws-smithy-http-client]
|
63 63 | path = "../aws-smithy-http-client"
|
64 64 | optional = true
|
65 65 | version = "1.1.11"
|
66 66 |
|
67 67 | [dependencies.http-02x]
|
68 68 | package = "http"
|
69 69 | version = "0.2.12"
|
70 70 |
|
71 71 | [dependencies.http-1x]
|
72 72 | package = "http"
|
73 73 | version = "1.3.1"
|
74 74 |
|
75 75 | [dependencies.http-body-04x]
|
76 76 | package = "http-body"
|
77 77 | version = "0.4.6"
|
78 78 |
|
79 79 | [dependencies.http-body-1x]
|
80 80 | package = "http-body"
|
81 81 | version = "1.0.1"
|
82 82 |
|
83 83 | [dependencies.tokio]
|
84 84 | version = "1.49.0"
|
85 85 | features = []
|
86 86 |
|
87 87 | [dependencies.tracing-subscriber]
|
88 88 | version = "0.3.22"
|
89 89 | optional = true
|
90 90 | features = ["env-filter", "fmt", "json"]
|
91 91 |
|
92 92 | [dev-dependencies]
|
93 93 | approx = "0.5.1"
|
94 94 | fastrand = "2.3.0"
|
95 95 | futures-util = "0.3.29"
|
96 96 | pretty_assertions = "1.4.0"
|
97 97 | tracing-test = "0.2.1"
|
98 98 |
|
99 99 | [dev-dependencies.aws-smithy-async]
|
100 100 | path = "../aws-smithy-async"
|
101 101 | features = ["rt-tokio", "test-util"]
|
102 102 | version = "1.2.13"
|
103 103 |
|
104 104 | [dev-dependencies.aws-smithy-runtime-api]
|
105 105 | path = "../aws-smithy-runtime-api"
|
106 106 | features = ["test-util"]
|
107 107 | version = "1.11.5"
|
108 108 |
|
109 109 | [dev-dependencies.aws-smithy-types]
|
110 110 | path = "../aws-smithy-types"
|
111 111 | features = ["test-util"]
|
112 - | version = "1.4.5"
|
112 + | version = "1.4.6"
|
113 113 |
|
114 114 | [dev-dependencies.tokio]
|
115 115 | version = "1.49.0"
|
116 116 | features = ["macros", "rt", "rt-multi-thread", "test-util", "full"]
|
117 117 |
|
118 118 | [dev-dependencies.tracing-subscriber]
|
119 119 | version = "0.3.22"
|
120 120 | features = ["env-filter"]
|
121 121 |
|
122 122 | [dev-dependencies.hyper_0_14]
|