14 14 | protocol = "aws.protocols#restJson1"
|
15 15 | [package.metadata.docs.rs]
|
16 16 | all-features = true
|
17 17 | targets = ["x86_64-unknown-linux-gnu"]
|
18 18 | [dependencies.aws-credential-types]
|
19 19 | path = "../aws-credential-types"
|
20 20 | version = "1.2.11"
|
21 21 |
|
22 22 | [dependencies.aws-runtime]
|
23 23 | path = "../aws-runtime"
|
24 - | version = "1.5.18"
|
24 + | version = "1.6.0"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 - | version = "1.2.7"
|
28 + | version = "1.2.8"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-http]
|
31 31 | path = "../aws-smithy-http"
|
32 - | version = "0.62.6"
|
32 + | version = "0.63.0"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-json]
|
35 35 | path = "../aws-smithy-json"
|
36 - | version = "0.61.9"
|
36 + | version = "0.62.0"
|
37 37 |
|
38 38 | [dependencies.aws-smithy-observability]
|
39 39 | path = "../aws-smithy-observability"
|
40 - | version = "0.2.0"
|
40 + | version = "0.2.1"
|
41 41 |
|
42 42 | [dependencies.aws-smithy-runtime]
|
43 43 | path = "../aws-smithy-runtime"
|
44 44 | features = ["client", "http-auth"]
|
45 - | version = "1.9.8"
|
45 + | version = "1.10.0"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-runtime-api]
|
48 48 | path = "../aws-smithy-runtime-api"
|
49 - | features = ["client", "http-02x", "http-auth"]
|
50 - | version = "1.10.0"
|
49 + | features = ["client", "http-1x", "http-auth"]
|
50 + | version = "1.11.0"
|
51 51 |
|
52 52 | [dependencies.aws-smithy-types]
|
53 53 | path = "../aws-smithy-types"
|
54 - | version = "1.3.6"
|
54 + | features = ["http-body-1-x"]
|
55 + | version = "1.4.0"
|
55 56 |
|
56 57 | [dependencies.aws-types]
|
57 58 | path = "../aws-types"
|
58 59 | version = "1.3.11"
|
59 60 |
|
60 61 | [dependencies.bytes]
|
61 62 | version = "1.4.0"
|
62 63 |
|
63 64 | [dependencies.fastrand]
|
64 65 | version = "2.0.0"
|
65 66 |
|
66 67 | [dependencies.http]
|
67 68 | version = "0.2.9"
|
68 69 |
|
70 + | [dependencies.http-1x]
|
71 + | version = "1"
|
72 + | package = "http"
|
73 + |
|
69 74 | [dependencies.regex-lite]
|
70 75 | version = "0.1.5"
|
71 76 |
|
72 77 | [dependencies.tracing]
|
73 78 | version = "0.1"
|
74 79 | [dev-dependencies.aws-config]
|
75 80 | path = "../aws-config"
|
76 81 | version = "1.8.12"
|
77 82 |
|
78 83 | [dev-dependencies.aws-credential-types]
|
79 84 | path = "../aws-credential-types"
|
80 85 | features = ["test-util"]
|
81 86 | version = "1.2.11"
|
82 87 |
|
83 88 | [dev-dependencies.aws-runtime]
|
84 89 | path = "../aws-runtime"
|
85 90 | features = ["test-util"]
|
86 - | version = "1.5.18"
|
91 + | version = "1.6.0"
|
87 92 |
|
88 93 | [dev-dependencies.aws-smithy-async]
|
89 94 | path = "../aws-smithy-async"
|
90 95 | features = ["test-util"]
|
91 - | version = "1.2.7"
|
96 + | version = "1.2.8"
|
92 97 |
|
93 98 | [dev-dependencies.aws-smithy-http-client]
|
94 99 | path = "../aws-smithy-http-client"
|
95 100 | features = ["test-util", "wire-mock"]
|
96 - | version = "1.1.5"
|
101 + | version = "1.1.6"
|
97 102 |
|
98 103 | [dev-dependencies.aws-smithy-protocol-test]
|
99 104 | path = "../aws-smithy-protocol-test"
|
100 - | version = "0.63.7"
|
105 + | version = "0.63.8"
|
101 106 |
|
102 107 | [dev-dependencies.aws-smithy-runtime]
|
103 108 | path = "../aws-smithy-runtime"
|
104 109 | features = ["test-util"]
|
105 - | version = "1.9.8"
|
110 + | version = "1.10.0"
|
106 111 |
|
107 112 | [dev-dependencies.aws-smithy-runtime-api]
|
108 113 | path = "../aws-smithy-runtime-api"
|
109 114 | features = ["test-util"]
|
110 - | version = "1.10.0"
|
115 + | version = "1.11.0"
|
111 116 |
|
112 117 | [dev-dependencies.aws-smithy-types]
|
113 118 | path = "../aws-smithy-types"
|
114 - | features = ["test-util"]
|
115 - | version = "1.3.6"
|
119 + | features = ["http-body-1-x", "test-util"]
|
120 + | version = "1.4.0"
|
116 121 |
|
117 122 | [dev-dependencies.futures-util]
|
118 123 | version = "0.3.25"
|
119 124 | features = ["alloc"]
|
120 125 | default-features = false
|
121 126 |
|
122 - | [dev-dependencies.http-1x]
|
123 - | version = "1"
|
124 - | package = "http"
|
125 - |
|
126 127 | [dev-dependencies.proptest]
|
127 128 | version = "1"
|
128 129 |
|
129 130 | [dev-dependencies.serde_json]
|
130 131 | version = "1.0.0"
|
131 132 |
|
132 133 | [dev-dependencies.tokio]
|
133 134 | version = "1.23.1"
|
134 135 | features = ["macros", "test-util", "rt-multi-thread"]
|
135 136 |
|