chore: fix lock file

This commit is contained in:
rvcas 2022-12-17 11:24:43 -05:00 committed by Lucas
parent a6fd8f92a8
commit 34f9029a57
1 changed files with 6 additions and 4 deletions

10
Cargo.lock generated
View File

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