From bc1e2372ab245fee368e06e1d45ff70930d27a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:58:44 +0000 Subject: [PATCH] build(deps): bump mbrman from 0.5.1 to 0.5.2 Bumps [mbrman](https://github.com/rust-disk-partition-management/mbrman) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/rust-disk-partition-management/mbrman/releases) - [Commits](https://github.com/rust-disk-partition-management/mbrman/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: mbrman dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5262df1af..9f2bf0b1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,9 +236,9 @@ dependencies = [ [[package]] name = "mbrman" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b239f4755d00466e3ac1d55ddeaf77a66c7580352fc6cbc40d56c218fc94a9" +checksum = "9c487024623ae38584610237dd1be8932bb2b324474b23c37a25f9fbe6bf5e9e" dependencies = [ "bincode", "bitvec", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index be1f1859d..10854418f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -11,7 +11,7 @@ fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std fs-err = "2.6.0" heck = "0.4.0" itertools = "0.10.5" -mbrman = "0.5.1" +mbrman = "0.5.2" nix = { version = "0.26.1", default-features = false, features = ["fs"] } os_info = { version = "3.6.0", default-features = false } proc-macro2 = "1.0.46"