diff --git a/Cargo.lock b/Cargo.lock index db703c89b..cc7f8cdb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,9 +591,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "uart_16550" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af81448a9a53c7b0f66198381f80912fd18f2c8965f9da4319e6f92e740bca5b" +checksum = "3616395dbb38a9c39a5865b5691c21d9f8369ba876355cfef8ce39d0d4cf3281" dependencies = [ "bitflags", "x86_64", diff --git a/Cargo.toml b/Cargo.toml index f253e2f3b..9037b7788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sha2 = { version = "0.10.2", default-features = false, features = ["force-soft"] smoltcp = { version = "0.7.5", default-features = false, features = ["alloc", "ethernet", "socket-tcp", "socket-udp", "proto-ipv4", "proto-dhcpv4"] } spin = "0.9.2" time = { version = "0.2.27", default-features = false } -uart_16550 = "0.2.16" +uart_16550 = "0.2.17" vte = "0.10.1" x86_64 = "0.14.9"