aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPascal Kuthe2022-10-12 09:33:48 +0000
committerPascal Kuthe2022-10-12 09:33:48 +0000
commit963a0ac0bbc43e2b26a9662bc67dd226582ad12a (patch)
tree27a260178996997673011619d02ce54cba40d4f0 /Cargo.lock
parent328c4d002f5eaef2b79c73a48ce5011e89425b54 (diff)
fix terminfo detection
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 03b3a6d4..6af26d37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1101,9 +1101,9 @@ dependencies = [
[[package]]
name = "termini"
-version = "0.1.1"
+version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "00733d628ac0a8bd4fd3171a28eb6c09759ae1b43d8b587eadebaccee01d01a3"
+checksum = "394766021ef3dae8077f080518cdf5360831990f77f5708d5e3594c9b3efa2f9"
dependencies = [
"dirs-next",
]