aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2021-07-31 04:03:51 -0700
committerJames Campos <james.r.campos@gmail.com>2021-07-31 04:03:51 -0700
commit8f362702675e56cfcf38c78e78516dd64f91f3c8 (patch)
treef83bab8f67e3342b319667950595efeb766edff0 /Cargo.toml
parentc24f48a85aedb79261d3ec16678b17963cc0fe7d (diff)
downloadbk-8f362702675e56cfcf38c78e78516dd64f91f3c8.tar.gz
cargo update
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e00bbd..1ab9a3e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/aeosynth/bk"
[dependencies]
argh = "^0.1"
-crossterm = "^0.19"
+crossterm = "^0.20"
ron = "^0.6"
roxmltree = "^0.14"
serde = "^1.0"