From 78b19255036486fe4b76b37104797861cd0c7e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 08:08:38 +0000 Subject: [PATCH] Bump volatile from 0.2.7 to 0.4.6 Bumps [volatile](https://github.com/rust-osdev/volatile) from 0.2.7 to 0.4.6. - [Release notes](https://github.com/rust-osdev/volatile/releases) - [Changelog](https://github.com/rust-osdev/volatile/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/volatile/compare/v0.2.7...v0.4.6) --- updated-dependencies: - dependency-name: volatile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++-------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a43de47..50655ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ "lazy_static", "spin 0.9.5", "uart_16550", - "volatile 0.2.7", + "volatile", "x86_64", ] @@ -95,12 +95,6 @@ dependencies = [ "x86_64", ] -[[package]] -name = "volatile" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6b06ad3ed06fef1713569d547cdbdb439eafed76341820fb0e0344f29a41945" - [[package]] name = "volatile" version = "0.4.6" @@ -116,5 +110,5 @@ dependencies = [ "bit_field", "bitflags", "rustversion", - "volatile 0.4.6", + "volatile", ] diff --git a/Cargo.toml b/Cargo.toml index 9ffb05c..5ce072f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ harness = false [dependencies] bootloader = "0.9.8" -volatile = "0.2.6" +volatile = "0.4.6" spin = "0.9.5" x86_64 = "0.14.2" uart_16550 = "0.2.0"