summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-02-03 15:07:13 -0500
committerGitHub <noreply@github.com>2021-02-03 15:07:13 -0500
commitf2e6b9232d3bc741cac2acdf494fd0919fb414a9 (patch)
tree5e3eb041fac55d3bcdbb8e31daaca19bf1d855a6 /Cargo.toml
parentc94e1e821b55adc391e96ab627cfed690f8163be (diff)
deps: Update beef as per RUSTSEC-2020-0122 (#402)
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 64aebfe4..bfb6b133 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ default = ["fern", "log"]
anyhow = "1.0.35"
backtrace = "~0.3"
battery = "0.7.8"
-beef = "0.4.4"
+beef = "0.5.0"
chrono = "0.4.19"
crossterm = "0.18.2"
ctrlc = { version = "3.1", features = ["termination"] }