summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Séguret <cano.petrole@gmail.com>2022-10-18 09:25:52 +0200
committerGitHub <noreply@github.com>2022-10-18 09:25:52 +0200
commitc4a7f27653bb51450e3dd6345b4571aa57a79e37 (patch)
tree6497cb30ee4c331cc211d437ddf28781d60a9f49
parent6ae3cc9e2e9b49c9c252b259de68130c83cd3efa (diff)
parent1e8a82dcf0290b0eb2da81e76d7569447356935b (diff)
Merge pull request #54 from joseluis/patch-1
fixes #53
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b26ba8..7ddeffd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ rust-version = "1.59"
[dependencies]
argh = "0.1.7"
bet = "1.0.0"
-crossterm = "0.22.1"
+crossterm = "0.23.1"
file-size = "1.0.3"
lfs-core = "0.11.0"
serde = "1.0"