@@ -4,13 +4,14 @@ version = 3
44
55[[package ]]
66name = " ahash"
7- version = " 0.8.3 "
7+ version = " 0.8.7 "
88source = " registry+https://github.com/rust-lang/crates.io-index"
9- checksum = " 2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f "
9+ checksum = " 77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01 "
1010dependencies = [
1111 " cfg-if" ,
1212 " once_cell" ,
1313 " version_check" ,
14+ " zerocopy" ,
1415]
1516
1617[[package ]]
@@ -293,6 +294,24 @@ version = "1.18.0"
293294source = " registry+https://github.com/rust-lang/crates.io-index"
294295checksum = " dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
295296
297+ [[package ]]
298+ name = " proc-macro2"
299+ version = " 1.0.75"
300+ source = " registry+https://github.com/rust-lang/crates.io-index"
301+ checksum = " 907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708"
302+ dependencies = [
303+ " unicode-ident" ,
304+ ]
305+
306+ [[package ]]
307+ name = " quote"
308+ version = " 1.0.35"
309+ source = " registry+https://github.com/rust-lang/crates.io-index"
310+ checksum = " 291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
311+ dependencies = [
312+ " proc-macro2" ,
313+ ]
314+
296315[[package ]]
297316name = " regalloc2"
298317version = " 0.9.3"
@@ -360,12 +379,29 @@ version = "1.2.0"
360379source = " registry+https://github.com/rust-lang/crates.io-index"
361380checksum = " a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
362381
382+ [[package ]]
383+ name = " syn"
384+ version = " 2.0.47"
385+ source = " registry+https://github.com/rust-lang/crates.io-index"
386+ checksum = " 1726efe18f42ae774cc644f330953a5e7b3c3003d3edcecf18850fe9d4dd9afb"
387+ dependencies = [
388+ " proc-macro2" ,
389+ " quote" ,
390+ " unicode-ident" ,
391+ ]
392+
363393[[package ]]
364394name = " target-lexicon"
365395version = " 0.12.12"
366396source = " registry+https://github.com/rust-lang/crates.io-index"
367397checksum = " 14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
368398
399+ [[package ]]
400+ name = " unicode-ident"
401+ version = " 1.0.12"
402+ source = " registry+https://github.com/rust-lang/crates.io-index"
403+ checksum = " 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
404+
369405[[package ]]
370406name = " version_check"
371407version = " 0.9.4"
@@ -470,3 +506,23 @@ name = "windows_x86_64_msvc"
470506version = " 0.48.5"
471507source = " registry+https://github.com/rust-lang/crates.io-index"
472508checksum = " ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
509+
510+ [[package ]]
511+ name = " zerocopy"
512+ version = " 0.7.32"
513+ source = " registry+https://github.com/rust-lang/crates.io-index"
514+ checksum = " 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
515+ dependencies = [
516+ " zerocopy-derive" ,
517+ ]
518+
519+ [[package ]]
520+ name = " zerocopy-derive"
521+ version = " 0.7.32"
522+ source = " registry+https://github.com/rust-lang/crates.io-index"
523+ checksum = " 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
524+ dependencies = [
525+ " proc-macro2" ,
526+ " quote" ,
527+ " syn" ,
528+ ]
0 commit comments