Skip to content

Commit 70a5c95

Browse files
committed
integration-test: cargo update
1 parent eb71d88 commit 70a5c95

File tree

4 files changed

+25
-34
lines changed

4 files changed

+25
-34
lines changed

integration-test/bins/Cargo.lock

Lines changed: 14 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-test/bins/multiboot2_chainloader/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ publish = false
99
util = { path = "../util" }
1010
multiboot2 = { path = "../../../multiboot2" }
1111
multiboot2-header = { path = "../../../multiboot2-header" }
12-
anyhow = { version = "1.0.69", default-features = false }
13-
elf_rs = "0.3.0"
14-
log = { version = "0.4.17", default-features = false }
15-
good_memory_allocator = "0.1.7"
16-
multiboot = "0.8.0"
12+
anyhow = { version = "1.0", default-features = false }
13+
elf_rs = "0.3"
14+
log = { version = "0.4", default-features = false }
15+
good_memory_allocator = "0.1"
16+
multiboot = "0.8"

integration-test/bins/multiboot2_payload/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
multiboot2 = { path = "../../../multiboot2", features = ["builder", "unstable"] }
1010
util = { path = "../util" }
11-
anyhow = { version = "1.0.69", default-features = false }
12-
good_memory_allocator = "0.1.7"
13-
log = { version = "0.4.17", default-features = false }
14-
x86 = "0.52.0"
11+
anyhow = { version = "1.0", default-features = false }
12+
good_memory_allocator = "0.1"
13+
log = { version = "0.4", default-features = false }
14+
x86 = "0.52"

integration-test/bins/util/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
good_memory_allocator = "0.1.7"
10-
log = { version = "0.4.17", default-features = false }
9+
good_memory_allocator = "0.1"
10+
log = { version = "0.4", default-features = false }
1111
# Wait for release > 3.0.1
1212
qemu-exit = { git = "https://github.com/rust-embedded/qemu-exit.git", rev = "3cee0efb5c1842b5261850c57b3b4d608542ff03" }

0 commit comments

Comments
 (0)