diff --git a/Cargo.lock b/Cargo.lock index a8c66c48..1231c7d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" 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"] }