9 9 | repository = "https://github.com/awslabs/aws-sdk-rust"
|
10 10 | rust-version = "1.86.0"
|
11 11 | readme = "README.md"
|
12 12 | [package.metadata.smithy]
|
13 13 | codegen-version = "ci"
|
14 14 | [package.metadata.docs.rs]
|
15 15 | all-features = true
|
16 16 | targets = ["x86_64-unknown-linux-gnu"]
|
17 17 | [dependencies.aws-credential-types]
|
18 18 | path = "../aws-credential-types"
|
19 - | version = "1.2.4"
|
19 + | version = "1.2.5"
|
20 20 |
|
21 21 | [dependencies.aws-runtime]
|
22 22 | path = "../aws-runtime"
|
23 - | version = "1.5.9"
|
23 + | version = "1.5.10"
|
24 24 |
|
25 25 | [dependencies.aws-smithy-async]
|
26 26 | path = "../aws-smithy-async"
|
27 27 | version = "1.2.5"
|
28 28 |
|
29 29 | [dependencies.aws-smithy-http]
|
30 30 | path = "../aws-smithy-http"
|
31 31 | version = "0.62.2"
|
32 32 |
|
33 33 | [dependencies.aws-smithy-json]
|
34 34 | path = "../aws-smithy-json"
|
35 35 | version = "0.61.4"
|
36 36 |
|
37 37 | [dependencies.aws-smithy-query]
|
38 38 | path = "../aws-smithy-query"
|
39 39 | version = "0.60.7"
|
40 40 |
|
41 41 | [dependencies.aws-smithy-runtime]
|
42 42 | path = "../aws-smithy-runtime"
|
43 43 | features = ["client"]
|
44 44 | version = "1.8.5"
|
45 45 |
|
46 46 | [dependencies.aws-smithy-runtime-api]
|
47 47 | path = "../aws-smithy-runtime-api"
|
48 48 | features = ["client", "http-02x"]
|
49 49 | version = "1.8.4"
|
50 50 |
|
51 51 | [dependencies.aws-smithy-types]
|
52 52 | path = "../aws-smithy-types"
|
53 53 | version = "1.3.2"
|
54 54 |
|
55 55 | [dependencies.aws-smithy-xml]
|
56 56 | path = "../aws-smithy-xml"
|
57 57 | version = "0.60.10"
|
58 58 |
|
59 59 | [dependencies.aws-types]
|
60 60 | path = "../aws-types"
|
61 61 | version = "1.3.8"
|
62 62 |
|
63 63 | [dependencies.fastrand]
|
64 64 | version = "2.0.0"
|
65 65 |
|
66 66 | [dependencies.http]
|
67 67 | version = "0.2.9"
|
68 68 |
|
69 69 | [dependencies.regex-lite]
|
70 70 | version = "0.1.5"
|
71 71 |
|
72 72 | [dependencies.tracing]
|
73 73 | version = "0.1"
|
74 74 | [dev-dependencies.aws-credential-types]
|
75 75 | path = "../aws-credential-types"
|
76 76 | features = ["test-util"]
|
77 - | version = "1.2.4"
|
77 + | version = "1.2.5"
|
78 78 |
|
79 79 | [dev-dependencies.aws-runtime]
|
80 80 | path = "../aws-runtime"
|
81 81 | features = ["test-util"]
|
82 - | version = "1.5.9"
|
82 + | version = "1.5.10"
|
83 83 |
|
84 84 | [dev-dependencies.aws-smithy-async]
|
85 85 | path = "../aws-smithy-async"
|
86 86 | features = ["test-util"]
|
87 87 | version = "1.2.5"
|
88 88 |
|
89 89 | [dev-dependencies.aws-smithy-http-client]
|
90 90 | path = "../aws-smithy-http-client"
|
91 91 | features = ["test-util", "wire-mock"]
|
92 92 | version = "1.0.6"
|