Fix Cargo.lock

During 07cfe8b the regenerated Cargo.lock file was somehow missed.
This commit is contained in:
Kirill Chibisov 2020-11-24 03:34:04 +03:00 committed by GitHub
parent 60538d2d7f
commit 5b6dfb5304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 11 deletions

13
Cargo.lock generated
View File

@ -30,7 +30,7 @@ dependencies = [
"clap",
"copypasta",
"crossfont",
"dirs 3.0.1",
"dirs",
"embed-resource",
"fnv",
"gl_generator",
@ -595,15 +595,6 @@ dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.5"
@ -2052,7 +2043,7 @@ version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76971977e6121664ec1b960d1313aacfa75642adc93b9d4d53b247bd4cb1747e"
dependencies = [
"dirs 2.0.2",
"dirs",
"fnv",
"nom",
"phf",