File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ exts = []
27
27
logger = []
28
28
29
29
[dependencies ]
30
- bitflags = " 1.1.0 "
30
+ bitflags = " 1.2.1 "
31
31
log = { version = " 0.4.8" , default-features = false }
32
- ucs2 = " 0.3.0 "
32
+ ucs2 = " 0.3.1 "
33
33
uefi-macros = " 0.3.0"
34
34
35
35
[workspace ]
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
18
18
proc-macro = true
19
19
20
20
[dependencies ]
21
- proc-macro2 = " 1.0.4 "
21
+ proc-macro2 = " 1.0.8 "
22
22
quote = " 1.0.2"
23
- syn = { version = " 1.0.5 " , features = [" full" ] }
23
+ syn = { version = " 1.0.13 " , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
16
16
17
17
[dependencies ]
18
18
rlibc = " 1.0.0"
19
- x86_64 = " 0.7.5 "
19
+ x86_64 = " 0.8.3 "
20
20
21
- uefi = { version = " 0.4.0 " , features = [" alloc" , " logger" ] }
21
+ uefi = { version = " 0.4.2 " , features = [" alloc" , " logger" ] }
22
22
log = { version = " 0.4.8" , default-features = false }
23
23
24
24
[features ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ publish = false
6
6
edition = " 2018"
7
7
8
8
[dependencies ]
9
- uefi = { version = " 0.4.0 " , features = [' exts' ] }
9
+ uefi = { version = " 0.4.2 " , features = [' exts' ] }
10
10
uefi-services = " 0.2.0"
11
11
12
12
log = { version = " 0.4.8" , default-features = false }
You can’t perform that action at this time.
0 commit comments