14 14 | protocol = "aws.protocols#awsQuery"
|
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.17"
|
24 + | version = "1.5.18"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 28 | version = "1.2.7"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-http]
|
31 31 | path = "../aws-smithy-http"
|
32 32 | version = "0.62.6"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-json]
|
35 35 | path = "../aws-smithy-json"
|
36 36 | version = "0.61.8"
|
37 37 |
|
38 + | [dependencies.aws-smithy-observability]
|
39 + | path = "../aws-smithy-observability"
|
40 + | version = "0.1.5"
|
41 + |
|
42 + | [dependencies.aws-smithy-observability-otel]
|
43 + | path = "../aws-smithy-observability-otel"
|
44 + | version = "0.1.3"
|
45 + |
|
38 46 | [dependencies.aws-smithy-query]
|
39 47 | path = "../aws-smithy-query"
|
40 48 | version = "0.60.9"
|
41 49 |
|
42 50 | [dependencies.aws-smithy-runtime]
|
43 51 | path = "../aws-smithy-runtime"
|
44 52 | features = ["client"]
|
45 53 | version = "1.9.5"
|
46 54 |
|
47 55 | [dependencies.aws-smithy-runtime-api]
|
48 56 | path = "../aws-smithy-runtime-api"
|
49 57 | features = ["client", "http-02x"]
|
50 58 | version = "1.9.3"
|
51 59 |
|
52 60 | [dependencies.aws-smithy-types]
|
53 61 | path = "../aws-smithy-types"
|
54 62 | version = "1.3.5"
|
55 63 |
|
56 64 | [dependencies.aws-smithy-xml]
|
57 65 | path = "../aws-smithy-xml"
|
58 66 | version = "0.60.13"
|
59 67 |
|
60 68 | [dependencies.aws-types]
|
61 69 | path = "../aws-types"
|
62 70 | version = "1.3.11"
|
63 71 |
|
64 72 | [dependencies.fastrand]
|
65 73 | version = "2.0.0"
|
66 74 |
|
67 75 | [dependencies.http]
|
68 76 | version = "0.2.9"
|
69 77 |
|
70 78 | [dependencies.regex-lite]
|
71 79 | version = "0.1.5"
|
72 80 |
|
73 81 | [dependencies.tracing]
|
74 82 | version = "0.1"
|
75 83 | [dev-dependencies.aws-credential-types]
|
76 84 | path = "../aws-credential-types"
|
77 85 | features = ["test-util"]
|
78 86 | version = "1.2.11"
|
79 87 |
|
80 88 | [dev-dependencies.aws-runtime]
|
81 89 | path = "../aws-runtime"
|
82 90 | features = ["test-util"]
|
83 - | version = "1.5.17"
|
91 + | version = "1.5.18"
|
84 92 |
|
85 93 | [dev-dependencies.aws-smithy-async]
|
86 94 | path = "../aws-smithy-async"
|
87 95 | features = ["test-util"]
|
88 96 | version = "1.2.7"
|
89 97 |
|
90 98 | [dev-dependencies.aws-smithy-http-client]
|
91 99 | path = "../aws-smithy-http-client"
|
92 100 | features = ["test-util", "wire-mock"]
|
93 101 | version = "1.1.5"
|