File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -256,19 +256,19 @@ dependencies = [
256
256
257
257
[[package ]]
258
258
name = " r-efi"
259
- version = " 4.5 .0"
259
+ version = " 5.2 .0"
260
260
source = " registry+https://github.com/rust-lang/crates.io-index"
261
- checksum = " e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3 "
261
+ checksum = " 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 "
262
262
dependencies = [
263
263
" compiler_builtins" ,
264
264
" rustc-std-workspace-core" ,
265
265
]
266
266
267
267
[[package ]]
268
268
name = " r-efi-alloc"
269
- version = " 1 .0.0"
269
+ version = " 2 .0.0"
270
270
source = " registry+https://github.com/rust-lang/crates.io-index"
271
- checksum = " 31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7 "
271
+ checksum = " e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203 "
272
272
dependencies = [
273
273
" compiler_builtins" ,
274
274
" r-efi" ,
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ wasi = { version = "0.11.0", features = [
83
83
], default-features = false }
84
84
85
85
[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' ] }
88
88
89
89
[features ]
90
90
backtrace = [
You can’t perform that action at this time.
0 commit comments