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 19 | version = "1.2.1"
|
20 20 |
|
21 21 | [dependencies.aws-runtime]
|
22 22 | path = "../aws-runtime"
|
23 23 | version = "1.4.3"
|
24 24 |
|
25 25 | [dependencies.aws-smithy-async]
|
26 26 | path = "../aws-smithy-async"
|
27 27 | version = "1.2.1"
|
28 28 |
|
29 29 | [dependencies.aws-smithy-http]
|
30 30 | path = "../aws-smithy-http"
|
31 31 | version = "0.60.11"
|
32 32 |
|
33 33 | [dependencies.aws-smithy-json]
|
34 34 | path = "../aws-smithy-json"
|
35 35 | version = "0.60.7"
|
36 36 |
|
37 37 | [dependencies.aws-smithy-runtime]
|
38 38 | path = "../aws-smithy-runtime"
|
39 39 | features = ["client", "http-auth"]
|
40 40 | version = "1.7.3"
|
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 - | version = "1.7.3"
|
45 + | version = "1.7.2"
|
46 46 |
|
47 47 | [dependencies.aws-smithy-types]
|
48 48 | path = "../aws-smithy-types"
|
49 - | version = "1.2.9"
|
49 + | version = "1.2.8"
|
50 50 |
|
51 51 | [dependencies.aws-types]
|
52 52 | path = "../aws-types"
|
53 53 | version = "1.3.3"
|
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.once_cell]
|
65 65 | version = "1.16"
|
66 66 |
|
67 67 | [dependencies.regex-lite]
|
68 68 | version = "0.1.5"
|
69 69 |
|
70 70 | [dependencies.tracing]
|
71 71 | version = "0.1"
|
72 72 | [dev-dependencies.aws-config]
|
73 73 | path = "../aws-config"
|
74 - | version = "1.5.10"
|
74 + | version = "1.5.9"
|
75 75 |
|
76 76 | [dev-dependencies.aws-credential-types]
|
77 77 | path = "../aws-credential-types"
|
78 78 | features = ["test-util"]
|
79 79 | version = "1.2.1"
|
80 80 |
|
81 81 | [dev-dependencies.aws-runtime]
|
82 82 | path = "../aws-runtime"
|
83 83 | features = ["test-util"]
|
84 84 | version = "1.4.3"
|
85 85 |
|
86 86 | [dev-dependencies.aws-smithy-async]
|
87 87 | path = "../aws-smithy-async"
|
88 88 | features = ["test-util"]
|
89 89 | version = "1.2.1"
|
90 90 |
|
91 91 | [dev-dependencies.aws-smithy-protocol-test]
|
92 92 | path = "../aws-smithy-protocol-test"
|
93 93 | version = "0.63.0"
|
94 94 |
|
95 95 | [dev-dependencies.aws-smithy-runtime]
|
96 96 | path = "../aws-smithy-runtime"
|
97 97 | features = ["test-util", "wire-mock"]
|
98 98 | version = "1.7.3"
|
99 99 |
|
100 100 | [dev-dependencies.aws-smithy-runtime-api]
|
101 101 | path = "../aws-smithy-runtime-api"
|
102 102 | features = ["test-util"]
|
103 - | version = "1.7.3"
|
103 + | version = "1.7.2"
|
104 104 |
|
105 105 | [dev-dependencies.aws-smithy-types]
|
106 106 | path = "../aws-smithy-types"
|
107 107 | features = ["test-util"]
|
108 - | version = "1.2.9"
|
108 + | version = "1.2.8"
|
109 109 |
|
110 110 | [dev-dependencies.futures-util]
|
111 111 | version = "0.3.25"
|
112 112 | features = ["alloc"]
|
113 113 | default-features = false
|
114 114 |
|
115 115 | [dev-dependencies.serde_json]
|
116 116 | version = "1.0.0"
|
117 117 |
|
118 118 | [dev-dependencies.tokio]
|
119 119 | version = "1.23.1"
|
120 120 | features = ["macros", "test-util", "rt-multi-thread"]
|
121 121 |
|
122 122 | [dev-dependencies.tracing-subscriber]
|
123 123 | version = "0.3.16"
|
124 124 | features = ["env-filter", "json"]
|
125 125 |
|
126 126 | [features]
|
127 127 | behavior-version-latest = []
|
128 128 | rustls = ["aws-smithy-runtime/tls-rustls"]
|
129 129 | rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
|
130 130 | test-util = ["aws-smithy-runtime/test-util"]
|
131 - | gated-tests = []
|
132 131 | default = ["rustls", "rt-tokio"]
|