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 23 | features = ["event-stream"]
|
24 - | version = "1.5.10"
|
24 + | version = "1.5.11"
|
25 25 |
|
26 26 | [dependencies.aws-smithy-async]
|
27 27 | path = "../aws-smithy-async"
|
28 28 | version = "1.2.5"
|
29 29 |
|
30 30 | [dependencies.aws-smithy-eventstream]
|
31 31 | path = "../aws-smithy-eventstream"
|
32 32 | version = "0.60.11"
|
33 33 |
|
34 34 | [dependencies.aws-smithy-http]
|
35 35 | path = "../aws-smithy-http"
|
36 36 | features = ["event-stream"]
|
37 37 | version = "0.62.3"
|
38 38 |
|
39 39 | [dependencies.aws-smithy-json]
|
40 40 | path = "../aws-smithy-json"
|
41 41 | version = "0.61.5"
|
42 42 |
|
43 43 | [dependencies.aws-smithy-runtime]
|
44 44 | path = "../aws-smithy-runtime"
|
45 45 | features = ["client"]
|
46 46 | version = "1.9.2"
|
47 47 |
|
48 48 | [dependencies.aws-smithy-runtime-api]
|
49 49 | path = "../aws-smithy-runtime-api"
|
50 50 | features = ["client", "http-02x"]
|
51 51 | version = "1.9.0"
|
52 52 |
|
53 53 | [dependencies.aws-smithy-types]
|
54 54 | path = "../aws-smithy-types"
|
55 55 | version = "1.3.2"
|
56 56 |
|
57 57 | [dependencies.aws-types]
|
58 58 | path = "../aws-types"
|
59 59 | version = "1.3.8"
|
60 60 |
|
61 61 | [dependencies.bytes]
|
62 62 | version = "1.4.0"
|
63 63 |
|
64 64 | [dependencies.fastrand]
|
65 65 | version = "2.0.0"
|
66 66 |
|
67 67 | [dependencies.http]
|
68 68 | version = "0.2.9"
|
69 69 |
|
70 70 | [dependencies.regex-lite]
|
71 71 | version = "0.1.5"
|
72 72 |
|
73 73 | [dependencies.tracing]
|
74 74 | version = "0.1"
|
75 75 | [dev-dependencies.aws-config]
|
76 76 | path = "../aws-config"
|
77 77 | version = "1.8.7"
|
78 78 |
|
79 79 | [dev-dependencies.aws-credential-types]
|
80 80 | path = "../aws-credential-types"
|
81 81 | features = ["test-util"]
|
82 - | version = "1.2.6"
|
82 + | version = "1.2.7"
|
83 83 |
|
84 84 | [dev-dependencies.aws-runtime]
|
85 85 | path = "../aws-runtime"
|
86 86 | features = ["test-util"]
|
87 - | version = "1.5.10"
|
87 + | version = "1.5.11"
|
88 88 |
|
89 89 | [dev-dependencies.aws-smithy-async]
|
90 90 | path = "../aws-smithy-async"
|
91 91 | features = ["test-util"]
|
92 92 | version = "1.2.5"
|
93 93 |
|
94 94 | [dev-dependencies.aws-smithy-eventstream]
|
95 95 | path = "../aws-smithy-eventstream"
|
96 96 | features = ["test-util"]
|
97 97 | version = "0.60.11"
|
98 98 |
|
99 99 | [dev-dependencies.aws-smithy-http-client]
|
100 100 | path = "../aws-smithy-http-client"
|
101 101 | features = ["test-util", "wire-mock"]
|
102 102 | version = "1.1.1"
|
103 103 |
|
104 104 | [dev-dependencies.aws-smithy-protocol-test]
|
105 105 | path = "../aws-smithy-protocol-test"
|
106 106 | version = "0.63.4"
|
107 107 |
|
108 108 | [dev-dependencies.aws-smithy-runtime]
|
109 109 | path = "../aws-smithy-runtime"
|
110 110 | features = ["test-util"]
|
111 111 | version = "1.9.2"
|
112 112 |
|
113 113 | [dev-dependencies.aws-smithy-runtime-api]
|
114 114 | path = "../aws-smithy-runtime-api"
|
115 115 | features = ["test-util"]
|
116 116 | version = "1.9.0"
|
117 117 |
|