diff --git a/Cargo.toml b/Cargo.toml index 5b69a22..cdc459c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,11 +20,11 @@ repository = "https://github.com/rust-osdev/vga" [dependencies] bitflags = "1.2.1" -conquer-once = { version = "0.2.0", default-features = false } +conquer-once = { version = "0.2.1", default-features = false } font8x8 = { version = "0.2.5", default-features = false, features = ["unicode"] } -spinning_top = { version = "0.1.0", features = ["nightly"] } -x86_64 = "0.11.0" +spinning_top = { version = "0.2.2", features = ["nightly"] } +x86_64 = "0.12.2" [dependencies.num-traits] -version = "0.2.11" +version = "0.2.14" default-features = false diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 5df603b..23ce9cb 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -5,13 +5,13 @@ authors = ["Ryan Kennedy "] edition = "2018" [dependencies] -bootloader = { version = "0.9.3", features = ["map_physical_memory"] } -conquer-once = { version = "0.2.0", default-features = false } -spinning_top = { version = "0.1.0", features = ["nightly"] } +bootloader = { version = "0.9.11", features = ["map_physical_memory"] } +conquer-once = { version = "0.2.1", default-features = false } +spinning_top = { version = "0.2.2", features = ["nightly"] } pic8259_simple = "0.2.0" vga = { path = "../" } -uart_16550 = "0.2.7" -x86_64 = "0.11.0" +uart_16550 = "0.2.10" +x86_64 = "0.12.2" [package.metadata.bootimage] test-args = [