diff --git a/Cargo.lock b/Cargo.lock index 1d7259ec..a6ac2c71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,9 +1003,9 @@ dependencies = [ [[package]] name = "two_percent" -version = "0.10.15" +version = "0.10.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcaa9132f5bb74d04ad86cf677e8f0191fca725ea5ff5b5803e1e17ecbe30336" +checksum = "d03dc3b406d98745c788e50e320c588748dffdbfe3c4eaf43ab63bd09d4ccc97" dependencies = [ "atty", "bitflags 2.3.1", diff --git a/Cargo.toml b/Cargo.toml index d6c2d25d..d3c84594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ clap = { version = "3.2.25", features = ["cargo"] } crossbeam-channel = { version = "0.5.8", default-features = false } time = { version = "0.3.21", features = ["formatting", "local-offset"] } number_prefix = { version = "0.4.0", default-features = false } -skim = { version = "0.10.15", package="two_percent" } +skim = { version = "0.10.16", package="two_percent" } nu-ansi-term = { version = "0.47.0", default-features = false } lscolors = { version = "0.14.0", default-features = false, features = ["nu-ansi-term"] } terminal_size = { version = "0.2.6", default-features = false }