10 10 | rust-version = "1.88.0"
|
11 11 | readme = "README.md"
|
12 12 | [package.metadata.smithy]
|
13 13 | codegen-version = "ci"
|
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 - | version = "1.2.9"
|
20 + | version = "1.2.10"
|
21 21 |
|
22 22 | [dependencies.aws-runtime]
|
23 23 | path = "../aws-runtime"
|
24 24 | features = ["event-stream"]
|
25 25 | version = "1.5.15"
|
26 26 |
|
27 27 | [dependencies.aws-sigv4]
|
28 28 | path = "../aws-sigv4"
|
29 29 | version = "1.3.6"
|
30 30 |
|
31 31 | [dependencies.aws-smithy-async]
|
32 32 | path = "../aws-smithy-async"
|
33 33 | version = "1.2.6"
|
34 34 |
|
35 35 | [dependencies.aws-smithy-eventstream]
|
36 36 | path = "../aws-smithy-eventstream"
|
37 37 | version = "0.60.13"
|
38 38 |
|
39 39 | [dependencies.aws-smithy-http]
|
40 40 | path = "../aws-smithy-http"
|
41 41 | features = ["event-stream"]
|
42 42 | version = "0.62.5"
|
43 43 |
|
44 44 | [dependencies.aws-smithy-json]
|
45 45 | path = "../aws-smithy-json"
|
46 46 | version = "0.61.7"
|
47 47 |
|
48 48 | [dependencies.aws-smithy-runtime]
|
49 49 | path = "../aws-smithy-runtime"
|
50 50 | features = ["client"]
|
51 - | version = "1.9.4"
|
51 + | version = "1.9.5"
|
52 52 |
|
53 53 | [dependencies.aws-smithy-runtime-api]
|
54 54 | path = "../aws-smithy-runtime-api"
|
55 55 | features = ["client", "http-02x"]
|
56 56 | version = "1.9.2"
|
57 57 |
|
58 58 | [dependencies.aws-smithy-types]
|
59 59 | path = "../aws-smithy-types"
|
60 60 | features = ["http-body-0-4-x"]
|
61 61 | version = "1.3.4"
|
62 62 |
|
63 63 | [dependencies.aws-types]
|
64 64 | path = "../aws-types"
|
65 65 | version = "1.3.10"
|
66 66 |
|
67 67 | [dependencies.bytes]
|
68 68 | version = "1.4.0"
|
69 69 |
|
70 70 | [dependencies.fastrand]
|
71 71 | version = "2.0.0"
|
72 72 |
|
73 73 | [dependencies.http]
|
74 74 | version = "0.2.9"
|
75 75 |
|
76 76 | [dependencies.hyper]
|
77 77 | version = "0.14.26"
|
78 78 | features = ["stream"]
|
79 79 |
|
80 80 | [dependencies.regex-lite]
|
81 81 | version = "0.1.5"
|
82 82 |
|
83 83 | [dependencies.tracing]
|
84 84 | version = "0.1"
|
85 85 | [dev-dependencies.async-stream]
|
86 86 | version = "0.3.0"
|
87 87 |
|
88 88 | [dev-dependencies.aws-config]
|
89 89 | path = "../aws-config"
|
90 90 | version = "1.8.10"
|
91 91 |
|
92 92 | [dev-dependencies.aws-credential-types]
|
93 93 | path = "../aws-credential-types"
|
94 94 | features = ["test-util"]
|
95 - | version = "1.2.9"
|
95 + | version = "1.2.10"
|
96 96 |
|
97 97 | [dev-dependencies.aws-runtime]
|
98 98 | path = "../aws-runtime"
|
99 99 | features = ["test-util"]
|
100 100 | version = "1.5.15"
|
101 101 |
|
102 102 | [dev-dependencies.aws-smithy-async]
|
103 103 | path = "../aws-smithy-async"
|
104 104 | features = ["test-util"]
|
105 105 | version = "1.2.6"
|
106 106 |
|
107 107 | [dev-dependencies.aws-smithy-eventstream]
|
108 108 | path = "../aws-smithy-eventstream"
|
109 109 | features = ["test-util"]
|
110 110 | version = "0.60.13"
|
111 111 |
|
112 112 | [dev-dependencies.aws-smithy-http-client]
|
113 113 | path = "../aws-smithy-http-client"
|
114 114 | features = ["test-util", "wire-mock"]
|
115 115 | version = "1.1.4"
|
116 116 |
|
117 117 | [dev-dependencies.aws-smithy-protocol-test]
|
118 118 | path = "../aws-smithy-protocol-test"
|
119 119 | version = "0.63.6"
|
120 120 |
|
121 121 | [dev-dependencies.aws-smithy-runtime]
|
122 122 | path = "../aws-smithy-runtime"
|
123 123 | features = ["test-util"]
|
124 - | version = "1.9.4"
|
124 + | version = "1.9.5"
|
125 125 |
|
126 126 | [dev-dependencies.aws-smithy-runtime-api]
|
127 127 | path = "../aws-smithy-runtime-api"
|
128 128 | features = ["test-util"]
|
129 129 | version = "1.9.2"
|
130 130 |
|
131 131 | [dev-dependencies.aws-smithy-types]
|
132 132 | path = "../aws-smithy-types"
|
133 133 | features = ["test-util"]
|
134 134 | version = "1.3.4"
|