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