summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-11-24 03:34:04 +0300
committerGitHub <noreply@github.com>2020-11-24 03:34:04 +0300
commit5b6dfb530403dc6f791f43836ce99c807e0ad304 (patch)
treec399a04396609f909c827bcf90133d41e4b81690
parent60538d2d7fe6e45a3f903c53cbbceec012e7e197 (diff)
downloadalacritty-5b6dfb530403dc6f791f43836ce99c807e0ad304.tar.gz
alacritty-5b6dfb530403dc6f791f43836ce99c807e0ad304.zip
Fix Cargo.lock
During 07cfe8b the regenerated Cargo.lock file was somehow missed.
-rw-r--r--Cargo.lock13
1 files changed, 2 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9c8c1cf1..1eddd108 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -30,7 +30,7 @@ dependencies = [
"clap",
"copypasta",
"crossfont",
- "dirs 3.0.1",
+ "dirs",
"embed-resource",
"fnv",
"gl_generator",
@@ -596,15 +596,6 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -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",