From a329e06394e4f79171f870f7e1ba655dea49f256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:32:08 +0000 Subject: [PATCH] build: Bump uart_16550 from 0.3.1 to 0.3.2 Bumps [uart_16550](https://github.com/rust-osdev/uart_16550) from 0.3.1 to 0.3.2. - [Changelog](https://github.com/rust-osdev/uart_16550/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/uart_16550/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: uart_16550 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20792334..f5fc0e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ checksum = "2b9e2fdb3a1e862c0661768b7ed25390811df1947a8acbfbefe09b47078d93c4" [[package]] name = "uart_16550" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4922792855b1bce30997fbaa5418597902c278a92d20dfe348e6f062c3bd861d" +checksum = "e492212ac378a5e00da953718dafb1340d9fbaf4f27d6f3c5cab03d931d1c049" dependencies = [ "bitflags 2.6.0", "rustversion", diff --git a/Cargo.toml b/Cargo.toml index fd2dcbcf..9a23cc1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ fdt = "0.1.5" chrono = { version = "0.4", default-features = false } [target.'cfg(target_arch = "x86_64")'.dependencies] -uart_16550 = "0.3.1" +uart_16550 = "0.3.2" x86_64 = "0.15.1" [target.'cfg(target_arch = "riscv64")'.dependencies]