From f99462add4e1fd9d1edfc6184c68ddd57e300423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 08:44:46 +0000 Subject: [PATCH] build: bump bitflags from 1.2.1 to 1.3.1 Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.2.1...1.3.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- devices/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d285f8b56..cd26ec131 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "1.2.1" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" +checksum = "2da1976d75adbe5fbc88130ecd119529cf1cc6a93ae1546d8696ee66f0d21af1" [[package]] name = "block_util" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index beab16bb9..bdedf63c5 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" acpi_tables = { path = "../acpi_tables", optional = true } anyhow = "1.0.42" arch = { path = "../arch" } -bitflags = "1.2.1" +bitflags = "1.3.1" byteorder = "1.4.3" epoll = "4.3.1" libc = "0.2.99" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index d541af4fb..fe828f464 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -19,7 +19,7 @@ acpi_tables = { path = "../acpi_tables", optional = true } anyhow = "1.0.42" arc-swap = "1.3.0" arch = { path = "../arch" } -bitflags = "1.2.1" +bitflags = "1.3.1" block_util = { path = "../block_util" } clap = "2.33.3" devices = { path = "../devices" }