Bump uart_16550 from 0.2.15 to 0.2.16 (#301)

This commit is contained in:
dependabot[bot] 2022-01-12 08:32:32 +00:00 committed by GitHub
parent 0d1fce6a30
commit 3e997678b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -586,9 +586,9 @@ checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "uart_16550"
version = "0.2.15"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65ad019480ef5ff8ffe66d6f6a259cd87cf317649481394981db1739d844f374"
checksum = "af81448a9a53c7b0f66198381f80912fd18f2c8965f9da4319e6f92e740bca5b"
dependencies = [
"bitflags",
"x86_64",

View File

@ -41,7 +41,7 @@ sha2 = { version = "0.10.0", 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.15"
uart_16550 = "0.2.16"
vte = "0.10.1"
x86_64 = "0.14.7"