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.6"
|
19 + | version = "1.2.7"
|
20 20 |
|
21 21 | [dependencies.aws-runtime]
|
22 22 | path = "../aws-runtime"
|
23 - | version = "1.5.10"
|
23 + | version = "1.5.11"
|
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.3"
|
32 32 |
|
33 33 | [dependencies.aws-smithy-json]
|
34 34 | path = "../aws-smithy-json"
|
35 35 | version = "0.61.5"
|
36 36 |
|
37 37 | [dependencies.aws-smithy-runtime]
|
38 38 | path = "../aws-smithy-runtime"
|
39 39 | features = ["client", "http-auth"]
|
40 40 | version = "1.9.2"
|
41 41 |
|
42 42 | [dependencies.aws-smithy-runtime-api]
|
43 43 | path = "../aws-smithy-runtime-api"
|
44 44 | features = ["client", "http-02x", "http-auth"]
|
45 45 | version = "1.9.0"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-types]
|
48 48 | path = "../aws-smithy-types"
|
49 49 | version = "1.3.2"
|
50 50 |
|
51 51 | [dependencies.aws-types]
|
52 52 | path = "../aws-types"
|
53 53 | version = "1.3.8"
|
54 54 |
|
55 55 | [dependencies.bytes]
|
56 56 | version = "1.4.0"
|
57 57 |
|
58 58 | [dependencies.fastrand]
|
59 59 | version = "2.0.0"
|
60 60 |
|
61 61 | [dependencies.http]
|
62 62 | version = "0.2.9"
|
63 63 |
|
64 64 | [dependencies.regex-lite]
|
65 65 | version = "0.1.5"
|
66 66 |
|
67 67 | [dependencies.tracing]
|
68 68 | version = "0.1"
|
69 69 | [dev-dependencies.aws-config]
|
70 70 | path = "../aws-config"
|
71 71 | version = "1.8.7"
|
72 72 |
|
73 73 | [dev-dependencies.aws-credential-types]
|
74 74 | path = "../aws-credential-types"
|
75 75 | features = ["test-util"]
|
76 - | version = "1.2.6"
|
76 + | version = "1.2.7"
|
77 77 |
|
78 78 | [dev-dependencies.aws-runtime]
|
79 79 | path = "../aws-runtime"
|
80 80 | features = ["test-util"]
|
81 - | version = "1.5.10"
|
81 + | version = "1.5.11"
|
82 82 |
|
83 83 | [dev-dependencies.aws-smithy-async]
|
84 84 | path = "../aws-smithy-async"
|
85 85 | features = ["test-util"]
|
86 86 | version = "1.2.5"
|
87 87 |
|
88 88 | [dev-dependencies.aws-smithy-http-client]
|
89 89 | path = "../aws-smithy-http-client"
|
90 90 | features = ["test-util", "wire-mock"]
|
91 91 | version = "1.1.1"
|