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