summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c47c557..7dda380 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fm-tui"
-version = "0.1.20"
+version = "0.1.21"
authors = ["Quentin Konieczko <qu3nt1n@gmail.com>"]
edition = "2021"
license-file = "LICENSE.txt"
@@ -55,7 +55,7 @@ strfmt = "0.2.2"
strum = {version = "0.24.1", features = ["derive"]}
strum_macros = "0.24.3"
syntect = "5.0.0"
-sysinfo = "0.26.7"
+sysinfo = "0.29.0"
tar = "0.4.38"
tuikit = "0.5.0"
url-escape = "0.1.1"
@@ -63,3 +63,4 @@ users = "0.11.0"
zip = "0.6.4"
tokio = "1"
ueberzug = "0.1.0"
+which = "4.4.0"