From 40e62a9536bdef5b433100ff92c08fd13c513e33 Mon Sep 17 00:00:00 2001 From: Ethin Probst Date: Sun, 16 May 2021 12:19:02 -0500 Subject: [PATCH] Update dependencies to latest versions to fix E0557 Signed-off-by: Ethin Probst --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb99e80..0d3b402 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,10 +20,10 @@ repository = "https://github.com/rust-osdev/vga" [dependencies] bitflags = "1.2.1" -conquer-once = { version = "0.2.1", default-features = false } -font8x8 = { version = "0.2.5", default-features = false, features = ["unicode"] } -spinning_top = { version = "0.2.2", features = ["nightly"] } -x86_64 = "0.13.2" +conquer-once = { version = "0.3.2", default-features = false } +font8x8 = { version = "0.3.1", default-features = false, features = ["unicode"] } +spinning_top = { version = "0.2.4", features = ["nightly"] } +x86_64 = "0.14.2" [dependencies.num-traits] version = "0.2.14"