diff --git a/Cargo.lock b/Cargo.lock index b66e1045..7bf6718c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,9 +571,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "indexmap" -version = "2.7.1" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" +checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" dependencies = [ "equivalent", "hashbrown", diff --git a/skim/Cargo.toml b/skim/Cargo.toml index f497d421..bcc29c02 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -39,7 +39,7 @@ chrono = "0.4.40" crossbeam = "0.8.2" beef = "0.5.2" # compact cow defer-drop = "1.3.0" -indexmap = "2.7.1" +indexmap = "2.8.0" rand = "0.9.0" which = "7.0.2" shell-quote = "0.7.2"