rev. 628eeeeeed390f5efdbfe607c18848c033debd3e (ignoring whitespace)
66 66
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
67 67
68 68
[[package]]
69 69
name = "aws-smithy-async"
70 70
version = "1.2.5"
71 71
dependencies = [
72 72
"futures-util",
73 73
"pin-project-lite",
74 74
"tokio",
75 75
]
76 76
77 77
78 78
name = "aws-smithy-cbor"
79 79
version = "0.61.1"
80 80
81 81
"aws-smithy-types",
82 82
"minicbor",
83 83
84 84
85 85
86 86
name = "aws-smithy-eventstream"
87 87
version = "0.60.10"
88 88
89 89
90 90
"bytes",
91 91
"crc32fast",
92 92
93 93
94 94
95 95
name = "aws-smithy-http"
96 -
version = "0.62.2"
96 +
version = "0.62.3"
97 97
98 98
"aws-smithy-eventstream",
99 99
"aws-smithy-runtime-api",
100 100
101 101
102 102
"bytes-utils",
103 103
"futures-core",
104 104
"http 0.2.12",
105 105
"http 1.3.1",
106 106
"http-body",
107 107
"percent-encoding",
108 108
109 109
"pin-utils",
110 110
"tracing",
111 111
112 112
113 113
114 114
name = "aws-smithy-http-server"
115 115
version = "0.65.5"
116 116
117 117
"aws-smithy-cbor",
118 118
"aws-smithy-http",
119 119
"aws-smithy-json",
120 120
121 121
122 122
"aws-smithy-xml",
123 123
124 124
125 125
126 126