@@ -16,16 +16,16 @@ coverage = ["dep:minicov"]
1616anstyle = { version = " 1.0.13" , default-features = false }
1717blake3 = { version = " 1.8.2" , default-features = false , features = [" prefer_intrinsics" , " no_avx512" , " pure" ] }
1818core_detect = " 1.0.0"
19- futures = { version = " 0.3.29 " , default-features = false , features = [" alloc" , " async-await" ] }
19+ futures = { version = " 0.3.31 " , default-features = false , features = [" alloc" , " async-await" ] }
2020gpt_disk_io = " 0.16.2"
2121log = " 0.4.28"
22- lz4_flex = { version = " 0.11.5 " , default-features = false }
22+ lz4_flex = { version = " 0.12.0 " , default-features = false }
2323managed = { version = " 0.8.0" , default-features = false , features = [" alloc" ] }
2424minicov = { version = " 0.3.7" , optional = true }
2525postcard = { version = " 1.1.3" , default-features = false , features = [" alloc" ] }
2626smoltcp = { version = " 0.12.0" , default-features = false , features = [" alloc" , " proto-ipv4" , " medium-ethernet" , " socket-udp" , " socket-tcp" , " socket-dhcpv4" , " async" , " socket-tcp-cubic" ] }
2727thingbuf = { version = " 0.1.6" , default-features = false , features = [" alloc" ] }
28- uefi = { version = " 0.33.0 " , features = [" alloc" , " global_allocator" , " panic_handler" ] }
28+ uefi = { version = " 0.36.1 " , features = [" alloc" , " global_allocator" , " panic_handler" ] }
2929
3030[dependencies .pixie-shared ]
3131path = " ../pixie-shared"
0 commit comments