summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2021-02-14 18:40:51 +0000
committerGitHub <noreply@github.com>2021-02-14 18:40:51 +0000
commit6636f5878ac11d6461b9958af025021486a7d58f (patch)
tree697d4c22700d0333213f66b88e36bdc2b25b6c99 /Cargo.lock
parentea020f1b827e144cd3afcaf8c53423559f0b2233 (diff)
zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)
zsh also uses ~/.zsh_history get better errors for not found history file
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 2 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9d9fec56..588231d6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "aead"
version = "0.2.0"
@@ -109,7 +111,6 @@ dependencies = [
"chrono",
"directories",
"eyre",
- "home",
"hostname",
"indicatif",
"log 0.4.14",
@@ -544,15 +545,6 @@ dependencies = [
]
[[package]]
-name = "home"
-version = "0.5.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
-dependencies = [
- "winapi",
-]
-
-[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1341,7 +1333,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom 0.2.2",
- "serde",
]
[[package]]