diff --git a/Cargo.lock b/Cargo.lock index 0a1b32a9..bd2664aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,9 +557,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown", diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 5eecca60..9e09fcd3 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -41,7 +41,7 @@ chrono = "0.4.39" crossbeam = "0.8.2" beef = "0.5.2" # compact cow defer-drop = "1.3.0" -indexmap = "2.7.0" +indexmap = "2.7.1" rand = "0.8.5" which = "7.0.1" shell-quote = "0.7.2"