File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -256,19 +256,19 @@ dependencies = [
256256
257257[[package ]]
258258name = " r-efi"
259- version = " 4.5 .0"
259+ version = " 5.2 .0"
260260source = " registry+https://github.com/rust-lang/crates.io-index"
261- checksum = " e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3 "
261+ checksum = " 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 "
262262dependencies = [
263263 " compiler_builtins" ,
264264 " rustc-std-workspace-core" ,
265265]
266266
267267[[package ]]
268268name = " r-efi-alloc"
269- version = " 1 .0.0"
269+ version = " 2 .0.0"
270270source = " registry+https://github.com/rust-lang/crates.io-index"
271- checksum = " 31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7 "
271+ checksum = " e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203 "
272272dependencies = [
273273 " compiler_builtins" ,
274274 " r-efi" ,
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ wasi = { version = "0.11.0", features = [
8383], default-features = false }
8484
8585[target .'cfg(target_os = "uefi")' .dependencies ]
86- r-efi = { version = " 4.5 .0" , features = [' rustc-dep-of-std' ] }
87- r-efi-alloc = { version = " 1 .0.0" , features = [' rustc-dep-of-std' ] }
86+ r-efi = { version = " 5.2 .0" , features = [' rustc-dep-of-std' ] }
87+ r-efi-alloc = { version = " 2 .0.0" , features = [' rustc-dep-of-std' ] }
8888
8989[features ]
9090backtrace = [
You can’t perform that action at this time.
0 commit comments