deps: Update beef as per RUSTSEC-2020-0122 (#402)
This commit is contained in:
parent
c94e1e821b
commit
f2e6b9232d
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue