]> git.scottworley.com Git - voter/blame_incremental - Cargo.lock
Update dependencies' versions
[voter] / Cargo.lock
... / ...
CommitLineData
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "bitflags"
7version = "2.5.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
10
11[[package]]
12name = "bytes"
13version = "1.6.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
16
17[[package]]
18name = "cfg-if"
19version = "1.0.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
23[[package]]
24name = "cgi"
25version = "0.6.1-rc1"
26source = "git+https://github.com/chkno/rust-cgi.git?branch=issue18#8b5ef9e48f3073419952cff8f4e01baa9ef851e3"
27dependencies = [
28 "http",
29]
30
31[[package]]
32name = "errno"
33version = "0.3.8"
34source = "registry+https://github.com/rust-lang/crates.io-index"
35checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
36dependencies = [
37 "libc",
38 "windows-sys 0.52.0",
39]
40
41[[package]]
42name = "fd-lock"
43version = "3.0.13"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
46dependencies = [
47 "cfg-if",
48 "rustix",
49 "windows-sys 0.48.0",
50]
51
52[[package]]
53name = "fnv"
54version = "1.0.7"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
57
58[[package]]
59name = "getrandom"
60version = "0.2.13"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6"
63dependencies = [
64 "cfg-if",
65 "libc",
66 "wasi",
67]
68
69[[package]]
70name = "http"
71version = "0.2.12"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
74dependencies = [
75 "bytes",
76 "fnv",
77 "itoa",
78]
79
80[[package]]
81name = "itoa"
82version = "1.0.11"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
85
86[[package]]
87name = "libc"
88version = "0.2.153"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
91
92[[package]]
93name = "linux-raw-sys"
94version = "0.4.13"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
97
98[[package]]
99name = "ppv-lite86"
100version = "0.2.17"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
103
104[[package]]
105name = "rand"
106version = "0.8.5"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
109dependencies = [
110 "libc",
111 "rand_chacha",
112 "rand_core",
113]
114
115[[package]]
116name = "rand_chacha"
117version = "0.3.1"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
120dependencies = [
121 "ppv-lite86",
122 "rand_core",
123]
124
125[[package]]
126name = "rand_core"
127version = "0.6.4"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
130dependencies = [
131 "getrandom",
132]
133
134[[package]]
135name = "rustix"
136version = "0.38.32"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
139dependencies = [
140 "bitflags",
141 "errno",
142 "libc",
143 "linux-raw-sys",
144 "windows-sys 0.52.0",
145]
146
147[[package]]
148name = "voter"
149version = "0.2.6"
150dependencies = [
151 "cgi",
152 "fd-lock",
153 "rand",
154]
155
156[[package]]
157name = "wasi"
158version = "0.11.0+wasi-snapshot-preview1"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
161
162[[package]]
163name = "windows-sys"
164version = "0.48.0"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
167dependencies = [
168 "windows-targets 0.48.5",
169]
170
171[[package]]
172name = "windows-sys"
173version = "0.52.0"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
176dependencies = [
177 "windows-targets 0.52.4",
178]
179
180[[package]]
181name = "windows-targets"
182version = "0.48.5"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
185dependencies = [
186 "windows_aarch64_gnullvm 0.48.5",
187 "windows_aarch64_msvc 0.48.5",
188 "windows_i686_gnu 0.48.5",
189 "windows_i686_msvc 0.48.5",
190 "windows_x86_64_gnu 0.48.5",
191 "windows_x86_64_gnullvm 0.48.5",
192 "windows_x86_64_msvc 0.48.5",
193]
194
195[[package]]
196name = "windows-targets"
197version = "0.52.4"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
200dependencies = [
201 "windows_aarch64_gnullvm 0.52.4",
202 "windows_aarch64_msvc 0.52.4",
203 "windows_i686_gnu 0.52.4",
204 "windows_i686_msvc 0.52.4",
205 "windows_x86_64_gnu 0.52.4",
206 "windows_x86_64_gnullvm 0.52.4",
207 "windows_x86_64_msvc 0.52.4",
208]
209
210[[package]]
211name = "windows_aarch64_gnullvm"
212version = "0.48.5"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
215
216[[package]]
217name = "windows_aarch64_gnullvm"
218version = "0.52.4"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
221
222[[package]]
223name = "windows_aarch64_msvc"
224version = "0.48.5"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
227
228[[package]]
229name = "windows_aarch64_msvc"
230version = "0.52.4"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
233
234[[package]]
235name = "windows_i686_gnu"
236version = "0.48.5"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
239
240[[package]]
241name = "windows_i686_gnu"
242version = "0.52.4"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
245
246[[package]]
247name = "windows_i686_msvc"
248version = "0.48.5"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
251
252[[package]]
253name = "windows_i686_msvc"
254version = "0.52.4"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
257
258[[package]]
259name = "windows_x86_64_gnu"
260version = "0.48.5"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
263
264[[package]]
265name = "windows_x86_64_gnu"
266version = "0.52.4"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
269
270[[package]]
271name = "windows_x86_64_gnullvm"
272version = "0.48.5"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
275
276[[package]]
277name = "windows_x86_64_gnullvm"
278version = "0.52.4"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
281
282[[package]]
283name = "windows_x86_64_msvc"
284version = "0.48.5"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
287
288[[package]]
289name = "windows_x86_64_msvc"
290version = "0.52.4"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"