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]]