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 + |
|
38 42 | [dependencies.aws-smithy-query]
|
39 43 | path = "../aws-smithy-query"
|
40 44 | version = "0.60.9"
|
41 45 |
|
42 46 | [dependencies.aws-smithy-runtime]
|
43 47 | path = "../aws-smithy-runtime"
|
44 48 | features = ["client"]
|
45 49 | version = "1.9.5"
|
46 50 |
|
47 51 | [dependencies.aws-smithy-runtime-api]
|
48 52 | path = "../aws-smithy-runtime-api"
|
49 53 | features = ["client", "http-02x"]
|
50 54 | version = "1.9.3"
|
51 55 |
|
52 56 | [dependencies.aws-smithy-types]
|
53 57 | path = "../aws-smithy-types"
|
54 58 | version = "1.3.5"
|
55 59 |
|
56 60 | [dependencies.aws-smithy-xml]
|
57 61 | path = "../aws-smithy-xml"
|
58 62 | version = "0.60.13"
|
59 63 |
|
60 64 | [dependencies.aws-types]
|
61 65 | path = "../aws-types"
|
62 66 | version = "1.3.11"
|
63 67 |
|
64 68 | [dependencies.fastrand]
|
65 69 | version = "2.0.0"
|
66 70 |
|
67 71 | [dependencies.http]
|
68 72 | version = "0.2.9"
|
69 73 |
|
70 74 | [dependencies.regex-lite]
|
71 75 | version = "0.1.5"
|
72 76 |
|
73 77 | [dependencies.tracing]
|
74 78 | version = "0.1"
|
75 79 | [dev-dependencies.aws-credential-types]
|
76 80 | path = "../aws-credential-types"
|
77 81 | features = ["test-util"]
|
78 82 | version = "1.2.11"
|
79 83 |
|
80 84 | [dev-dependencies.aws-runtime]
|
81 85 | path = "../aws-runtime"
|
82 86 | features = ["test-util"]
|
83 - | version = "1.5.17"
|
87 + | version = "1.5.18"
|
84 88 |
|
85 89 | [dev-dependencies.aws-smithy-async]
|
86 90 | path = "../aws-smithy-async"
|
87 91 | features = ["test-util"]
|
88 92 | version = "1.2.7"
|
89 93 |
|
90 94 | [dev-dependencies.aws-smithy-http-client]
|
91 95 | path = "../aws-smithy-http-client"
|
92 96 | features = ["test-util", "wire-mock"]
|
93 97 | version = "1.1.5"
|