diff --git a/Cargo.lock b/Cargo.lock index 4681656..9752395 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,9 +606,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "os_str_bytes" diff --git a/Cargo.toml b/Cargo.toml index c6d88d2..e042551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ trash = "3.0.1" chrono = "0.4.23" chrono-humanize = "0.2.1" lscolors = { version = "0.13.0", features = ["crossterm"] } -once_cell = "1.17.0" +once_cell = "1.17.1" atty = "0.2.14" ansi_term = "0.12.1" humantime = "2.1.0"