diff --git a/Cargo.lock b/Cargo.lock index fa9e7b05..c40251f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,10 +452,6 @@ dependencies = [ ] [[package]] -name = "funty" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" name = "fslock" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -465,6 +461,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "funty" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" + [[package]] name = "getrandom" version = "0.2.7"