From f726748792a1bbc3c389e853600bd4efd4b21d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 02:55:59 +0000 Subject: [PATCH] build: Bump uart_16550 from 0.3.0 to 0.3.1 Bumps [uart_16550](https://github.com/rust-osdev/uart_16550) from 0.3.0 to 0.3.1. - [Changelog](https://github.com/rust-osdev/uart_16550/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/uart_16550/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: uart_16550 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 784f7974..6f8c041b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,11 +438,11 @@ checksum = "2b9e2fdb3a1e862c0661768b7ed25390811df1947a8acbfbefe09b47078d93c4" [[package]] name = "uart_16550" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dc00444796f6c71f47c85397a35e9c4dbf9901902ac02386940d178e2b78687" +checksum = "4922792855b1bce30997fbaa5418597902c278a92d20dfe348e6f062c3bd861d" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "rustversion", "x86", ] diff --git a/Cargo.toml b/Cargo.toml index 355c80ec..8a929e94 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.0" +uart_16550 = "0.3.1" x86_64 = "0.15.1" [target.'cfg(target_arch = "riscv64")'.dependencies]