From c5d95cfb9b5f2d5bbecf1d8a10003e6d4fea32f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 08:01:24 +0000 Subject: [PATCH] Bump same-file from 1.0.2 to 1.0.6 Bumps [same-file](https://github.com/BurntSushi/same-file) from 1.0.2 to 1.0.6. - [Release notes](https://github.com/BurntSushi/same-file/releases) - [Commits](https://github.com/BurntSushi/same-file/compare/1.0.2...1.0.6) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a13dc062dc..0d4c41dd170 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4596,11 +4596,11 @@ checksum = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" [[package]] name = "same-file" -version = "1.0.2" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637" +checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" dependencies = [ - "winapi", + "winapi-util", ] [[package]]