From 44dd0566473ff9675e2ca44b4534aebf210bd789 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 07:29:35 +0000 Subject: [PATCH] build(deps): bump remain from 0.1.5 to 0.2.0 Bumps [remain](https://github.com/dtolnay/remain) from 0.1.5 to 0.2.0. - [Release notes](https://github.com/dtolnay/remain/releases) - [Commits](https://github.com/dtolnay/remain/compare/0.1.5...0.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- qcow/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 qcow/Cargo.toml diff --git a/Cargo.lock b/Cargo.lock index 5dc3258d7..aeadd3b3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "remain 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "remain 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "vmm-sys-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -716,7 +716,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "remain" -version = "0.1.5" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1286,7 +1286,7 @@ dependencies = [ "checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d" "checksum regex 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ee84f70c8c08744ea9641a731c7fadb475bf2ecc52d7f627feb833e0b3990467" "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" -"checksum remain 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "820b3db16198637c20a1e8a1532b28298820d5dfd7ec3d468fc85bc148035537" +"checksum remain 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b1eea2acafe5bb02ba25d292b09a7ac52ec7674e135caf34048799e97c868ba" "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" "checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" diff --git a/qcow/Cargo.toml b/qcow/Cargo.toml old mode 100755 new mode 100644 index cd2f86685..629d4e7c7 --- a/qcow/Cargo.toml +++ b/qcow/Cargo.toml @@ -12,7 +12,7 @@ path = "src/qcow.rs" byteorder = "1.3.2" libc = "0.2.60" log = "0.4.8" -remain = "0.1.3" +remain = "0.2.0" vmm-sys-util = ">=0.3.1" [dev-dependencies]