deps: Update beef as per RUSTSEC-2020-0122 (#402)

This commit is contained in:
Clement Tsang 2021-02-03 15:07:13 -05:00 committed by GitHub
parent c94e1e821b
commit f2e6b9232d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -207,9 +207,9 @@ dependencies = [
[[package]]
name = "beef"
version = "0.4.4"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "474a626a67200bd107d44179bb3d4fc61891172d11696609264589be6a0e6a43"
checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"
[[package]]
name = "bitflags"

View File

@ -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"] }