From 6332a0586e7f325cb43b4ed4c66b0c12acf9b526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:43:06 +0000 Subject: [PATCH] build(deps): bump volatile from 0.5.3 to 0.5.4 Bumps [volatile](https://github.com/rust-osdev/volatile) from 0.5.3 to 0.5.4. - [Changelog](https://github.com/rust-osdev/volatile/blob/main/Changelog.md) - [Commits](https://github.com/rust-osdev/volatile/compare/volatile-macro-v0.5.3...volatile-macro-v0.5.4) --- updated-dependencies: - dependency-name: volatile 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 f7736157f5..11569c3d61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ dependencies = [ "time", "trapframe", "uart_16550", - "volatile 0.5.3", + "volatile 0.5.4", "x86", "x86_64 0.15.1", "zerocopy", @@ -1443,9 +1443,9 @@ checksum = "442887c63f2c839b346c192d047a7c87e73d0689c9157b00b53dcc27dd5ea793" [[package]] name = "volatile" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef15f694bca7c21d52e98cff4f933d4e82b4cc1ed05ec8da0ee750002641c88e" +checksum = "f05a5337d258c4ef40d920ffcc5a729278951d57e6596f8b62ca7d4827613e77" [[package]] name = "wait-timeout" diff --git a/Cargo.toml b/Cargo.toml index 75e3720e98..56b8dff003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ build-time = "0.1.3" async-trait = "0.1.79" async-lock = { version = "3.3.0", default-features = false } simple-shell = { version = "0.0.1", optional = true } -volatile = "0.5.3" +volatile = "0.5.4" [dependencies.smoltcp] version = "0.11"