summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-01-12 21:41:59 -0500
committerGitHub <noreply@github.com>2021-01-12 21:41:59 -0500
commite30518bf6213bb99d333f836ecaeb252f967d41e (patch)
tree0b68eeba80f477d239c3faea18550c94f46dadb2 /Cargo.toml
parentc57ce0b45a42dcdce819e317b69413f09ea1fcfa (diff)
bug: Fix missing sorting arrow when for non-% mem (#389)
Fixes a bug where you could make the sorting arrow disappear in the mem column if you did: 1. Go to proc widget 2. Switch to memory values from % 3. Press `m`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index db319ea2..82a7c29f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,8 +72,8 @@ heim = { version = "0.1.0-rc.1", features = ["disk", "memory"] }
winapi = "0.3.9"
[dev-dependencies]
-assert_cmd = "~1.0"
-predicates = "1"
+assert_cmd = "1.0.2"
+predicates = "1.0.6"
[build-dependencies]
clap = "2.33"